@sjcrh/proteinpaint-types 2.101.0 → 2.104.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.
@@ -43,8 +43,8 @@ var validCorrelationVolcanoRequest = (input) => {
43
43
  const $io9 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
44
44
  const $io10 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter));
45
45
  const $io11 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
46
- const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(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 && $io21(elem)));
47
- const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit);
46
+ const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(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 && $io22(elem)));
47
+ const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
48
48
  const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
49
49
  const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
50
50
  const $io16 = (input3) => Object.keys(input3).every((key) => {
@@ -59,19 +59,20 @@ var validCorrelationVolcanoRequest = (input) => {
59
59
  const $io18 = (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);
60
60
  const $io19 = (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);
61
61
  const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
62
- const $io21 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
63
- const $io22 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io23(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 && $io24(elem)));
64
- const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
65
- const $io24 = (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;
66
- const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
67
- const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io6(input3.groupsetting)) && "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);
68
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io6(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
69
- const $io28 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
70
- const $io29 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
71
- const $io30 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
72
- const $io31 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
73
- const $io32 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io33(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term));
74
- const $io33 = (input3) => Object.keys(input3).every((key) => {
62
+ const $io21 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
63
+ const $io22 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
64
+ const $io23 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io24(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 && $io25(elem)));
65
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
66
+ const $io25 = (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;
67
+ const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
68
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io6(input3.groupsetting)) && "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);
69
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io6(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
70
+ const $io29 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
71
+ const $io30 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
72
+ const $io31 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
73
+ const $io32 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
74
+ const $io33 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term));
75
+ const $io34 = (input3) => Object.keys(input3).every((key) => {
75
76
  const value = input3[key];
76
77
  if (void 0 === value)
77
78
  return true;
@@ -79,59 +80,59 @@ var validCorrelationVolcanoRequest = (input) => {
79
80
  return true;
80
81
  return true;
81
82
  });
82
- const $io34 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
83
- const $io35 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
84
- const $io36 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io37(input3.customset));
85
- const $io37 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
86
- const $io38 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io33(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
87
- const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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]))));
88
- const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
89
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (null !== input3.type && void 0 === input3.type);
90
- const $io42 = (input3) => "number" === typeof input3.value;
91
- const $io43 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io33(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term));
92
- const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io45(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
93
- const $io45 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
94
- const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io47(elem)));
95
- const $io47 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io49(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
96
- const $io48 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
97
- const $io49 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
98
- const $io50 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io33(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 && false === Array.isArray(input3.q) && $iu14(input3.q));
99
- const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
100
- const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit);
101
- const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
102
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io6(input3.groupsetting)) && "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);
103
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io6(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
104
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io47(elem)));
105
- const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values));
106
- const $io58 = (input3) => Object.keys(input3).every((key) => {
83
+ const $io35 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
84
+ const $io36 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
85
+ const $io37 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io38(input3.customset));
86
+ const $io38 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
87
+ const $io39 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
88
+ const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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]))));
89
+ const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
90
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (null !== input3.type && void 0 === input3.type);
91
+ const $io43 = (input3) => "number" === typeof input3.value;
92
+ const $io44 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term));
93
+ const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io46(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
94
+ const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
95
+ 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) && $io4(input3.values)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io48(elem)));
96
+ const $io48 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io49(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io50(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
97
+ const $io49 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
98
+ const $io50 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
99
+ const $io51 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io34(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 && false === Array.isArray(input3.q) && $iu14(input3.q));
100
+ const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
101
+ const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
102
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
103
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io6(input3.groupsetting)) && "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);
104
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io6(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
105
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io48(elem)));
106
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io59(input3.values));
107
+ const $io59 = (input3) => Object.keys(input3).every((key) => {
107
108
  const value = input3[key];
108
109
  if (void 0 === value)
109
110
  return true;
110
111
  if (RegExp(/(.*)/).test(key))
111
- return "object" === typeof value && null !== value && $io59(value);
112
+ return "object" === typeof value && null !== value && $io60(value);
112
113
  if (RegExp(/^-?\d+\.?\d*$/).test(key))
113
- return "object" === typeof value && null !== value && $io59(value);
114
+ return "object" === typeof value && null !== value && $io60(value);
114
115
  return true;
115
116
  });
116
- const $io59 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
117
- const $io60 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
118
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type);
119
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
120
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
121
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
122
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io37(input3.customset));
123
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io67(input3.groups));
124
- const $io67 = (input3) => Object.keys(input3).every((key) => {
117
+ const $io60 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
118
+ const $io61 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
119
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type);
120
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
121
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
122
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
123
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io38(input3.customset));
124
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io68(input3.groups));
125
+ const $io68 = (input3) => Object.keys(input3).every((key) => {
125
126
  const value = input3[key];
126
127
  if (void 0 === value)
127
128
  return true;
128
129
  if (RegExp(/(.*)/).test(key))
129
- return "object" === typeof value && null !== value && $io68(value);
130
+ return "object" === typeof value && null !== value && $io69(value);
130
131
  if (RegExp(/^-?\d+\.?\d*$/).test(key))
131
- return "object" === typeof value && null !== value && $io68(value);
132
+ return "object" === typeof value && null !== value && $io69(value);
132
133
  return true;
133
134
  });
134
- const $io68 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
135
+ const $io69 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
135
136
  const $iu0 = (input3) => (() => {
136
137
  if (void 0 !== input3.type)
137
138
  return $io1(input3);
@@ -140,10 +141,10 @@ var validCorrelationVolcanoRequest = (input) => {
140
141
  return (() => {
141
142
  if ($io2(input3))
142
143
  return $io2(input3);
143
- if ($io22(input3))
144
- return $io22(input3);
145
- if ($io25(input3))
146
- return $io25(input3);
144
+ if ($io23(input3))
145
+ return $io23(input3);
146
+ if ($io26(input3))
147
+ return $io26(input3);
147
148
  return false;
148
149
  })();
149
150
  })();
@@ -163,25 +164,25 @@ var validCorrelationVolcanoRequest = (input) => {
163
164
  })();
164
165
  const $iu3 = (input3) => (() => {
165
166
  if (2 === input3.dt)
166
- return $io31(input3);
167
+ return $io32(input3);
167
168
  if (5 === input3.dt)
168
- return $io30(input3);
169
+ return $io31(input3);
169
170
  if (4 === input3.dt)
170
- return $io29(input3);
171
+ return $io30(input3);
171
172
  if (1 === input3.dt)
172
- return $io28(input3);
173
+ return $io29(input3);
173
174
  return false;
174
175
  })();
