@sjcrh/proteinpaint-types 2.113.0 → 2.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/chunk-5HL5BPE5.js +126 -0
  3. package/dist/{chunk-A72XYNKT.js → chunk-7GSVLBKZ.js} +22 -22
  4. package/dist/{chunk-7Z3AE4AY.js → chunk-C7DJDPLP.js} +592 -496
  5. package/dist/{chunk-GHAIGRB7.js → chunk-EQGBEPDC.js} +22 -22
  6. package/dist/{chunk-KHPBBU43.js → chunk-GS37E7DB.js} +592 -496
  7. package/dist/{chunk-TXZQ56TX.js → chunk-I3U2T7HV.js} +590 -494
  8. package/dist/{chunk-Q5F2XI6A.js → chunk-IJHMCHUT.js} +31 -23
  9. package/dist/{chunk-GGKNEHME.js → chunk-KBTAXZM4.js} +331 -305
  10. package/dist/{chunk-4CCAF4O5.js → chunk-KZIZMP7Y.js} +64 -64
  11. package/dist/{chunk-ES6BRZ4L.js → chunk-M26XQDA4.js} +22 -22
  12. package/dist/{chunk-FMW25T52.js → chunk-MDBZCBM2.js} +293 -197
  13. package/dist/{chunk-OJWYCYKF.js → chunk-NESPJ4GG.js} +76 -76
  14. package/dist/{chunk-2WZPM25H.js → chunk-PTYGGJLG.js} +592 -496
  15. package/dist/{chunk-ZFUF4XMD.js → chunk-ZPN2DV5E.js} +22 -22
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +45 -37
  18. package/dist/termdb.boxplot.js +1 -1
  19. package/dist/termdb.categories.js +1 -1
  20. package/dist/termdb.cluster.js +1 -1
  21. package/dist/termdb.descrstats.js +1 -1
  22. package/dist/termdb.numericcategories.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topMutatedGenes.js +11 -0
  26. package/dist/termdb.topTermsByType.js +1 -1
  27. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  28. package/dist/termdb.violin.js +1 -1
  29. package/dist/wsisamples.js +11 -0
  30. package/package.json +1 -1
  31. package/src/dataset.ts +32 -9
  32. package/src/index.ts +2 -1
  33. package/src/routes/{gdc.topMutatedGenes.ts → termdb.topMutatedGenes.ts} +9 -7
  34. package/src/routes/wsisamples.ts +25 -0
  35. package/src/terms/geneVariant.ts +23 -2
  36. package/src/terms/numeric.ts +2 -2
  37. package/src/terms/term.ts +18 -9
  38. package/dist/gdc.topMutatedGenes.js +0 -11
@@ -25,7 +25,7 @@ var validCorrelationVolcanoRequest = (input) => {
25
25
  const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && ("object" === typeof input3.featureTw && null !== input3.featureTw && $iu4(input3.featureTw)) && (Array.isArray(input3.variableTwLst) && input3.variableTwLst.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("pearson" === input3.correlationMethod || "spearman" === input3.correlationMethod);
26
26
  const $io1 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
27
27
  const $io2 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io5(elem)));
28
- const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
28
+ const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
29
29
  const $io4 = (input3) => Object.keys(input3).every((key) => {
30
30
  const value = input3[key];
31
31
  if (void 0 === value)
@@ -38,13 +38,13 @@ var validCorrelationVolcanoRequest = (input) => {
38
38
  });
39
39
  const $io5 = (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));
40
40
  const $io6 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io7(elem)));
41
- const $io7 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
41
+ const $io7 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
42
42
  const $io8 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io9(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
43
43
  const $io9 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
44
- const $io10 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter));
44
+ const $io10 = (input3) => "string" === typeof input3.name && "filter" === input3.type && true && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
45
45
  const $io11 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
46
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));
47
+ const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true && ("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) => {
@@ -62,16 +62,16 @@ var validCorrelationVolcanoRequest = (input) => {
62
62
  const $io21 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
63
63
  const $io22 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
64
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));
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)) && true;
66
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
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;
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)) && true && ("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)) && true && ("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
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
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
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
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));
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 && false === Array.isArray(input3.q) && $iu10(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term));
75
75
  const $io34 = (input3) => Object.keys(input3).every((key) => {
76
76
  const value = input3[key];
77
77
  if (void 0 === value)
@@ -81,58 +81,60 @@ var validCorrelationVolcanoRequest = (input) => {
81
81
  return true;
82
82
  });
83
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) => {
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 || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
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) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
86
+ const $io38 = (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 && $io39(input3.customset));
87
+ const $io39 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
88
+ const $io40 = (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));
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) && "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]))));
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) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
91
+ const $io43 = (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 && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
92
+ const $io44 = (input3) => "number" === typeof input3.value;
93
+ const $io45 = (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 && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
94
+ const $io46 = (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 || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
95
+ const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
96
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
97
+ const $io49 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
98
+ const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
99
+ const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
100
+ const $io52 = (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));
101
+ const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
102
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true && ("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));
103
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true;
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)) && true && ("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);
105
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true && ("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;
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) && $io4(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
107
+ const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io60(input3.values)) && true;
108
+ const $io60 = (input3) => Object.keys(input3).every((key) => {
108
109
  const value = input3[key];
109
110
  if (void 0 === value)
110
111
  return true;
111
112
  if (RegExp(/(.*)/).test(key))
112
- return "object" === typeof value && null !== value && $io60(value);
113
+ return "object" === typeof value && null !== value && $io61(value);
113
114
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
114
- return "object" === typeof value && null !== value && $io60(value);
115
+ return "object" === typeof value && null !== value && $io61(value);
115
116
  return true;
116
117
  });
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) => {
118
+ const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
119
+ const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
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 || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
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 || "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;
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) && "values" === input3.type;
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 || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.type || "filter" === input3.type);
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 || 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;
125
+ const $io68 = (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 && $io39(input3.customset));
126
+ const $io69 = (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 || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io70(input3.groups));
127
+ const $io70 = (input3) => Object.keys(input3).every((key) => {
126
128
  const value = input3[key];
127
129
  if (void 0 === value)
128
130
  return true;
129
131
  if (RegExp(/(.*)/).test(key))
130
- return "object" === typeof value && null !== value && $io69(value);
132
+ return "object" === typeof value && null !== value && $io71(value);
131
133
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
132
- return "object" === typeof value && null !== value && $io69(value);
134
+ return "object" === typeof value && null !== value && $io71(value);
133
135
  return true;
134
136
  });
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;
137
+ const $io71 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
136
138
  const $iu0 = (input3) => (() => {
137
139
  if (void 0 !== input3.type)
138
140
  return $io1(input3);
@@ -177,12 +179,12 @@ var validCorrelationVolcanoRequest = (input) => {
177
179
  if (void 0 !== input3.type)
178
180
  return $io33(input3);
179
181
  return (() => {
180
- if ($io51(input3))
181
- return $io51(input3);
182
- if ($io44(input3))
183
- return $io44(input3);
184
- if ($io39(input3))
185
- return $io39(input3);
182
+ if ($io52(input3))
183
+ return $io52(input3);
184
+ if ($io45(input3))
185
+ return $io45(input3);
186
+ if ($io40(input3))
187
+ return $io40(input3);
186
188
  return false;
187
189
  })();
188
190
  })();
@@ -223,23 +225,23 @@ var validCorrelationVolcanoRequest = (input) => {
223
225
  if ("values" === input3.type)
224
226
  return $io35(input3);
225
227
  if ("predefined-groupset" === input3.type)
226
- return $io36(input3);
227
- if ("custom-groupset" === input3.type)
228
228
  return $io37(input3);
229
- return false;
229
+ if ("custom-groupset" === input3.type)
230
+ return $io38(input3);
231
+ return $io36(input3);
230
232
  })();
