@sjcrh/proteinpaint-types 2.119.0 → 2.121.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.
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-T2CSA2MC.js → chunk-3ZT4UCFM.js} +366 -512
- package/dist/{chunk-4V46EBDF.js → chunk-5XRJ5ATE.js} +916 -1264
- package/dist/{chunk-BM3JLR6T.js → chunk-AGSW7G4T.js} +905 -1253
- package/dist/{chunk-J6SJ4M3S.js → chunk-F64WJMRL.js} +1094 -1306
- package/dist/{chunk-YURGGHZI.js → chunk-K7P6C6KU.js} +731 -1079
- package/dist/{chunk-GI4NNB34.js → chunk-LBGUOJR3.js} +366 -512
- package/dist/{chunk-OL4OMJSP.js → chunk-NCFUZ5VV.js} +903 -1139
- package/dist/{chunk-GD3KAF6V.js → chunk-QMWUUGEK.js} +457 -603
- package/dist/{chunk-DL4UYYVE.js → chunk-RX5EB2HL.js} +366 -512
- package/dist/{chunk-ROPNHRVV.js → chunk-SQBZAOWB.js} +366 -512
- package/dist/{chunk-7NNYHDAK.js → chunk-XPOHYEAY.js} +917 -1265
- package/dist/{chunk-UVOO2LBD.js → chunk-ZMOSABYP.js} +916 -1264
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +12 -12
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/filter.ts +12 -67
- package/src/genome.ts +1 -1
- package/src/routes/hicgenome.ts +1 -1
- package/src/routes/isoformlst.ts +1 -1
- package/src/routes/termdb.cohorts.ts +1 -1
- package/src/routes/termdb.singlecellData.ts +1 -1
- package/src/terms/categorical.ts +3 -3
- package/src/terms/condition.ts +2 -2
- package/src/terms/geneExpression.ts +3 -3
- package/src/terms/geneVariant.ts +58 -19
- package/src/terms/metaboliteIntensity.ts +4 -4
- package/src/terms/q.ts +1 -1
- package/src/terms/samplelst.ts +3 -3
- package/src/terms/singleCellCellType.ts +2 -2
- package/src/terms/singleCellGeneExpression.ts +4 -5
- package/src/terms/snp.ts +3 -3
- package/src/terms/snps.ts +4 -4
- package/src/terms/term.ts +14 -8
- package/src/terms/tw.ts +7 -8
- package/src/terms/updated-types.ts +5 -4
- package/src/termsetting.ts +4 -4
- package/src/test/numeric.type.spec.ts +2 -2
|
@@ -22,32 +22,37 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
22
22
|
const errors = [];
|
|
23
23
|
const __is = (input2) => {
|
|
24
24
|
const $join = import_typia.createValidate.join;
|
|
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 && $
|
|
26
|
-
const $io1 = (input3) => "
|
|
27
|
-
const $io2 = (input3) =>
|
|
28
|
-
const $io3 = (input3) =>
|
|
29
|
-
const $io4 = (input3) =>
|
|
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 && $iu3(input3.featureTw)) && (Array.isArray(input3.variableTwLst) && input3.variableTwLst.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("pearson" === input3.correlationMethod || "spearman" === input3.correlationMethod);
|
|
26
|
+
const $io1 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
27
|
+
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu6(input3.tvs));
|
|
28
|
+
const $io3 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io6(elem)));
|
|
29
|
+
const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
|
|
30
|
+
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
30
31
|
const value = input3[key];
|
|
31
32
|
if (void 0 === value)
|
|
32
33
|
return true;
|
|
33
34
|
if (RegExp(/(.*)/).test(key))
|
|
34
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
35
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io6(value);
|
|
35
36
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
36
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
37
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io6(value);
|
|
37
38
|
return true;
|
|
38
39
|
});
|
|
39
|
-
const $
|
|
40
|
-
const $
|
|
41
|
-
const $
|
|
42
|
-
const $
|
|
43
|
-
const $
|
|
44
|
-
const $
|
|
45
|
-
const $
|
|
46
|
-
const $
|
|
47
|
-
const $
|
|
48
|
-
const $
|
|
49
|
-
const $
|
|
50
|
-
const $
|
|
40
|
+
const $io6 = (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));
|
|
41
|
+
const $io7 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io8(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io9(elem)));
|
|
42
|
+
const $io8 = (input3) => Array.isArray(input3.joinWith) && input3.joinWith.every((elem) => "string" === typeof elem);
|
|
43
|
+
const $io9 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
44
|
+
const $io10 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io11(elem)));
|
|
45
|
+
const $io11 = (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)));
|
|
46
|
+
const $io12 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io13(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
47
|
+
const $io13 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
48
|
+
const $io14 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && "boolean" === typeof input3.uncomputable;
|
|
49
|
+
const $io15 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io8(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io9(elem))) && ("object" === typeof input3.active && null !== input3.active && $io1(input3.active)) && "number" === typeof input3.group;
|
|
50
|
+
const $io16 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
51
|
+
const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io18(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 && $io27(elem)));
|
|
52
|
+
const $io18 = (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) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale));
|
|
53
|
+
const $io19 = (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);
|
|
54
|
+
const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io21(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 && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
55
|
+
const $io21 = (input3) => Object.keys(input3).every((key) => {
|
|
51
56
|
const value = input3[key];
|
|
52
57
|
if (void 0 === value)
|
|
53
58
|
return true;
|
|
@@ -55,23 +60,18 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
55
60
|
return "number" === typeof value;
|
|
56
61
|
return true;
|
|
57
62
|
});
|
|
58
|
-
const $
|
|
59
|
-
const $
|
|
60
|
-
const $
|
|
61
|
-
const $
|
|
62
|
-
const $
|
|
63
|
-
const $
|
|
64
|
-
const $
|
|
65
|
-
const $
|
|
66
|
-
const $
|
|
67
|
-
const $
|
|
68
|
-
const $
|
|
69
|
-
const $
|
|
70
|
-
const $io29 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
71
|
-
const $io30 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
72
|
-
const $io31 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
73
|
-
const $io32 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
74
|
-
const $io33 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu10(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term));
|
|
63
|
+
const $io22 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
64
|
+
const $io23 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
65
|
+
const $io24 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
66
|
+
const $io25 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io21(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
67
|
+
const $io26 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
68
|
+
const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
69
|
+
const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (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 && $io30(elem)));
|
|
70
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter));
|
|
71
|
+
const $io30 = (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;
|
|
72
|
+
const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io9(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
73
|
+
const $io32 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
74
|
+
const $io33 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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) && $iu9(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term));
|
|
75
75
|
const $io34 = (input3) => Object.keys(input3).every((key) => {
|
|
76
76
|
const value = input3[key];
|
|
77
77
|
if (void 0 === value)
|
|
@@ -80,31 +80,31 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
80
80
|
return true;
|
|
81
81
|
return true;
|
|
82
82
|
});
|
|
83
|
-
const $io35 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
84
|
-
const $io36 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
85
|
-
const $io37 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
86
|
-
const $io38 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
83
|
+
const $io35 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io21(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) && $io21(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) && $io21(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) && $io21(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
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 && $
|
|
89
|
-
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
90
|
-
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
91
|
-
const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
88
|
+
const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q));
|
|
89
|
+
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io21(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
|
|
90
|
+
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io21(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) && $io21(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
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) && $
|
|
95
|
-
const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== 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) && $
|
|
93
|
+
const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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) && $io21(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 && $iu6(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) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && (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
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
98
|
const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
99
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 && $
|
|
101
|
-
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
102
|
-
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
103
|
-
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
104
|
-
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
105
|
-
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
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) && $
|
|
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)) &&
|
|
100
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
|
|
101
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
|
|
102
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
|
|
103
|
+
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
|
|
104
|
+
const $io56 = (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) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale));
|
|
105
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter));
|
|
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) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && (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)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter));
|
|
108
108
|
const $io60 = (input3) => Object.keys(input3).every((key) => {
|
|
109
109
|
const value = input3[key];
|
|
110
110
|
if (void 0 === value)
|
|
@@ -117,65 +117,42 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
117
117
|
});
|
|
118
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
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) && $
|
|
121
|
-
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
122
|
-
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $
|
|
123
|
-
const $io66 = (input3) =>
|
|
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.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.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) => {
|
|
120
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io21(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) && $io21(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) && $io21(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) && $io66(input3.groups));
|
|
123
|
+
const $io66 = (input3) => Object.keys(input3).every((key) => {
|
|
128
124
|
const value = input3[key];
|
|
129
125
|
if (void 0 === value)
|
|
130
126
|
return true;
|
|
131
127
|
if (RegExp(/(.*)/).test(key))
|
|
132
|
-
return "object" === typeof value && null !== value && $
|
|
128
|
+
return "object" === typeof value && null !== value && $io67(value);
|
|
133
129
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
134
|
-
return "object" === typeof value && null !== value && $
|
|
130
|
+
return "object" === typeof value && null !== value && $io67(value);
|
|
135
131
|
return true;
|
|
136
132
|
});
|
|
137
|
-
const $
|
|
133
|
+
const $io67 = (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;
|
|
138
134
|
const $iu0 = (input3) => (() => {
|
|
139
|
-
if (
|
|
135
|
+
if ("tvslst" === input3.type)
|
|
140
136
|
return $io1(input3);
|
|
141
|
-
if (
|
|
142
|
-
return $
|
|
143
|
-
return
|
|
144
|
-
if ($io2(input3))
|
|
145
|
-
return $io2(input3);
|
|
146
|
-
if ($io23(input3))
|
|
147
|
-
return $io23(input3);
|
|
148
|
-
if ($io26(input3))
|
|
149
|
-
return $io26(input3);
|
|
150
|
-
return false;
|
|
151
|
-
})();
|
|
137
|
+
if ("tvs" === input3.type)
|
|
138
|
+
return $io2(input3);
|
|
139
|
+
return false;
|
|
152
140
|
})();
|
|
153
141
|
const $iu1 = (input3) => (() => {
|
|
154
142
|
if ("string" === typeof input3.type)
|
|
155
|
-
return $
|
|
143
|
+
return $io12(input3);
|
|
156
144
|
if ("filter" === input3.type)
|
|
157
|
-
return $
|
|
145
|
+
return $io14(input3);
|
|
158
146
|
return false;
|
|
159
147
|
})();
|
|
160
148
|
const $iu2 = (input3) => (() => {
|
|
161
149
|
if (true === input3.startunbounded)
|
|
162
|
-
return $
|
|
150
|
+
return $io22(input3);
|
|
163
151
|
if (true === input3.stopunbounded)
|
|
164
|
-
return $
|
|
165
|
-
return $
|
|
152
|
+
return $io24(input3);
|
|
153
|
+
return $io23(input3);
|
|
166
154
|
})();
|
|
167
155
|
const $iu3 = (input3) => (() => {
|
|
168
|
-
if (2 === input3.dt)
|
|
169
|
-
return $io32(input3);
|
|
170
|
-
if (5 === input3.dt)
|
|
171
|
-
return $io31(input3);
|
|
172
|
-
if (4 === input3.dt)
|
|
173
|
-
return $io30(input3);
|
|
174
|
-
if (1 === input3.dt)
|
|
175
|
-
return $io29(input3);
|
|
176
|
-
return false;
|
|
177
|
-
})();
|
|
178
|
-
const $iu4 = (input3) => (() => {
|
|
179
156
|
if (void 0 !== input3.type)
|
|
180
157
|
return $io33(input3);
|
|
181
158
|
return (() => {
|
|
@@ -188,40 +165,46 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
188
165
|
return false;
|
|
189
166
|
})();
|
|
190
167
|
})();
|
|
191
|
-
const $
|
|
168
|
+
const $iu4 = (input3) => (() => {
|
|
192
169
|
if (true === input3.startunbounded)
|
|
193
|
-
return $
|
|
170
|
+
return $io22(input3);
|
|
194
171
|
if (void 0 !== input3.start)
|
|
195
|
-
return $
|
|
172
|
+
return $io23(input3);
|
|
196
173
|
return false;
|
|
197
174
|
})();
|
|
198
|
-
const $
|
|
175
|
+
const $iu5 = (input3) => (() => {
|
|
199
176
|
if (void 0 !== input3.stop)
|
|
200
|
-
return $
|
|
177
|
+
return $io23(input3);
|
|
201
178
|
if (true === input3.stopunbounded)
|
|
202
|
-
return $
|
|
179
|
+
return $io24(input3);
|
|
203
180
|
return false;
|
|
204
181
|
})();
|
|
182
|
+
const $iu6 = (input3) => (() => {
|
|
183
|
+
if (void 0 !== input3.ranges)
|
|
184
|
+
return $io17(input3);
|
|
185
|
+
return (() => {
|
|
186
|
+
if ($io3(input3))
|
|
187
|
+
return $io3(input3);
|
|
188
|
+
if ($io28(input3))
|
|
189
|
+
return $io28(input3);
|
|
190
|
+
if ($io31(input3))
|
|
191
|
+
return $io31(input3);
|
|
192
|
+
return false;
|
|
193
|
+
})();
|
|
194
|
+
})();
|
|
205
195
|
const $iu7 = (input3) => (() => {
|
|
206
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $
|
|
207
|
-
return $
|
|
208
|
-
return $
|
|
196
|
+
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io11(elem)))
|
|
197
|
+
return $io10(input3);
|
|
198
|
+
return $io16(input3);
|
|
209
199
|
})();
|
|
210
200
|
const $iu8 = (input3) => (() => {
|
|
211
201
|
if ("regular-bin" === input3.type)
|
|
212
|
-
return $io15(input3);
|
|
213
|
-
if ("custom-bin" === input3.type)
|
|
214
202
|
return $io20(input3);
|
|
203
|
+
if ("custom-bin" === input3.type)
|
|
204
|
+
return $io25(input3);
|
|
215
205
|
return false;
|
|
216
206
|
})();
|
|
217
207
|
const $iu9 = (input3) => (() => {
|
|
218
|
-
if ("gene" === input3.kind)
|
|
219
|
-
return $io27(input3);
|
|
220
|
-
if ("coord" === input3.kind)
|
|
221
|
-
return $io28(input3);
|
|
222
|
-
return false;
|
|
223
|
-
})();
|
|
224
|
-
const $iu10 = (input3) => (() => {
|
|
225
208
|
if ("values" === input3.type)
|
|
226
209
|
return $io35(input3);
|
|
227
210
|
if ("predefined-groupset" === input3.type)
|
|
@@ -230,44 +213,31 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
230
213
|
return $io38(input3);
|
|
231
214
|
return $io36(input3);
|
|
232
215
|
})();
|
|
233
|
-
const $
|
|
216
|
+
const $iu10 = (input3) => (() => {
|
|
234
217
|
if ("regular-bin" === input3.type)
|
|
235
|
-
return $
|
|
218
|
+
return $io20(input3);
|
|
236
219
|
if ("continuous" === input3.mode)
|
|
237
220
|
return $io42(input3);
|
|
238
221
|
if ("spline" === input3.mode)
|
|
239
222
|
return $io43(input3);
|
|
240
223
|
return (() => {
|
|
241
|
-
if ($
|
|
242
|
-
return $
|
|
224
|
+
if ($io25(input3))
|
|
225
|
+
return $io25(input3);
|
|
243
226
|
if ($io41(input3))
|
|
244
227
|
return $io41(input3);
|
|
245
228
|
return false;
|
|
246
229
|
})();
|
|
247
230
|
})();
|
|
248
|
-
const $
|
|
249
|
-
if (
|
|
250
|
-
return $io12(input3);
|
|
251
|
-
return (() => {
|
|
252
|
-
if ($io2(input3))
|
|
253
|
-
return $io2(input3);
|
|
254
|
-
if ($io23(input3))
|
|
255
|
-
return $io23(input3);
|
|
256
|
-
if ($io26(input3))
|
|
257
|
-
return $io26(input3);
|
|
258
|
-
return false;
|
|
259
|
-
})();
|
|
260
|
-
})();
|
|
261
|
-
const $iu13 = (input3) => (() => {
|
|
262
|
-
if ("categorical" === input3.type)
|
|
231
|
+
const $iu11 = (input3) => (() => {
|
|
232
|
+
if ("gene" === input3.kind)
|
|
263
233
|
return $io53(input3);
|
|
264
|
-
if ("
|
|
234
|
+
if ("coord" === input3.kind)
|
|
265
235
|
return $io54(input3);
|
|
266
|
-
if ("
|
|
236
|
+
if ("categorical" === input3.type)
|
|
267
237
|
return $io55(input3);
|
|
268
|
-
if ("
|
|
238
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
269
239
|
return $io56(input3);
|
|
270
|
-
if ("
|
|
240
|
+
if ("condition" === input3.type)
|
|
271
241
|
return $io57(input3);
|
|
272
242
|
return (() => {
|
|
273
243
|
if ($io58(input3))
|
|
@@ -277,9 +247,13 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
277
247
|
return false;
|
|
278
248
|
})();
|
|
279
249
|
})();
|
|
280
|
-
const $
|
|
250
|
+
const $iu12 = (input3) => (() => {
|
|
251
|
+
if (void 0 !== input3.predefined_groupset_idx)
|
|
252
|
+
return $io37(input3);
|
|
253
|
+
if (void 0 !== input3.customset)
|
|
254
|
+
return $io38(input3);
|
|
281
255
|
if (void 0 !== input3.bin_size)
|
|
282
|
-
return $
|
|
256
|
+
return $io20(input3);
|
|
283
257
|
if (void 0 !== input3.knots)
|
|
284
258
|
return $io43(input3);
|
|
285
259
|
if (void 0 !== input3.AFcutoff)
|
|
@@ -288,7 +262,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
288
262
|
return $io64(input3);
|
|
289
263
|
return (() => {
|
|
290
264
|
if (void 0 !== input3.groups)
|
|
291
|
-
return $
|
|
265
|
+
return $io65(input3);
|
|
292
266
|
return (() => {
|
|
293
267
|
if ($io36(input3))
|
|
294
268
|
return $io36(input3);
|
|
@@ -296,24 +270,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
296
270
|
return $io63(input3);
|
|
297
271
|
if ($io35(input3))
|
|
298
272
|
return $io35(input3);
|
|
299
|
-
if ($
|
|
300
|
-
return $
|
|
301
|
-
if ($io38(input3))
|
|
302
|
-
return $io38(input3);
|
|
303
|
-
if ($io20(input3))
|
|
304
|
-
return $io20(input3);
|
|
273
|
+
if ($io25(input3))
|
|
274
|
+
return $io25(input3);
|
|
305
275
|
if ($io41(input3))
|
|
306
276
|
return $io41(input3);
|
|
307
277
|
if ($io42(input3))
|
|
308
278
|
return $io42(input3);
|
|
309
|
-
if ($io66(input3))
|
|
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);
|
|
317
279
|
return false;
|
|
318
280
|
})();
|
|
319
281
|
})();
|
|
@@ -344,7 +306,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
344
306
|
path: _path2 + ".featureTw",
|
|
345
307
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
346
308
|
value: input3.featureTw
|
|
347
|
-
})) && $
|
|
309
|
+
})) && $vu3(input3.featureTw, _path2 + ".featureTw", _exceptionable2) || $report(_exceptionable2, {
|
|
348
310
|
path: _path2 + ".featureTw",
|
|
349
311
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
350
312
|
value: input3.featureTw
|
|
@@ -356,7 +318,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
356
318
|
path: _path2 + ".variableTwLst[" + _index1 + "]",
|
|
357
319
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
358
320
|
value: elem
|
|
359
|
-
})) && $
|
|
321
|
+
})) && $vu3(elem, _path2 + ".variableTwLst[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
360
322
|
path: _path2 + ".variableTwLst[" + _index1 + "]",
|
|
361
323
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
362
324
|
value: elem
|
|
@@ -369,17 +331,17 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
369
331
|
expected: '("pearson" | "spearman")',
|
|
370
332
|
value: input3.correlationMethod
|
|
371
333
|
})].every((flag) => flag);
|
|
372
|
-
const $vo1 = (input3, _path2, _exceptionable2 = true) => ["
|
|
334
|
+
const $vo1 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
|
|
373
335
|
path: _path2 + ".type",
|
|
374
|
-
expected: '"
|
|
336
|
+
expected: '"tvslst"',
|
|
375
337
|
value: input3.type
|
|
376
|
-
}),
|
|
338
|
+
}), "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
377
339
|
path: _path2 + '["in"]',
|
|
378
|
-
expected: "
|
|
340
|
+
expected: "boolean",
|
|
379
341
|
value: input3["in"]
|
|
380
|
-
}), "
|
|
342
|
+
}), "string" === typeof input3.join || $report(_exceptionable2, {
|
|
381
343
|
path: _path2 + ".join",
|
|
382
|
-
expected:
|
|
344
|
+
expected: "string",
|
|
383
345
|
value: input3.join
|
|
384
346
|
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
385
347
|
path: _path2 + ".tag",
|
|
@@ -387,22 +349,35 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
387
349
|
value: input3.tag
|
|
388
350
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
389
351
|
path: _path2 + ".lst",
|
|
390
|
-
expected:
|
|
352
|
+
expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
|
|
391
353
|
value: input3.lst
|
|
392
354
|
})) && input3.lst.map((elem, _index2) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
393
355
|
path: _path2 + ".lst[" + _index2 + "]",
|
|
394
|
-
expected: "(
|
|
356
|
+
expected: "(Filter | __type)",
|
|
395
357
|
value: elem
|
|
396
358
|
})) && $vu0(elem, _path2 + ".lst[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
397
359
|
path: _path2 + ".lst[" + _index2 + "]",
|
|
398
|
-
expected: "(
|
|
360
|
+
expected: "(Filter | __type)",
|
|
399
361
|
value: elem
|
|
400
362
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
401
363
|
path: _path2 + ".lst",
|
|
402
|
-
expected:
|
|
364
|
+
expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
|
|
403
365
|
value: input3.lst
|
|
404
366
|
})].every((flag) => flag);
|
|
405
|
-
const $vo2 = (input3, _path2, _exceptionable2 = true) => [
|
|
367
|
+
const $vo2 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
|
|
368
|
+
path: _path2 + ".type",
|
|
369
|
+
expected: '"tvs"',
|
|
370
|
+
value: input3.type
|
|
371
|
+
}), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
|
|
372
|
+
path: _path2 + ".tvs",
|
|
373
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
374
|
+
value: input3.tvs
|
|
375
|
+
})) && $vu6(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
376
|
+
path: _path2 + ".tvs",
|
|
377
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
378
|
+
value: input3.tvs
|
|
379
|
+
})].every((flag) => flag);
|
|
380
|
+
const $vo3 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
406
381
|
path: _path2 + ".join",
|
|
407
382
|
expected: "(string | undefined)",
|
|
408
383
|
value: input3.join
|
|
@@ -414,7 +389,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
414
389
|
path: _path2 + ".term",
|
|
415
390
|
expected: "CategoricalTerm",
|
|
416
391
|
value: input3.term
|
|
417
|
-
})) && $
|
|
392
|
+
})) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
418
393
|
path: _path2 + ".term",
|
|
419
394
|
expected: "CategoricalTerm",
|
|
420
395
|
value: input3.term
|
|
@@ -430,7 +405,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
430
405
|
path: _path2 + ".values[" + _index3 + "]",
|
|
431
406
|
expected: "BaseValue",
|
|
432
407
|
value: elem
|
|
433
|
-
})) && $
|
|
408
|
+
})) && $vo6(elem, _path2 + ".values[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
434
409
|
path: _path2 + ".values[" + _index3 + "]",
|
|
435
410
|
expected: "BaseValue",
|
|
436
411
|
value: elem
|
|
@@ -439,7 +414,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
439
414
|
expected: "Array<BaseValue>",
|
|
440
415
|
value: input3.values
|
|
441
416
|
})].every((flag) => flag);
|
|
442
|
-
const $
|
|
417
|
+
const $vo4 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
443
418
|
path: _path2 + ".id",
|
|
444
419
|
expected: "string",
|
|
445
420
|
value: input3.id
|
|
@@ -487,20 +462,28 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
487
462
|
path: _path2 + ".values",
|
|
488
463
|
expected: "(TermValues | undefined)",
|
|
489
464
|
value: input3.values
|
|
490
|
-
})) && $
|
|
465
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
491
466
|
path: _path2 + ".values",
|
|
492
467
|
expected: "(TermValues | undefined)",
|
|
493
468
|
value: input3.values
|
|
494
|
-
}),
|
|
469
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
470
|
+
path: _path2 + ".filter",
|
|
471
|
+
expected: "(TermFilter | undefined)",
|
|
472
|
+
value: input3.filter
|
|
473
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
474
|
+
path: _path2 + ".filter",
|
|
475
|
+
expected: "(TermFilter | undefined)",
|
|
476
|
+
value: input3.filter
|
|
477
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
495
478
|
path: _path2 + ".groupsetting",
|
|
496
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
479
|
+
expected: "(EnabledTermGroupSetting | __type.o3)",
|
|
497
480
|
value: input3.groupsetting
|
|
498
481
|
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
499
482
|
path: _path2 + ".groupsetting",
|
|
500
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
483
|
+
expected: "(EnabledTermGroupSetting | __type.o3)",
|
|
501
484
|
value: input3.groupsetting
|
|
502
485
|
})].every((flag) => flag);
|
|
503
|
-
const $
|
|
486
|
+
const $vo5 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
504
487
|
const value = input3[key];
|
|
505
488
|
if (void 0 === value)
|
|
506
489
|
return true;
|
|
@@ -509,7 +492,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
509
492
|
path: _path2 + $join(key),
|
|
510
493
|
expected: "BaseValue",
|
|
511
494
|
value
|
|
512
|
-
})) && $
|
|
495
|
+
})) && $vo6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
513
496
|
path: _path2 + $join(key),
|
|
514
497
|
expected: "BaseValue",
|
|
515
498
|
value
|
|
@@ -519,14 +502,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
519
502
|
path: _path2 + $join(key),
|
|
520
503
|
expected: "BaseValue",
|
|
521
504
|
value
|
|
522
|
-
})) && $
|
|
505
|
+
})) && $vo6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
523
506
|
path: _path2 + $join(key),
|
|
524
507
|
expected: "BaseValue",
|
|
525
508
|
value
|
|
526
509
|
});
|
|
527
510
|
return true;
|
|
528
511
|
}).every((flag) => flag)].every((flag) => flag);
|
|
529
|
-
const $
|
|
512
|
+
const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
530
513
|
path: _path2 + ".key",
|
|
531
514
|
expected: "(string | undefined)",
|
|
532
515
|
value: input3.key
|
|
@@ -559,7 +542,86 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
559
542
|
expected: "(Filter | undefined)",
|
|
560
543
|
value: input3.filter
|
|
561
544
|
})].every((flag) => flag);
|
|
562
|
-
const $
|
|
545
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
|
|
546
|
+
path: _path2 + ".opts",
|
|
547
|
+
expected: "__type.o1",
|
|
548
|
+
value: input3.opts
|
|
549
|
+
})) && $vo8(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
|
|
550
|
+
path: _path2 + ".opts",
|
|
551
|
+
expected: "__type.o1",
|
|
552
|
+
value: input3.opts
|
|
553
|
+
}), (Array.isArray(input3.terms) || $report(_exceptionable2, {
|
|
554
|
+
path: _path2 + ".terms",
|
|
555
|
+
expected: "Array<DtTerm>",
|
|
556
|
+
value: input3.terms
|
|
557
|
+
})) && input3.terms.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
558
|
+
path: _path2 + ".terms[" + _index6 + "]",
|
|
559
|
+
expected: "DtTerm",
|
|
560
|
+
value: elem
|
|
561
|
+
})) && $vo9(elem, _path2 + ".terms[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
562
|
+
path: _path2 + ".terms[" + _index6 + "]",
|
|
563
|
+
expected: "DtTerm",
|
|
564
|
+
value: elem
|
|
565
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
566
|
+
path: _path2 + ".terms",
|
|
567
|
+
expected: "Array<DtTerm>",
|
|
568
|
+
value: input3.terms
|
|
569
|
+
})].every((flag) => flag);
|
|
570
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.joinWith) || $report(_exceptionable2, {
|
|
571
|
+
path: _path2 + ".joinWith",
|
|
572
|
+
expected: "Array<string>",
|
|
573
|
+
value: input3.joinWith
|
|
574
|
+
})) && input3.joinWith.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
|
|
575
|
+
path: _path2 + ".joinWith[" + _index7 + "]",
|
|
576
|
+
expected: "string",
|
|
577
|
+
value: elem
|
|
578
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
579
|
+
path: _path2 + ".joinWith",
|
|
580
|
+
expected: "Array<string>",
|
|
581
|
+
value: input3.joinWith
|
|
582
|
+
})].every((flag) => flag);
|
|
583
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
584
|
+
path: _path2 + ".id",
|
|
585
|
+
expected: "string",
|
|
586
|
+
value: input3.id
|
|
587
|
+
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
588
|
+
path: _path2 + ".query",
|
|
589
|
+
expected: "string",
|
|
590
|
+
value: input3.query
|
|
591
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
592
|
+
path: _path2 + ".name",
|
|
593
|
+
expected: "string",
|
|
594
|
+
value: input3.name
|
|
595
|
+
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
596
|
+
path: _path2 + ".name_noOrigin",
|
|
597
|
+
expected: "string",
|
|
598
|
+
value: input3.name_noOrigin
|
|
599
|
+
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
600
|
+
path: _path2 + ".isleaf",
|
|
601
|
+
expected: "boolean",
|
|
602
|
+
value: input3.isleaf
|
|
603
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
604
|
+
path: _path2 + ".type",
|
|
605
|
+
expected: "string",
|
|
606
|
+
value: input3.type
|
|
607
|
+
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
608
|
+
path: _path2 + ".dt",
|
|
609
|
+
expected: "number",
|
|
610
|
+
value: input3.dt
|
|
611
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
612
|
+
path: _path2 + ".origin",
|
|
613
|
+
expected: "(string | undefined)",
|
|
614
|
+
value: input3.origin
|
|
615
|
+
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
616
|
+
path: _path2 + ".values",
|
|
617
|
+
expected: "TermValues",
|
|
618
|
+
value: input3.values
|
|
619
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
620
|
+
path: _path2 + ".values",
|
|
621
|
+
expected: "TermValues",
|
|
622
|
+
value: input3.values
|
|
623
|
+
})].every((flag) => flag);
|
|
624
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
563
625
|
path: _path2 + ".disabled",
|
|
564
626
|
expected: "(boolean | undefined)",
|
|
565
627
|
value: input3.disabled
|
|
@@ -567,12 +629,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
567
629
|
path: _path2 + ".lst",
|
|
568
630
|
expected: "Array<Groupset>",
|
|
569
631
|
value: input3.lst
|
|
570
|
-
})) && input3.lst.map((elem,
|
|
571
|
-
path: _path2 + ".lst[" +
|
|
632
|
+
})) && input3.lst.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
633
|
+
path: _path2 + ".lst[" + _index8 + "]",
|
|
572
634
|
expected: "Groupset",
|
|
573
635
|
value: elem
|
|
574
|
-
})) && $
|
|
575
|
-
path: _path2 + ".lst[" +
|
|
636
|
+
})) && $vo11(elem, _path2 + ".lst[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
637
|
+
path: _path2 + ".lst[" + _index8 + "]",
|
|
576
638
|
expected: "Groupset",
|
|
577
639
|
value: elem
|
|
578
640
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -580,7 +642,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
580
642
|
expected: "Array<Groupset>",
|
|
581
643
|
value: input3.lst
|
|
582
644
|
})].every((flag) => flag);
|
|
583
|
-
const $
|
|
645
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
584
646
|
path: _path2 + ".name",
|
|
585
647
|
expected: "string",
|
|
586
648
|
value: input3.name
|
|
@@ -600,12 +662,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
600
662
|
path: _path2 + ".groups",
|
|
601
663
|
expected: "Array<GroupEntry>",
|
|
602
664
|
value: input3.groups
|
|
603
|
-
})) && input3.groups.map((elem,
|
|
604
|
-
path: _path2 + ".groups[" +
|
|
665
|
+
})) && input3.groups.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
666
|
+
path: _path2 + ".groups[" + _index9 + "]",
|
|
605
667
|
expected: "(FilterGroup | ValuesGroup)",
|
|
606
668
|
value: elem
|
|
607
|
-
})) && $vu1(elem, _path2 + ".groups[" +
|
|
608
|
-
path: _path2 + ".groups[" +
|
|
669
|
+
})) && $vu1(elem, _path2 + ".groups[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
670
|
+
path: _path2 + ".groups[" + _index9 + "]",
|
|
609
671
|
expected: "(FilterGroup | ValuesGroup)",
|
|
610
672
|
value: elem
|
|
611
673
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -613,7 +675,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
613
675
|
expected: "Array<GroupEntry>",
|
|
614
676
|
value: input3.groups
|
|
615
677
|
})].every((flag) => flag);
|
|
616
|
-
const $
|
|
678
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
617
679
|
path: _path2 + ".name",
|
|
618
680
|
expected: "string",
|
|
619
681
|
value: input3.name
|
|
@@ -625,13 +687,13 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
625
687
|
path: _path2 + ".values",
|
|
626
688
|
expected: "Array<__type>",
|
|
627
689
|
value: input3.values
|
|
628
|
-
})) && input3.values.map((elem,
|
|
629
|
-
path: _path2 + ".values[" +
|
|
630
|
-
expected: "__type",
|
|
690
|
+
})) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
691
|
+
path: _path2 + ".values[" + _index10 + "]",
|
|
692
|
+
expected: "__type.o2",
|
|
631
693
|
value: elem
|
|
632
|
-
})) && $
|
|
633
|
-
path: _path2 + ".values[" +
|
|
634
|
-
expected: "__type",
|
|
694
|
+
})) && $vo13(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
695
|
+
path: _path2 + ".values[" + _index10 + "]",
|
|
696
|
+
expected: "__type.o2",
|
|
635
697
|
value: elem
|
|
636
698
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
637
699
|
path: _path2 + ".values",
|
|
@@ -642,7 +704,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
642
704
|
expected: "(boolean | undefined)",
|
|
643
705
|
value: input3.uncomputable
|
|
644
706
|
})].every((flag) => flag);
|
|
645
|
-
const $
|
|
707
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
646
708
|
path: _path2 + ".key",
|
|
647
709
|
expected: "(number | string)",
|
|
648
710
|
value: input3.key
|
|
@@ -651,7 +713,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
651
713
|
expected: "string",
|
|
652
714
|
value: input3.label
|
|
653
715
|
})].every((flag) => flag);
|
|
654
|
-
const $
|
|
716
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
655
717
|
path: _path2 + ".name",
|
|
656
718
|
expected: "string",
|
|
657
719
|
value: input3.name
|
|
@@ -659,12 +721,57 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
659
721
|
path: _path2 + ".type",
|
|
660
722
|
expected: '"filter"',
|
|
661
723
|
value: input3.type
|
|
662
|
-
}),
|
|
724
|
+
}), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
725
|
+
path: _path2 + ".filter",
|
|
726
|
+
expected: "TermFilter & { active: Filter; group: number; }",
|
|
727
|
+
value: input3.filter
|
|
728
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
729
|
+
path: _path2 + ".filter",
|
|
730
|
+
expected: "TermFilter & { active: Filter; group: number; }",
|
|
731
|
+
value: input3.filter
|
|
732
|
+
}), "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
|
|
663
733
|
path: _path2 + ".uncomputable",
|
|
664
|
-
expected: "
|
|
734
|
+
expected: "boolean",
|
|
665
735
|
value: input3.uncomputable
|
|
666
736
|
})].every((flag) => flag);
|
|
667
|
-
const $
|
|
737
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
|
|
738
|
+
path: _path2 + ".opts",
|
|
739
|
+
expected: "__type.o1",
|
|
740
|
+
value: input3.opts
|
|
741
|
+
})) && $vo8(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
|
|
742
|
+
path: _path2 + ".opts",
|
|
743
|
+
expected: "__type.o1",
|
|
744
|
+
value: input3.opts
|
|
745
|
+
}), (Array.isArray(input3.terms) || $report(_exceptionable2, {
|
|
746
|
+
path: _path2 + ".terms",
|
|
747
|
+
expected: "Array<DtTerm>",
|
|
748
|
+
value: input3.terms
|
|
749
|
+
})) && input3.terms.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
750
|
+
path: _path2 + ".terms[" + _index11 + "]",
|
|
751
|
+
expected: "DtTerm",
|
|
752
|
+
value: elem
|
|
753
|
+
})) && $vo9(elem, _path2 + ".terms[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
754
|
+
path: _path2 + ".terms[" + _index11 + "]",
|
|
755
|
+
expected: "DtTerm",
|
|
756
|
+
value: elem
|
|
757
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
758
|
+
path: _path2 + ".terms",
|
|
759
|
+
expected: "Array<DtTerm>",
|
|
760
|
+
value: input3.terms
|
|
761
|
+
}), ("object" === typeof input3.active && null !== input3.active || $report(_exceptionable2, {
|
|
762
|
+
path: _path2 + ".active",
|
|
763
|
+
expected: "Filter",
|
|
764
|
+
value: input3.active
|
|
765
|
+
})) && $vo1(input3.active, _path2 + ".active", _exceptionable2) || $report(_exceptionable2, {
|
|
766
|
+
path: _path2 + ".active",
|
|
767
|
+
expected: "Filter",
|
|
768
|
+
value: input3.active
|
|
769
|
+
}), "number" === typeof input3.group || $report(_exceptionable2, {
|
|
770
|
+
path: _path2 + ".group",
|
|
771
|
+
expected: "number",
|
|
772
|
+
value: input3.group
|
|
773
|
+
})].every((flag) => flag);
|
|
774
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
668
775
|
path: _path2 + ".disabled",
|
|
669
776
|
expected: "boolean",
|
|
670
777
|
value: input3.disabled
|
|
@@ -681,7 +788,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
681
788
|
expected: "([] | undefined)",
|
|
682
789
|
value: input3.lst
|
|
683
790
|
})].every((flag) => flag);
|
|
684
|
-
const $
|
|
791
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
685
792
|
path: _path2 + ".join",
|
|
686
793
|
expected: "(string | undefined)",
|
|
687
794
|
value: input3.join
|
|
@@ -693,7 +800,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
693
800
|
path: _path2 + ".term",
|
|
694
801
|
expected: "NumericTerm",
|
|
695
802
|
value: input3.term
|
|
696
|
-
})) && $
|
|
803
|
+
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
697
804
|
path: _path2 + ".term",
|
|
698
805
|
expected: "NumericTerm",
|
|
699
806
|
value: input3.term
|
|
@@ -701,12 +808,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
701
808
|
path: _path2 + ".ranges",
|
|
702
809
|
expected: "Array<NumericBin>",
|
|
703
810
|
value: input3.ranges
|
|
704
|
-
})) && input3.ranges.map((elem,
|
|
705
|
-
path: _path2 + ".ranges[" +
|
|
811
|
+
})) && input3.ranges.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
812
|
+
path: _path2 + ".ranges[" + _index12 + "]",
|
|
706
813
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
707
814
|
value: elem
|
|
708
|
-
})) && $vu2(elem, _path2 + ".ranges[" +
|
|
709
|
-
path: _path2 + ".ranges[" +
|
|
815
|
+
})) && $vu2(elem, _path2 + ".ranges[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
816
|
+
path: _path2 + ".ranges[" + _index12 + "]",
|
|
710
817
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
711
818
|
value: elem
|
|
712
819
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -717,20 +824,20 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
717
824
|
path: _path2 + ".values",
|
|
718
825
|
expected: "Array<__type>.o1",
|
|
719
826
|
value: input3.values
|
|
720
|
-
})) && input3.values.map((elem,
|
|
721
|
-
path: _path2 + ".values[" +
|
|
722
|
-
expected: "__type.
|
|
827
|
+
})) && input3.values.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
828
|
+
path: _path2 + ".values[" + _index13 + "]",
|
|
829
|
+
expected: "__type.o5",
|
|
723
830
|
value: elem
|
|
724
|
-
})) && $
|
|
725
|
-
path: _path2 + ".values[" +
|
|
726
|
-
expected: "__type.
|
|
831
|
+
})) && $vo27(elem, _path2 + ".values[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
832
|
+
path: _path2 + ".values[" + _index13 + "]",
|
|
833
|
+
expected: "__type.o5",
|
|
727
834
|
value: elem
|
|
728
835
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
729
836
|
path: _path2 + ".values",
|
|
730
837
|
expected: "Array<__type>.o1",
|
|
731
838
|
value: input3.values
|
|
732
839
|
})].every((flag) => flag);
|
|
733
|
-
const $
|
|
840
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
734
841
|
path: _path2 + ".id",
|
|
735
842
|
expected: "string",
|
|
736
843
|
value: input3.id
|
|
@@ -746,8 +853,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
746
853
|
path: _path2 + ".child_types",
|
|
747
854
|
expected: "(Array<string> | undefined)",
|
|
748
855
|
value: input3.child_types
|
|
749
|
-
})) && input3.child_types.map((elem,
|
|
750
|
-
path: _path2 + ".child_types[" +
|
|
856
|
+
})) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
|
|
857
|
+
path: _path2 + ".child_types[" + _index14 + "]",
|
|
751
858
|
expected: "string",
|
|
752
859
|
value: elem
|
|
753
860
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -762,8 +869,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
762
869
|
path: _path2 + ".included_types",
|
|
763
870
|
expected: "(Array<string> | undefined)",
|
|
764
871
|
value: input3.included_types
|
|
765
|
-
})) && input3.included_types.map((elem,
|
|
766
|
-
path: _path2 + ".included_types[" +
|
|
872
|
+
})) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
|
|
873
|
+
path: _path2 + ".included_types[" + _index15 + "]",
|
|
767
874
|
expected: "string",
|
|
768
875
|
value: elem
|
|
769
876
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -778,15 +885,23 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
778
885
|
path: _path2 + ".values",
|
|
779
886
|
expected: "(TermValues | undefined)",
|
|
780
887
|
value: input3.values
|
|
781
|
-
})) && $
|
|
888
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
782
889
|
path: _path2 + ".values",
|
|
783
890
|
expected: "(TermValues | undefined)",
|
|
784
891
|
value: input3.values
|
|
785
|
-
}),
|
|
892
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
893
|
+
path: _path2 + ".filter",
|
|
894
|
+
expected: "(TermFilter | undefined)",
|
|
895
|
+
value: input3.filter
|
|
896
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
897
|
+
path: _path2 + ".filter",
|
|
898
|
+
expected: "(TermFilter | undefined)",
|
|
899
|
+
value: input3.filter
|
|
900
|
+
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
786
901
|
path: _path2 + ".bins",
|
|
787
902
|
expected: "PresetNumericBins",
|
|
788
903
|
value: input3.bins
|
|
789
|
-
})) && $
|
|
904
|
+
})) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
790
905
|
path: _path2 + ".bins",
|
|
791
906
|
expected: "PresetNumericBins",
|
|
792
907
|
value: input3.bins
|
|
@@ -796,14 +911,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
796
911
|
value: input3.unit
|
|
797
912
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
798
913
|
path: _path2 + ".continuousColorScale",
|
|
799
|
-
expected: "(__type.
|
|
914
|
+
expected: "(__type.o4 | undefined)",
|
|
800
915
|
value: input3.continuousColorScale
|
|
801
|
-
})) && $
|
|
916
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
802
917
|
path: _path2 + ".continuousColorScale",
|
|
803
|
-
expected: "(__type.
|
|
918
|
+
expected: "(__type.o4 | undefined)",
|
|
804
919
|
value: input3.continuousColorScale
|
|
805
920
|
})].every((flag) => flag);
|
|
806
|
-
const $
|
|
921
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
807
922
|
path: _path2 + '["default"]',
|
|
808
923
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
809
924
|
value: input3["default"]
|
|
@@ -840,11 +955,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
840
955
|
expected: "(number | undefined)",
|
|
841
956
|
value: input3.max
|
|
842
957
|
})].every((flag) => flag);
|
|
843
|
-
const $
|
|
958
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
844
959
|
path: _path2 + ".hiddenValues",
|
|
845
960
|
expected: "(HiddenValues | undefined)",
|
|
846
961
|
value: input3.hiddenValues
|
|
847
|
-
})) && $
|
|
962
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
848
963
|
path: _path2 + ".hiddenValues",
|
|
849
964
|
expected: "(HiddenValues | undefined)",
|
|
850
965
|
value: input3.hiddenValues
|
|
@@ -876,7 +991,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
876
991
|
path: _path2 + ".first_bin",
|
|
877
992
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
878
993
|
value: input3.first_bin
|
|
879
|
-
})) && $
|
|
994
|
+
})) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
880
995
|
path: _path2 + ".first_bin",
|
|
881
996
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
882
997
|
value: input3.first_bin
|
|
@@ -884,7 +999,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
884
999
|
path: _path2 + ".last_bin",
|
|
885
1000
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
886
1001
|
value: input3.last_bin
|
|
887
|
-
})) && $
|
|
1002
|
+
})) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
888
1003
|
path: _path2 + ".last_bin",
|
|
889
1004
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
890
1005
|
value: input3.last_bin
|
|
@@ -893,7 +1008,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
893
1008
|
expected: "(number | undefined)",
|
|
894
1009
|
value: input3.label_offset
|
|
895
1010
|
})].every((flag) => flag);
|
|
896
|
-
const $
|
|
1011
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
897
1012
|
const value = input3[key];
|
|
898
1013
|
if (void 0 === value)
|
|
899
1014
|
return true;
|
|
@@ -905,7 +1020,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
905
1020
|
});
|
|
906
1021
|
return true;
|
|
907
1022
|
}).every((flag) => flag)].every((flag) => flag);
|
|
908
|
-
const $
|
|
1023
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
909
1024
|
path: _path2 + ".startunbounded",
|
|
910
1025
|
expected: "true",
|
|
911
1026
|
value: input3.startunbounded
|
|
@@ -930,7 +1045,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
930
1045
|
expected: "(string | undefined)",
|
|
931
1046
|
value: input3.label
|
|
932
1047
|
})].every((flag) => flag);
|
|
933
|
-
const $
|
|
1048
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
934
1049
|
path: _path2 + ".startunbounded",
|
|
935
1050
|
expected: "(false | undefined)",
|
|
936
1051
|
value: input3.startunbounded
|
|
@@ -959,7 +1074,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
959
1074
|
expected: "(string | undefined)",
|
|
960
1075
|
value: input3.label
|
|
961
1076
|
})].every((flag) => flag);
|
|
962
|
-
const $
|
|
1077
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
963
1078
|
path: _path2 + ".start",
|
|
964
1079
|
expected: "number",
|
|
965
1080
|
value: input3.start
|
|
@@ -984,11 +1099,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
984
1099
|
expected: "(string | undefined)",
|
|
985
1100
|
value: input3.label
|
|
986
1101
|
})].every((flag) => flag);
|
|
987
|
-
const $
|
|
1102
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
988
1103
|
path: _path2 + ".hiddenValues",
|
|
989
1104
|
expected: "(HiddenValues | undefined)",
|
|
990
1105
|
value: input3.hiddenValues
|
|
991
|
-
})) && $
|
|
1106
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
992
1107
|
path: _path2 + ".hiddenValues",
|
|
993
1108
|
expected: "(HiddenValues | undefined)",
|
|
994
1109
|
value: input3.hiddenValues
|
|
@@ -1030,12 +1145,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1030
1145
|
path: _path2 + ".lst",
|
|
1031
1146
|
expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1032
1147
|
value: input3.lst.slice(1)
|
|
1033
|
-
})) && input3.lst.slice(1).map((elem,
|
|
1034
|
-
path: _path2 + ".lst[" + (1 +
|
|
1148
|
+
})) && input3.lst.slice(1).map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1149
|
+
path: _path2 + ".lst[" + (1 + _index16) + "]",
|
|
1035
1150
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1036
1151
|
value: elem
|
|
1037
|
-
})) && $vu2(elem, _path2 + ".lst[" + (1 +
|
|
1038
|
-
path: _path2 + ".lst[" + (1 +
|
|
1152
|
+
})) && $vu2(elem, _path2 + ".lst[" + (1 + _index16) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1153
|
+
path: _path2 + ".lst[" + (1 + _index16) + "]",
|
|
1039
1154
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1040
1155
|
value: elem
|
|
1041
1156
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1051,7 +1166,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1051
1166
|
expected: '("median" | undefined)',
|
|
1052
1167
|
value: input3.preferredBins
|
|
1053
1168
|
})].every((flag) => flag);
|
|
1054
|
-
const $
|
|
1169
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1055
1170
|
path: _path2 + ".minColor",
|
|
1056
1171
|
expected: "string",
|
|
1057
1172
|
value: input3.minColor
|
|
@@ -1060,7 +1175,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1060
1175
|
expected: "string",
|
|
1061
1176
|
value: input3.maxColor
|
|
1062
1177
|
})].every((flag) => flag);
|
|
1063
|
-
const $
|
|
1178
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1064
1179
|
path: _path2 + ".key",
|
|
1065
1180
|
expected: "string",
|
|
1066
1181
|
value: input3.key
|
|
@@ -1077,7 +1192,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1077
1192
|
expected: "(string | undefined)",
|
|
1078
1193
|
value: input3.label
|
|
1079
1194
|
})].every((flag) => flag);
|
|
1080
|
-
const $
|
|
1195
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1081
1196
|
path: _path2 + ".join",
|
|
1082
1197
|
expected: "(string | undefined)",
|
|
1083
1198
|
value: input3.join
|
|
@@ -1089,7 +1204,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1089
1204
|
path: _path2 + ".term",
|
|
1090
1205
|
expected: "ConditionTerm",
|
|
1091
1206
|
value: input3.term
|
|
1092
|
-
})) && $
|
|
1207
|
+
})) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1093
1208
|
path: _path2 + ".term",
|
|
1094
1209
|
expected: "ConditionTerm",
|
|
1095
1210
|
value: input3.term
|
|
@@ -1109,12 +1224,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1109
1224
|
path: _path2 + ".grade_and_child",
|
|
1110
1225
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1111
1226
|
value: input3.grade_and_child
|
|
1112
|
-
})) && input3.grade_and_child.map((elem,
|
|
1113
|
-
path: _path2 + ".grade_and_child[" +
|
|
1227
|
+
})) && input3.grade_and_child.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1228
|
+
path: _path2 + ".grade_and_child[" + _index17 + "]",
|
|
1114
1229
|
expected: "GradeAndChildEntry",
|
|
1115
1230
|
value: elem
|
|
1116
|
-
})) && $
|
|
1117
|
-
path: _path2 + ".grade_and_child[" +
|
|
1231
|
+
})) && $vo30(elem, _path2 + ".grade_and_child[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1232
|
+
path: _path2 + ".grade_and_child[" + _index17 + "]",
|
|
1118
1233
|
expected: "GradeAndChildEntry",
|
|
1119
1234
|
value: elem
|
|
1120
1235
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1122,7 +1237,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1122
1237
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1123
1238
|
value: input3.grade_and_child
|
|
1124
1239
|
})].every((flag) => flag);
|
|
1125
|
-
const $
|
|
1240
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1126
1241
|
path: _path2 + ".id",
|
|
1127
1242
|
expected: "string",
|
|
1128
1243
|
value: input3.id
|
|
@@ -1138,8 +1253,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1138
1253
|
path: _path2 + ".child_types",
|
|
1139
1254
|
expected: "(Array<string> | undefined)",
|
|
1140
1255
|
value: input3.child_types
|
|
1141
|
-
})) && input3.child_types.map((elem,
|
|
1142
|
-
path: _path2 + ".child_types[" +
|
|
1256
|
+
})) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1257
|
+
path: _path2 + ".child_types[" + _index18 + "]",
|
|
1143
1258
|
expected: "string",
|
|
1144
1259
|
value: elem
|
|
1145
1260
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1154,8 +1269,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1154
1269
|
path: _path2 + ".included_types",
|
|
1155
1270
|
expected: "(Array<string> | undefined)",
|
|
1156
1271
|
value: input3.included_types
|
|
1157
|
-
})) && input3.included_types.map((elem,
|
|
1158
|
-
path: _path2 + ".included_types[" +
|
|
1272
|
+
})) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1273
|
+
path: _path2 + ".included_types[" + _index19 + "]",
|
|
1159
1274
|
expected: "string",
|
|
1160
1275
|
value: elem
|
|
1161
1276
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1170,12 +1285,20 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1170
1285
|
path: _path2 + ".values",
|
|
1171
1286
|
expected: "(TermValues | undefined)",
|
|
1172
1287
|
value: input3.values
|
|
1173
|
-
})) && $
|
|
1288
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1174
1289
|
path: _path2 + ".values",
|
|
1175
1290
|
expected: "(TermValues | undefined)",
|
|
1176
1291
|
value: input3.values
|
|
1177
|
-
}),
|
|
1178
|
-
|
|
1292
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
1293
|
+
path: _path2 + ".filter",
|
|
1294
|
+
expected: "(TermFilter | undefined)",
|
|
1295
|
+
value: input3.filter
|
|
1296
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
1297
|
+
path: _path2 + ".filter",
|
|
1298
|
+
expected: "(TermFilter | undefined)",
|
|
1299
|
+
value: input3.filter
|
|
1300
|
+
})].every((flag) => flag);
|
|
1301
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1179
1302
|
path: _path2 + ".grade",
|
|
1180
1303
|
expected: "number",
|
|
1181
1304
|
value: input3.grade
|
|
@@ -1192,7 +1315,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1192
1315
|
expected: "string",
|
|
1193
1316
|
value: input3.child_label
|
|
1194
1317
|
})].every((flag) => flag);
|
|
1195
|
-
const $
|
|
1318
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1196
1319
|
path: _path2 + ".join",
|
|
1197
1320
|
expected: "(string | undefined)",
|
|
1198
1321
|
value: input3.join
|
|
@@ -1202,326 +1325,49 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1202
1325
|
value: input3.isnot
|
|
1203
1326
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1204
1327
|
path: _path2 + ".term",
|
|
1205
|
-
expected: "
|
|
1328
|
+
expected: "DtTerm",
|
|
1206
1329
|
value: input3.term
|
|
1207
|
-
})) && $
|
|
1330
|
+
})) && $vo9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1208
1331
|
path: _path2 + ".term",
|
|
1209
|
-
expected: "
|
|
1332
|
+
expected: "DtTerm",
|
|
1210
1333
|
value: input3.term
|
|
1211
1334
|
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1212
1335
|
path: _path2 + ".values",
|
|
1213
|
-
expected: "Array<
|
|
1336
|
+
expected: "Array<__type>.o2",
|
|
1214
1337
|
value: input3.values
|
|
1215
|
-
})) && input3.values.map((elem,
|
|
1216
|
-
path: _path2 + ".values[" +
|
|
1217
|
-
expected: "
|
|
1338
|
+
})) && input3.values.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1339
|
+
path: _path2 + ".values[" + _index20 + "]",
|
|
1340
|
+
expected: "__type.o6",
|
|
1218
1341
|
value: elem
|
|
1219
|
-
})) && $
|
|
1220
|
-
path: _path2 + ".values[" +
|
|
1221
|
-
expected: "
|
|
1342
|
+
})) && $vo32(elem, _path2 + ".values[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1343
|
+
path: _path2 + ".values[" + _index20 + "]",
|
|
1344
|
+
expected: "__type.o6",
|
|
1222
1345
|
value: elem
|
|
1223
1346
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1224
1347
|
path: _path2 + ".values",
|
|
1225
|
-
expected: "Array<
|
|
1348
|
+
expected: "Array<__type>.o2",
|
|
1226
1349
|
value: input3.values
|
|
1227
1350
|
})].every((flag) => flag);
|
|
1228
|
-
const $
|
|
1229
|
-
path: _path2 + ".
|
|
1230
|
-
expected: "string",
|
|
1231
|
-
value: input3.id
|
|
1232
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1233
|
-
path: _path2 + ".name",
|
|
1234
|
-
expected: "string",
|
|
1235
|
-
value: input3.name
|
|
1236
|
-
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
1237
|
-
path: _path2 + ".type",
|
|
1238
|
-
expected: '"geneVariant"',
|
|
1239
|
-
value: input3.type
|
|
1240
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1241
|
-
path: _path2 + ".child_types",
|
|
1242
|
-
expected: "(Array<string> | undefined)",
|
|
1243
|
-
value: input3.child_types
|
|
1244
|
-
})) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1245
|
-
path: _path2 + ".child_types[" + _index18 + "]",
|
|
1351
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1352
|
+
path: _path2 + ".key",
|
|
1246
1353
|
expected: "string",
|
|
1247
|
-
value:
|
|
1248
|
-
})
|
|
1249
|
-
path: _path2 + ".
|
|
1250
|
-
expected: "(Array<string> | undefined)",
|
|
1251
|
-
value: input3.child_types
|
|
1252
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1253
|
-
path: _path2 + ".hashtmldetail",
|
|
1254
|
-
expected: "(boolean | undefined)",
|
|
1255
|
-
value: input3.hashtmldetail
|
|
1256
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1257
|
-
path: _path2 + ".included_types",
|
|
1258
|
-
expected: "(Array<string> | undefined)",
|
|
1259
|
-
value: input3.included_types
|
|
1260
|
-
})) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1261
|
-
path: _path2 + ".included_types[" + _index19 + "]",
|
|
1354
|
+
value: input3.key
|
|
1355
|
+
}), "string" === typeof input3.label || $report(_exceptionable2, {
|
|
1356
|
+
path: _path2 + ".label",
|
|
1262
1357
|
expected: "string",
|
|
1263
|
-
value:
|
|
1264
|
-
})
|
|
1265
|
-
path: _path2 + ".
|
|
1266
|
-
expected: "(Array<string> | undefined)",
|
|
1267
|
-
value: input3.included_types
|
|
1268
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1269
|
-
path: _path2 + ".isleaf",
|
|
1270
|
-
expected: "(boolean | undefined)",
|
|
1271
|
-
value: input3.isleaf
|
|
1272
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1273
|
-
path: _path2 + ".values",
|
|
1274
|
-
expected: "(TermValues | undefined)",
|
|
1275
|
-
value: input3.values
|
|
1276
|
-
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1277
|
-
path: _path2 + ".values",
|
|
1278
|
-
expected: "(TermValues | undefined)",
|
|
1279
|
-
value: input3.values
|
|
1280
|
-
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1281
|
-
path: _path2 + ".groupsetting",
|
|
1282
|
-
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1283
|
-
value: input3.groupsetting
|
|
1284
|
-
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1285
|
-
path: _path2 + ".groupsetting",
|
|
1286
|
-
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1287
|
-
value: input3.groupsetting
|
|
1288
|
-
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1289
|
-
path: _path2 + ".kind",
|
|
1290
|
-
expected: '"gene"',
|
|
1291
|
-
value: input3.kind
|
|
1292
|
-
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1293
|
-
path: _path2 + ".gene",
|
|
1358
|
+
value: input3.label
|
|
1359
|
+
}), "string" === typeof input3.value || $report(_exceptionable2, {
|
|
1360
|
+
path: _path2 + ".value",
|
|
1294
1361
|
expected: "string",
|
|
1295
|
-
value: input3.
|
|
1296
|
-
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1297
|
-
path: _path2 + ".chr",
|
|
1298
|
-
expected: "(string | undefined)",
|
|
1299
|
-
value: input3.chr
|
|
1300
|
-
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1301
|
-
path: _path2 + ".start",
|
|
1302
|
-
expected: "(number | undefined)",
|
|
1303
|
-
value: input3.start
|
|
1304
|
-
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1305
|
-
path: _path2 + ".stop",
|
|
1306
|
-
expected: "(number | undefined)",
|
|
1307
|
-
value: input3.stop
|
|
1362
|
+
value: input3.value
|
|
1308
1363
|
})].every((flag) => flag);
|
|
1309
|
-
const $
|
|
1364
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1310
1365
|
path: _path2 + ".id",
|
|
1311
|
-
expected: "string",
|
|
1366
|
+
expected: "(string | undefined)",
|
|
1312
1367
|
value: input3.id
|
|
1313
|
-
}), "string" === typeof input3
|
|
1314
|
-
path: _path2 + ".name",
|
|
1315
|
-
expected: "string",
|
|
1316
|
-
value: input3.name
|
|
1317
|
-
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
1318
|
-
path: _path2 + ".type",
|
|
1319
|
-
expected: '"geneVariant"',
|
|
1320
|
-
value: input3.type
|
|
1321
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1322
|
-
path: _path2 + ".child_types",
|
|
1323
|
-
expected: "(Array<string> | undefined)",
|
|
1324
|
-
value: input3.child_types
|
|
1325
|
-
})) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1326
|
-
path: _path2 + ".child_types[" + _index20 + "]",
|
|
1327
|
-
expected: "string",
|
|
1328
|
-
value: elem
|
|
1329
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1330
|
-
path: _path2 + ".child_types",
|
|
1331
|
-
expected: "(Array<string> | undefined)",
|
|
1332
|
-
value: input3.child_types
|
|
1333
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1334
|
-
path: _path2 + ".hashtmldetail",
|
|
1335
|
-
expected: "(boolean | undefined)",
|
|
1336
|
-
value: input3.hashtmldetail
|
|
1337
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1338
|
-
path: _path2 + ".included_types",
|
|
1339
|
-
expected: "(Array<string> | undefined)",
|
|
1340
|
-
value: input3.included_types
|
|
1341
|
-
})) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1342
|
-
path: _path2 + ".included_types[" + _index21 + "]",
|
|
1343
|
-
expected: "string",
|
|
1344
|
-
value: elem
|
|
1345
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1346
|
-
path: _path2 + ".included_types",
|
|
1347
|
-
expected: "(Array<string> | undefined)",
|
|
1348
|
-
value: input3.included_types
|
|
1349
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1350
|
-
path: _path2 + ".isleaf",
|
|
1351
|
-
expected: "(boolean | undefined)",
|
|
1352
|
-
value: input3.isleaf
|
|
1353
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1354
|
-
path: _path2 + ".values",
|
|
1355
|
-
expected: "(TermValues | undefined)",
|
|
1356
|
-
value: input3.values
|
|
1357
|
-
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1358
|
-
path: _path2 + ".values",
|
|
1359
|
-
expected: "(TermValues | undefined)",
|
|
1360
|
-
value: input3.values
|
|
1361
|
-
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1362
|
-
path: _path2 + ".groupsetting",
|
|
1363
|
-
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1364
|
-
value: input3.groupsetting
|
|
1365
|
-
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1366
|
-
path: _path2 + ".groupsetting",
|
|
1367
|
-
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1368
|
-
value: input3.groupsetting
|
|
1369
|
-
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1370
|
-
path: _path2 + ".kind",
|
|
1371
|
-
expected: '"coord"',
|
|
1372
|
-
value: input3.kind
|
|
1373
|
-
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1374
|
-
path: _path2 + ".chr",
|
|
1375
|
-
expected: "string",
|
|
1376
|
-
value: input3.chr
|
|
1377
|
-
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1378
|
-
path: _path2 + ".start",
|
|
1379
|
-
expected: "number",
|
|
1380
|
-
value: input3.start
|
|
1381
|
-
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1382
|
-
path: _path2 + ".stop",
|
|
1383
|
-
expected: "number",
|
|
1384
|
-
value: input3.stop
|
|
1385
|
-
})].every((flag) => flag);
|
|
1386
|
-
const $vo29 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
|
|
1387
|
-
path: _path2 + ".dt",
|
|
1388
|
-
expected: "1",
|
|
1389
|
-
value: input3.dt
|
|
1390
|
-
}), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
|
|
1391
|
-
path: _path2 + ".mclassLst",
|
|
1392
|
-
expected: "Array<SNVIndelClasses>",
|
|
1393
|
-
value: input3.mclassLst
|
|
1394
|
-
})) && input3.mclassLst.map((elem, _index22) => "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 || $report(_exceptionable2, {
|
|
1395
|
-
path: _path2 + ".mclassLst[" + _index22 + "]",
|
|
1396
|
-
expected: '("Blank" | "CLOSS" | "D" | "DEL" | "E" | "F" | "I" | "ITD" | "Intron" | "L" | "M" | "N" | "NLOSS" | "P" | "S" | "Utr3" | "Utr5" | "WT" | "X" | "noncoding")',
|
|
1397
|
-
value: elem
|
|
1398
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1399
|
-
path: _path2 + ".mclassLst",
|
|
1400
|
-
expected: "Array<SNVIndelClasses>",
|
|
1401
|
-
value: input3.mclassLst
|
|
1402
|
-
}), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
1403
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1404
|
-
expected: "Array<SNVIndelClasses>",
|
|
1405
|
-
value: input3.mclassExcludeLst
|
|
1406
|
-
})) && input3.mclassExcludeLst.map((elem, _index23) => "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 || $report(_exceptionable2, {
|
|
1407
|
-
path: _path2 + ".mclassExcludeLst[" + _index23 + "]",
|
|
1408
|
-
expected: '("Blank" | "CLOSS" | "D" | "DEL" | "E" | "F" | "I" | "ITD" | "Intron" | "L" | "M" | "N" | "NLOSS" | "P" | "S" | "Utr3" | "Utr5" | "WT" | "X" | "noncoding")',
|
|
1409
|
-
value: elem
|
|
1410
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1411
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1412
|
-
expected: "Array<SNVIndelClasses>",
|
|
1413
|
-
value: input3.mclassExcludeLst
|
|
1414
|
-
}), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
|
|
1415
|
-
path: _path2 + ".origin",
|
|
1416
|
-
expected: '("germline" | "somatic" | undefined)',
|
|
1417
|
-
value: input3.origin
|
|
1418
|
-
})].every((flag) => flag);
|
|
1419
|
-
const $vo30 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
|
|
1420
|
-
path: _path2 + ".dt",
|
|
1421
|
-
expected: "4",
|
|
1422
|
-
value: input3.dt
|
|
1423
|
-
}), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
|
|
1424
|
-
path: _path2 + ".mclassLst",
|
|
1425
|
-
expected: "Array<CNVClasses>",
|
|
1426
|
-
value: input3.mclassLst
|
|
1427
|
-
})) && input3.mclassLst.map((elem, _index24) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem || $report(_exceptionable2, {
|
|
1428
|
-
path: _path2 + ".mclassLst[" + _index24 + "]",
|
|
1429
|
-
expected: '("Blank" | "CNV_amp" | "CNV_amplification" | "CNV_homozygous_deletion" | "CNV_loh" | "CNV_loss" | "WT")',
|
|
1430
|
-
value: elem
|
|
1431
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1432
|
-
path: _path2 + ".mclassLst",
|
|
1433
|
-
expected: "Array<CNVClasses>",
|
|
1434
|
-
value: input3.mclassLst
|
|
1435
|
-
}), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
1436
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1437
|
-
expected: "Array<CNVClasses>",
|
|
1438
|
-
value: input3.mclassExcludeLst
|
|
1439
|
-
})) && input3.mclassExcludeLst.map((elem, _index25) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem || $report(_exceptionable2, {
|
|
1440
|
-
path: _path2 + ".mclassExcludeLst[" + _index25 + "]",
|
|
1441
|
-
expected: '("Blank" | "CNV_amp" | "CNV_amplification" | "CNV_homozygous_deletion" | "CNV_loh" | "CNV_loss" | "WT")',
|
|
1442
|
-
value: elem
|
|
1443
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1444
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1445
|
-
expected: "Array<CNVClasses>",
|
|
1446
|
-
value: input3.mclassExcludeLst
|
|
1447
|
-
}), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
|
|
1448
|
-
path: _path2 + ".origin",
|
|
1449
|
-
expected: '("germline" | "somatic" | undefined)',
|
|
1450
|
-
value: input3.origin
|
|
1451
|
-
})].every((flag) => flag);
|
|
1452
|
-
const $vo31 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
|
|
1453
|
-
path: _path2 + ".dt",
|
|
1454
|
-
expected: "5",
|
|
1455
|
-
value: input3.dt
|
|
1456
|
-
}), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
|
|
1457
|
-
path: _path2 + ".mclassLst",
|
|
1458
|
-
expected: "Array<SVClasses>",
|
|
1459
|
-
value: input3.mclassLst
|
|
1460
|
-
})) && input3.mclassLst.map((elem, _index26) => "Blank" === elem || "WT" === elem || "SV" === elem || $report(_exceptionable2, {
|
|
1461
|
-
path: _path2 + ".mclassLst[" + _index26 + "]",
|
|
1462
|
-
expected: '("Blank" | "SV" | "WT")',
|
|
1463
|
-
value: elem
|
|
1464
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1465
|
-
path: _path2 + ".mclassLst",
|
|
1466
|
-
expected: "Array<SVClasses>",
|
|
1467
|
-
value: input3.mclassLst
|
|
1468
|
-
}), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
1469
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1470
|
-
expected: "Array<SVClasses>",
|
|
1471
|
-
value: input3.mclassExcludeLst
|
|
1472
|
-
})) && input3.mclassExcludeLst.map((elem, _index27) => "Blank" === elem || "WT" === elem || "SV" === elem || $report(_exceptionable2, {
|
|
1473
|
-
path: _path2 + ".mclassExcludeLst[" + _index27 + "]",
|
|
1474
|
-
expected: '("Blank" | "SV" | "WT")',
|
|
1475
|
-
value: elem
|
|
1476
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1477
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1478
|
-
expected: "Array<SVClasses>",
|
|
1479
|
-
value: input3.mclassExcludeLst
|
|
1480
|
-
}), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
|
|
1481
|
-
path: _path2 + ".origin",
|
|
1482
|
-
expected: '("germline" | "somatic" | undefined)',
|
|
1483
|
-
value: input3.origin
|
|
1484
|
-
})].every((flag) => flag);
|
|
1485
|
-
const $vo32 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
|
|
1486
|
-
path: _path2 + ".dt",
|
|
1487
|
-
expected: "2",
|
|
1488
|
-
value: input3.dt
|
|
1489
|
-
}), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
|
|
1490
|
-
path: _path2 + ".mclassLst",
|
|
1491
|
-
expected: "Array<FusionRNAClasses>",
|
|
1492
|
-
value: input3.mclassLst
|
|
1493
|
-
})) && input3.mclassLst.map((elem, _index28) => "Blank" === elem || "WT" === elem || "Fuserna" === elem || $report(_exceptionable2, {
|
|
1494
|
-
path: _path2 + ".mclassLst[" + _index28 + "]",
|
|
1495
|
-
expected: '("Blank" | "Fuserna" | "WT")',
|
|
1496
|
-
value: elem
|
|
1497
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1498
|
-
path: _path2 + ".mclassLst",
|
|
1499
|
-
expected: "Array<FusionRNAClasses>",
|
|
1500
|
-
value: input3.mclassLst
|
|
1501
|
-
}), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
1502
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1503
|
-
expected: "Array<FusionRNAClasses>",
|
|
1504
|
-
value: input3.mclassExcludeLst
|
|
1505
|
-
})) && input3.mclassExcludeLst.map((elem, _index29) => "Blank" === elem || "WT" === elem || "Fuserna" === elem || $report(_exceptionable2, {
|
|
1506
|
-
path: _path2 + ".mclassExcludeLst[" + _index29 + "]",
|
|
1507
|
-
expected: '("Blank" | "Fuserna" | "WT")',
|
|
1508
|
-
value: elem
|
|
1509
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1510
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1511
|
-
expected: "Array<FusionRNAClasses>",
|
|
1512
|
-
value: input3.mclassExcludeLst
|
|
1513
|
-
}), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
|
|
1514
|
-
path: _path2 + ".origin",
|
|
1515
|
-
expected: '("germline" | "somatic" | undefined)',
|
|
1516
|
-
value: input3.origin
|
|
1517
|
-
})].every((flag) => flag);
|
|
1518
|
-
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1519
|
-
path: _path2 + ".id",
|
|
1520
|
-
expected: "(string | undefined)",
|
|
1521
|
-
value: input3.id
|
|
1522
|
-
}), "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1368
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1523
1369
|
path: _path2 + ".$id",
|
|
1524
|
-
expected: "string",
|
|
1370
|
+
expected: "(string | undefined)",
|
|
1525
1371
|
value: input3.$id
|
|
1526
1372
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
1527
1373
|
path: _path2 + ".isAtomic",
|
|
@@ -1529,11 +1375,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1529
1375
|
value: input3.isAtomic
|
|
1530
1376
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
1531
1377
|
path: _path2 + ".settings",
|
|
1532
|
-
expected: "(__type.
|
|
1378
|
+
expected: "(__type.o7 | undefined)",
|
|
1533
1379
|
value: input3.settings
|
|
1534
1380
|
})) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1535
1381
|
path: _path2 + ".settings",
|
|
1536
|
-
expected: "(__type.
|
|
1382
|
+
expected: "(__type.o7 | undefined)",
|
|
1537
1383
|
value: input3.settings
|
|
1538
1384
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
1539
1385
|
path: _path2 + ".minNumSamples",
|
|
@@ -1547,7 +1393,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1547
1393
|
path: _path2 + ".q",
|
|
1548
1394
|
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
1549
1395
|
value: input3.q
|
|
1550
|
-
})) && $
|
|
1396
|
+
})) && $vu9(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1551
1397
|
path: _path2 + ".q",
|
|
1552
1398
|
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
1553
1399
|
value: input3.q
|
|
@@ -1555,7 +1401,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1555
1401
|
path: _path2 + ".term",
|
|
1556
1402
|
expected: "CategoricalTerm",
|
|
1557
1403
|
value: input3.term
|
|
1558
|
-
})) && $
|
|
1404
|
+
})) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1559
1405
|
path: _path2 + ".term",
|
|
1560
1406
|
expected: "CategoricalTerm",
|
|
1561
1407
|
value: input3.term
|
|
@@ -1572,7 +1418,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1572
1418
|
path: _path2 + ".hiddenValues",
|
|
1573
1419
|
expected: "(HiddenValues | undefined)",
|
|
1574
1420
|
value: input3.hiddenValues
|
|
1575
|
-
})) && $
|
|
1421
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1576
1422
|
path: _path2 + ".hiddenValues",
|
|
1577
1423
|
expected: "(HiddenValues | undefined)",
|
|
1578
1424
|
value: input3.hiddenValues
|
|
@@ -1601,7 +1447,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1601
1447
|
path: _path2 + ".hiddenValues",
|
|
1602
1448
|
expected: "(HiddenValues | undefined)",
|
|
1603
1449
|
value: input3.hiddenValues
|
|
1604
|
-
})) && $
|
|
1450
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1605
1451
|
path: _path2 + ".hiddenValues",
|
|
1606
1452
|
expected: "(HiddenValues | undefined)",
|
|
1607
1453
|
value: input3.hiddenValues
|
|
@@ -1630,7 +1476,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1630
1476
|
path: _path2 + ".hiddenValues",
|
|
1631
1477
|
expected: "(HiddenValues | undefined)",
|
|
1632
1478
|
value: input3.hiddenValues
|
|
1633
|
-
})) && $
|
|
1479
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1634
1480
|
path: _path2 + ".hiddenValues",
|
|
1635
1481
|
expected: "(HiddenValues | undefined)",
|
|
1636
1482
|
value: input3.hiddenValues
|
|
@@ -1663,7 +1509,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1663
1509
|
path: _path2 + ".hiddenValues",
|
|
1664
1510
|
expected: "(HiddenValues | undefined)",
|
|
1665
1511
|
value: input3.hiddenValues
|
|
1666
|
-
})) && $
|
|
1512
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1667
1513
|
path: _path2 + ".hiddenValues",
|
|
1668
1514
|
expected: "(HiddenValues | undefined)",
|
|
1669
1515
|
value: input3.hiddenValues
|
|
@@ -1700,12 +1546,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1700
1546
|
path: _path2 + ".groups",
|
|
1701
1547
|
expected: "Array<GroupEntry>",
|
|
1702
1548
|
value: input3.groups
|
|
1703
|
-
})) && input3.groups.map((elem,
|
|
1704
|
-
path: _path2 + ".groups[" +
|
|
1549
|
+
})) && input3.groups.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1550
|
+
path: _path2 + ".groups[" + _index21 + "]",
|
|
1705
1551
|
expected: "(FilterGroup | ValuesGroup)",
|
|
1706
1552
|
value: elem
|
|
1707
|
-
})) && $vu1(elem, _path2 + ".groups[" +
|
|
1708
|
-
path: _path2 + ".groups[" +
|
|
1553
|
+
})) && $vu1(elem, _path2 + ".groups[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1554
|
+
path: _path2 + ".groups[" + _index21 + "]",
|
|
1709
1555
|
expected: "(FilterGroup | ValuesGroup)",
|
|
1710
1556
|
value: elem
|
|
1711
1557
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1717,9 +1563,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1717
1563
|
path: _path2 + ".id",
|
|
1718
1564
|
expected: "(string | undefined)",
|
|
1719
1565
|
value: input3.id
|
|
1720
|
-
}), "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1566
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1721
1567
|
path: _path2 + ".$id",
|
|
1722
|
-
expected: "string",
|
|
1568
|
+
expected: "(string | undefined)",
|
|
1723
1569
|
value: input3.$id
|
|
1724
1570
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
1725
1571
|
path: _path2 + ".isAtomic",
|
|
@@ -1727,11 +1573,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1727
1573
|
value: input3.isAtomic
|
|
1728
1574
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
1729
1575
|
path: _path2 + ".settings",
|
|
1730
|
-
expected: "(__type.
|
|
1576
|
+
expected: "(__type.o7 | undefined)",
|
|
1731
1577
|
value: input3.settings
|
|
1732
1578
|
})) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1733
1579
|
path: _path2 + ".settings",
|
|
1734
|
-
expected: "(__type.
|
|
1580
|
+
expected: "(__type.o7 | undefined)",
|
|
1735
1581
|
value: input3.settings
|
|
1736
1582
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
1737
1583
|
path: _path2 + ".minNumSamples",
|
|
@@ -1741,7 +1587,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1741
1587
|
path: _path2 + ".term",
|
|
1742
1588
|
expected: "NumericTerm",
|
|
1743
1589
|
value: input3.term
|
|
1744
|
-
})) && $
|
|
1590
|
+
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1745
1591
|
path: _path2 + ".term",
|
|
1746
1592
|
expected: "NumericTerm",
|
|
1747
1593
|
value: input3.term
|
|
@@ -1749,7 +1595,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1749
1595
|
path: _path2 + ".q",
|
|
1750
1596
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1751
1597
|
value: input3.q
|
|
1752
|
-
})) && $
|
|
1598
|
+
})) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1753
1599
|
path: _path2 + ".q",
|
|
1754
1600
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1755
1601
|
value: input3.q
|
|
@@ -1758,7 +1604,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1758
1604
|
path: _path2 + ".hiddenValues",
|
|
1759
1605
|
expected: "(HiddenValues | undefined)",
|
|
1760
1606
|
value: input3.hiddenValues
|
|
1761
|
-
})) && $
|
|
1607
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1762
1608
|
path: _path2 + ".hiddenValues",
|
|
1763
1609
|
expected: "(HiddenValues | undefined)",
|
|
1764
1610
|
value: input3.hiddenValues
|
|
@@ -1795,7 +1641,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1795
1641
|
path: _path2 + ".lst[0]",
|
|
1796
1642
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1797
1643
|
value: input3.lst[0]
|
|
1798
|
-
})) && $
|
|
1644
|
+
})) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
|
|
1799
1645
|
path: _path2 + ".lst[0]",
|
|
1800
1646
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1801
1647
|
value: input3.lst[0]
|
|
@@ -1804,7 +1650,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1804
1650
|
path: _path2 + ".lst[1]",
|
|
1805
1651
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
1806
1652
|
value: input3.lst[1]
|
|
1807
|
-
})) && $
|
|
1653
|
+
})) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
|
|
1808
1654
|
path: _path2 + ".lst[1]",
|
|
1809
1655
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
1810
1656
|
value: input3.lst[1]
|
|
@@ -1818,7 +1664,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1818
1664
|
path: _path2 + ".hiddenValues",
|
|
1819
1665
|
expected: "(HiddenValues | undefined)",
|
|
1820
1666
|
value: input3.hiddenValues
|
|
1821
|
-
})) && $
|
|
1667
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1822
1668
|
path: _path2 + ".hiddenValues",
|
|
1823
1669
|
expected: "(HiddenValues | undefined)",
|
|
1824
1670
|
value: input3.hiddenValues
|
|
@@ -1855,7 +1701,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1855
1701
|
path: _path2 + ".hiddenValues",
|
|
1856
1702
|
expected: "(HiddenValues | undefined)",
|
|
1857
1703
|
value: input3.hiddenValues
|
|
1858
|
-
})) && $
|
|
1704
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1859
1705
|
path: _path2 + ".hiddenValues",
|
|
1860
1706
|
expected: "(HiddenValues | undefined)",
|
|
1861
1707
|
value: input3.hiddenValues
|
|
@@ -1877,19 +1723,19 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1877
1723
|
value: input3.mode
|
|
1878
1724
|
}), (Array.isArray(input3.knots) || $report(_exceptionable2, {
|
|
1879
1725
|
path: _path2 + ".knots",
|
|
1880
|
-
expected: "Array<__type>.
|
|
1726
|
+
expected: "Array<__type>.o3",
|
|
1881
1727
|
value: input3.knots
|
|
1882
|
-
})) && input3.knots.map((elem,
|
|
1883
|
-
path: _path2 + ".knots[" +
|
|
1884
|
-
expected: "__type.
|
|
1728
|
+
})) && input3.knots.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1729
|
+
path: _path2 + ".knots[" + _index22 + "]",
|
|
1730
|
+
expected: "__type.o8",
|
|
1885
1731
|
value: elem
|
|
1886
|
-
})) && $vo44(elem, _path2 + ".knots[" +
|
|
1887
|
-
path: _path2 + ".knots[" +
|
|
1888
|
-
expected: "__type.
|
|
1732
|
+
})) && $vo44(elem, _path2 + ".knots[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1733
|
+
path: _path2 + ".knots[" + _index22 + "]",
|
|
1734
|
+
expected: "__type.o8",
|
|
1889
1735
|
value: elem
|
|
1890
1736
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1891
1737
|
path: _path2 + ".knots",
|
|
1892
|
-
expected: "Array<__type>.
|
|
1738
|
+
expected: "Array<__type>.o3",
|
|
1893
1739
|
value: input3.knots
|
|
1894
1740
|
}), (null !== input3.type || $report(_exceptionable2, {
|
|
1895
1741
|
path: _path2 + ".type",
|
|
@@ -1909,9 +1755,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1909
1755
|
path: _path2 + ".id",
|
|
1910
1756
|
expected: "(string | undefined)",
|
|
1911
1757
|
value: input3.id
|
|
1912
|
-
}), "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1758
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1913
1759
|
path: _path2 + ".$id",
|
|
1914
|
-
expected: "string",
|
|
1760
|
+
expected: "(string | undefined)",
|
|
1915
1761
|
value: input3.$id
|
|
1916
1762
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
1917
1763
|
path: _path2 + ".isAtomic",
|
|
@@ -1919,11 +1765,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1919
1765
|
value: input3.isAtomic
|
|
1920
1766
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
1921
1767
|
path: _path2 + ".settings",
|
|
1922
|
-
expected: "(__type.
|
|
1768
|
+
expected: "(__type.o7 | undefined)",
|
|
1923
1769
|
value: input3.settings
|
|
1924
1770
|
})) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1925
1771
|
path: _path2 + ".settings",
|
|
1926
|
-
expected: "(__type.
|
|
1772
|
+
expected: "(__type.o7 | undefined)",
|
|
1927
1773
|
value: input3.settings
|
|
1928
1774
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
1929
1775
|
path: _path2 + ".minNumSamples",
|
|
@@ -1950,7 +1796,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1950
1796
|
path: _path2 + ".hiddenValues",
|
|
1951
1797
|
expected: "(HiddenValues | undefined)",
|
|
1952
1798
|
value: input3.hiddenValues
|
|
1953
|
-
})) && $
|
|
1799
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1954
1800
|
path: _path2 + ".hiddenValues",
|
|
1955
1801
|
expected: "(HiddenValues | undefined)",
|
|
1956
1802
|
value: input3.hiddenValues
|
|
@@ -2035,7 +1881,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2035
1881
|
path: _path2 + ".tvs",
|
|
2036
1882
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2037
1883
|
value: input3.tvs
|
|
2038
|
-
})) && $
|
|
1884
|
+
})) && $vu6(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
2039
1885
|
path: _path2 + ".tvs",
|
|
2040
1886
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2041
1887
|
value: input3.tvs
|
|
@@ -2056,8 +1902,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2056
1902
|
path: _path2 + ".child_types",
|
|
2057
1903
|
expected: "(Array<string> | undefined)",
|
|
2058
1904
|
value: input3.child_types
|
|
2059
|
-
})) && input3.child_types.map((elem,
|
|
2060
|
-
path: _path2 + ".child_types[" +
|
|
1905
|
+
})) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1906
|
+
path: _path2 + ".child_types[" + _index23 + "]",
|
|
2061
1907
|
expected: "string",
|
|
2062
1908
|
value: elem
|
|
2063
1909
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2072,8 +1918,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2072
1918
|
path: _path2 + ".included_types",
|
|
2073
1919
|
expected: "(Array<string> | undefined)",
|
|
2074
1920
|
value: input3.included_types
|
|
2075
|
-
})) && input3.included_types.map((elem,
|
|
2076
|
-
path: _path2 + ".included_types[" +
|
|
1921
|
+
})) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1922
|
+
path: _path2 + ".included_types[" + _index24 + "]",
|
|
2077
1923
|
expected: "string",
|
|
2078
1924
|
value: elem
|
|
2079
1925
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2088,11 +1934,19 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2088
1934
|
path: _path2 + ".values",
|
|
2089
1935
|
expected: "(TermValues | undefined)",
|
|
2090
1936
|
value: input3.values
|
|
2091
|
-
})) && $
|
|
1937
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2092
1938
|
path: _path2 + ".values",
|
|
2093
1939
|
expected: "(TermValues | undefined)",
|
|
2094
1940
|
value: input3.values
|
|
2095
|
-
}),
|
|
1941
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
1942
|
+
path: _path2 + ".filter",
|
|
1943
|
+
expected: "(TermFilter | undefined)",
|
|
1944
|
+
value: input3.filter
|
|
1945
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
1946
|
+
path: _path2 + ".filter",
|
|
1947
|
+
expected: "(TermFilter | undefined)",
|
|
1948
|
+
value: input3.filter
|
|
1949
|
+
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2096
1950
|
path: _path2 + ".reachedVariantLimit",
|
|
2097
1951
|
expected: "(boolean | undefined)",
|
|
2098
1952
|
value: input3.reachedVariantLimit
|
|
@@ -2100,12 +1954,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2100
1954
|
path: _path2 + ".snps",
|
|
2101
1955
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2102
1956
|
value: input3.snps
|
|
2103
|
-
})) && input3.snps.map((elem,
|
|
2104
|
-
path: _path2 + ".snps[" +
|
|
1957
|
+
})) && input3.snps.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1958
|
+
path: _path2 + ".snps[" + _index25 + "]",
|
|
2105
1959
|
expected: "SnpsEntry",
|
|
2106
1960
|
value: elem
|
|
2107
|
-
})) && $vo49(elem, _path2 + ".snps[" +
|
|
2108
|
-
path: _path2 + ".snps[" +
|
|
1961
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1962
|
+
path: _path2 + ".snps[" + _index25 + "]",
|
|
2109
1963
|
expected: "SnpsEntry",
|
|
2110
1964
|
value: elem
|
|
2111
1965
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2117,8 +1971,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2117
1971
|
path: _path2 + ".altAlleles",
|
|
2118
1972
|
expected: "(Array<string> | undefined)",
|
|
2119
1973
|
value: input3.altAlleles
|
|
2120
|
-
})) && input3.altAlleles.map((elem,
|
|
2121
|
-
path: _path2 + ".altAlleles[" +
|
|
1974
|
+
})) && input3.altAlleles.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1975
|
+
path: _path2 + ".altAlleles[" + _index26 + "]",
|
|
2122
1976
|
expected: "string",
|
|
2123
1977
|
value: elem
|
|
2124
1978
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2129,12 +1983,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2129
1983
|
path: _path2 + ".alleles",
|
|
2130
1984
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
2131
1985
|
value: input3.alleles
|
|
2132
|
-
})) && input3.alleles.map((elem,
|
|
2133
|
-
path: _path2 + ".alleles[" +
|
|
1986
|
+
})) && input3.alleles.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1987
|
+
path: _path2 + ".alleles[" + _index27 + "]",
|
|
2134
1988
|
expected: "AllelesEntry",
|
|
2135
1989
|
value: elem
|
|
2136
|
-
})) && $vo50(elem, _path2 + ".alleles[" +
|
|
2137
|
-
path: _path2 + ".alleles[" +
|
|
1990
|
+
})) && $vo50(elem, _path2 + ".alleles[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1991
|
+
path: _path2 + ".alleles[" + _index27 + "]",
|
|
2138
1992
|
expected: "AllelesEntry",
|
|
2139
1993
|
value: elem
|
|
2140
1994
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2147,11 +2001,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2147
2001
|
value: input3.effectAllele
|
|
2148
2002
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
2149
2003
|
path: _path2 + ".gt2count",
|
|
2150
|
-
expected: "(__type.
|
|
2004
|
+
expected: "(__type.o9 | undefined)",
|
|
2151
2005
|
value: input3.gt2count
|
|
2152
2006
|
})) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2153
2007
|
path: _path2 + ".gt2count",
|
|
2154
|
-
expected: "(__type.
|
|
2008
|
+
expected: "(__type.o9 | undefined)",
|
|
2155
2009
|
value: input3.gt2count
|
|
2156
2010
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
2157
2011
|
path: _path2 + ".invalid",
|
|
@@ -2204,9 +2058,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2204
2058
|
path: _path2 + ".id",
|
|
2205
2059
|
expected: "(string | undefined)",
|
|
2206
2060
|
value: input3.id
|
|
2207
|
-
}), "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
2061
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
2208
2062
|
path: _path2 + ".$id",
|
|
2209
|
-
expected: "string",
|
|
2063
|
+
expected: "(string | undefined)",
|
|
2210
2064
|
value: input3.$id
|
|
2211
2065
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
2212
2066
|
path: _path2 + ".isAtomic",
|
|
@@ -2214,11 +2068,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2214
2068
|
value: input3.isAtomic
|
|
2215
2069
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2216
2070
|
path: _path2 + ".settings",
|
|
2217
|
-
expected: "(__type.
|
|
2071
|
+
expected: "(__type.o7 | undefined)",
|
|
2218
2072
|
value: input3.settings
|
|
2219
2073
|
})) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2220
2074
|
path: _path2 + ".settings",
|
|
2221
|
-
expected: "(__type.
|
|
2075
|
+
expected: "(__type.o7 | undefined)",
|
|
2222
2076
|
value: input3.settings
|
|
2223
2077
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2224
2078
|
path: _path2 + ".minNumSamples",
|
|
@@ -2226,19 +2080,19 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2226
2080
|
value: input3.minNumSamples
|
|
2227
2081
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2228
2082
|
path: _path2 + ".term",
|
|
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";
|
|
2083
|
+
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"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2230
2084
|
value: input3.term
|
|
2231
|
-
})) && $
|
|
2085
|
+
})) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2232
2086
|
path: _path2 + ".term",
|
|
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";
|
|
2087
|
+
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"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2234
2088
|
value: input3.term
|
|
2235
2089
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2236
2090
|
path: _path2 + ".q",
|
|
2237
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ |
|
|
2091
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2238
2092
|
value: input3.q
|
|
2239
|
-
})) && $
|
|
2093
|
+
})) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2240
2094
|
path: _path2 + ".q",
|
|
2241
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ |
|
|
2095
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2242
2096
|
value: input3.q
|
|
2243
2097
|
})].every((flag) => flag);
|
|
2244
2098
|
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -2249,16 +2103,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2249
2103
|
path: _path2 + ".name",
|
|
2250
2104
|
expected: "string",
|
|
2251
2105
|
value: input3.name
|
|
2252
|
-
}), "
|
|
2106
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
2253
2107
|
path: _path2 + ".type",
|
|
2254
|
-
expected: '"
|
|
2108
|
+
expected: '"geneVariant"',
|
|
2255
2109
|
value: input3.type
|
|
2256
2110
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2257
2111
|
path: _path2 + ".child_types",
|
|
2258
2112
|
expected: "(Array<string> | undefined)",
|
|
2259
2113
|
value: input3.child_types
|
|
2260
|
-
})) && input3.child_types.map((elem,
|
|
2261
|
-
path: _path2 + ".child_types[" +
|
|
2114
|
+
})) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2115
|
+
path: _path2 + ".child_types[" + _index28 + "]",
|
|
2262
2116
|
expected: "string",
|
|
2263
2117
|
value: elem
|
|
2264
2118
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2273,8 +2127,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2273
2127
|
path: _path2 + ".included_types",
|
|
2274
2128
|
expected: "(Array<string> | undefined)",
|
|
2275
2129
|
value: input3.included_types
|
|
2276
|
-
})) && input3.included_types.map((elem,
|
|
2277
|
-
path: _path2 + ".included_types[" +
|
|
2130
|
+
})) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2131
|
+
path: _path2 + ".included_types[" + _index29 + "]",
|
|
2278
2132
|
expected: "string",
|
|
2279
2133
|
value: elem
|
|
2280
2134
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2289,17 +2143,45 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2289
2143
|
path: _path2 + ".values",
|
|
2290
2144
|
expected: "(TermValues | undefined)",
|
|
2291
2145
|
value: input3.values
|
|
2292
|
-
})) && $
|
|
2146
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2293
2147
|
path: _path2 + ".values",
|
|
2294
2148
|
expected: "(TermValues | undefined)",
|
|
2295
2149
|
value: input3.values
|
|
2296
|
-
}),
|
|
2150
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2151
|
+
path: _path2 + ".filter",
|
|
2152
|
+
expected: "(TermFilter | undefined)",
|
|
2153
|
+
value: input3.filter
|
|
2154
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2155
|
+
path: _path2 + ".filter",
|
|
2156
|
+
expected: "(TermFilter | undefined)",
|
|
2157
|
+
value: input3.filter
|
|
2158
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2159
|
+
path: _path2 + ".kind",
|
|
2160
|
+
expected: '"gene"',
|
|
2161
|
+
value: input3.kind
|
|
2162
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
2163
|
+
path: _path2 + ".gene",
|
|
2164
|
+
expected: "string",
|
|
2165
|
+
value: input3.gene
|
|
2166
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2167
|
+
path: _path2 + ".chr",
|
|
2168
|
+
expected: "(string | undefined)",
|
|
2169
|
+
value: input3.chr
|
|
2170
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2171
|
+
path: _path2 + ".start",
|
|
2172
|
+
expected: "(number | undefined)",
|
|
2173
|
+
value: input3.start
|
|
2174
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2175
|
+
path: _path2 + ".stop",
|
|
2176
|
+
expected: "(number | undefined)",
|
|
2177
|
+
value: input3.stop
|
|
2178
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2297
2179
|
path: _path2 + ".groupsetting",
|
|
2298
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2180
|
+
expected: "(EnabledTermGroupSetting | __type.o3)",
|
|
2299
2181
|
value: input3.groupsetting
|
|
2300
2182
|
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2301
2183
|
path: _path2 + ".groupsetting",
|
|
2302
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2184
|
+
expected: "(EnabledTermGroupSetting | __type.o3)",
|
|
2303
2185
|
value: input3.groupsetting
|
|
2304
2186
|
})].every((flag) => flag);
|
|
2305
2187
|
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -2310,16 +2192,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2310
2192
|
path: _path2 + ".name",
|
|
2311
2193
|
expected: "string",
|
|
2312
2194
|
value: input3.name
|
|
2313
|
-
}), "
|
|
2195
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
2314
2196
|
path: _path2 + ".type",
|
|
2315
|
-
expected: '
|
|
2197
|
+
expected: '"geneVariant"',
|
|
2316
2198
|
value: input3.type
|
|
2317
2199
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2318
2200
|
path: _path2 + ".child_types",
|
|
2319
2201
|
expected: "(Array<string> | undefined)",
|
|
2320
2202
|
value: input3.child_types
|
|
2321
|
-
})) && input3.child_types.map((elem,
|
|
2322
|
-
path: _path2 + ".child_types[" +
|
|
2203
|
+
})) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2204
|
+
path: _path2 + ".child_types[" + _index30 + "]",
|
|
2323
2205
|
expected: "string",
|
|
2324
2206
|
value: elem
|
|
2325
2207
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2334,8 +2216,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2334
2216
|
path: _path2 + ".included_types",
|
|
2335
2217
|
expected: "(Array<string> | undefined)",
|
|
2336
2218
|
value: input3.included_types
|
|
2337
|
-
})) && input3.included_types.map((elem,
|
|
2338
|
-
path: _path2 + ".included_types[" +
|
|
2219
|
+
})) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2220
|
+
path: _path2 + ".included_types[" + _index31 + "]",
|
|
2339
2221
|
expected: "string",
|
|
2340
2222
|
value: elem
|
|
2341
2223
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2350,30 +2232,42 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2350
2232
|
path: _path2 + ".values",
|
|
2351
2233
|
expected: "(TermValues | undefined)",
|
|
2352
2234
|
value: input3.values
|
|
2353
|
-
})) && $
|
|
2235
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2354
2236
|
path: _path2 + ".values",
|
|
2355
2237
|
expected: "(TermValues | undefined)",
|
|
2356
2238
|
value: input3.values
|
|
2357
|
-
}),
|
|
2358
|
-
path: _path2 + ".
|
|
2359
|
-
expected: "
|
|
2360
|
-
value: input3.
|
|
2361
|
-
})) && $
|
|
2362
|
-
path: _path2 + ".
|
|
2363
|
-
expected: "
|
|
2364
|
-
value: input3.
|
|
2365
|
-
}),
|
|
2366
|
-
path: _path2 + ".
|
|
2367
|
-
expected: "
|
|
2368
|
-
value: input3.
|
|
2369
|
-
}),
|
|
2370
|
-
path: _path2 + ".
|
|
2371
|
-
expected: "
|
|
2372
|
-
value: input3.
|
|
2373
|
-
})
|
|
2374
|
-
path: _path2 + ".
|
|
2375
|
-
expected: "
|
|
2376
|
-
value: input3.
|
|
2239
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2240
|
+
path: _path2 + ".filter",
|
|
2241
|
+
expected: "(TermFilter | undefined)",
|
|
2242
|
+
value: input3.filter
|
|
2243
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2244
|
+
path: _path2 + ".filter",
|
|
2245
|
+
expected: "(TermFilter | undefined)",
|
|
2246
|
+
value: input3.filter
|
|
2247
|
+
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2248
|
+
path: _path2 + ".kind",
|
|
2249
|
+
expected: '"coord"',
|
|
2250
|
+
value: input3.kind
|
|
2251
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2252
|
+
path: _path2 + ".chr",
|
|
2253
|
+
expected: "string",
|
|
2254
|
+
value: input3.chr
|
|
2255
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2256
|
+
path: _path2 + ".start",
|
|
2257
|
+
expected: "number",
|
|
2258
|
+
value: input3.start
|
|
2259
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2260
|
+
path: _path2 + ".stop",
|
|
2261
|
+
expected: "number",
|
|
2262
|
+
value: input3.stop
|
|
2263
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2264
|
+
path: _path2 + ".groupsetting",
|
|
2265
|
+
expected: "(EnabledTermGroupSetting | __type.o3)",
|
|
2266
|
+
value: input3.groupsetting
|
|
2267
|
+
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2268
|
+
path: _path2 + ".groupsetting",
|
|
2269
|
+
expected: "(EnabledTermGroupSetting | __type.o3)",
|
|
2270
|
+
value: input3.groupsetting
|
|
2377
2271
|
})].every((flag) => flag);
|
|
2378
2272
|
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2379
2273
|
path: _path2 + ".id",
|
|
@@ -2383,16 +2277,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2383
2277
|
path: _path2 + ".name",
|
|
2384
2278
|
expected: "string",
|
|
2385
2279
|
value: input3.name
|
|
2386
|
-
}), "
|
|
2280
|
+
}), "categorical" === input3.type || $report(_exceptionable2, {
|
|
2387
2281
|
path: _path2 + ".type",
|
|
2388
|
-
expected: '"
|
|
2282
|
+
expected: '"categorical"',
|
|
2389
2283
|
value: input3.type
|
|
2390
2284
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2391
2285
|
path: _path2 + ".child_types",
|
|
2392
2286
|
expected: "(Array<string> | undefined)",
|
|
2393
2287
|
value: input3.child_types
|
|
2394
|
-
})) && input3.child_types.map((elem,
|
|
2395
|
-
path: _path2 + ".child_types[" +
|
|
2288
|
+
})) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2289
|
+
path: _path2 + ".child_types[" + _index32 + "]",
|
|
2396
2290
|
expected: "string",
|
|
2397
2291
|
value: elem
|
|
2398
2292
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2407,8 +2301,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2407
2301
|
path: _path2 + ".included_types",
|
|
2408
2302
|
expected: "(Array<string> | undefined)",
|
|
2409
2303
|
value: input3.included_types
|
|
2410
|
-
})) && input3.included_types.map((elem,
|
|
2411
|
-
path: _path2 + ".included_types[" +
|
|
2304
|
+
})) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2305
|
+
path: _path2 + ".included_types[" + _index33 + "]",
|
|
2412
2306
|
expected: "string",
|
|
2413
2307
|
value: elem
|
|
2414
2308
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2423,11 +2317,27 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2423
2317
|
path: _path2 + ".values",
|
|
2424
2318
|
expected: "(TermValues | undefined)",
|
|
2425
2319
|
value: input3.values
|
|
2426
|
-
})) && $
|
|
2320
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2427
2321
|
path: _path2 + ".values",
|
|
2428
2322
|
expected: "(TermValues | undefined)",
|
|
2429
2323
|
value: input3.values
|
|
2430
|
-
}),
|
|
2324
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2325
|
+
path: _path2 + ".filter",
|
|
2326
|
+
expected: "(TermFilter | undefined)",
|
|
2327
|
+
value: input3.filter
|
|
2328
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2329
|
+
path: _path2 + ".filter",
|
|
2330
|
+
expected: "(TermFilter | undefined)",
|
|
2331
|
+
value: input3.filter
|
|
2332
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2333
|
+
path: _path2 + ".groupsetting",
|
|
2334
|
+
expected: "(EnabledTermGroupSetting | __type.o3)",
|
|
2335
|
+
value: input3.groupsetting
|
|
2336
|
+
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2337
|
+
path: _path2 + ".groupsetting",
|
|
2338
|
+
expected: "(EnabledTermGroupSetting | __type.o3)",
|
|
2339
|
+
value: input3.groupsetting
|
|
2340
|
+
})].every((flag) => flag);
|
|
2431
2341
|
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2432
2342
|
path: _path2 + ".id",
|
|
2433
2343
|
expected: "string",
|
|
@@ -2436,16 +2346,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2436
2346
|
path: _path2 + ".name",
|
|
2437
2347
|
expected: "string",
|
|
2438
2348
|
value: input3.name
|
|
2439
|
-
}), "
|
|
2349
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
2440
2350
|
path: _path2 + ".type",
|
|
2441
|
-
expected: '"
|
|
2351
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2442
2352
|
value: input3.type
|
|
2443
2353
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2444
2354
|
path: _path2 + ".child_types",
|
|
2445
2355
|
expected: "(Array<string> | undefined)",
|
|
2446
2356
|
value: input3.child_types
|
|
2447
|
-
})) && input3.child_types.map((elem,
|
|
2448
|
-
path: _path2 + ".child_types[" +
|
|
2357
|
+
})) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2358
|
+
path: _path2 + ".child_types[" + _index34 + "]",
|
|
2449
2359
|
expected: "string",
|
|
2450
2360
|
value: elem
|
|
2451
2361
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2460,8 +2370,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2460
2370
|
path: _path2 + ".included_types",
|
|
2461
2371
|
expected: "(Array<string> | undefined)",
|
|
2462
2372
|
value: input3.included_types
|
|
2463
|
-
})) && input3.included_types.map((elem,
|
|
2464
|
-
path: _path2 + ".included_types[" +
|
|
2373
|
+
})) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2374
|
+
path: _path2 + ".included_types[" + _index35 + "]",
|
|
2465
2375
|
expected: "string",
|
|
2466
2376
|
value: elem
|
|
2467
2377
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2476,38 +2386,38 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2476
2386
|
path: _path2 + ".values",
|
|
2477
2387
|
expected: "(TermValues | undefined)",
|
|
2478
2388
|
value: input3.values
|
|
2479
|
-
})) && $
|
|
2389
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2480
2390
|
path: _path2 + ".values",
|
|
2481
2391
|
expected: "(TermValues | undefined)",
|
|
2482
2392
|
value: input3.values
|
|
2483
|
-
}),
|
|
2484
|
-
path: _path2 + ".
|
|
2485
|
-
expected: "(
|
|
2486
|
-
value: input3.
|
|
2487
|
-
})) && $
|
|
2488
|
-
path: _path2 + ".
|
|
2489
|
-
expected: "(
|
|
2490
|
-
value: input3.
|
|
2491
|
-
}), "
|
|
2492
|
-
path: _path2 + ".
|
|
2493
|
-
expected:
|
|
2494
|
-
value: input3.
|
|
2495
|
-
}), "
|
|
2496
|
-
path: _path2 + ".
|
|
2497
|
-
expected: "
|
|
2498
|
-
value: input3.
|
|
2499
|
-
}), void 0 === input3.
|
|
2500
|
-
path: _path2 + ".
|
|
2393
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2394
|
+
path: _path2 + ".filter",
|
|
2395
|
+
expected: "(TermFilter | undefined)",
|
|
2396
|
+
value: input3.filter
|
|
2397
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2398
|
+
path: _path2 + ".filter",
|
|
2399
|
+
expected: "(TermFilter | undefined)",
|
|
2400
|
+
value: input3.filter
|
|
2401
|
+
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2402
|
+
path: _path2 + ".bins",
|
|
2403
|
+
expected: "PresetNumericBins",
|
|
2404
|
+
value: input3.bins
|
|
2405
|
+
})) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2406
|
+
path: _path2 + ".bins",
|
|
2407
|
+
expected: "PresetNumericBins",
|
|
2408
|
+
value: input3.bins
|
|
2409
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2410
|
+
path: _path2 + ".unit",
|
|
2501
2411
|
expected: "(string | undefined)",
|
|
2502
|
-
value: input3.
|
|
2503
|
-
}), void 0 === input3.
|
|
2504
|
-
path: _path2 + ".
|
|
2505
|
-
expected: "(
|
|
2506
|
-
value: input3.
|
|
2507
|
-
})
|
|
2508
|
-
path: _path2 + ".
|
|
2509
|
-
expected: "(
|
|
2510
|
-
value: input3.
|
|
2412
|
+
value: input3.unit
|
|
2413
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2414
|
+
path: _path2 + ".continuousColorScale",
|
|
2415
|
+
expected: "(__type.o4 | undefined)",
|
|
2416
|
+
value: input3.continuousColorScale
|
|
2417
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2418
|
+
path: _path2 + ".continuousColorScale",
|
|
2419
|
+
expected: "(__type.o4 | undefined)",
|
|
2420
|
+
value: input3.continuousColorScale
|
|
2511
2421
|
})].every((flag) => flag);
|
|
2512
2422
|
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2513
2423
|
path: _path2 + ".id",
|
|
@@ -2517,16 +2427,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2517
2427
|
path: _path2 + ".name",
|
|
2518
2428
|
expected: "string",
|
|
2519
2429
|
value: input3.name
|
|
2520
|
-
}), "
|
|
2430
|
+
}), "condition" === input3.type || $report(_exceptionable2, {
|
|
2521
2431
|
path: _path2 + ".type",
|
|
2522
|
-
expected: '"
|
|
2432
|
+
expected: '"condition"',
|
|
2523
2433
|
value: input3.type
|
|
2524
2434
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2525
2435
|
path: _path2 + ".child_types",
|
|
2526
2436
|
expected: "(Array<string> | undefined)",
|
|
2527
2437
|
value: input3.child_types
|
|
2528
|
-
})) && input3.child_types.map((elem,
|
|
2529
|
-
path: _path2 + ".child_types[" +
|
|
2438
|
+
})) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2439
|
+
path: _path2 + ".child_types[" + _index36 + "]",
|
|
2530
2440
|
expected: "string",
|
|
2531
2441
|
value: elem
|
|
2532
2442
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2541,8 +2451,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2541
2451
|
path: _path2 + ".included_types",
|
|
2542
2452
|
expected: "(Array<string> | undefined)",
|
|
2543
2453
|
value: input3.included_types
|
|
2544
|
-
})) && input3.included_types.map((elem,
|
|
2545
|
-
path: _path2 + ".included_types[" +
|
|
2454
|
+
})) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2455
|
+
path: _path2 + ".included_types[" + _index37 + "]",
|
|
2546
2456
|
expected: "string",
|
|
2547
2457
|
value: elem
|
|
2548
2458
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2557,34 +2467,18 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2557
2467
|
path: _path2 + ".values",
|
|
2558
2468
|
expected: "(TermValues | undefined)",
|
|
2559
2469
|
value: input3.values
|
|
2560
|
-
})) && $
|
|
2470
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2561
2471
|
path: _path2 + ".values",
|
|
2562
2472
|
expected: "(TermValues | undefined)",
|
|
2563
2473
|
value: input3.values
|
|
2564
|
-
}),
|
|
2565
|
-
path: _path2 + ".
|
|
2566
|
-
expected: "(
|
|
2567
|
-
value: input3.
|
|
2568
|
-
})) && $
|
|
2569
|
-
path: _path2 + ".
|
|
2570
|
-
expected: "(
|
|
2571
|
-
value: input3.
|
|
2572
|
-
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2573
|
-
path: _path2 + ".kind",
|
|
2574
|
-
expected: '"coord"',
|
|
2575
|
-
value: input3.kind
|
|
2576
|
-
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2577
|
-
path: _path2 + ".chr",
|
|
2578
|
-
expected: "string",
|
|
2579
|
-
value: input3.chr
|
|
2580
|
-
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2581
|
-
path: _path2 + ".start",
|
|
2582
|
-
expected: "number",
|
|
2583
|
-
value: input3.start
|
|
2584
|
-
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2585
|
-
path: _path2 + ".stop",
|
|
2586
|
-
expected: "number",
|
|
2587
|
-
value: input3.stop
|
|
2474
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2475
|
+
path: _path2 + ".filter",
|
|
2476
|
+
expected: "(TermFilter | undefined)",
|
|
2477
|
+
value: input3.filter
|
|
2478
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2479
|
+
path: _path2 + ".filter",
|
|
2480
|
+
expected: "(TermFilter | undefined)",
|
|
2481
|
+
value: input3.filter
|
|
2588
2482
|
})].every((flag) => flag);
|
|
2589
2483
|
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2590
2484
|
path: _path2 + ".id",
|
|
@@ -2602,8 +2496,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2602
2496
|
path: _path2 + ".child_types",
|
|
2603
2497
|
expected: "(Array<string> | undefined)",
|
|
2604
2498
|
value: input3.child_types
|
|
2605
|
-
})) && input3.child_types.map((elem,
|
|
2606
|
-
path: _path2 + ".child_types[" +
|
|
2499
|
+
})) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2500
|
+
path: _path2 + ".child_types[" + _index38 + "]",
|
|
2607
2501
|
expected: "string",
|
|
2608
2502
|
value: elem
|
|
2609
2503
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2618,8 +2512,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2618
2512
|
path: _path2 + ".included_types",
|
|
2619
2513
|
expected: "(Array<string> | undefined)",
|
|
2620
2514
|
value: input3.included_types
|
|
2621
|
-
})) && input3.included_types.map((elem,
|
|
2622
|
-
path: _path2 + ".included_types[" +
|
|
2515
|
+
})) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2516
|
+
path: _path2 + ".included_types[" + _index39 + "]",
|
|
2623
2517
|
expected: "string",
|
|
2624
2518
|
value: elem
|
|
2625
2519
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2634,11 +2528,19 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2634
2528
|
path: _path2 + ".values",
|
|
2635
2529
|
expected: "(TermValues | undefined)",
|
|
2636
2530
|
value: input3.values
|
|
2637
|
-
})) && $
|
|
2531
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2638
2532
|
path: _path2 + ".values",
|
|
2639
2533
|
expected: "(TermValues | undefined)",
|
|
2640
2534
|
value: input3.values
|
|
2641
|
-
}),
|
|
2535
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2536
|
+
path: _path2 + ".filter",
|
|
2537
|
+
expected: "(TermFilter | undefined)",
|
|
2538
|
+
value: input3.filter
|
|
2539
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2540
|
+
path: _path2 + ".filter",
|
|
2541
|
+
expected: "(TermFilter | undefined)",
|
|
2542
|
+
value: input3.filter
|
|
2543
|
+
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2642
2544
|
path: _path2 + ".reachedVariantLimit",
|
|
2643
2545
|
expected: "(boolean | undefined)",
|
|
2644
2546
|
value: input3.reachedVariantLimit
|
|
@@ -2646,12 +2548,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2646
2548
|
path: _path2 + ".snps",
|
|
2647
2549
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2648
2550
|
value: input3.snps
|
|
2649
|
-
})) && input3.snps.map((elem,
|
|
2650
|
-
path: _path2 + ".snps[" +
|
|
2551
|
+
})) && input3.snps.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2552
|
+
path: _path2 + ".snps[" + _index40 + "]",
|
|
2651
2553
|
expected: "SnpsEntry",
|
|
2652
2554
|
value: elem
|
|
2653
|
-
})) && $vo49(elem, _path2 + ".snps[" +
|
|
2654
|
-
path: _path2 + ".snps[" +
|
|
2555
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2556
|
+
path: _path2 + ".snps[" + _index40 + "]",
|
|
2655
2557
|
expected: "SnpsEntry",
|
|
2656
2558
|
value: elem
|
|
2657
2559
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2675,8 +2577,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2675
2577
|
path: _path2 + ".child_types",
|
|
2676
2578
|
expected: "(Array<string> | undefined)",
|
|
2677
2579
|
value: input3.child_types
|
|
2678
|
-
})) && input3.child_types.map((elem,
|
|
2679
|
-
path: _path2 + ".child_types[" +
|
|
2580
|
+
})) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2581
|
+
path: _path2 + ".child_types[" + _index41 + "]",
|
|
2680
2582
|
expected: "string",
|
|
2681
2583
|
value: elem
|
|
2682
2584
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2691,8 +2593,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2691
2593
|
path: _path2 + ".included_types",
|
|
2692
2594
|
expected: "(Array<string> | undefined)",
|
|
2693
2595
|
value: input3.included_types
|
|
2694
|
-
})) && input3.included_types.map((elem,
|
|
2695
|
-
path: _path2 + ".included_types[" +
|
|
2596
|
+
})) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2597
|
+
path: _path2 + ".included_types[" + _index42 + "]",
|
|
2696
2598
|
expected: "string",
|
|
2697
2599
|
value: elem
|
|
2698
2600
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2711,7 +2613,15 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2711
2613
|
path: _path2 + ".values",
|
|
2712
2614
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2713
2615
|
value: input3.values
|
|
2714
|
-
}),
|
|
2616
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2617
|
+
path: _path2 + ".filter",
|
|
2618
|
+
expected: "(TermFilter | undefined)",
|
|
2619
|
+
value: input3.filter
|
|
2620
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2621
|
+
path: _path2 + ".filter",
|
|
2622
|
+
expected: "(TermFilter | undefined)",
|
|
2623
|
+
value: input3.filter
|
|
2624
|
+
})].every((flag) => flag);
|
|
2715
2625
|
const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2716
2626
|
const value = input3[key];
|
|
2717
2627
|
if (void 0 === value)
|
|
@@ -2780,19 +2690,19 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2780
2690
|
value: input3.inuse
|
|
2781
2691
|
}), (Array.isArray(input3.list) || $report(_exceptionable2, {
|
|
2782
2692
|
path: _path2 + ".list",
|
|
2783
|
-
expected: "Array<__type>.
|
|
2693
|
+
expected: "Array<__type>.o4",
|
|
2784
2694
|
value: input3.list
|
|
2785
|
-
})) && input3.list.map((elem,
|
|
2786
|
-
path: _path2 + ".list[" +
|
|
2787
|
-
expected: "__type.
|
|
2695
|
+
})) && input3.list.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2696
|
+
path: _path2 + ".list[" + _index43 + "]",
|
|
2697
|
+
expected: "__type.o10",
|
|
2788
2698
|
value: elem
|
|
2789
|
-
})) && $vo62(elem, _path2 + ".list[" +
|
|
2790
|
-
path: _path2 + ".list[" +
|
|
2791
|
-
expected: "__type.
|
|
2699
|
+
})) && $vo62(elem, _path2 + ".list[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2700
|
+
path: _path2 + ".list[" + _index43 + "]",
|
|
2701
|
+
expected: "__type.o10",
|
|
2792
2702
|
value: elem
|
|
2793
2703
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2794
2704
|
path: _path2 + ".list",
|
|
2795
|
-
expected: "Array<__type>.
|
|
2705
|
+
expected: "Array<__type>.o4",
|
|
2796
2706
|
value: input3.list
|
|
2797
2707
|
}), true].every((flag) => flag);
|
|
2798
2708
|
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
@@ -2808,7 +2718,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2808
2718
|
path: _path2 + ".hiddenValues",
|
|
2809
2719
|
expected: "(HiddenValues | undefined)",
|
|
2810
2720
|
value: input3.hiddenValues
|
|
2811
|
-
})) && $
|
|
2721
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2812
2722
|
path: _path2 + ".hiddenValues",
|
|
2813
2723
|
expected: "(HiddenValues | undefined)",
|
|
2814
2724
|
value: input3.hiddenValues
|
|
@@ -2837,7 +2747,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2837
2747
|
path: _path2 + ".hiddenValues",
|
|
2838
2748
|
expected: "(HiddenValues | undefined)",
|
|
2839
2749
|
value: input3.hiddenValues
|
|
2840
|
-
})) && $
|
|
2750
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2841
2751
|
path: _path2 + ".hiddenValues",
|
|
2842
2752
|
expected: "(HiddenValues | undefined)",
|
|
2843
2753
|
value: input3.hiddenValues
|
|
@@ -2873,8 +2783,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2873
2783
|
path: _path2 + ".breaks",
|
|
2874
2784
|
expected: "(Array<number> | undefined)",
|
|
2875
2785
|
value: input3.breaks
|
|
2876
|
-
})) && input3.breaks.map((elem,
|
|
2877
|
-
path: _path2 + ".breaks[" +
|
|
2786
|
+
})) && input3.breaks.map((elem, _index44) => "number" === typeof elem || $report(_exceptionable2, {
|
|
2787
|
+
path: _path2 + ".breaks[" + _index44 + "]",
|
|
2878
2788
|
expected: "number",
|
|
2879
2789
|
value: elem
|
|
2880
2790
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2902,247 +2812,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2902
2812
|
path: _path2 + ".hiddenValues",
|
|
2903
2813
|
expected: "(HiddenValues | undefined)",
|
|
2904
2814
|
value: input3.hiddenValues
|
|
2905
|
-
})) && $
|
|
2906
|
-
path: _path2 + ".hiddenValues",
|
|
2907
|
-
expected: "(HiddenValues | undefined)",
|
|
2908
|
-
value: input3.hiddenValues
|
|
2909
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
2910
|
-
path: _path2 + ".isAtomic",
|
|
2911
|
-
expected: "(true | undefined)",
|
|
2912
|
-
value: input3.isAtomic
|
|
2913
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2914
|
-
path: _path2 + ".name",
|
|
2915
|
-
expected: "(string | undefined)",
|
|
2916
|
-
value: input3.name
|
|
2917
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
2918
|
-
path: _path2 + ".reuseId",
|
|
2919
|
-
expected: "(string | undefined)",
|
|
2920
|
-
value: input3.reuseId
|
|
2921
|
-
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
2922
|
-
path: _path2 + ".cnvGainCutoff",
|
|
2923
|
-
expected: "(number | undefined)",
|
|
2924
|
-
value: input3.cnvGainCutoff
|
|
2925
|
-
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
2926
|
-
path: _path2 + ".cnvMaxLength",
|
|
2927
|
-
expected: "(number | undefined)",
|
|
2928
|
-
value: input3.cnvMaxLength
|
|
2929
|
-
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
2930
|
-
path: _path2 + ".cnvMinAbsValue",
|
|
2931
|
-
expected: "(number | undefined)",
|
|
2932
|
-
value: input3.cnvMinAbsValue
|
|
2933
|
-
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
2934
|
-
path: _path2 + ".cnvLossCutoff",
|
|
2935
|
-
expected: "(number | undefined)",
|
|
2936
|
-
value: input3.cnvLossCutoff
|
|
2937
|
-
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
2938
|
-
path: _path2 + ".exclude",
|
|
2939
|
-
expected: "Array<string>",
|
|
2940
|
-
value: input3.exclude
|
|
2941
|
-
})) && input3.exclude.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2942
|
-
path: _path2 + ".exclude[" + _index54 + "]",
|
|
2943
|
-
expected: "string",
|
|
2944
|
-
value: elem
|
|
2945
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2946
|
-
path: _path2 + ".exclude",
|
|
2947
|
-
expected: "Array<string>",
|
|
2948
|
-
value: input3.exclude
|
|
2949
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
2950
|
-
path: _path2 + ".mode",
|
|
2951
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
2952
|
-
value: input3.mode
|
|
2953
|
-
}), "values" === input3.type || $report(_exceptionable2, {
|
|
2954
|
-
path: _path2 + ".type",
|
|
2955
|
-
expected: '"values"',
|
|
2956
|
-
value: input3.type
|
|
2957
|
-
})].every((flag) => flag);
|
|
2958
|
-
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2959
|
-
path: _path2 + ".hiddenValues",
|
|
2960
|
-
expected: "(HiddenValues | undefined)",
|
|
2961
|
-
value: input3.hiddenValues
|
|
2962
|
-
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2963
|
-
path: _path2 + ".hiddenValues",
|
|
2964
|
-
expected: "(HiddenValues | undefined)",
|
|
2965
|
-
value: input3.hiddenValues
|
|
2966
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
2967
|
-
path: _path2 + ".isAtomic",
|
|
2968
|
-
expected: "(true | undefined)",
|
|
2969
|
-
value: input3.isAtomic
|
|
2970
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2971
|
-
path: _path2 + ".name",
|
|
2972
|
-
expected: "(string | undefined)",
|
|
2973
|
-
value: input3.name
|
|
2974
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
2975
|
-
path: _path2 + ".reuseId",
|
|
2976
|
-
expected: "(string | undefined)",
|
|
2977
|
-
value: input3.reuseId
|
|
2978
|
-
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
2979
|
-
path: _path2 + ".cnvGainCutoff",
|
|
2980
|
-
expected: "(number | undefined)",
|
|
2981
|
-
value: input3.cnvGainCutoff
|
|
2982
|
-
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
2983
|
-
path: _path2 + ".cnvMaxLength",
|
|
2984
|
-
expected: "(number | undefined)",
|
|
2985
|
-
value: input3.cnvMaxLength
|
|
2986
|
-
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
2987
|
-
path: _path2 + ".cnvMinAbsValue",
|
|
2988
|
-
expected: "(number | undefined)",
|
|
2989
|
-
value: input3.cnvMinAbsValue
|
|
2990
|
-
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
2991
|
-
path: _path2 + ".cnvLossCutoff",
|
|
2992
|
-
expected: "(number | undefined)",
|
|
2993
|
-
value: input3.cnvLossCutoff
|
|
2994
|
-
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
2995
|
-
path: _path2 + ".exclude",
|
|
2996
|
-
expected: "Array<string>",
|
|
2997
|
-
value: input3.exclude
|
|
2998
|
-
})) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2999
|
-
path: _path2 + ".exclude[" + _index55 + "]",
|
|
3000
|
-
expected: "string",
|
|
3001
|
-
value: elem
|
|
3002
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3003
|
-
path: _path2 + ".exclude",
|
|
3004
|
-
expected: "Array<string>",
|
|
3005
|
-
value: input3.exclude
|
|
3006
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
|
|
3007
|
-
path: _path2 + ".mode",
|
|
3008
|
-
expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
|
|
3009
|
-
value: input3.mode
|
|
3010
|
-
}), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
3011
|
-
path: _path2 + ".type",
|
|
3012
|
-
expected: '("filter" | undefined)',
|
|
3013
|
-
value: input3.type
|
|
3014
|
-
})].every((flag) => flag);
|
|
3015
|
-
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3016
|
-
path: _path2 + ".hiddenValues",
|
|
3017
|
-
expected: "(HiddenValues | undefined)",
|
|
3018
|
-
value: input3.hiddenValues
|
|
3019
|
-
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3020
|
-
path: _path2 + ".hiddenValues",
|
|
3021
|
-
expected: "(HiddenValues | undefined)",
|
|
3022
|
-
value: input3.hiddenValues
|
|
3023
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3024
|
-
path: _path2 + ".isAtomic",
|
|
3025
|
-
expected: "(true | undefined)",
|
|
3026
|
-
value: input3.isAtomic
|
|
3027
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3028
|
-
path: _path2 + ".name",
|
|
3029
|
-
expected: "(string | undefined)",
|
|
3030
|
-
value: input3.name
|
|
3031
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3032
|
-
path: _path2 + ".reuseId",
|
|
3033
|
-
expected: "(string | undefined)",
|
|
3034
|
-
value: input3.reuseId
|
|
3035
|
-
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
3036
|
-
path: _path2 + ".cnvGainCutoff",
|
|
3037
|
-
expected: "(number | undefined)",
|
|
3038
|
-
value: input3.cnvGainCutoff
|
|
3039
|
-
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
3040
|
-
path: _path2 + ".cnvMaxLength",
|
|
3041
|
-
expected: "(number | undefined)",
|
|
3042
|
-
value: input3.cnvMaxLength
|
|
3043
|
-
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
3044
|
-
path: _path2 + ".cnvMinAbsValue",
|
|
3045
|
-
expected: "(number | undefined)",
|
|
3046
|
-
value: input3.cnvMinAbsValue
|
|
3047
|
-
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
3048
|
-
path: _path2 + ".cnvLossCutoff",
|
|
3049
|
-
expected: "(number | undefined)",
|
|
3050
|
-
value: input3.cnvLossCutoff
|
|
3051
|
-
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
3052
|
-
path: _path2 + ".exclude",
|
|
3053
|
-
expected: "Array<string>",
|
|
3054
|
-
value: input3.exclude
|
|
3055
|
-
})) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3056
|
-
path: _path2 + ".exclude[" + _index56 + "]",
|
|
3057
|
-
expected: "string",
|
|
3058
|
-
value: elem
|
|
3059
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3060
|
-
path: _path2 + ".exclude",
|
|
3061
|
-
expected: "Array<string>",
|
|
3062
|
-
value: input3.exclude
|
|
3063
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3064
|
-
path: _path2 + ".mode",
|
|
3065
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3066
|
-
value: input3.mode
|
|
3067
|
-
}), "predefined-groupset" === input3.type || $report(_exceptionable2, {
|
|
3068
|
-
path: _path2 + ".type",
|
|
3069
|
-
expected: '"predefined-groupset"',
|
|
3070
|
-
value: input3.type
|
|
3071
|
-
}), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
|
|
3072
|
-
path: _path2 + ".predefined_groupset_idx",
|
|
3073
|
-
expected: "number",
|
|
3074
|
-
value: input3.predefined_groupset_idx
|
|
3075
|
-
})].every((flag) => flag);
|
|
3076
|
-
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3077
|
-
path: _path2 + ".hiddenValues",
|
|
3078
|
-
expected: "(HiddenValues | undefined)",
|
|
3079
|
-
value: input3.hiddenValues
|
|
3080
|
-
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3081
|
-
path: _path2 + ".hiddenValues",
|
|
3082
|
-
expected: "(HiddenValues | undefined)",
|
|
3083
|
-
value: input3.hiddenValues
|
|
3084
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3085
|
-
path: _path2 + ".isAtomic",
|
|
3086
|
-
expected: "(true | undefined)",
|
|
3087
|
-
value: input3.isAtomic
|
|
3088
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3089
|
-
path: _path2 + ".name",
|
|
3090
|
-
expected: "(string | undefined)",
|
|
3091
|
-
value: input3.name
|
|
3092
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3093
|
-
path: _path2 + ".reuseId",
|
|
3094
|
-
expected: "(string | undefined)",
|
|
3095
|
-
value: input3.reuseId
|
|
3096
|
-
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
3097
|
-
path: _path2 + ".cnvGainCutoff",
|
|
3098
|
-
expected: "(number | undefined)",
|
|
3099
|
-
value: input3.cnvGainCutoff
|
|
3100
|
-
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
3101
|
-
path: _path2 + ".cnvMaxLength",
|
|
3102
|
-
expected: "(number | undefined)",
|
|
3103
|
-
value: input3.cnvMaxLength
|
|
3104
|
-
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
3105
|
-
path: _path2 + ".cnvMinAbsValue",
|
|
3106
|
-
expected: "(number | undefined)",
|
|
3107
|
-
value: input3.cnvMinAbsValue
|
|
3108
|
-
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
3109
|
-
path: _path2 + ".cnvLossCutoff",
|
|
3110
|
-
expected: "(number | undefined)",
|
|
3111
|
-
value: input3.cnvLossCutoff
|
|
3112
|
-
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
3113
|
-
path: _path2 + ".exclude",
|
|
3114
|
-
expected: "Array<string>",
|
|
3115
|
-
value: input3.exclude
|
|
3116
|
-
})) && input3.exclude.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3117
|
-
path: _path2 + ".exclude[" + _index57 + "]",
|
|
3118
|
-
expected: "string",
|
|
3119
|
-
value: elem
|
|
3120
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3121
|
-
path: _path2 + ".exclude",
|
|
3122
|
-
expected: "Array<string>",
|
|
3123
|
-
value: input3.exclude
|
|
3124
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3125
|
-
path: _path2 + ".mode",
|
|
3126
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3127
|
-
value: input3.mode
|
|
3128
|
-
}), "custom-groupset" === input3.type || $report(_exceptionable2, {
|
|
3129
|
-
path: _path2 + ".type",
|
|
3130
|
-
expected: '"custom-groupset"',
|
|
3131
|
-
value: input3.type
|
|
3132
|
-
}), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
|
|
3133
|
-
path: _path2 + ".customset",
|
|
3134
|
-
expected: "BaseGroupSet",
|
|
3135
|
-
value: input3.customset
|
|
3136
|
-
})) && $vo39(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3137
|
-
path: _path2 + ".customset",
|
|
3138
|
-
expected: "BaseGroupSet",
|
|
3139
|
-
value: input3.customset
|
|
3140
|
-
})].every((flag) => flag);
|
|
3141
|
-
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3142
|
-
path: _path2 + ".hiddenValues",
|
|
3143
|
-
expected: "(HiddenValues | undefined)",
|
|
3144
|
-
value: input3.hiddenValues
|
|
3145
|
-
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2815
|
+
})) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3146
2816
|
path: _path2 + ".hiddenValues",
|
|
3147
2817
|
expected: "(HiddenValues | undefined)",
|
|
3148
2818
|
value: input3.hiddenValues
|
|
@@ -3170,38 +2840,38 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3170
2840
|
path: _path2 + ".groups",
|
|
3171
2841
|
expected: "SampleLstTermValues",
|
|
3172
2842
|
value: input3.groups
|
|
3173
|
-
})) && $
|
|
2843
|
+
})) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
3174
2844
|
path: _path2 + ".groups",
|
|
3175
2845
|
expected: "SampleLstTermValues",
|
|
3176
2846
|
value: input3.groups
|
|
3177
2847
|
})].every((flag) => flag);
|
|
3178
|
-
const $
|
|
2848
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3179
2849
|
const value = input3[key];
|
|
3180
2850
|
if (void 0 === value)
|
|
3181
2851
|
return true;
|
|
3182
2852
|
if (RegExp(/(.*)/).test(key))
|
|
3183
2853
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3184
2854
|
path: _path2 + $join(key),
|
|
3185
|
-
expected: "__type.
|
|
2855
|
+
expected: "__type.o11",
|
|
3186
2856
|
value
|
|
3187
|
-
})) && $
|
|
2857
|
+
})) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3188
2858
|
path: _path2 + $join(key),
|
|
3189
|
-
expected: "__type.
|
|
2859
|
+
expected: "__type.o11",
|
|
3190
2860
|
value
|
|
3191
2861
|
});
|
|
3192
2862
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
3193
2863
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3194
2864
|
path: _path2 + $join(key),
|
|
3195
|
-
expected: "__type.
|
|
2865
|
+
expected: "__type.o11",
|
|
3196
2866
|
value
|
|
3197
|
-
})) && $
|
|
2867
|
+
})) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3198
2868
|
path: _path2 + $join(key),
|
|
3199
|
-
expected: "__type.
|
|
2869
|
+
expected: "__type.o11",
|
|
3200
2870
|
value
|
|
3201
2871
|
});
|
|
3202
2872
|
return true;
|
|
3203
2873
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3204
|
-
const $
|
|
2874
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3205
2875
|
path: _path2 + ".name",
|
|
3206
2876
|
expected: "string",
|
|
3207
2877
|
value: input3.name
|
|
@@ -3211,33 +2881,37 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3211
2881
|
value: input3.inuse
|
|
3212
2882
|
}), (Array.isArray(input3.list) || $report(_exceptionable2, {
|
|
3213
2883
|
path: _path2 + ".list",
|
|
3214
|
-
expected: "Array<__type>.
|
|
2884
|
+
expected: "Array<__type>.o4",
|
|
3215
2885
|
value: input3.list
|
|
3216
|
-
})) && input3.list.map((elem,
|
|
3217
|
-
path: _path2 + ".list[" +
|
|
3218
|
-
expected: "__type.
|
|
2886
|
+
})) && input3.list.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2887
|
+
path: _path2 + ".list[" + _index45 + "]",
|
|
2888
|
+
expected: "__type.o10",
|
|
3219
2889
|
value: elem
|
|
3220
|
-
})) && $vo62(elem, _path2 + ".list[" +
|
|
3221
|
-
path: _path2 + ".list[" +
|
|
3222
|
-
expected: "__type.
|
|
2890
|
+
})) && $vo62(elem, _path2 + ".list[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2891
|
+
path: _path2 + ".list[" + _index45 + "]",
|
|
2892
|
+
expected: "__type.o10",
|
|
3223
2893
|
value: elem
|
|
3224
2894
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3225
2895
|
path: _path2 + ".list",
|
|
3226
|
-
expected: "Array<__type>.
|
|
2896
|
+
expected: "Array<__type>.o4",
|
|
3227
2897
|
value: input3.list
|
|
3228
2898
|
}), true].every((flag) => flag);
|
|
3229
2899
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3230
|
-
if (
|
|
2900
|
+
if ("tvslst" === input3.type)
|
|
3231
2901
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3232
|
-
if (
|
|
3233
|
-
return $
|
|
3234
|
-
return $
|
|
2902
|
+
if ("tvs" === input3.type)
|
|
2903
|
+
return $vo2(input3, _path2, _exceptionable2);
|
|
2904
|
+
return $report(_exceptionable2, {
|
|
2905
|
+
path: _path2,
|
|
2906
|
+
expected: "(Filter | __type)",
|
|
2907
|
+
value: input3
|
|
2908
|
+
});
|
|
3235
2909
|
})();
|
|
3236
2910
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3237
2911
|
if ("string" === typeof input3.type)
|
|
3238
|
-
return $
|
|
2912
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
3239
2913
|
if ("filter" === input3.type)
|
|
3240
|
-
return $
|
|
2914
|
+
return $vo14(input3, _path2, _exceptionable2);
|
|
3241
2915
|
return $report(_exceptionable2, {
|
|
3242
2916
|
path: _path2,
|
|
3243
2917
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3246,63 +2920,53 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3246
2920
|
})();
|
|
3247
2921
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3248
2922
|
if (true === input3.startunbounded)
|
|
3249
|
-
return $
|
|
2923
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3250
2924
|
if (true === input3.stopunbounded)
|
|
3251
|
-
return $
|
|
3252
|
-
return $
|
|
2925
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
2926
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3253
2927
|
})();
|
|
3254
2928
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3255
|
-
if (2 === input3.dt)
|
|
3256
|
-
return $vo32(input3, _path2, _exceptionable2);
|
|
3257
|
-
if (5 === input3.dt)
|
|
3258
|
-
return $vo31(input3, _path2, _exceptionable2);
|
|
3259
|
-
if (4 === input3.dt)
|
|
3260
|
-
return $vo30(input3, _path2, _exceptionable2);
|
|
3261
|
-
if (1 === input3.dt)
|
|
3262
|
-
return $vo29(input3, _path2, _exceptionable2);
|
|
3263
|
-
return $report(_exceptionable2, {
|
|
3264
|
-
path: _path2,
|
|
3265
|
-
expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
|
|
3266
|
-
value: input3
|
|
3267
|
-
});
|
|
3268
|
-
})();
|
|
3269
|
-
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3270
2929
|
if (void 0 !== input3.type)
|
|
3271
2930
|
return $vo33(input3, _path2, _exceptionable2);
|
|
3272
2931
|
return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
3273
2932
|
})();
|
|
3274
|
-
const $
|
|
2933
|
+
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3275
2934
|
if (true === input3.startunbounded)
|
|
3276
|
-
return $
|
|
2935
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3277
2936
|
if (void 0 !== input3.start)
|
|
3278
|
-
return $
|
|
2937
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3279
2938
|
return $report(_exceptionable2, {
|
|
3280
2939
|
path: _path2,
|
|
3281
2940
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
3282
2941
|
value: input3
|
|
3283
2942
|
});
|
|
3284
2943
|
})();
|
|
3285
|
-
const $
|
|
2944
|
+
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3286
2945
|
if (void 0 !== input3.stop)
|
|
3287
|
-
return $
|
|
2946
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3288
2947
|
if (true === input3.stopunbounded)
|
|
3289
|
-
return $
|
|
2948
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3290
2949
|
return $report(_exceptionable2, {
|
|
3291
2950
|
path: _path2,
|
|
3292
2951
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
3293
2952
|
value: input3
|
|
3294
2953
|
});
|
|
3295
2954
|
})();
|
|
2955
|
+
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2956
|
+
if (void 0 !== input3.ranges)
|
|
2957
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
2958
|
+
return $vo3(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
|
|
2959
|
+
})();
|
|
3296
2960
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3297
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem,
|
|
3298
|
-
return $
|
|
3299
|
-
return $
|
|
2961
|
+
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index46) => "object" === typeof elem && null !== elem && $vo11(elem, _path2 + ".lst[" + _index46 + "]", false)).every((flag) => flag))
|
|
2962
|
+
return $vo10(input3, _path2, _exceptionable2);
|
|
2963
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
3300
2964
|
})();
|
|
3301
2965
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3302
2966
|
if ("regular-bin" === input3.type)
|
|
3303
|
-
return $vo15(input3, _path2, _exceptionable2);
|
|
3304
|
-
if ("custom-bin" === input3.type)
|
|
3305
2967
|
return $vo20(input3, _path2, _exceptionable2);
|
|
2968
|
+
if ("custom-bin" === input3.type)
|
|
2969
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
3306
2970
|
return $report(_exceptionable2, {
|
|
3307
2971
|
path: _path2,
|
|
3308
2972
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3310,17 +2974,6 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3310
2974
|
});
|
|
3311
2975
|
})();
|
|
3312
2976
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3313
|
-
if ("gene" === input3.kind)
|
|
3314
|
-
return $vo27(input3, _path2, _exceptionable2);
|
|
3315
|
-
if ("coord" === input3.kind)
|
|
3316
|
-
return $vo28(input3, _path2, _exceptionable2);
|
|
3317
|
-
return $report(_exceptionable2, {
|
|
3318
|
-
path: _path2,
|
|
3319
|
-
expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
|
|
3320
|
-
value: input3
|
|
3321
|
-
});
|
|
3322
|
-
})();
|
|
3323
|
-
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3324
2977
|
if ("values" === input3.type)
|
|
3325
2978
|
return $vo35(input3, _path2, _exceptionable2);
|
|
3326
2979
|
if ("predefined-groupset" === input3.type)
|
|
@@ -3329,36 +2982,35 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3329
2982
|
return $vo38(input3, _path2, _exceptionable2);
|
|
3330
2983
|
return $vo36(input3, _path2, _exceptionable2);
|
|
3331
2984
|
})();
|
|
3332
|
-
const $
|
|
2985
|
+
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3333
2986
|
if ("regular-bin" === input3.type)
|
|
3334
|
-
return $
|
|
2987
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3335
2988
|
if ("continuous" === input3.mode)
|
|
3336
2989
|
return $vo42(input3, _path2, _exceptionable2);
|
|
3337
2990
|
if ("spline" === input3.mode)
|
|
3338
2991
|
return $vo43(input3, _path2, _exceptionable2);
|
|
3339
|
-
return $
|
|
3340
|
-
})();
|
|
3341
|
-
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3342
|
-
if (void 0 !== input3.ranges)
|
|
3343
|
-
return $vo12(input3, _path2, _exceptionable2);
|
|
3344
|
-
return $vo2(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
|
|
2992
|
+
return $vo25(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3345
2993
|
})();
|
|
3346
|
-
const $
|
|
3347
|
-
if ("
|
|
2994
|
+
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2995
|
+
if ("gene" === input3.kind)
|
|
3348
2996
|
return $vo53(input3, _path2, _exceptionable2);
|
|
3349
|
-
if ("
|
|
2997
|
+
if ("coord" === input3.kind)
|
|
3350
2998
|
return $vo54(input3, _path2, _exceptionable2);
|
|
3351
|
-
if ("
|
|
2999
|
+
if ("categorical" === input3.type)
|
|
3352
3000
|
return $vo55(input3, _path2, _exceptionable2);
|
|
3353
|
-
if ("
|
|
3001
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3354
3002
|
return $vo56(input3, _path2, _exceptionable2);
|
|
3355
|
-
if ("
|
|
3003
|
+
if ("condition" === input3.type)
|
|
3356
3004
|
return $vo57(input3, _path2, _exceptionable2);
|
|
3357
3005
|
return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
|
|
3358
3006
|
})();
|
|
3359
|
-
const $
|
|
3007
|
+
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3008
|
+
if (void 0 !== input3.predefined_groupset_idx)
|
|
3009
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3010
|
+
if (void 0 !== input3.customset)
|
|
3011
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
3360
3012
|
if (void 0 !== input3.bin_size)
|
|
3361
|
-
return $
|
|
3013
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3362
3014
|
if (void 0 !== input3.knots)
|
|
3363
3015
|
return $vo43(input3, _path2, _exceptionable2);
|
|
3364
3016
|
if (void 0 !== input3.AFcutoff)
|
|
@@ -3367,8 +3019,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3367
3019
|
return $vo64(input3, _path2, _exceptionable2);
|
|
3368
3020
|
return (() => {
|
|
3369
3021
|
if (void 0 !== input3.groups)
|
|
3370
|
-
return $
|
|
3371
|
-
return $vo36(input3, _path2, false) || $vo63(input3, _path2, false) || $vo35(input3, _path2, false) || $
|
|
3022
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
3023
|
+
return $vo36(input3, _path2, false) || $vo63(input3, _path2, false) || $vo35(input3, _path2, false) || $vo25(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
|
|
3372
3024
|
})();
|
|
3373
3025
|
})();
|
|
3374
3026
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|