175
176
  const $iu4 = (input3) => (() => {
176
177
  if (void 0 !== input3.type)
177
- return $io32(input3);
178
+ return $io33(input3);
178
179
  return (() => {
179
- if ($io50(input3))
180
- return $io50(input3);
181
- if ($io43(input3))
182
- return $io43(input3);
183
- if ($io38(input3))
184
- return $io38(input3);
180
+ if ($io51(input3))
181
+ return $io51(input3);
182
+ if ($io44(input3))
183
+ return $io44(input3);
184
+ if ($io39(input3))
185
+ return $io39(input3);
185
186
  return false;
186
187
  })();
187
188
  })();
@@ -213,32 +214,32 @@ var validCorrelationVolcanoRequest = (input) => {
213
214
  })();
214
215
  const $iu9 = (input3) => (() => {
215
216
  if ("gene" === input3.kind)
216
- return $io26(input3);
217
- if ("coord" === input3.kind)
218
217
  return $io27(input3);
218
+ if ("coord" === input3.kind)
219
+ return $io28(input3);
219
220
  return false;
220
221
  })();
221
222
  const $iu10 = (input3) => (() => {
222
223
  if ("values" === input3.type)
223
- return $io34(input3);
224
- if ("predefined-groupset" === input3.type)
225
224
  return $io35(input3);
226
- if ("custom-groupset" === input3.type)
225
+ if ("predefined-groupset" === input3.type)
227
226
  return $io36(input3);
227
+ if ("custom-groupset" === input3.type)
228
+ return $io37(input3);
228
229
  return false;
229
230
  })();
230
231
  const $iu11 = (input3) => (() => {
231
232
  if ("regular-bin" === input3.type)
232
233
  return $io15(input3);
233
234
  if ("continuous" === input3.mode)
234
- return $io40(input3);
235
- if ("spline" === input3.mode)
236
235
  return $io41(input3);
236
+ if ("spline" === input3.mode)
237
+ return $io42(input3);
237
238
  return (() => {
238
239
  if ($io20(input3))
239
240
  return $io20(input3);
240
- if ($io39(input3))
241
- return $io39(input3);
241
+ if ($io40(input3))
242
+ return $io40(input3);
242
243
  return false;
243
244
  })();
244
245
  })();
@@ -248,29 +249,29 @@ var validCorrelationVolcanoRequest = (input) => {
248
249
  return (() => {
249
250
  if ($io2(input3))
250
251
  return $io2(input3);
251
- if ($io22(input3))
252
- return $io22(input3);
253
- if ($io25(input3))
254
- return $io25(input3);
252
+ if ($io23(input3))
253
+ return $io23(input3);
254
+ if ($io26(input3))
255
+ return $io26(input3);
255
256
  return false;
256
257
  })();
257
258
  })();
258
259
  const $iu13 = (input3) => (() => {
259
260
  if ("categorical" === input3.type)
260
- return $io51(input3);
261
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
262
261
  return $io52(input3);
263
- if ("condition" === input3.type)
262
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
264
263
  return $io53(input3);
265
- if ("gene" === input3.kind)
264
+ if ("condition" === input3.type)
266
265
  return $io54(input3);
267
- if ("coord" === input3.kind)
266
+ if ("gene" === input3.kind)
268
267
  return $io55(input3);
268
+ if ("coord" === input3.kind)
269
+ return $io56(input3);
269
270
  return (() => {
270
- if ($io56(input3))
271
- return $io56(input3);
272
271
  if ($io57(input3))
273
272
  return $io57(input3);
273
+ if ($io58(input3))
274
+ return $io58(input3);
274
275
  return false;
275
276
  })();
276
277
  })();
@@ -278,35 +279,35 @@ var validCorrelationVolcanoRequest = (input) => {
278
279
  if (void 0 !== input3.bin_size)
279
280
  return $io15(input3);
280
281
  if (void 0 !== input3.knots)
281
- return $io41(input3);
282
+ return $io42(input3);
282
283
  if (void 0 !== input3.AFcutoff)
283
- return $io44(input3);
284
+ return $io45(input3);
284
285
  if (void 0 !== input3.timeScale)
285
- return $io62(input3);
286
+ return $io63(input3);
286
287
  return (() => {
287
288
  if (void 0 !== input3.groups)
288
- return $io66(input3);
289
+ return $io67(input3);
289
290
  return (() => {
290
- if ($io34(input3))
291
- return $io34(input3);
292
291
  if ($io35(input3))
293
292
  return $io35(input3);
294
293
  if ($io36(input3))
295
294
  return $io36(input3);
295
+ if ($io37(input3))
296
+ return $io37(input3);
296
297
  if ($io20(input3))
297
298
  return $io20(input3);
298
- if ($io39(input3))
299
- return $io39(input3);
300
299
  if ($io40(input3))
301
300
  return $io40(input3);
302
- if ($io61(input3))
303
- return $io61(input3);
304
- if ($io63(input3))
305
- return $io63(input3);
301
+ if ($io41(input3))
302
+ return $io41(input3);
303
+ if ($io62(input3))
304
+ return $io62(input3);
306
305
  if ($io64(input3))
307
306
  return $io64(input3);
308
307
  if ($io65(input3))
309
308
  return $io65(input3);
309
+ if ($io66(input3))
310
+ return $io66(input3);
310
311
  return false;
311
312
  })();
312
313
  })();
@@ -712,11 +713,11 @@ var validCorrelationVolcanoRequest = (input) => {
712
713
  value: input3.values
713
714
  })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
714
715
  path: _path2 + ".values[" + _index10 + "]",
715
- expected: "__type.o2",
716
+ expected: "__type.o3",
716
717
  value: elem
717
- })) && $vo21(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
718
+ })) && $vo22(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
718
719
  path: _path2 + ".values[" + _index10 + "]",
719
- expected: "__type.o2",
720
+ expected: "__type.o3",
720
721
  value: elem
721
722
  })).every((flag) => flag) || $report(_exceptionable2, {
722
723
  path: _path2 + ".values",
@@ -787,6 +788,14 @@ var validCorrelationVolcanoRequest = (input) => {
787
788
  path: _path2 + ".unit",
788
789
  expected: "(string | undefined)",
789
790
  value: input3.unit
791
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
792
+ path: _path2 + ".continuousColorScale",
793
+ expected: "(__type.o2 | undefined)",
794
+ value: input3.continuousColorScale
795
+ })) && $vo21(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
796
+ path: _path2 + ".continuousColorScale",
797
+ expected: "(__type.o2 | undefined)",
798
+ value: input3.continuousColorScale
790
799
  })].every((flag) => flag);