231
233
  const $iu11 = (input3) => (() => {
232
234
  if ("regular-bin" === input3.type)
233
235
  return $io15(input3);
234
236
  if ("continuous" === input3.mode)
235
- return $io41(input3);
236
- if ("spline" === input3.mode)
237
237
  return $io42(input3);
238
+ if ("spline" === input3.mode)
239
+ return $io43(input3);
238
240
  return (() => {
239
241
  if ($io20(input3))
240
242
  return $io20(input3);
241
- if ($io40(input3))
242
- return $io40(input3);
243
+ if ($io41(input3))
244
+ return $io41(input3);
243
245
  return false;
244
246
  })();
245
247
  })();
@@ -258,20 +260,20 @@ var validCorrelationVolcanoRequest = (input) => {
258
260
  })();
259
261
  const $iu13 = (input3) => (() => {
260
262
  if ("categorical" === input3.type)
261
- return $io52(input3);
262
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
263
263
  return $io53(input3);
264
- if ("condition" === input3.type)
264
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
265
265
  return $io54(input3);
266
- if ("gene" === input3.kind)
266
+ if ("condition" === input3.type)
267
267
  return $io55(input3);
268
- if ("coord" === input3.kind)
268
+ if ("gene" === input3.kind)
269
269
  return $io56(input3);
270
+ if ("coord" === input3.kind)
271
+ return $io57(input3);
270
272
  return (() => {
271
- if ($io57(input3))
272
- return $io57(input3);
273
273
  if ($io58(input3))
274
274
  return $io58(input3);
275
+ if ($io59(input3))
276
+ return $io59(input3);
275
277
  return false;
276
278
  })();
277
279
  })();
@@ -279,35 +281,39 @@ var validCorrelationVolcanoRequest = (input) => {
279
281
  if (void 0 !== input3.bin_size)
280
282
  return $io15(input3);
281
283
  if (void 0 !== input3.knots)
282
- return $io42(input3);
284
+ return $io43(input3);
283
285
  if (void 0 !== input3.AFcutoff)
284
- return $io45(input3);
286
+ return $io46(input3);
285
287
  if (void 0 !== input3.timeScale)
286
- return $io63(input3);
288
+ return $io64(input3);
287
289
  return (() => {
288
290
  if (void 0 !== input3.groups)
289
- return $io67(input3);
291
+ return $io69(input3);
290
292
  return (() => {
291
- if ($io35(input3))
292
- return $io35(input3);
293
293
  if ($io36(input3))
294
294
  return $io36(input3);
295
+ if ($io63(input3))
296
+ return $io63(input3);
297
+ if ($io35(input3))
298
+ return $io35(input3);
295
299
  if ($io37(input3))
296
300
  return $io37(input3);
301
+ if ($io38(input3))
302
+ return $io38(input3);
297
303
  if ($io20(input3))
298
304
  return $io20(input3);
299
- if ($io40(input3))
300
- return $io40(input3);
301
305
  if ($io41(input3))
302
306
  return $io41(input3);
303
- if ($io62(input3))
304
- return $io62(input3);
305
- if ($io64(input3))
306
- return $io64(input3);
307
- if ($io65(input3))
308
- return $io65(input3);
307
+ if ($io42(input3))
308
+ return $io42(input3);
309
309
  if ($io66(input3))
310
310
  return $io66(input3);
311
+ if ($io65(input3))
312
+ return $io65(input3);
313
+ if ($io67(input3))
314
+ return $io67(input3);
315
+ if ($io68(input3))
316
+ return $io68(input3);
311
317
  return false;
312
318
  })();
313
319
  })();
@@ -485,7 +491,7 @@ var validCorrelationVolcanoRequest = (input) => {
485
491
  path: _path2 + ".values",
486
492
  expected: "(TermValues | undefined)",
487
493
  value: input3.values
488
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
494
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
489
495
  path: _path2 + ".groupsetting",
490
496
  expected: "(EnabledTermGroupSetting | __type.o1)",
491
497
  value: input3.groupsetting
@@ -586,6 +592,10 @@ var validCorrelationVolcanoRequest = (input) => {
586
592
  path: _path2 + ".is_subcondition",
587
593
  expected: "(boolean | undefined)",
588
594
  value: input3.is_subcondition
595
+ }), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
596
+ path: _path2 + ".id",
597
+ expected: "(string | undefined)",
598
+ value: input3.id
589
599
  }), (Array.isArray(input3.groups) || $report(_exceptionable2, {
590
600
  path: _path2 + ".groups",
591
601
  expected: "Array<GroupEntry>",
@@ -649,14 +659,10 @@ var validCorrelationVolcanoRequest = (input) => {
649
659
  path: _path2 + ".type",
650
660
  expected: '"filter"',
651
661
  value: input3.type
652
- }), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
653
- path: _path2 + ".filter",
654
- expected: "Filter",
655
- value: input3.filter
656
- })) && $vo1(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
657
- path: _path2 + ".filter",
658
- expected: "Filter",
659
- value: input3.filter
662
+ }), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
663
+ path: _path2 + ".uncomputable",
664
+ expected: "(boolean | undefined)",
665
+ value: input3.uncomputable
660
666
  })].every((flag) => flag);