791
800
  const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
792
801
  path: _path2 + '["default"]',
@@ -1036,7 +1045,16 @@ var validCorrelationVolcanoRequest = (input) => {
1036
1045
  expected: '("median" | undefined)',
1037
1046
  value: input3.preferredBins
1038
1047
  })].every((flag) => flag);
1039
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1048
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1049
+ path: _path2 + ".minColor",
1050
+ expected: "string",
1051
+ value: input3.minColor
1052
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1053
+ path: _path2 + ".maxColor",
1054
+ expected: "string",
1055
+ value: input3.maxColor
1056
+ })].every((flag) => flag);
1057
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1040
1058
  path: _path2 + ".key",
1041
1059
  expected: "string",
1042
1060
  value: input3.key
@@ -1053,7 +1071,7 @@ var validCorrelationVolcanoRequest = (input) => {
1053
1071
  expected: "(string | undefined)",
1054
1072
  value: input3.label
1055
1073
  })].every((flag) => flag);
1056
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1074
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1057
1075
  path: _path2 + ".join",
1058
1076
  expected: "(string | undefined)",
1059
1077
  value: input3.join
@@ -1065,7 +1083,7 @@ var validCorrelationVolcanoRequest = (input) => {
1065
1083
  path: _path2 + ".term",
1066
1084
  expected: "ConditionTerm",
1067
1085
  value: input3.term
1068
- })) && $vo23(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1086
+ })) && $vo24(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1069
1087
  path: _path2 + ".term",
1070
1088
  expected: "ConditionTerm",
1071
1089
  value: input3.term
@@ -1089,7 +1107,7 @@ var validCorrelationVolcanoRequest = (input) => {
1089
1107
  path: _path2 + ".grade_and_child[" + _index14 + "]",
1090
1108
  expected: "GradeAndChildEntry",
1091
1109
  value: elem
1092
- })) && $vo24(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1110
+ })) && $vo25(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1093
1111
  path: _path2 + ".grade_and_child[" + _index14 + "]",
1094
1112
  expected: "GradeAndChildEntry",
1095
1113
  value: elem
@@ -1098,7 +1116,7 @@ var validCorrelationVolcanoRequest = (input) => {
1098
1116
  expected: "(Array<GradeAndChildEntry> | undefined)",
1099
1117
  value: input3.grade_and_child
1100
1118
  })].every((flag) => flag);
1101
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1119
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1102
1120
  path: _path2 + ".id",
1103
1121
  expected: "string",
1104
1122
  value: input3.id
@@ -1151,7 +1169,7 @@ var validCorrelationVolcanoRequest = (input) => {
1151
1169
  expected: "(TermValues | undefined)",
1152
1170
  value: input3.values
1153
1171
  })].every((flag) => flag);
1154
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1172
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1155
1173
  path: _path2 + ".grade",
1156
1174
  expected: "number",
1157
1175
  value: input3.grade
@@ -1168,7 +1186,7 @@ var validCorrelationVolcanoRequest = (input) => {
1168
1186
  expected: "string",
1169
1187
  value: input3.child_label
1170
1188
  })].every((flag) => flag);
1171
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1189
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1172
1190
  path: _path2 + ".join",
1173
1191
  expected: "(string | undefined)",
1174
1192
  value: input3.join
@@ -1201,7 +1219,7 @@ var validCorrelationVolcanoRequest = (input) => {
1201
1219
  expected: "Array<GeneVariantTvsValue>",
1202
1220
  value: input3.values
1203
1221
  })].every((flag) => flag);
1204
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1222
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1205
1223
  path: _path2 + ".id",
1206
1224
  expected: "string",
1207
1225
  value: input3.id
@@ -1282,7 +1300,7 @@ var validCorrelationVolcanoRequest = (input) => {
1282
1300
  expected: "(number | undefined)",
1283
1301
  value: input3.stop
1284
1302
  })].every((flag) => flag);
1285
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1303
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1286
1304
  path: _path2 + ".id",
1287
1305
  expected: "string",
1288
1306
  value: input3.id
@@ -1359,7 +1377,7 @@ var validCorrelationVolcanoRequest = (input) => {
1359
1377
  expected: "number",
1360
1378
  value: input3.stop
1361
1379
  })].every((flag) => flag);
1362
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1380
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1363
1381
  path: _path2 + ".dt",
1364
1382
  expected: "1",
1365
1383
  value: input3.dt
@@ -1392,7 +1410,7 @@ var validCorrelationVolcanoRequest = (input) => {
1392
1410
  expected: '("germline" | "somatic" | undefined)',
1393
1411
  value: input3.origin
1394
1412
  })].every((flag) => flag);
1395
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1413
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1396
1414
  path: _path2 + ".dt",
1397
1415
  expected: "4",
1398
1416
  value: input3.dt
@@ -1425,7 +1443,7 @@ var validCorrelationVolcanoRequest = (input) => {
1425
1443
  expected: '("germline" | "somatic" | undefined)',
1426
1444
  value: input3.origin
1427
1445
  })].every((flag) => flag);
1428
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1446
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1429
1447
  path: _path2 + ".dt",
1430
1448
  expected: "5",
1431
1449
  value: input3.dt
@@ -1458,7 +1476,7 @@ var validCorrelationVolcanoRequest = (input) => {
1458
1476
  expected: '("germline" | "somatic" | undefined)',
1459
1477
  value: input3.origin
1460
1478
  })].every((flag) => flag);
1461
- const $vo31 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1479
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1462
1480
  path: _path2 + ".dt",
1463
1481
  expected: "2",
1464
1482
  value: input3.dt
@@ -1491,7 +1509,7 @@ var validCorrelationVolcanoRequest = (input) => {
1491
1509
  expected: '("germline" | "somatic" | undefined)',
1492
1510
  value: input3.origin
1493
1511
  })].every((flag) => flag);
1494
- const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1512
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1495
1513
  path: _path2 + ".id",
1496
1514
  expected: "(string | undefined)",
1497
1515
  value: input3.id
@@ -1505,11 +1523,11 @@ var validCorrelationVolcanoRequest = (input) => {
1505
1523
  value: input3.isAtomic
1506
1524
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
1507
1525
  path: _path2 + ".settings",
1508
- expected: "(__type.o3 | undefined)",
1526
+ expected: "(__type.o4 | undefined)",
1509
1527
  value: input3.settings
1510
- })) && $vo33(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1528
+ })) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1511
1529
  path: _path2 + ".settings",
1512
- expected: "(__type.o3 | undefined)",
1530
+ expected: "(__type.o4 | undefined)",
1513
1531
  value: input3.settings
1514
1532
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
1515
1533
  path: _path2 + ".minNumSamples",
@@ -1536,7 +1554,7 @@ var validCorrelationVolcanoRequest = (input) => {
1536
1554
  expected: "CategoricalTerm",
1537
1555
  value: input3.term
1538
1556
  })].every((flag) => flag);
1539
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1557
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1540
1558
  const value = input3[key];
1541
1559
  if (void 0 === value)
1542
1560
  return true;
@@ -1544,7 +1562,7 @@ var validCorrelationVolcanoRequest = (input) => {
1544
1562
  return true;
1545
1563
  return true;
1546
1564
  }).every((flag) => flag)].every((flag) => flag);
1547
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1565
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1548
1566
  path: _path2 + ".hiddenValues",
1549
1567
  expected: "(HiddenValues | undefined)",
1550
1568
  value: input3.hiddenValues
@@ -1573,7 +1591,7 @@ var validCorrelationVolcanoRequest = (input) => {
1573
1591
  expected: '"values"',
1574
1592
  value: input3.type
1575
1593
  })].every((flag) => flag);
1576
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1594
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1577
1595
  path: _path2 + ".hiddenValues",
1578
1596
  expected: "(HiddenValues | undefined)",
1579
1597
  value: input3.hiddenValues
@@ -1606,7 +1624,7 @@ var validCorrelationVolcanoRequest = (input) => {
1606
1624
  expected: "number",
1607
1625
  value: input3.predefined_groupset_idx
1608
1626
  })].every((flag) => flag);
1609
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1627
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1610
1628
  path: _path2 + ".hiddenValues",
1611
1629
  expected: "(HiddenValues | undefined)",
1612
1630
  value: input3.hiddenValues
@@ -1638,12 +1656,12 @@ var validCorrelationVolcanoRequest = (input) => {
1638
1656
  path: _path2 + ".customset",
1639
1657
  expected: "BaseGroupSet",
1640
1658
  value: input3.customset
1641
- })) && $vo37(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
1659
+ })) && $vo38(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
1642
1660
  path: _path2 + ".customset",
1643
1661
  expected: "BaseGroupSet",
1644
1662
  value: input3.customset
1645
1663
  })].every((flag) => flag);
1646
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
1664
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
1647
1665
  path: _path2 + ".groups",
1648
1666
  expected: "Array<GroupEntry>",
1649
1667
  value: input3.groups
@@ -1660,7 +1678,7 @@ var validCorrelationVolcanoRequest = (input) => {
1660
1678
  expected: "Array<GroupEntry>",
1661
1679
  value: input3.groups
1662
1680
  })].every((flag) => flag);
1663
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1681
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1664
1682
  path: _path2 + ".id",
1665
1683
  expected: "(string | undefined)",
1666
1684
  value: input3.id
@@ -1674,11 +1692,11 @@ var validCorrelationVolcanoRequest = (input) => {
1674
1692
  value: input3.isAtomic
1675
1693
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
1676
1694
  path: _path2 + ".settings",
1677
- expected: "(__type.o3 | undefined)",
1695
+ expected: "(__type.o4 | undefined)",
1678
1696
  value: input3.settings
1679
- })) && $vo33(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1697
+ })) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1680
1698
  path: _path2 + ".settings",
1681
- expected: "(__type.o3 | undefined)",
1699
+ expected: "(__type.o4 | undefined)",
1682
1700
  value: input3.settings
1683
1701
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
1684
1702
  path: _path2 + ".minNumSamples",
@@ -1701,7 +1719,7 @@ var validCorrelationVolcanoRequest = (input) => {
1701
1719
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1702
1720
  value: input3.q
1703
1721
  })].every((flag) => flag);
1704
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1722
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1705
1723
  path: _path2 + ".hiddenValues",
1706
1724
  expected: "(HiddenValues | undefined)",
1707
1725
  value: input3.hiddenValues
@@ -1761,7 +1779,7 @@ var validCorrelationVolcanoRequest = (input) => {
1761
1779
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1762
1780
  value: input3.lst
1763
1781
  })].every((flag) => flag);
1764
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1782
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1765
1783
  path: _path2 + ".hiddenValues",
1766
1784
  expected: "(HiddenValues | undefined)",
1767
1785
  value: input3.hiddenValues
@@ -1798,7 +1816,7 @@ var validCorrelationVolcanoRequest = (input) => {
1798
1816
  expected: "undefined",
1799
1817
  value: input3.type
1800
1818
  }))].every((flag) => flag);
1801
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1819
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1802
1820
  path: _path2 + ".hiddenValues",
1803
1821
  expected: "(HiddenValues | undefined)",
1804
1822
  value: input3.hiddenValues
@@ -1828,11 +1846,11 @@ var validCorrelationVolcanoRequest = (input) => {
1828
1846
  value: input3.knots
1829
1847
  })) && input3.knots.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1830
1848
  path: _path2 + ".knots[" + _index31 + "]",
1831
- expected: "__type.o4",
1849
+ expected: "__type.o5",
1832
1850
  value: elem
1833
- })) && $vo42(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1851
+ })) && $vo43(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1834
1852
  path: _path2 + ".knots[" + _index31 + "]",
1835
- expected: "__type.o4",
1853
+ expected: "__type.o5",
1836
1854
  value: elem
1837
1855
  })).every((flag) => flag) || $report(_exceptionable2, {
1838
1856
  path: _path2 + ".knots",
@@ -1847,12 +1865,12 @@ var validCorrelationVolcanoRequest = (input) => {
1847
1865
  expected: "undefined",
1848
1866
  value: input3.type
1849
1867
  }))].every((flag) => flag);
1850
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1868
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1851
1869
  path: _path2 + ".value",
1852
1870
  expected: "number",
1853
1871
  value: input3.value
1854
1872
  })].every((flag) => flag);
1855
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1873
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1856
1874
  path: _path2 + ".id",
1857
1875
  expected: "(string | undefined)",
1858
1876
  value: input3.id