661
667
  const $vo11 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
662
668
  path: _path2 + ".disabled",
@@ -732,9 +738,9 @@ var validCorrelationVolcanoRequest = (input) => {
732
738
  path: _path2 + ".name",
733
739
  expected: "string",
734
740
  value: input3.name
735
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
741
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
736
742
  path: _path2 + ".type",
737
- expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
743
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
738
744
  value: input3.type
739
745
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
740
746
  path: _path2 + ".child_types",
@@ -776,7 +782,7 @@ var validCorrelationVolcanoRequest = (input) => {
776
782
  path: _path2 + ".values",
777
783
  expected: "(TermValues | undefined)",
778
784
  value: input3.values
779
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
785
+ }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
780
786
  path: _path2 + ".bins",
781
787
  expected: "PresetNumericBins",
782
788
  value: input3.bins
@@ -1168,7 +1174,7 @@ var validCorrelationVolcanoRequest = (input) => {
1168
1174
  path: _path2 + ".values",
1169
1175
  expected: "(TermValues | undefined)",
1170
1176
  value: input3.values
1171
- })].every((flag) => flag);
1177
+ }), true].every((flag) => flag);
1172
1178
  const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1173
1179
  path: _path2 + ".grade",
1174
1180
  expected: "number",
@@ -1271,7 +1277,7 @@ var validCorrelationVolcanoRequest = (input) => {
1271
1277
  path: _path2 + ".values",
1272
1278
  expected: "(TermValues | undefined)",
1273
1279
  value: input3.values
1274
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1280
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1275
1281
  path: _path2 + ".groupsetting",
1276
1282
  expected: "EnabledTermGroupSetting",
1277
1283
  value: input3.groupsetting
@@ -1352,7 +1358,7 @@ var validCorrelationVolcanoRequest = (input) => {
1352
1358
  path: _path2 + ".values",
1353
1359
  expected: "(TermValues | undefined)",
1354
1360
  value: input3.values
1355
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1361
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1356
1362
  path: _path2 + ".groupsetting",
1357
1363
  expected: "EnabledTermGroupSetting",
1358
1364
  value: input3.groupsetting
@@ -1537,13 +1543,13 @@ var validCorrelationVolcanoRequest = (input) => {
1537
1543
  path: _path2 + ".type",
1538
1544
  expected: '("CatTWCustomGS" | "CatTWPredefinedGS" | "CatTWValues")',
1539
1545
  value: input3.type
1540
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
1546
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
1541
1547
  path: _path2 + ".q",
1542
- expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
1548
+ expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
1543
1549
  value: input3.q
1544
1550
  })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1545
1551
  path: _path2 + ".q",
1546
- expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
1552
+ expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
1547
1553
  value: input3.q
1548
1554
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1549
1555
  path: _path2 + ".term",
@@ -1599,6 +1605,35 @@ var validCorrelationVolcanoRequest = (input) => {
1599
1605
  path: _path2 + ".hiddenValues",
1600
1606
  expected: "(HiddenValues | undefined)",
1601
1607
  value: input3.hiddenValues
1608
+ }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
1609
+ path: _path2 + ".isAtomic",
1610
+ expected: "(boolean | undefined)",
1611
+ value: input3.isAtomic
1612
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
1613
+ path: _path2 + ".name",
1614
+ expected: "(string | undefined)",
1615
+ value: input3.name
1616
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
1617
+ path: _path2 + ".mode",
1618
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
1619
+ value: input3.mode
1620
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
1621
+ path: _path2 + ".reuseId",
1622
+ expected: "(string | undefined)",
1623
+ value: input3.reuseId
1624
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
1625
+ path: _path2 + ".type",
1626
+ expected: '("filter" | undefined)',
1627
+ value: input3.type
1628
+ })].every((flag) => flag);
1629
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1630
+ path: _path2 + ".hiddenValues",
1631
+ expected: "(HiddenValues | undefined)",
1632
+ value: input3.hiddenValues
1633
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1634
+ path: _path2 + ".hiddenValues",
1635
+ expected: "(HiddenValues | undefined)",
1636
+ value: input3.hiddenValues
1602
1637
  }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
1603
1638
  path: _path2 + ".isAtomic",
1604
1639
  expected: "(true | undefined)",
@@ -1624,7 +1659,7 @@ var validCorrelationVolcanoRequest = (input) => {
1624
1659
  expected: "number",
1625
1660
  value: input3.predefined_groupset_idx
1626
1661
  })].every((flag) => flag);
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, {
1662
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1628
1663
  path: _path2 + ".hiddenValues",
1629
1664
  expected: "(HiddenValues | undefined)",
1630
1665
  value: input3.hiddenValues
@@ -1656,12 +1691,12 @@ var validCorrelationVolcanoRequest = (input) => {
1656
1691
  path: _path2 + ".customset",
1657
1692
  expected: "BaseGroupSet",
1658
1693
  value: input3.customset
1659
- })) && $vo38(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
1694
+ })) && $vo39(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
1660
1695
  path: _path2 + ".customset",
1661
1696
  expected: "BaseGroupSet",
1662
1697
  value: input3.customset
1663
1698
  })].every((flag) => flag);
1664
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
1699
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
1665
1700
  path: _path2 + ".groups",
1666
1701
  expected: "Array<GroupEntry>",
1667
1702
  value: input3.groups
@@ -1678,7 +1713,7 @@ var validCorrelationVolcanoRequest = (input) => {
1678
1713
  expected: "Array<GroupEntry>",
1679
1714
  value: input3.groups
1680
1715
  })].every((flag) => flag);
1681
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1716
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1682
1717
  path: _path2 + ".id",
1683
1718
  expected: "(string | undefined)",
1684
1719
  value: input3.id