@@ -1866,11 +1884,11 @@ var validCorrelationVolcanoRequest = (input) => {
1866
1884
  value: input3.isAtomic
1867
1885
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
1868
1886
  path: _path2 + ".settings",
1869
- expected: "(__type.o3 | undefined)",
1887
+ expected: "(__type.o4 | undefined)",
1870
1888
  value: input3.settings
1871
- })) && $vo33(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1889
+ })) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1872
1890
  path: _path2 + ".settings",
1873
- expected: "(__type.o3 | undefined)",
1891
+ expected: "(__type.o4 | undefined)",
1874
1892
  value: input3.settings
1875
1893
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
1876
1894
  path: _path2 + ".minNumSamples",
@@ -1880,7 +1898,7 @@ var validCorrelationVolcanoRequest = (input) => {
1880
1898
  path: _path2 + ".q",
1881
1899
  expected: "SnpsQ",
1882
1900
  value: input3.q
1883
- })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1901
+ })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1884
1902
  path: _path2 + ".q",
1885
1903
  expected: "SnpsQ",
1886
1904
  value: input3.q
@@ -1888,12 +1906,12 @@ var validCorrelationVolcanoRequest = (input) => {
1888
1906
  path: _path2 + ".term",
1889
1907
  expected: "SnpsTerm",
1890
1908
  value: input3.term
1891
- })) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1909
+ })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1892
1910
  path: _path2 + ".term",
1893
1911
  expected: "SnpsTerm",
1894
1912
  value: input3.term
1895
1913
  })].every((flag) => flag);
1896
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1914
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1897
1915
  path: _path2 + ".hiddenValues",
1898
1916
  expected: "(HiddenValues | undefined)",
1899
1917
  value: input3.hiddenValues
@@ -1949,7 +1967,7 @@ var validCorrelationVolcanoRequest = (input) => {
1949
1967
  path: _path2 + ".restrictAncestry",
1950
1968
  expected: "RestrictAncestry",
1951
1969
  value: input3.restrictAncestry
1952
- })) && $vo45(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
1970
+ })) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
1953
1971
  path: _path2 + ".restrictAncestry",
1954
1972
  expected: "RestrictAncestry",
1955
1973
  value: input3.restrictAncestry
@@ -1974,7 +1992,7 @@ var validCorrelationVolcanoRequest = (input) => {
1974
1992
  expected: "number",
1975
1993
  value: input3.stop
1976
1994
  })].every((flag) => flag);
1977
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1995
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1978
1996
  path: _path2 + ".name",
1979
1997
  expected: "string",
1980
1998
  value: input3.name
@@ -1987,7 +2005,7 @@ var validCorrelationVolcanoRequest = (input) => {
1987
2005
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
1988
2006
  value: input3.tvs
1989
2007
  })].every((flag) => flag);
1990
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2008
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1991
2009
  path: _path2 + ".id",
1992
2010
  expected: "string",
1993
2011
  value: input3.id
@@ -2051,7 +2069,7 @@ var validCorrelationVolcanoRequest = (input) => {
2051
2069
  path: _path2 + ".snps[" + _index34 + "]",
2052
2070
  expected: "SnpsEntry",
2053
2071
  value: elem
2054
- })) && $vo47(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2072
+ })) && $vo48(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2055
2073
  path: _path2 + ".snps[" + _index34 + "]",
2056
2074
  expected: "SnpsEntry",
2057
2075
  value: elem
@@ -2060,7 +2078,7 @@ var validCorrelationVolcanoRequest = (input) => {
2060
2078
  expected: "(Array<SnpsEntry> | undefined)",
2061
2079
  value: input3.snps
2062
2080
  })].every((flag) => flag);
2063
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2081
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2064
2082
  path: _path2 + ".altAlleles",
2065
2083
  expected: "(Array<string> | undefined)",
2066
2084
  value: input3.altAlleles
@@ -2080,7 +2098,7 @@ var validCorrelationVolcanoRequest = (input) => {
2080
2098
  path: _path2 + ".alleles[" + _index36 + "]",
2081
2099
  expected: "AllelesEntry",
2082
2100
  value: elem
2083
- })) && $vo48(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2101
+ })) && $vo49(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2084
2102
  path: _path2 + ".alleles[" + _index36 + "]",
2085
2103
  expected: "AllelesEntry",
2086
2104
  value: elem
@@ -2094,11 +2112,11 @@ var validCorrelationVolcanoRequest = (input) => {
2094
2112
  value: input3.effectAllele
2095
2113
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
2096
2114
  path: _path2 + ".gt2count",
2097
- expected: "(__type.o5 | undefined)",
2115
+ expected: "(__type.o6 | undefined)",
2098
2116
  value: input3.gt2count
2099
- })) && $vo49(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2117
+ })) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2100
2118
  path: _path2 + ".gt2count",
2101
- expected: "(__type.o5 | undefined)",
2119
+ expected: "(__type.o6 | undefined)",
2102
2120
  value: input3.gt2count
2103
2121
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
2104
2122
  path: _path2 + ".invalid",
@@ -2125,7 +2143,7 @@ var validCorrelationVolcanoRequest = (input) => {
2125
2143
  expected: "(number | undefined)",
2126
2144
  value: input3.pos
2127
2145
  })].every((flag) => flag);
2128
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2146
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2129
2147
  path: _path2 + ".allele",
2130
2148
  expected: "string",
2131
2149
  value: input3.allele
@@ -2138,7 +2156,7 @@ var validCorrelationVolcanoRequest = (input) => {
2138
2156
  expected: "boolean",
2139
2157
  value: input3.isRef
2140
2158
  })].every((flag) => flag);
2141
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2159
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2142
2160
  path: _path2 + ".k",
2143
2161
  expected: "string",
2144
2162
  value: input3.k
@@ -2147,7 +2165,7 @@ var validCorrelationVolcanoRequest = (input) => {
2147
2165
  expected: "(number | string)",
2148
2166
  value: input3.v
2149
2167
  })].every((flag) => flag);
2150
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2168
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2151
2169
  path: _path2 + ".id",
2152
2170
  expected: "(string | undefined)",
2153
2171
  value: input3.id
@@ -2161,11 +2179,11 @@ var validCorrelationVolcanoRequest = (input) => {
2161
2179
  value: input3.isAtomic
2162
2180
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
2163
2181
  path: _path2 + ".settings",
2164
- expected: "(__type.o3 | undefined)",
2182
+ expected: "(__type.o4 | undefined)",
2165
2183
  value: input3.settings
2166
- })) && $vo33(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2184
+ })) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2167
2185
  path: _path2 + ".settings",
2168
- expected: "(__type.o3 | undefined)",
2186
+ expected: "(__type.o4 | undefined)",
2169
2187
  value: input3.settings
2170
2188
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
2171
2189
  path: _path2 + ".minNumSamples",
@@ -2173,11 +2191,11 @@ var validCorrelationVolcanoRequest = (input) => {
2173
2191
  value: input3.minNumSamples
2174
2192
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2175
2193
  path: _path2 + ".term",
2176
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2194
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2177
2195
  value: input3.term
2178
2196
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2179
2197
  path: _path2 + ".term",
2180
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2198
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2181
2199
  value: input3.term
2182
2200
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2183
2201
  path: _path2 + ".q",
@@ -2188,7 +2206,7 @@ var validCorrelationVolcanoRequest = (input) => {
2188
2206
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2189
2207
  value: input3.q
2190
2208
  })].every((flag) => flag);
2191
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2209
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2192
2210
  path: _path2 + ".id",
2193
2211
  expected: "string",
2194
2212
  value: input3.id
@@ -2249,7 +2267,7 @@ var validCorrelationVolcanoRequest = (input) => {
2249
2267
  expected: "(EnabledTermGroupSetting | __type.o1)",
2250
2268
  value: input3.groupsetting
2251
2269
  })].every((flag) => flag);
2252
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2270
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2253
2271
  path: _path2 + ".id",
2254
2272
  expected: "string",
2255
2273
  value: input3.id
@@ -2313,8 +2331,16 @@ var validCorrelationVolcanoRequest = (input) => {
2313
2331
  path: _path2 + ".unit",
2314
2332
  expected: "(string | undefined)",
2315
2333
  value: input3.unit
2334
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2335
+ path: _path2 + ".continuousColorScale",
2336
+ expected: "(__type.o2 | undefined)",
2337
+ value: input3.continuousColorScale
2338
+ })) && $vo21(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2339
+ path: _path2 + ".continuousColorScale",
2340
+ expected: "(__type.o2 | undefined)",
2341
+ value: input3.continuousColorScale
2316
2342
  })].every((flag) => flag);
2317
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2343
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2318
2344
  path: _path2 + ".id",
2319
2345
  expected: "string",
2320
2346
  value: input3.id
@@ -2367,7 +2393,7 @@ var validCorrelationVolcanoRequest = (input) => {
2367
2393
  expected: "(TermValues | undefined)",
2368
2394
  value: input3.values
2369
2395
  })].every((flag) => flag);
2370
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2396
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2371
2397
  path: _path2 + ".id",
2372
2398
  expected: "string",
2373
2399
  value: input3.id
@@ -2448,7 +2474,7 @@ var validCorrelationVolcanoRequest = (input) => {
2448
2474
  expected: "(number | undefined)",
2449
2475
  value: input3.stop
2450
2476
  })].every((flag) => flag);
2451
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2477
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2452
2478
  path: _path2 + ".id",
2453
2479
  expected: "string",
2454
2480
  value: input3.id
@@ -2525,7 +2551,7 @@ var validCorrelationVolcanoRequest = (input) => {
2525
2551
  expected: "number",
2526
2552
  value: input3.stop
2527
2553
  })].every((flag) => flag);
2528
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2554
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2529
2555
  path: _path2 + ".id",
2530
2556
  expected: "string",
2531
2557
  value: input3.id
@@ -2589,7 +2615,7 @@ var validCorrelationVolcanoRequest = (input) => {
2589
2615
  path: _path2 + ".snps[" + _index49 + "]",
2590
2616
  expected: "SnpsEntry",
2591
2617
  value: elem
2592
- })) && $vo47(elem, _path2 + ".snps[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2618
+ })) && $vo48(elem, _path2 + ".snps[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2593
2619
  path: _path2 + ".snps[" + _index49 + "]",
2594
2620
  expected: "SnpsEntry",
2595
2621
  value: elem
@@ -2598,7 +2624,7 @@ var validCorrelationVolcanoRequest = (input) => {
2598
2624
  expected: "(Array<SnpsEntry> | undefined)",
2599
2625
  value: input3.snps
2600
2626
  })].every((flag) => flag);
2601
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2627
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2602
2628
  path: _path2 + ".id",
2603
2629
  expected: "string",
2604
2630
  value: input3.id
@@ -2646,12 +2672,12 @@ var validCorrelationVolcanoRequest = (input) => {
2646
2672
  path: _path2 + ".values",
2647
2673
  expected: "(TermValues & SampleLstTermValues | undefined)",
2648
2674
  value: input3.values
2649
- })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2675
+ })) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2650
2676
  path: _path2 + ".values",
2651
2677
  expected: "(TermValues & SampleLstTermValues | undefined)",
2652
2678
  value: input3.values
2653
2679
  })].every((flag) => flag);
2654
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2680
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2655
2681
  const value = input3[key];
2656
2682
  if (void 0 === value)
2657
2683
  return true;
@@ -2660,7 +2686,7 @@ var validCorrelationVolcanoRequest = (input) => {
2660
2686
  path: _path2 + $join(key),
2661
2687
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2662
2688
  value
2663
- })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2689
+ })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2664
2690
  path: _path2 + $join(key),
2665
2691
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2666
2692
  value
@@ -2670,14 +2696,14 @@ var validCorrelationVolcanoRequest = (input) => {
2670
2696
  path: _path2 + $join(key),
2671
2697
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2672
2698
  value
2673
- })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2699
+ })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2674
2700
  path: _path2 + $join(key),
2675
2701
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2676
2702
  value
2677
2703
  });
2678
2704
  return true;
2679
2705
  }).every((flag) => flag)].every((flag) => flag);
2680
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2706
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2681
2707
  path: _path2 + ".key",
2682
2708
  expected: "(string | undefined)",
2683
2709
  value: input3.key
@@ -2723,18 +2749,18 @@ var validCorrelationVolcanoRequest = (input) => {
2723
2749
  value: input3.list
2724
2750
  })) && input3.list.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2725
2751
  path: _path2 + ".list[" + _index52 + "]",
2726
- expected: "__type.o6",
2752
+ expected: "__type.o7",
2727
2753
  value: elem
2728
- })) && $vo60(elem, _path2 + ".list[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2754
+ })) && $vo61(elem, _path2 + ".list[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2729
2755
  path: _path2 + ".list[" + _index52 + "]",
2730
- expected: "__type.o6",
2756
+ expected: "__type.o7",
2731
2757
  value: elem
2732
2758
  })).every((flag) => flag) || $report(_exceptionable2, {
2733
2759
  path: _path2 + ".list",
2734
2760
  expected: "Array<__type>.o3",
2735
2761
  value: input3.list
2736
2762
  }), true].every((flag) => flag);