@@ -1719,7 +1754,7 @@ var validCorrelationVolcanoRequest = (input) => {
1719
1754
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1720
1755
  value: input3.q
1721
1756
  })].every((flag) => flag);
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, {
1757
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1723
1758
  path: _path2 + ".hiddenValues",
1724
1759
  expected: "(HiddenValues | undefined)",
1725
1760
  value: input3.hiddenValues
@@ -1779,7 +1814,7 @@ var validCorrelationVolcanoRequest = (input) => {
1779
1814
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1780
1815
  value: input3.lst
1781
1816
  })].every((flag) => flag);
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, {
1817
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1783
1818
  path: _path2 + ".hiddenValues",
1784
1819
  expected: "(HiddenValues | undefined)",
1785
1820
  value: input3.hiddenValues
@@ -1816,7 +1851,7 @@ var validCorrelationVolcanoRequest = (input) => {
1816
1851
  expected: "undefined",
1817
1852
  value: input3.type
1818
1853
  }))].every((flag) => flag);
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, {
1854
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1820
1855
  path: _path2 + ".hiddenValues",
1821
1856
  expected: "(HiddenValues | undefined)",
1822
1857
  value: input3.hiddenValues
@@ -1848,7 +1883,7 @@ var validCorrelationVolcanoRequest = (input) => {
1848
1883
  path: _path2 + ".knots[" + _index31 + "]",
1849
1884
  expected: "__type.o5",
1850
1885
  value: elem
1851
- })) && $vo43(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1886
+ })) && $vo44(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1852
1887
  path: _path2 + ".knots[" + _index31 + "]",
1853
1888
  expected: "__type.o5",
1854
1889
  value: elem
@@ -1865,12 +1900,12 @@ var validCorrelationVolcanoRequest = (input) => {
1865
1900
  expected: "undefined",
1866
1901
  value: input3.type
1867
1902
  }))].every((flag) => flag);
1868
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1903
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1869
1904
  path: _path2 + ".value",
1870
1905
  expected: "number",
1871
1906
  value: input3.value
1872
1907
  })].every((flag) => flag);
1873
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1908
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1874
1909
  path: _path2 + ".id",
1875
1910
  expected: "(string | undefined)",
1876
1911
  value: input3.id
@@ -1898,7 +1933,7 @@ var validCorrelationVolcanoRequest = (input) => {
1898
1933
  path: _path2 + ".q",
1899
1934
  expected: "SnpsQ",
1900
1935
  value: input3.q
1901
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1936
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1902
1937
  path: _path2 + ".q",
1903
1938
  expected: "SnpsQ",
1904
1939
  value: input3.q
@@ -1906,12 +1941,12 @@ var validCorrelationVolcanoRequest = (input) => {
1906
1941
  path: _path2 + ".term",
1907
1942
  expected: "SnpsTerm",
1908
1943
  value: input3.term
1909
- })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1944
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1910
1945
  path: _path2 + ".term",
1911
1946
  expected: "SnpsTerm",
1912
1947
  value: input3.term
1913
1948
  })].every((flag) => flag);
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, {
1949
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1915
1950
  path: _path2 + ".hiddenValues",
1916
1951
  expected: "(HiddenValues | undefined)",
1917
1952
  value: input3.hiddenValues
@@ -1935,9 +1970,9 @@ var validCorrelationVolcanoRequest = (input) => {
1935
1970
  path: _path2 + ".reuseId",
1936
1971
  expected: "(string | undefined)",
1937
1972
  value: input3.reuseId
1938
- }), 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 || $report(_exceptionable2, {
1973
+ }), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
1939
1974
  path: _path2 + ".type",
1940
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
1975
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
1941
1976
  value: input3.type
1942
1977
  }), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
1943
1978
  path: _path2 + ".AFcutoff",
@@ -1967,7 +2002,7 @@ var validCorrelationVolcanoRequest = (input) => {
1967
2002
  path: _path2 + ".restrictAncestry",
1968
2003
  expected: "RestrictAncestry",
1969
2004
  value: input3.restrictAncestry
1970
- })) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2005
+ })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
1971
2006
  path: _path2 + ".restrictAncestry",
1972
2007
  expected: "RestrictAncestry",
1973
2008
  value: input3.restrictAncestry
@@ -1992,7 +2027,7 @@ var validCorrelationVolcanoRequest = (input) => {
1992
2027
  expected: "number",
1993
2028
  value: input3.stop
1994
2029
  })].every((flag) => flag);
1995
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2030
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1996
2031
  path: _path2 + ".name",
1997
2032
  expected: "string",
1998
2033
  value: input3.name
@@ -2005,7 +2040,7 @@ var validCorrelationVolcanoRequest = (input) => {
2005
2040
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2006
2041
  value: input3.tvs
2007
2042
  })].every((flag) => flag);
2008
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2043
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2009
2044
  path: _path2 + ".id",
2010
2045
  expected: "string",
2011
2046
  value: input3.id
@@ -2057,7 +2092,7 @@ var validCorrelationVolcanoRequest = (input) => {
2057
2092
  path: _path2 + ".values",
2058
2093
  expected: "(TermValues | undefined)",
2059
2094
  value: input3.values
2060
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2095
+ }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2061
2096
  path: _path2 + ".reachedVariantLimit",
2062
2097
  expected: "(boolean | undefined)",
2063
2098
  value: input3.reachedVariantLimit
@@ -2069,7 +2104,7 @@ var validCorrelationVolcanoRequest = (input) => {
2069
2104
  path: _path2 + ".snps[" + _index34 + "]",
2070
2105
  expected: "SnpsEntry",
2071
2106
  value: elem
2072
- })) && $vo48(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2107
+ })) && $vo49(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2073
2108
  path: _path2 + ".snps[" + _index34 + "]",
2074
2109
  expected: "SnpsEntry",
2075
2110
  value: elem
@@ -2078,7 +2113,7 @@ var validCorrelationVolcanoRequest = (input) => {
2078
2113
  expected: "(Array<SnpsEntry> | undefined)",
2079
2114
  value: input3.snps
2080
2115
  })].every((flag) => flag);
2081
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2116
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2082
2117
  path: _path2 + ".altAlleles",
2083
2118
  expected: "(Array<string> | undefined)",
2084
2119
  value: input3.altAlleles
@@ -2098,7 +2133,7 @@ var validCorrelationVolcanoRequest = (input) => {
2098
2133
  path: _path2 + ".alleles[" + _index36 + "]",
2099
2134
  expected: "AllelesEntry",
2100
2135
  value: elem
2101
- })) && $vo49(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2136
+ })) && $vo50(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2102
2137
  path: _path2 + ".alleles[" + _index36 + "]",
2103
2138
  expected: "AllelesEntry",
2104
2139
  value: elem
@@ -2114,7 +2149,7 @@ var validCorrelationVolcanoRequest = (input) => {
2114
2149
  path: _path2 + ".gt2count",
2115
2150
  expected: "(__type.o6 | undefined)",
2116
2151
  value: input3.gt2count
2117
- })) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2152
+ })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2118
2153
  path: _path2 + ".gt2count",
2119
2154
  expected: "(__type.o6 | undefined)",
2120
2155
  value: input3.gt2count
@@ -2143,7 +2178,7 @@ var validCorrelationVolcanoRequest = (input) => {
2143
2178
  expected: "(number | undefined)",
2144
2179
  value: input3.pos
2145
2180
  })].every((flag) => flag);
2146
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2181
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2147
2182
  path: _path2 + ".allele",
2148
2183
  expected: "string",
2149
2184
  value: input3.allele
@@ -2156,7 +2191,7 @@ var validCorrelationVolcanoRequest = (input) => {
2156
2191
  expected: "boolean",
2157
2192
  value: input3.isRef
2158
2193
  })].every((flag) => flag);
2159
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2194
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2160
2195
  path: _path2 + ".k",
2161
2196
  expected: "string",
2162
2197
  value: input3.k
@@ -2165,7 +2200,7 @@ var validCorrelationVolcanoRequest = (input) => {
2165
2200
  expected: "(number | string)",
2166
2201
  value: input3.v
2167
2202
  })].every((flag) => flag);
2168
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2203
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2169
2204
  path: _path2 + ".id",
2170
2205
  expected: "(string | undefined)",
2171
2206
  value: input3.id
@@ -2191,22 +2226,22 @@ var validCorrelationVolcanoRequest = (input) => {
2191
2226
  value: input3.minNumSamples
2192
2227
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2193
2228
  path: _path2 + ".term",
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; })',
2229
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; 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; })',
2195
2230
  value: input3.term
2196
2231
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2197
2232
  path: _path2 + ".term",
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; })',
2233
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; 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; })',
2199
2234
  value: input3.term
2200
2235
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2201
2236
  path: _path2 + ".q",
2202
- 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)",
2237
+ expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | 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)",
2203
2238
  value: input3.q
2204
2239
  })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2205
2240
  path: _path2 + ".q",
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)",
2241
+ expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | 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)",
2207
2242
  value: input3.q
2208
2243
  })].every((flag) => flag);
2209
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2244
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2210
2245
  path: _path2 + ".id",
2211
2246
  expected: "string",
2212
2247
  value: input3.id
@@ -2258,7 +2293,7 @@ var validCorrelationVolcanoRequest = (input) => {
2258
2293
  path: _path2 + ".values",
2259
2294
  expected: "(TermValues | undefined)",
2260
2295
  value: input3.values
2261
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2296
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2262
2297
  path: _path2 + ".groupsetting",
2263
2298
  expected: "(EnabledTermGroupSetting | __type.o1)",
2264
2299
  value: input3.groupsetting
@@ -2267,7 +2302,7 @@ var validCorrelationVolcanoRequest = (input) => {
2267
2302
  expected: "(EnabledTermGroupSetting | __type.o1)",
2268
2303
  value: input3.groupsetting
2269
2304
  })].every((flag) => flag);
2270
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2305
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2271
2306
  path: _path2 + ".id",
2272
2307
  expected: "string",
2273
2308
  value: input3.id
@@ -2275,9 +2310,9 @@ var validCorrelationVolcanoRequest = (input) => {
2275
2310
  path: _path2 + ".name",
2276
2311
  expected: "string",
2277
2312
  value: input3.name
2278
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
2313
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2279
2314
  path: _path2 + ".type",
2280
- expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2315
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2281
2316
  value: input3.type
2282
2317
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2283
2318
  path: _path2 + ".child_types",
@@ -2319,7 +2354,7 @@ var validCorrelationVolcanoRequest = (input) => {
2319
2354
  path: _path2 + ".values",
2320
2355
  expected: "(TermValues | undefined)",
2321
2356
  value: input3.values
2322
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2357
+ }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2323
2358
  path: _path2 + ".bins",
2324
2359
  expected: "PresetNumericBins",
2325
2360
  value: input3.bins
@@ -2340,7 +2375,7 @@ var validCorrelationVolcanoRequest = (input) => {
2340
2375
  expected: "(__type.o2 | undefined)",
2341
2376
  value: input3.continuousColorScale
2342
2377
  })].every((flag) => flag);
2343
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2378
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2344
2379
  path: _path2 + ".id",
2345
2380
  expected: "string",
2346
2381
  value: input3.id
@@ -2392,8 +2427,8 @@ var validCorrelationVolcanoRequest = (input) => {
2392
2427
  path: _path2 + ".values",
2393
2428
  expected: "(TermValues | undefined)",
2394
2429
  value: input3.values
2395
- })].every((flag) => flag);
2396
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2430
+ }), true].every((flag) => flag);
2431
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2397
2432
  path: _path2 + ".id",
2398
2433
  expected: "string",
2399
2434
  value: input3.id
@@ -2445,7 +2480,7 @@ var validCorrelationVolcanoRequest = (input) => {
2445
2480
  path: _path2 + ".values",
2446
2481
  expected: "(TermValues | undefined)",
2447
2482
  value: input3.values
2448
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2483
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2449
2484
  path: _path2 + ".groupsetting",
2450
2485
  expected: "EnabledTermGroupSetting",
2451
2486
  value: input3.groupsetting
@@ -2474,7 +2509,7 @@ var validCorrelationVolcanoRequest = (input) => {
2474
2509
  expected: "(number | undefined)",
2475
2510
  value: input3.stop
2476
2511
  })].every((flag) => flag);
2477
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2512
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2478
2513
  path: _path2 + ".id",