2737
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2763
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2738
2764
  path: _path2 + ".sampleId",
2739
2765
  expected: "string",
2740
2766
  value: input3.sampleId
@@ -2743,7 +2769,7 @@ var validCorrelationVolcanoRequest = (input) => {
2743
2769
  expected: "string",
2744
2770
  value: input3.sample
2745
2771
  })].every((flag) => flag);
2746
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2772
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2747
2773
  path: _path2 + ".hiddenValues",
2748
2774
  expected: "(HiddenValues | undefined)",
2749
2775
  value: input3.hiddenValues
@@ -2772,7 +2798,7 @@ var validCorrelationVolcanoRequest = (input) => {
2772
2798
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2773
2799
  value: input3.type
2774
2800
  })].every((flag) => flag);
2775
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2801
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2776
2802
  path: _path2 + ".hiddenValues",
2777
2803
  expected: "(HiddenValues | undefined)",
2778
2804
  value: input3.hiddenValues
@@ -2837,7 +2863,7 @@ var validCorrelationVolcanoRequest = (input) => {
2837
2863
  expected: "(boolean | undefined)",
2838
2864
  value: input3.value_by_computable_grade
2839
2865
  }), true].every((flag) => flag);
2840
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2866
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2841
2867
  path: _path2 + ".hiddenValues",
2842
2868
  expected: "(HiddenValues | undefined)",
2843
2869
  value: input3.hiddenValues
@@ -2902,7 +2928,7 @@ var validCorrelationVolcanoRequest = (input) => {
2902
2928
  expected: '"values"',
2903
2929
  value: input3.type
2904
2930
  })].every((flag) => flag);
2905
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2931
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2906
2932
  path: _path2 + ".hiddenValues",
2907
2933
  expected: "(HiddenValues | undefined)",
2908
2934
  value: input3.hiddenValues
@@ -2971,7 +2997,7 @@ var validCorrelationVolcanoRequest = (input) => {
2971
2997
  expected: "number",
2972
2998
  value: input3.predefined_groupset_idx
2973
2999
  })].every((flag) => flag);
2974
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3000
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2975
3001
  path: _path2 + ".hiddenValues",
2976
3002
  expected: "(HiddenValues | undefined)",
2977
3003
  value: input3.hiddenValues
@@ -3039,12 +3065,12 @@ var validCorrelationVolcanoRequest = (input) => {
3039
3065
  path: _path2 + ".customset",
3040
3066
  expected: "BaseGroupSet",
3041
3067
  value: input3.customset
3042
- })) && $vo37(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3068
+ })) && $vo38(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3043
3069
  path: _path2 + ".customset",
3044
3070
  expected: "BaseGroupSet",
3045
3071
  value: input3.customset
3046
3072
  })].every((flag) => flag);
3047
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3073
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3048
3074
  path: _path2 + ".hiddenValues",
3049
3075
  expected: "(HiddenValues | undefined)",
3050
3076
  value: input3.hiddenValues
@@ -3076,38 +3102,38 @@ var validCorrelationVolcanoRequest = (input) => {
3076
3102
  path: _path2 + ".groups",
3077
3103
  expected: "SampleLstTermValues",
3078
3104
  value: input3.groups
3079
- })) && $vo67(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3105
+ })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3080
3106
  path: _path2 + ".groups",
3081
3107
  expected: "SampleLstTermValues",
3082
3108
  value: input3.groups
3083
3109
  })].every((flag) => flag);
3084
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3110
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3085
3111
  const value = input3[key];
3086
3112
  if (void 0 === value)
3087
3113
  return true;
3088
3114
  if (RegExp(/(.*)/).test(key))
3089
3115
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3090
3116
  path: _path2 + $join(key),
3091
- expected: "__type.o7",
3117
+ expected: "__type.o8",
3092
3118
  value
3093
- })) && $vo68(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3119
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3094
3120
  path: _path2 + $join(key),
3095
- expected: "__type.o7",
3121
+ expected: "__type.o8",
3096
3122
  value
3097
3123
  });
3098
3124
  if (RegExp(/^-?\d+\.?\d*$/).test(key))
3099
3125
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3100
3126
  path: _path2 + $join(key),
3101
- expected: "__type.o7",
3127
+ expected: "__type.o8",
3102
3128
  value
3103
- })) && $vo68(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3129
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3104
3130
  path: _path2 + $join(key),
3105
- expected: "__type.o7",
3131
+ expected: "__type.o8",
3106
3132
  value
3107
3133
  });
3108
3134
  return true;
3109
3135
  }).every((flag) => flag)].every((flag) => flag);
3110
- const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3136
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3111
3137
  path: _path2 + ".name",
3112
3138
  expected: "string",
3113
3139
  value: input3.name
@@ -3121,11 +3147,11 @@ var validCorrelationVolcanoRequest = (input) => {
3121
3147
  value: input3.list
3122
3148
  })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3123
3149
  path: _path2 + ".list[" + _index57 + "]",
3124
- expected: "__type.o6",
3150
+ expected: "__type.o7",
3125
3151
  value: elem
3126
- })) && $vo60(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3152
+ })) && $vo61(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3127
3153
  path: _path2 + ".list[" + _index57 + "]",
3128
- expected: "__type.o6",
3154
+ expected: "__type.o7",
3129
3155
  value: elem
3130
3156
  })).every((flag) => flag) || $report(_exceptionable2, {
3131
3157
  path: _path2 + ".list",
@@ -3137,7 +3163,7 @@ var validCorrelationVolcanoRequest = (input) => {
3137
3163
  return $vo1(input3, _path2, _exceptionable2);
3138
3164
  if (void 0 !== input3.ranges)
3139
3165
  return $vo12(input3, _path2, _exceptionable2);
3140
- return $vo2(input3, _path2, false) || $vo22(input3, _path2, false) || $vo25(input3, _path2, false);
3166
+ return $vo2(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
3141
3167
  })();
3142
3168
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3143
3169
  if ("string" === typeof input3.type)
@@ -3159,13 +3185,13 @@ var validCorrelationVolcanoRequest = (input) => {
3159
3185
  })();
3160
3186
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3161
3187
  if (2 === input3.dt)
3162
- return $vo31(input3, _path2, _exceptionable2);
3188
+ return $vo32(input3, _path2, _exceptionable2);
3163
3189
  if (5 === input3.dt)
3164
- return $vo30(input3, _path2, _exceptionable2);
3190
+ return $vo31(input3, _path2, _exceptionable2);
3165
3191
  if (4 === input3.dt)
3166
- return $vo29(input3, _path2, _exceptionable2);
3192
+ return $vo30(input3, _path2, _exceptionable2);
3167
3193
  if (1 === input3.dt)
3168
- return $vo28(input3, _path2, _exceptionable2);
3194
+ return $vo29(input3, _path2, _exceptionable2);
3169
3195
  return $report(_exceptionable2, {
3170
3196
  path: _path2,
3171
3197
  expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
@@ -3174,8 +3200,8 @@ var validCorrelationVolcanoRequest = (input) => {
3174
3200
  })();
3175
3201
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3176
3202
  if (void 0 !== input3.type)
3177
- return $vo32(input3, _path2, _exceptionable2);
3178
- return $vo50(input3, _path2, false) || $vo43(input3, _path2, false) || $vo38(input3, _path2, false);
3203
+ return $vo33(input3, _path2, _exceptionable2);
3204
+ return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
3179
3205
  })();