2479
2514
  expected: "string",
2480
2515
  value: input3.id
@@ -2526,7 +2561,7 @@ var validCorrelationVolcanoRequest = (input) => {
2526
2561
  path: _path2 + ".values",
2527
2562
  expected: "(TermValues | undefined)",
2528
2563
  value: input3.values
2529
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2564
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2530
2565
  path: _path2 + ".groupsetting",
2531
2566
  expected: "EnabledTermGroupSetting",
2532
2567
  value: input3.groupsetting
@@ -2551,7 +2586,7 @@ var validCorrelationVolcanoRequest = (input) => {
2551
2586
  expected: "number",
2552
2587
  value: input3.stop
2553
2588
  })].every((flag) => flag);
2554
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2589
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2555
2590
  path: _path2 + ".id",
2556
2591
  expected: "string",
2557
2592
  value: input3.id
@@ -2603,7 +2638,7 @@ var validCorrelationVolcanoRequest = (input) => {
2603
2638
  path: _path2 + ".values",
2604
2639
  expected: "(TermValues | undefined)",
2605
2640
  value: input3.values
2606
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2641
+ }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2607
2642
  path: _path2 + ".reachedVariantLimit",
2608
2643
  expected: "(boolean | undefined)",
2609
2644
  value: input3.reachedVariantLimit
@@ -2615,7 +2650,7 @@ var validCorrelationVolcanoRequest = (input) => {
2615
2650
  path: _path2 + ".snps[" + _index49 + "]",
2616
2651
  expected: "SnpsEntry",
2617
2652
  value: elem
2618
- })) && $vo48(elem, _path2 + ".snps[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2653
+ })) && $vo49(elem, _path2 + ".snps[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2619
2654
  path: _path2 + ".snps[" + _index49 + "]",
2620
2655
  expected: "SnpsEntry",
2621
2656
  value: elem
@@ -2624,7 +2659,7 @@ var validCorrelationVolcanoRequest = (input) => {
2624
2659
  expected: "(Array<SnpsEntry> | undefined)",
2625
2660
  value: input3.snps
2626
2661
  })].every((flag) => flag);
2627
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2662
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2628
2663
  path: _path2 + ".id",
2629
2664
  expected: "string",
2630
2665
  value: input3.id
@@ -2672,12 +2707,12 @@ var validCorrelationVolcanoRequest = (input) => {
2672
2707
  path: _path2 + ".values",
2673
2708
  expected: "(TermValues & SampleLstTermValues | undefined)",
2674
2709
  value: input3.values
2675
- })) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2710
+ })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2676
2711
  path: _path2 + ".values",
2677
2712
  expected: "(TermValues & SampleLstTermValues | undefined)",
2678
2713
  value: input3.values
2679
- })].every((flag) => flag);
2680
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2714
+ }), true].every((flag) => flag);
2715
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2681
2716
  const value = input3[key];
2682
2717
  if (void 0 === value)
2683
2718
  return true;
@@ -2686,7 +2721,7 @@ var validCorrelationVolcanoRequest = (input) => {
2686
2721
  path: _path2 + $join(key),
2687
2722
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2688
2723
  value
2689
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2724
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2690
2725
  path: _path2 + $join(key),
2691
2726
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2692
2727
  value
@@ -2696,14 +2731,14 @@ var validCorrelationVolcanoRequest = (input) => {
2696
2731
  path: _path2 + $join(key),
2697
2732
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2698
2733
  value
2699
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2734
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2700
2735
  path: _path2 + $join(key),
2701
2736
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2702
2737
  value
2703
2738
  });
2704
2739
  return true;
2705
2740
  }).every((flag) => flag)].every((flag) => flag);
2706
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2741
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2707
2742
  path: _path2 + ".key",
2708
2743
  expected: "(string | undefined)",
2709
2744
  value: input3.key
@@ -2751,7 +2786,7 @@ var validCorrelationVolcanoRequest = (input) => {
2751
2786
  path: _path2 + ".list[" + _index52 + "]",
2752
2787
  expected: "__type.o7",
2753
2788
  value: elem
2754
- })) && $vo61(elem, _path2 + ".list[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2789
+ })) && $vo62(elem, _path2 + ".list[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2755
2790
  path: _path2 + ".list[" + _index52 + "]",
2756
2791
  expected: "__type.o7",
2757
2792
  value: elem
@@ -2760,7 +2795,7 @@ var validCorrelationVolcanoRequest = (input) => {
2760
2795
  expected: "Array<__type>.o3",
2761
2796
  value: input3.list
2762
2797
  }), true].every((flag) => flag);
2763
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2798
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2764
2799
  path: _path2 + ".sampleId",
2765
2800
  expected: "string",
2766
2801
  value: input3.sampleId
@@ -2769,7 +2804,7 @@ var validCorrelationVolcanoRequest = (input) => {
2769
2804
  expected: "string",
2770
2805
  value: input3.sample
2771
2806
  })].every((flag) => flag);
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, {
2807
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2773
2808
  path: _path2 + ".hiddenValues",
2774
2809
  expected: "(HiddenValues | undefined)",
2775
2810
  value: input3.hiddenValues
@@ -2793,12 +2828,12 @@ var validCorrelationVolcanoRequest = (input) => {
2793
2828
  path: _path2 + ".reuseId",
2794
2829
  expected: "(string | undefined)",
2795
2830
  value: input3.reuseId
2796
- }), 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 || $report(_exceptionable2, {
2831
+ }), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
2797
2832
  path: _path2 + ".type",
2798
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2833
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2799
2834
  value: input3.type
2800
2835
  })].every((flag) => flag);
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, {
2836
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2802
2837
  path: _path2 + ".hiddenValues",
2803
2838
  expected: "(HiddenValues | undefined)",
2804
2839
  value: input3.hiddenValues
@@ -2863,7 +2898,7 @@ var validCorrelationVolcanoRequest = (input) => {
2863
2898
  expected: "(boolean | undefined)",
2864
2899
  value: input3.value_by_computable_grade
2865
2900
  }), true].every((flag) => flag);
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, {
2901
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2867
2902
  path: _path2 + ".hiddenValues",
2868
2903
  expected: "(HiddenValues | undefined)",
2869
2904
  value: input3.hiddenValues
@@ -2928,7 +2963,7 @@ var validCorrelationVolcanoRequest = (input) => {
2928
2963
  expected: '"values"',
2929
2964
  value: input3.type
2930
2965
  })].every((flag) => flag);
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, {
2966
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2932
2967
  path: _path2 + ".hiddenValues",
2933
2968
  expected: "(HiddenValues | undefined)",
2934
2969
  value: input3.hiddenValues
@@ -2984,6 +3019,71 @@ var validCorrelationVolcanoRequest = (input) => {
2984
3019
  path: _path2 + ".origin",
2985
3020
  expected: "(string | undefined)",
2986
3021
  value: input3.origin
3022
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3023
+ path: _path2 + ".mode",
3024
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
3025
+ value: input3.mode
3026
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
3027
+ path: _path2 + ".type",
3028
+ expected: '("filter" | undefined)',
3029
+ value: input3.type
3030
+ })].every((flag) => flag);
3031
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3032
+ path: _path2 + ".hiddenValues",
3033
+ expected: "(HiddenValues | undefined)",
3034
+ value: input3.hiddenValues
3035
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3036
+ path: _path2 + ".hiddenValues",
3037
+ expected: "(HiddenValues | undefined)",
3038
+ value: input3.hiddenValues
3039
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3040
+ path: _path2 + ".isAtomic",
3041
+ expected: "(true | undefined)",
3042
+ value: input3.isAtomic
3043
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3044
+ path: _path2 + ".name",
3045
+ expected: "(string | undefined)",
3046
+ value: input3.name
3047
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3048
+ path: _path2 + ".reuseId",
3049
+ expected: "(string | undefined)",
3050
+ value: input3.reuseId
3051
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3052
+ path: _path2 + ".cnvGainCutoff",
3053
+ expected: "(number | undefined)",
3054
+ value: input3.cnvGainCutoff
3055
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3056
+ path: _path2 + ".cnvMaxLength",
3057
+ expected: "(number | undefined)",
3058
+ value: input3.cnvMaxLength
3059
+ }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3060
+ path: _path2 + ".cnvMinAbsValue",
3061
+ expected: "(number | undefined)",
3062
+ value: input3.cnvMinAbsValue
3063
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3064
+ path: _path2 + ".cnvLossCutoff",
3065
+ expected: "(number | undefined)",
3066
+ value: input3.cnvLossCutoff
3067
+ }), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
3068
+ path: _path2 + ".exclude",
3069
+ expected: "Array<string>",
3070
+ value: input3.exclude
3071
+ })) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3072
+ path: _path2 + ".exclude[" + _index56 + "]",
3073
+ expected: "string",
3074
+ value: elem
3075
+ })).every((flag) => flag) || $report(_exceptionable2, {
3076
+ path: _path2 + ".exclude",
3077
+ expected: "Array<string>",
3078
+ value: input3.exclude
3079
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
3080
+ path: _path2 + ".dt",
3081
+ expected: "(number | undefined)",
3082
+ value: input3.dt
3083
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
3084
+ path: _path2 + ".origin",
3085
+ expected: "(string | undefined)",
3086
+ value: input3.origin
2987
3087
  }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
2988
3088
  path: _path2 + ".mode",
2989
3089
  expected: '("binary" | "discrete" | undefined)',
@@ -2997,7 +3097,7 @@ var validCorrelationVolcanoRequest = (input) => {
2997
3097
  expected: "number",
2998
3098
  value: input3.predefined_groupset_idx
2999
3099
  })].every((flag) => flag);
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, {
3100
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3001
3101
  path: _path2 + ".hiddenValues",
3002
3102
  expected: "(HiddenValues | undefined)",
3003
3103
  value: input3.hiddenValues
@@ -3037,8 +3137,8 @@ var validCorrelationVolcanoRequest = (input) => {
3037
3137
  path: _path2 + ".exclude",
3038
3138
  expected: "Array<string>",
3039
3139
  value: input3.exclude
3040
- })) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3041
- path: _path2 + ".exclude[" + _index56 + "]",
3140
+ })) && input3.exclude.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3141
+ path: _path2 + ".exclude[" + _index57 + "]",
3042
3142
  expected: "string",
3043
3143
  value: elem
3044
3144
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3065,12 +3165,12 @@ var validCorrelationVolcanoRequest = (input) => {
3065
3165
  path: _path2 + ".customset",
3066
3166
  expected: "BaseGroupSet",
3067
3167
  value: input3.customset
3068
- })) && $vo38(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3168
+ })) && $vo39(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3069
3169
  path: _path2 + ".customset",
3070
3170
  expected: "BaseGroupSet",
3071
3171
  value: input3.customset
3072
3172
  })].every((flag) => flag);
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, {
3173
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3074
3174
  path: _path2 + ".hiddenValues",
3075
3175
  expected: "(HiddenValues | undefined)",
3076
3176
  value: input3.hiddenValues
@@ -3094,20 +3194,20 @@ var validCorrelationVolcanoRequest = (input) => {
3094
3194
  path: _path2 + ".reuseId",
3095
3195
  expected: "(string | undefined)",
3096
3196
  value: input3.reuseId
3097
- }), 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 || $report(_exceptionable2, {
3197
+ }), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
3098
3198
  path: _path2 + ".type",
3099
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3199
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3100
3200
  value: input3.type
3101
3201
  }), ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) || $report(_exceptionable2, {
3102
3202
  path: _path2 + ".groups",
3103
3203
  expected: "SampleLstTermValues",
3104
3204
  value: input3.groups
3105
- })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3205
+ })) && $vo70(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3106
3206
  path: _path2 + ".groups",
3107
3207
  expected: "SampleLstTermValues",
3108
3208
  value: input3.groups
3109
3209
  })].every((flag) => flag);
3110
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3210
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3111
3211
  const value = input3[key];
3112
3212
  if (void 0 === value)
3113
3213
  return true;
@@ -3116,7 +3216,7 @@ var validCorrelationVolcanoRequest = (input) => {
3116
3216
  path: _path2 + $join(key),
3117
3217
  expected: "__type.o8",
3118
3218
  value
3119
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3219
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3120
3220
  path: _path2 + $join(key),
3121
3221
  expected: "__type.o8",
3122
3222
  value
@@ -3126,14 +3226,14 @@ var validCorrelationVolcanoRequest = (input) => {
3126
3226
  path: _path2 + $join(key),
3127
3227
  expected: "__type.o8",
3128
3228
  value
3129
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3229
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3130
3230
  path: _path2 + $join(key),
3131
3231
  expected: "__type.o8",
3132
3232
  value
3133
3233
  });