3180
3206
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3181
3207
  if (true === input3.startunbounded)
@@ -3217,9 +3243,9 @@ var validCorrelationVolcanoRequest = (input) => {
3217
3243
  })();
3218
3244
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3219
3245
  if ("gene" === input3.kind)
3220
- return $vo26(input3, _path2, _exceptionable2);
3221
- if ("coord" === input3.kind)
3222
3246
  return $vo27(input3, _path2, _exceptionable2);
3247
+ if ("coord" === input3.kind)
3248
+ return $vo28(input3, _path2, _exceptionable2);
3223
3249
  return $report(_exceptionable2, {
3224
3250
  path: _path2,
3225
3251
  expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
@@ -3228,11 +3254,11 @@ var validCorrelationVolcanoRequest = (input) => {
3228
3254
  })();
3229
3255
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3230
3256
  if ("values" === input3.type)
3231
- return $vo34(input3, _path2, _exceptionable2);
3232
- if ("predefined-groupset" === input3.type)
3233
3257
  return $vo35(input3, _path2, _exceptionable2);
3234
- if ("custom-groupset" === input3.type)
3258
+ if ("predefined-groupset" === input3.type)
3235
3259
  return $vo36(input3, _path2, _exceptionable2);
3260
+ if ("custom-groupset" === input3.type)
3261
+ return $vo37(input3, _path2, _exceptionable2);
3236
3262
  return $report(_exceptionable2, {
3237
3263
  path: _path2,
3238
3264
  expected: "(ValuesQ | PredefinedGroupSettingQ | CustomGroupSettingQ)",
@@ -3243,42 +3269,42 @@ var validCorrelationVolcanoRequest = (input) => {
3243
3269
  if ("regular-bin" === input3.type)
3244
3270
  return $vo15(input3, _path2, _exceptionable2);
3245
3271
  if ("continuous" === input3.mode)
3246
- return $vo40(input3, _path2, _exceptionable2);
3247
- if ("spline" === input3.mode)
3248
3272
  return $vo41(input3, _path2, _exceptionable2);
3249
- return $vo20(input3, _path2, false) || $vo39(input3, _path2, false);
3273
+ if ("spline" === input3.mode)
3274
+ return $vo42(input3, _path2, _exceptionable2);
3275
+ return $vo20(input3, _path2, false) || $vo40(input3, _path2, false);
3250
3276
  })();
3251
3277
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3252
3278
  if (void 0 !== input3.ranges)
3253
3279
  return $vo12(input3, _path2, _exceptionable2);
3254
- return $vo2(input3, _path2, false) || $vo22(input3, _path2, false) || $vo25(input3, _path2, false);
3280
+ return $vo2(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
3255
3281
  })();
3256
3282
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3257
3283
  if ("categorical" === input3.type)
3258
- return $vo51(input3, _path2, _exceptionable2);
3259
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3260
3284
  return $vo52(input3, _path2, _exceptionable2);
3261
- if ("condition" === input3.type)
3285
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3262
3286
  return $vo53(input3, _path2, _exceptionable2);
3263
- if ("gene" === input3.kind)
3287
+ if ("condition" === input3.type)
3264
3288
  return $vo54(input3, _path2, _exceptionable2);
3265
- if ("coord" === input3.kind)
3289
+ if ("gene" === input3.kind)
3266
3290
  return $vo55(input3, _path2, _exceptionable2);
3267
- return $vo56(input3, _path2, false) || $vo57(input3, _path2, false);
3291
+ if ("coord" === input3.kind)
3292
+ return $vo56(input3, _path2, _exceptionable2);
3293
+ return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
3268
3294
  })();
3269
3295
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3270
3296
  if (void 0 !== input3.bin_size)
3271
3297
  return $vo15(input3, _path2, _exceptionable2);
3272
3298
  if (void 0 !== input3.knots)
3273
- return $vo41(input3, _path2, _exceptionable2);
3299
+ return $vo42(input3, _path2, _exceptionable2);
3274
3300
  if (void 0 !== input3.AFcutoff)
3275
- return $vo44(input3, _path2, _exceptionable2);
3301
+ return $vo45(input3, _path2, _exceptionable2);
3276
3302
  if (void 0 !== input3.timeScale)
3277
- return $vo62(input3, _path2, _exceptionable2);
3303
+ return $vo63(input3, _path2, _exceptionable2);
3278
3304
  return (() => {
3279
3305
  if (void 0 !== input3.groups)
3280
- return $vo66(input3, _path2, _exceptionable2);
3281
- return $vo34(input3, _path2, false) || $vo35(input3, _path2, false) || $vo36(input3, _path2, false) || $vo20(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false) || $vo61(input3, _path2, false) || $vo63(input3, _path2, false) || $vo64(input3, _path2, false) || $vo65(input3, _path2, false);
3306
+ return $vo67(input3, _path2, _exceptionable2);
3307
+ return $vo35(input3, _path2, false) || $vo36(input3, _path2, false) || $vo37(input3, _path2, false) || $vo20(input3, _path2, false) || $vo40(input3, _path2, false) || $vo41(input3, _path2, false) || $vo62(input3, _path2, false) || $vo64(input3, _path2, false) || $vo65(input3, _path2, false) || $vo66(input3, _path2, false);
3282
3308
  })();
3283
3309
  })();
3284
3310
  return ("object" === typeof input2 && null !== input2 || $report(true, {