3134
3234
  return true;
3135
3235
  }).every((flag) => flag)].every((flag) => flag);
3136
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3236
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3137
3237
  path: _path2 + ".name",
3138
3238
  expected: "string",
3139
3239
  value: input3.name
@@ -3145,12 +3245,12 @@ var validCorrelationVolcanoRequest = (input) => {
3145
3245
  path: _path2 + ".list",
3146
3246
  expected: "Array<__type>.o3",
3147
3247
  value: input3.list
3148
- })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3149
- path: _path2 + ".list[" + _index57 + "]",
3248
+ })) && input3.list.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3249
+ path: _path2 + ".list[" + _index58 + "]",
3150
3250
  expected: "__type.o7",
3151
3251
  value: elem
3152
- })) && $vo61(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3153
- path: _path2 + ".list[" + _index57 + "]",
3252
+ })) && $vo62(elem, _path2 + ".list[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3253
+ path: _path2 + ".list[" + _index58 + "]",
3154
3254
  expected: "__type.o7",
3155
3255
  value: elem
3156
3256
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3201,7 +3301,7 @@ var validCorrelationVolcanoRequest = (input) => {
3201
3301
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3202
3302
  if (void 0 !== input3.type)
3203
3303
  return $vo33(input3, _path2, _exceptionable2);
3204
- return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
3304
+ return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3205
3305
  })();
3206
3306
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3207
3307
  if (true === input3.startunbounded)
@@ -3226,7 +3326,7 @@ var validCorrelationVolcanoRequest = (input) => {
3226
3326
  });
3227
3327
  })();
3228
3328
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3229
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo7(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3329
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index59) => "object" === typeof elem && null !== elem && $vo7(elem, _path2 + ".lst[" + _index59 + "]", false)).every((flag) => flag))
3230
3330
  return $vo6(input3, _path2, _exceptionable2);
3231
3331
  return $vo11(input3, _path2, _exceptionable2);
3232
3332
  })();
@@ -3256,23 +3356,19 @@ var validCorrelationVolcanoRequest = (input) => {
3256
3356
  if ("values" === input3.type)
3257
3357
  return $vo35(input3, _path2, _exceptionable2);
3258
3358
  if ("predefined-groupset" === input3.type)
3259
- return $vo36(input3, _path2, _exceptionable2);
3260
- if ("custom-groupset" === input3.type)
3261
3359
  return $vo37(input3, _path2, _exceptionable2);
3262
- return $report(_exceptionable2, {
3263
- path: _path2,
3264
- expected: "(ValuesQ | PredefinedGroupSettingQ | CustomGroupSettingQ)",
3265
- value: input3
3266
- });
3360
+ if ("custom-groupset" === input3.type)
3361
+ return $vo38(input3, _path2, _exceptionable2);
3362
+ return $vo36(input3, _path2, _exceptionable2);
3267
3363
  })();
3268
3364
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3269
3365
  if ("regular-bin" === input3.type)
3270
3366
  return $vo15(input3, _path2, _exceptionable2);
3271
3367
  if ("continuous" === input3.mode)
3272
- return $vo41(input3, _path2, _exceptionable2);
3273
- if ("spline" === input3.mode)
3274
3368
  return $vo42(input3, _path2, _exceptionable2);
3275
- return $vo20(input3, _path2, false) || $vo40(input3, _path2, false);
3369
+ if ("spline" === input3.mode)
3370
+ return $vo43(input3, _path2, _exceptionable2);
3371
+ return $vo20(input3, _path2, false) || $vo41(input3, _path2, false);
3276
3372
  })();
3277
3373
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3278
3374
  if (void 0 !== input3.ranges)
@@ -3281,30 +3377,30 @@ var validCorrelationVolcanoRequest = (input) => {
3281
3377
  })();
3282
3378
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3283
3379
  if ("categorical" === input3.type)
3284
- return $vo52(input3, _path2, _exceptionable2);
3285
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3286
3380
  return $vo53(input3, _path2, _exceptionable2);
3287
- if ("condition" === input3.type)
3381
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3288
3382
  return $vo54(input3, _path2, _exceptionable2);
3289
- if ("gene" === input3.kind)
3383
+ if ("condition" === input3.type)
3290
3384
  return $vo55(input3, _path2, _exceptionable2);
3291
- if ("coord" === input3.kind)
3385
+ if ("gene" === input3.kind)
3292
3386
  return $vo56(input3, _path2, _exceptionable2);
3293
- return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
3387
+ if ("coord" === input3.kind)
3388
+ return $vo57(input3, _path2, _exceptionable2);
3389
+ return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3294
3390
  })();
3295
3391
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3296
3392
  if (void 0 !== input3.bin_size)
3297
3393
  return $vo15(input3, _path2, _exceptionable2);
3298
3394
  if (void 0 !== input3.knots)
3299
- return $vo42(input3, _path2, _exceptionable2);
3395
+ return $vo43(input3, _path2, _exceptionable2);
3300
3396
  if (void 0 !== input3.AFcutoff)
3301
- return $vo45(input3, _path2, _exceptionable2);
3397
+ return $vo46(input3, _path2, _exceptionable2);
3302
3398
  if (void 0 !== input3.timeScale)
3303
- return $vo63(input3, _path2, _exceptionable2);
3399
+ return $vo64(input3, _path2, _exceptionable2);
3304
3400
  return (() => {
3305
3401
  if (void 0 !== input3.groups)
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);
3402
+ return $vo69(input3, _path2, _exceptionable2);
3403
+ return $vo36(input3, _path2, false) || $vo63(input3, _path2, false) || $vo35(input3, _path2, false) || $vo37(input3, _path2, false) || $vo38(input3, _path2, false) || $vo20(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo67(input3, _path2, false) || $vo68(input3, _path2, false);
3308
3404
  })();
3309
3405
  })();
3310
3406
  return ("object" === typeof input2 && null !== input2 || $report(true, {