@sjcrh/proteinpaint-types 2.128.0 → 2.128.3-bd2a3a1c9.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-YOS2YTCE.js → chunk-24RS7HFO.js} +652 -770
- package/dist/{chunk-VSNV3MLV.js → chunk-6C4DMGK3.js} +408 -494
- package/dist/{chunk-DJCPG2RT.js → chunk-BMHL5ZZJ.js} +1216 -1436
- package/dist/{chunk-LVXO4MLR.js → chunk-CI6OEJNH.js} +744 -862
- package/dist/{chunk-B2DJ3H7H.js → chunk-DJ5QE625.js} +16 -30
- package/dist/chunk-HUMZDPUU.js +322 -0
- package/dist/{chunk-5O422YU6.js → chunk-KHM52S5N.js} +408 -494
- package/dist/{chunk-GZCIY2WK.js → chunk-PX7P2A6A.js} +652 -770
- package/dist/{chunk-537XOM43.js → chunk-RP6RBKKL.js} +652 -770
- package/dist/{chunk-O4RAE6UJ.js → chunk-UXXLPWL2.js} +650 -768
- package/dist/{chunk-7IRM7OKB.js → chunk-WHO7HCNU.js} +408 -494
- package/dist/{chunk-BXPSDGWG.js → chunk-WK4CKVHY.js} +408 -494
- package/dist/{chunk-CJC7ZHSZ.js → chunk-WSL4JPUP.js} +417 -503
- package/dist/{chunk-2S4T3WUF.js → chunk-Y5BVEGR2.js} +1234 -1430
- package/dist/correlationVolcano.js +1 -1
- package/dist/gdc.grin2.js +1 -1
- package/dist/genesetEnrichment.js +1 -1
- package/dist/index.js +14 -14
- 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/dataset.ts +18 -5
- package/src/routes/gdc.grin2.ts +12 -5
- package/src/routes/genesetEnrichment.ts +40 -5
- package/src/terms/geneVariant.ts +4 -4
- package/src/terms/term.ts +2 -11
- package/dist/chunk-XZAH6P4D.js +0 -130
|
@@ -26,7 +26,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
26
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
27
|
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu6(input3.tvs));
|
|
28
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)) && (
|
|
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)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
|
|
30
30
|
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
31
31
|
const value = input3[key];
|
|
32
32
|
if (void 0 === value)
|
|
@@ -38,23 +38,17 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
38
38
|
return true;
|
|
39
39
|
});
|
|
40
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) =>
|
|
42
|
-
const $io8 = (input3) => Array.isArray(input3.
|
|
43
|
-
const $io9 = (input3) => "string" === typeof input3.
|
|
44
|
-
const $io10 = (input3) =>
|
|
45
|
-
const $io11 = (input3) =>
|
|
46
|
-
const $io12 = (input3) => "
|
|
47
|
-
const $io13 = (input3) => "string" === typeof input3.
|
|
48
|
-
const $io14 = (input3) => ("string" === typeof input3.
|
|
49
|
-
const $io15 = (input3) => "
|
|
50
|
-
const $io16 = (input3) => "object" === typeof input3.
|
|
51
|
-
const $io17 = (input3) =>
|
|
52
|
-
const $io18 = (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 && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
|
|
53
|
-
const $io19 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io20(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 && $io29(elem)));
|
|
54
|
-
const $io20 = (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 && $io21(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
|
|
55
|
-
const $io21 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
56
|
-
const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io23(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);
|
|
57
|
-
const $io23 = (input3) => Object.keys(input3).every((key) => {
|
|
41
|
+
const $io7 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io8(elem)));
|
|
42
|
+
const $io8 = (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)));
|
|
43
|
+
const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
44
|
+
const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
45
|
+
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "boolean" === typeof input3.uncomputable;
|
|
46
|
+
const $io12 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
47
|
+
const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(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 && $io23(elem)));
|
|
48
|
+
const $io14 = (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)) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale));
|
|
49
|
+
const $io15 = (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);
|
|
50
|
+
const $io16 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
|
|
51
|
+
const $io17 = (input3) => Object.keys(input3).every((key) => {
|
|
58
52
|
const value = input3[key];
|
|
59
53
|
if (void 0 === value)
|
|
60
54
|
return true;
|
|
@@ -62,19 +56,22 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
62
56
|
return "number" === typeof value;
|
|
63
57
|
return true;
|
|
64
58
|
});
|
|
65
|
-
const $
|
|
66
|
-
const $
|
|
67
|
-
const $
|
|
68
|
-
const $
|
|
69
|
-
const $
|
|
70
|
-
const $
|
|
71
|
-
const $
|
|
72
|
-
const $
|
|
73
|
-
const $
|
|
74
|
-
const $
|
|
75
|
-
const $
|
|
76
|
-
const $
|
|
77
|
-
const $
|
|
59
|
+
const $io18 = (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);
|
|
60
|
+
const $io19 = (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);
|
|
61
|
+
const $io20 = (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);
|
|
62
|
+
const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
|
|
63
|
+
const $io22 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
64
|
+
const $io23 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
65
|
+
const $io24 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io25(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 && $io26(elem)));
|
|
66
|
+
const $io25 = (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));
|
|
67
|
+
const $io26 = (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;
|
|
68
|
+
const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
|
|
69
|
+
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
70
|
+
const $io29 = (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)) && "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) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
71
|
+
const $io30 = (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)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
72
|
+
const $io31 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
73
|
+
const $io32 = (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) && $io33(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu10(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term));
|
|
74
|
+
const $io33 = (input3) => Object.keys(input3).every((key) => {
|
|
78
75
|
const value = input3[key];
|
|
79
76
|
if (void 0 === value)
|
|
80
77
|
return true;
|
|
@@ -82,57 +79,57 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
82
79
|
return true;
|
|
83
80
|
return true;
|
|
84
81
|
});
|
|
85
|
-
const $
|
|
86
|
-
const $
|
|
87
|
-
const $
|
|
88
|
-
const $
|
|
89
|
-
const $
|
|
90
|
-
const $
|
|
91
|
-
const $
|
|
92
|
-
const $
|
|
93
|
-
const $
|
|
94
|
-
const $
|
|
95
|
-
const $
|
|
96
|
-
const $
|
|
97
|
-
const $
|
|
98
|
-
const $
|
|
99
|
-
const $
|
|
100
|
-
const $
|
|
101
|
-
const $
|
|
102
|
-
const $
|
|
103
|
-
const $
|
|
104
|
-
const $
|
|
105
|
-
const $
|
|
106
|
-
const $
|
|
107
|
-
const $
|
|
108
|
-
const $
|
|
109
|
-
const $
|
|
110
|
-
const $
|
|
82
|
+
const $io34 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
83
|
+
const $io35 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
|
|
84
|
+
const $io36 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
85
|
+
const $io37 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io38(input3.customset));
|
|
86
|
+
const $io38 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
|
|
87
|
+
const $io39 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (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) && $io33(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
|
|
88
|
+
const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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]))));
|
|
89
|
+
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
|
|
90
|
+
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
91
|
+
const $io43 = (input3) => "number" === typeof input3.value;
|
|
92
|
+
const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (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) && $io33(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term));
|
|
93
|
+
const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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 && $io46(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
94
|
+
const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu6(input3.tvs));
|
|
95
|
+
const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io48(elem)));
|
|
96
|
+
const $io48 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io49(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io50(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
|
|
97
|
+
const $io49 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
98
|
+
const $io50 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
99
|
+
const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (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) && $io33(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
|
|
100
|
+
const $io52 = (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)) && "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)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
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)) && "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)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
102
|
+
const $io54 = (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)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu7(input3.groupsetting));
|
|
103
|
+
const $io55 = (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)) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale));
|
|
104
|
+
const $io56 = (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));
|
|
105
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io48(elem)));
|
|
106
|
+
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io59(input3.values));
|
|
107
|
+
const $io59 = (input3) => Object.keys(input3).every((key) => {
|
|
111
108
|
const value = input3[key];
|
|
112
109
|
if (void 0 === value)
|
|
113
110
|
return true;
|
|
114
111
|
if (RegExp(/(.*)/).test(key))
|
|
115
|
-
return "object" === typeof value && null !== value && $
|
|
112
|
+
return "object" === typeof value && null !== value && $io60(value);
|
|
116
113
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
117
|
-
return "object" === typeof value && null !== value && $
|
|
114
|
+
return "object" === typeof value && null !== value && $io60(value);
|
|
118
115
|
return true;
|
|
119
116
|
});
|
|
120
|
-
const $
|
|
121
|
-
const $
|
|
122
|
-
const $
|
|
123
|
-
const $
|
|
124
|
-
const $
|
|
125
|
-
const $
|
|
117
|
+
const $io60 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
|
|
118
|
+
const $io61 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
119
|
+
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
|
|
120
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
121
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && $io65(input3.groups));
|
|
122
|
+
const $io65 = (input3) => Object.keys(input3).every((key) => {
|
|
126
123
|
const value = input3[key];
|
|
127
124
|
if (void 0 === value)
|
|
128
125
|
return true;
|
|
129
126
|
if (RegExp(/(.*)/).test(key))
|
|
130
|
-
return "object" === typeof value && null !== value && $
|
|
127
|
+
return "object" === typeof value && null !== value && $io66(value);
|
|
131
128
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
132
|
-
return "object" === typeof value && null !== value && $
|
|
129
|
+
return "object" === typeof value && null !== value && $io66(value);
|
|
133
130
|
return true;
|
|
134
131
|
});
|
|
135
|
-
const $
|
|
132
|
+
const $io66 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
|
|
136
133
|
const $iu0 = (input3) => (() => {
|
|
137
134
|
if ("tvslst" === input3.type)
|
|
138
135
|
return $io1(input3);
|
|
@@ -142,149 +139,149 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
142
139
|
})();
|
|
143
140
|
const $iu1 = (input3) => (() => {
|
|
144
141
|
if ("string" === typeof input3.type)
|
|
145
|
-
return $
|
|
142
|
+
return $io9(input3);
|
|
146
143
|
if ("filter" === input3.type)
|
|
147
|
-
return $
|
|
144
|
+
return $io11(input3);
|
|
148
145
|
return false;
|
|
149
146
|
})();
|
|
150
147
|
const $iu2 = (input3) => (() => {
|
|
151
148
|
if (true === input3.startunbounded)
|
|
152
|
-
return $
|
|
149
|
+
return $io18(input3);
|
|
153
150
|
if (true === input3.stopunbounded)
|
|
154
|
-
return $
|
|
155
|
-
return $
|
|
151
|
+
return $io20(input3);
|
|
152
|
+
return $io19(input3);
|
|
156
153
|
})();
|
|
157
154
|
const $iu3 = (input3) => (() => {
|
|
158
155
|
if (void 0 !== input3.type)
|
|
159
|
-
return $
|
|
156
|
+
return $io32(input3);
|
|
160
157
|
return (() => {
|
|
161
|
-
if ($
|
|
162
|
-
return $
|
|
163
|
-
if ($
|
|
164
|
-
return $
|
|
165
|
-
if ($
|
|
166
|
-
return $
|
|
158
|
+
if ($io51(input3))
|
|
159
|
+
return $io51(input3);
|
|
160
|
+
if ($io44(input3))
|
|
161
|
+
return $io44(input3);
|
|
162
|
+
if ($io39(input3))
|
|
163
|
+
return $io39(input3);
|
|
167
164
|
return false;
|
|
168
165
|
})();
|
|
169
166
|
})();
|
|
170
167
|
const $iu4 = (input3) => (() => {
|
|
171
168
|
if (true === input3.startunbounded)
|
|
172
|
-
return $
|
|
169
|
+
return $io18(input3);
|
|
173
170
|
if (void 0 !== input3.start)
|
|
174
|
-
return $
|
|
171
|
+
return $io19(input3);
|
|
175
172
|
return false;
|
|
176
173
|
})();
|
|
177
174
|
const $iu5 = (input3) => (() => {
|
|
178
175
|
if (void 0 !== input3.stop)
|
|
179
|
-
return $
|
|
176
|
+
return $io19(input3);
|
|
180
177
|
if (true === input3.stopunbounded)
|
|
181
|
-
return $
|
|
178
|
+
return $io20(input3);
|
|
182
179
|
return false;
|
|
183
180
|
})();
|
|
184
181
|
const $iu6 = (input3) => (() => {
|
|
185
182
|
if (void 0 !== input3.ranges)
|
|
186
|
-
return $
|
|
183
|
+
return $io13(input3);
|
|
187
184
|
return (() => {
|
|
188
185
|
if ($io3(input3))
|
|
189
186
|
return $io3(input3);
|
|
190
|
-
if ($
|
|
191
|
-
return $
|
|
192
|
-
if ($
|
|
193
|
-
return $
|
|
187
|
+
if ($io24(input3))
|
|
188
|
+
return $io24(input3);
|
|
189
|
+
if ($io27(input3))
|
|
190
|
+
return $io27(input3);
|
|
194
191
|
return false;
|
|
195
192
|
})();
|
|
196
193
|
})();
|
|
197
194
|
const $iu7 = (input3) => (() => {
|
|
198
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $
|
|
199
|
-
return $
|
|
200
|
-
return $
|
|
195
|
+
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io8(elem)))
|
|
196
|
+
return $io7(input3);
|
|
197
|
+
return $io12(input3);
|
|
201
198
|
})();
|
|
202
199
|
const $iu8 = (input3) => (() => {
|
|
203
|
-
if ("
|
|
204
|
-
return $
|
|
205
|
-
if ("
|
|
206
|
-
return $
|
|
200
|
+
if ("regular-bin" === input3.type)
|
|
201
|
+
return $io16(input3);
|
|
202
|
+
if ("custom-bin" === input3.type)
|
|
203
|
+
return $io21(input3);
|
|
207
204
|
return false;
|
|
208
205
|
})();
|
|
209
206
|
const $iu9 = (input3) => (() => {
|
|
210
|
-
if ("
|
|
211
|
-
return $
|
|
212
|
-
if ("
|
|
213
|
-
return $
|
|
207
|
+
if ("gene" === input3.kind)
|
|
208
|
+
return $io29(input3);
|
|
209
|
+
if ("coord" === input3.kind)
|
|
210
|
+
return $io30(input3);
|
|
214
211
|
return false;
|
|
215
212
|
})();
|
|
216
213
|
const $iu10 = (input3) => (() => {
|
|
217
214
|
if ("values" === input3.type)
|
|
218
|
-
return $
|
|
215
|
+
return $io34(input3);
|
|
219
216
|
if ("predefined-groupset" === input3.type)
|
|
220
|
-
return $
|
|
217
|
+
return $io36(input3);
|
|
221
218
|
if ("custom-groupset" === input3.type)
|
|
222
|
-
return $
|
|
223
|
-
return $
|
|
219
|
+
return $io37(input3);
|
|
220
|
+
return $io35(input3);
|
|
224
221
|
})();
|
|
225
222
|
const $iu11 = (input3) => (() => {
|
|
226
223
|
if ("regular-bin" === input3.type)
|
|
227
|
-
return $
|
|
224
|
+
return $io16(input3);
|
|
228
225
|
if ("continuous" === input3.mode)
|
|
229
|
-
return $
|
|
226
|
+
return $io41(input3);
|
|
230
227
|
if ("spline" === input3.mode)
|
|
231
|
-
return $
|
|
228
|
+
return $io42(input3);
|
|
232
229
|
return (() => {
|
|
233
|
-
if ($
|
|
234
|
-
return $
|
|
235
|
-
if ($
|
|
236
|
-
return $
|
|
230
|
+
if ($io21(input3))
|
|
231
|
+
return $io21(input3);
|
|
232
|
+
if ($io40(input3))
|
|
233
|
+
return $io40(input3);
|
|
237
234
|
return false;
|
|
238
235
|
})();
|
|
239
236
|
})();
|
|
240
237
|
const $iu12 = (input3) => (() => {
|
|
241
238
|
if ("gene" === input3.kind)
|
|
242
|
-
return $
|
|
239
|
+
return $io52(input3);
|
|
243
240
|
if ("coord" === input3.kind)
|
|
244
|
-
return $
|
|
241
|
+
return $io53(input3);
|
|
245
242
|
if ("categorical" === input3.type)
|
|
246
|
-
return $
|
|
243
|
+
return $io54(input3);
|
|
247
244
|
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
248
|
-
return $
|
|
245
|
+
return $io55(input3);
|
|
249
246
|
if ("condition" === input3.type)
|
|
250
|
-
return $
|
|
247
|
+
return $io56(input3);
|
|
251
248
|
return (() => {
|
|
252
|
-
if ($
|
|
253
|
-
return $
|
|
254
|
-
if ($
|
|
255
|
-
return $
|
|
249
|
+
if ($io57(input3))
|
|
250
|
+
return $io57(input3);
|
|
251
|
+
if ($io58(input3))
|
|
252
|
+
return $io58(input3);
|
|
256
253
|
return false;
|
|
257
254
|
})();
|
|
258
255
|
})();
|
|
259
256
|
const $iu13 = (input3) => (() => {
|
|
260
257
|
if (void 0 !== input3.predefined_groupset_idx)
|
|
261
|
-
return $
|
|
258
|
+
return $io36(input3);
|
|
262
259
|
if (void 0 !== input3.customset)
|
|
263
|
-
return $
|
|
260
|
+
return $io37(input3);
|
|
264
261
|
if (void 0 !== input3.bin_size)
|
|
265
|
-
return $
|
|
262
|
+
return $io16(input3);
|
|
266
263
|
if (void 0 !== input3.knots)
|
|
267
|
-
return $
|
|
264
|
+
return $io42(input3);
|
|
268
265
|
if (void 0 !== input3.AFcutoff)
|
|
269
|
-
return $
|
|
266
|
+
return $io45(input3);
|
|
270
267
|
if (void 0 !== input3.timeScale)
|
|
271
|
-
return $
|
|
268
|
+
return $io63(input3);
|
|
272
269
|
return (() => {
|
|
273
270
|
if (void 0 !== input3.groups)
|
|
274
|
-
return $
|
|
271
|
+
return $io64(input3);
|
|
275
272
|
return (() => {
|
|
276
|
-
if ($
|
|
277
|
-
return $
|
|
278
|
-
if ($
|
|
279
|
-
return $
|
|
280
|
-
if ($
|
|
281
|
-
return $
|
|
282
|
-
if ($
|
|
283
|
-
return $
|
|
284
|
-
if ($
|
|
285
|
-
return $
|
|
286
|
-
if ($
|
|
287
|
-
return $
|
|
273
|
+
if ($io35(input3))
|
|
274
|
+
return $io35(input3);
|
|
275
|
+
if ($io62(input3))
|
|
276
|
+
return $io62(input3);
|
|
277
|
+
if ($io34(input3))
|
|
278
|
+
return $io34(input3);
|
|
279
|
+
if ($io21(input3))
|
|
280
|
+
return $io21(input3);
|
|
281
|
+
if ($io40(input3))
|
|
282
|
+
return $io40(input3);
|
|
283
|
+
if ($io41(input3))
|
|
284
|
+
return $io41(input3);
|
|
288
285
|
return false;
|
|
289
286
|
})();
|
|
290
287
|
})();
|
|
@@ -475,21 +472,13 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
475
472
|
path: _path2 + ".values",
|
|
476
473
|
expected: "(TermValues | undefined)",
|
|
477
474
|
value: input3.values
|
|
478
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
479
|
-
path: _path2 + ".filter",
|
|
480
|
-
expected: "(TermFilter | undefined)",
|
|
481
|
-
value: input3.filter
|
|
482
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
483
|
-
path: _path2 + ".filter",
|
|
484
|
-
expected: "(TermFilter | undefined)",
|
|
485
|
-
value: input3.filter
|
|
486
475
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
487
476
|
path: _path2 + ".groupsetting",
|
|
488
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
477
|
+
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
489
478
|
value: input3.groupsetting
|
|
490
479
|
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
491
480
|
path: _path2 + ".groupsetting",
|
|
492
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
481
|
+
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
493
482
|
value: input3.groupsetting
|
|
494
483
|
})].every((flag) => flag);
|
|
495
484
|
const $vo5 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
@@ -551,183 +540,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
551
540
|
expected: "(Filter | undefined)",
|
|
552
541
|
value: input3.filter
|
|
553
542
|
})].every((flag) => flag);
|
|
554
|
-
const $vo7 = (input3, _path2, _exceptionable2 = true) => [
|
|
555
|
-
path: _path2 + ".opts",
|
|
556
|
-
expected: "__type.o1",
|
|
557
|
-
value: input3.opts
|
|
558
|
-
})) && $vo8(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
|
|
559
|
-
path: _path2 + ".opts",
|
|
560
|
-
expected: "__type.o1",
|
|
561
|
-
value: input3.opts
|
|
562
|
-
}), (Array.isArray(input3.terms) || $report(_exceptionable2, {
|
|
563
|
-
path: _path2 + ".terms",
|
|
564
|
-
expected: "Array<DtTerm>",
|
|
565
|
-
value: input3.terms
|
|
566
|
-
})) && input3.terms.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
567
|
-
path: _path2 + ".terms[" + _index6 + "]",
|
|
568
|
-
expected: "DtTerm",
|
|
569
|
-
value: elem
|
|
570
|
-
})) && $vo9(elem, _path2 + ".terms[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
571
|
-
path: _path2 + ".terms[" + _index6 + "]",
|
|
572
|
-
expected: "DtTerm",
|
|
573
|
-
value: elem
|
|
574
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
575
|
-
path: _path2 + ".terms",
|
|
576
|
-
expected: "Array<DtTerm>",
|
|
577
|
-
value: input3.terms
|
|
578
|
-
})].every((flag) => flag);
|
|
579
|
-
const $vo8 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.joinWith) || $report(_exceptionable2, {
|
|
580
|
-
path: _path2 + ".joinWith",
|
|
581
|
-
expected: "Array<string>",
|
|
582
|
-
value: input3.joinWith
|
|
583
|
-
})) && input3.joinWith.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
|
|
584
|
-
path: _path2 + ".joinWith[" + _index7 + "]",
|
|
585
|
-
expected: "string",
|
|
586
|
-
value: elem
|
|
587
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
588
|
-
path: _path2 + ".joinWith",
|
|
589
|
-
expected: "Array<string>",
|
|
590
|
-
value: input3.joinWith
|
|
591
|
-
})].every((flag) => flag);
|
|
592
|
-
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
593
|
-
path: _path2 + ".id",
|
|
594
|
-
expected: "string",
|
|
595
|
-
value: input3.id
|
|
596
|
-
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
597
|
-
path: _path2 + ".query",
|
|
598
|
-
expected: "string",
|
|
599
|
-
value: input3.query
|
|
600
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
601
|
-
path: _path2 + ".name",
|
|
602
|
-
expected: "string",
|
|
603
|
-
value: input3.name
|
|
604
|
-
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
605
|
-
path: _path2 + ".name_noOrigin",
|
|
606
|
-
expected: "string",
|
|
607
|
-
value: input3.name_noOrigin
|
|
608
|
-
}), void 0 === input3.geneVariantTerm || ("object" === typeof input3.geneVariantTerm && null !== input3.geneVariantTerm || $report(_exceptionable2, {
|
|
609
|
-
path: _path2 + ".geneVariantTerm",
|
|
610
|
-
expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | undefined)',
|
|
611
|
-
value: input3.geneVariantTerm
|
|
612
|
-
})) && $vu8(input3.geneVariantTerm, _path2 + ".geneVariantTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
613
|
-
path: _path2 + ".geneVariantTerm",
|
|
614
|
-
expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | undefined)',
|
|
615
|
-
value: input3.geneVariantTerm
|
|
616
|
-
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
617
|
-
path: _path2 + ".isleaf",
|
|
618
|
-
expected: "boolean",
|
|
619
|
-
value: input3.isleaf
|
|
620
|
-
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
621
|
-
path: _path2 + ".type",
|
|
622
|
-
expected: "string",
|
|
623
|
-
value: input3.type
|
|
624
|
-
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
625
|
-
path: _path2 + ".dt",
|
|
626
|
-
expected: "number",
|
|
627
|
-
value: input3.dt
|
|
628
|
-
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
629
|
-
path: _path2 + ".origin",
|
|
630
|
-
expected: "(string | undefined)",
|
|
631
|
-
value: input3.origin
|
|
632
|
-
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
633
|
-
path: _path2 + ".values",
|
|
634
|
-
expected: "TermValues",
|
|
635
|
-
value: input3.values
|
|
636
|
-
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
637
|
-
path: _path2 + ".values",
|
|
638
|
-
expected: "TermValues",
|
|
639
|
-
value: input3.values
|
|
640
|
-
})].every((flag) => flag);
|
|
641
|
-
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
642
|
-
path: _path2 + ".id",
|
|
643
|
-
expected: "string",
|
|
644
|
-
value: input3.id
|
|
645
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
646
|
-
path: _path2 + ".name",
|
|
647
|
-
expected: "string",
|
|
648
|
-
value: input3.name
|
|
649
|
-
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
650
|
-
path: _path2 + ".type",
|
|
651
|
-
expected: '"geneVariant"',
|
|
652
|
-
value: input3.type
|
|
653
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
654
|
-
path: _path2 + ".child_types",
|
|
655
|
-
expected: "(Array<string> | undefined)",
|
|
656
|
-
value: input3.child_types
|
|
657
|
-
})) && input3.child_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
|
|
658
|
-
path: _path2 + ".child_types[" + _index8 + "]",
|
|
659
|
-
expected: "string",
|
|
660
|
-
value: elem
|
|
661
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
662
|
-
path: _path2 + ".child_types",
|
|
663
|
-
expected: "(Array<string> | undefined)",
|
|
664
|
-
value: input3.child_types
|
|
665
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
666
|
-
path: _path2 + ".hashtmldetail",
|
|
667
|
-
expected: "(boolean | undefined)",
|
|
668
|
-
value: input3.hashtmldetail
|
|
669
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
670
|
-
path: _path2 + ".included_types",
|
|
671
|
-
expected: "(Array<string> | undefined)",
|
|
672
|
-
value: input3.included_types
|
|
673
|
-
})) && input3.included_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
|
|
674
|
-
path: _path2 + ".included_types[" + _index9 + "]",
|
|
675
|
-
expected: "string",
|
|
676
|
-
value: elem
|
|
677
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
678
|
-
path: _path2 + ".included_types",
|
|
679
|
-
expected: "(Array<string> | undefined)",
|
|
680
|
-
value: input3.included_types
|
|
681
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
682
|
-
path: _path2 + ".isleaf",
|
|
683
|
-
expected: "(boolean | undefined)",
|
|
684
|
-
value: input3.isleaf
|
|
685
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
686
|
-
path: _path2 + ".values",
|
|
687
|
-
expected: "(TermValues | undefined)",
|
|
688
|
-
value: input3.values
|
|
689
|
-
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
690
|
-
path: _path2 + ".values",
|
|
691
|
-
expected: "(TermValues | undefined)",
|
|
692
|
-
value: input3.values
|
|
693
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
694
|
-
path: _path2 + ".filter",
|
|
695
|
-
expected: "(TermFilter | undefined)",
|
|
696
|
-
value: input3.filter
|
|
697
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
698
|
-
path: _path2 + ".filter",
|
|
699
|
-
expected: "(TermFilter | undefined)",
|
|
700
|
-
value: input3.filter
|
|
701
|
-
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
702
|
-
path: _path2 + ".kind",
|
|
703
|
-
expected: '"gene"',
|
|
704
|
-
value: input3.kind
|
|
705
|
-
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
706
|
-
path: _path2 + ".gene",
|
|
707
|
-
expected: "string",
|
|
708
|
-
value: input3.gene
|
|
709
|
-
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
710
|
-
path: _path2 + ".chr",
|
|
711
|
-
expected: "(string | undefined)",
|
|
712
|
-
value: input3.chr
|
|
713
|
-
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
714
|
-
path: _path2 + ".start",
|
|
715
|
-
expected: "(number | undefined)",
|
|
716
|
-
value: input3.start
|
|
717
|
-
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
718
|
-
path: _path2 + ".stop",
|
|
719
|
-
expected: "(number | undefined)",
|
|
720
|
-
value: input3.stop
|
|
721
|
-
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
722
|
-
path: _path2 + ".groupsetting",
|
|
723
|
-
expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
|
|
724
|
-
value: input3.groupsetting
|
|
725
|
-
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
726
|
-
path: _path2 + ".groupsetting",
|
|
727
|
-
expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
|
|
728
|
-
value: input3.groupsetting
|
|
729
|
-
})].every((flag) => flag);
|
|
730
|
-
const $vo11 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
543
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
731
544
|
path: _path2 + ".disabled",
|
|
732
545
|
expected: "(boolean | undefined)",
|
|
733
546
|
value: input3.disabled
|
|
@@ -735,12 +548,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
735
548
|
path: _path2 + ".lst",
|
|
736
549
|
expected: "Array<Groupset>",
|
|
737
550
|
value: input3.lst
|
|
738
|
-
})) && input3.lst.map((elem,
|
|
739
|
-
path: _path2 + ".lst[" +
|
|
551
|
+
})) && input3.lst.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
552
|
+
path: _path2 + ".lst[" + _index6 + "]",
|
|
740
553
|
expected: "Groupset",
|
|
741
554
|
value: elem
|
|
742
|
-
})) && $
|
|
743
|
-
path: _path2 + ".lst[" +
|
|
555
|
+
})) && $vo8(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
556
|
+
path: _path2 + ".lst[" + _index6 + "]",
|
|
744
557
|
expected: "Groupset",
|
|
745
558
|
value: elem
|
|
746
559
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -748,7 +561,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
748
561
|
expected: "Array<Groupset>",
|
|
749
562
|
value: input3.lst
|
|
750
563
|
})].every((flag) => flag);
|
|
751
|
-
const $
|
|
564
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
752
565
|
path: _path2 + ".name",
|
|
753
566
|
expected: "string",
|
|
754
567
|
value: input3.name
|
|
@@ -768,12 +581,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
768
581
|
path: _path2 + ".groups",
|
|
769
582
|
expected: "Array<GroupEntry>",
|
|
770
583
|
value: input3.groups
|
|
771
|
-
})) && input3.groups.map((elem,
|
|
772
|
-
path: _path2 + ".groups[" +
|
|
584
|
+
})) && input3.groups.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
585
|
+
path: _path2 + ".groups[" + _index7 + "]",
|
|
773
586
|
expected: "(FilterGroup | ValuesGroup)",
|
|
774
587
|
value: elem
|
|
775
|
-
})) && $vu1(elem, _path2 + ".groups[" +
|
|
776
|
-
path: _path2 + ".groups[" +
|
|
588
|
+
})) && $vu1(elem, _path2 + ".groups[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
589
|
+
path: _path2 + ".groups[" + _index7 + "]",
|
|
777
590
|
expected: "(FilterGroup | ValuesGroup)",
|
|
778
591
|
value: elem
|
|
779
592
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -781,7 +594,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
781
594
|
expected: "Array<GroupEntry>",
|
|
782
595
|
value: input3.groups
|
|
783
596
|
})].every((flag) => flag);
|
|
784
|
-
const $
|
|
597
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
785
598
|
path: _path2 + ".name",
|
|
786
599
|
expected: "string",
|
|
787
600
|
value: input3.name
|
|
@@ -793,13 +606,13 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
793
606
|
path: _path2 + ".values",
|
|
794
607
|
expected: "Array<__type>",
|
|
795
608
|
value: input3.values
|
|
796
|
-
})) && input3.values.map((elem,
|
|
797
|
-
path: _path2 + ".values[" +
|
|
798
|
-
expected: "__type.
|
|
609
|
+
})) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
610
|
+
path: _path2 + ".values[" + _index8 + "]",
|
|
611
|
+
expected: "__type.o1",
|
|
799
612
|
value: elem
|
|
800
|
-
})) && $
|
|
801
|
-
path: _path2 + ".values[" +
|
|
802
|
-
expected: "__type.
|
|
613
|
+
})) && $vo10(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
614
|
+
path: _path2 + ".values[" + _index8 + "]",
|
|
615
|
+
expected: "__type.o1",
|
|
803
616
|
value: elem
|
|
804
617
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
805
618
|
path: _path2 + ".values",
|
|
@@ -810,7 +623,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
810
623
|
expected: "(boolean | undefined)",
|
|
811
624
|
value: input3.uncomputable
|
|
812
625
|
})].every((flag) => flag);
|
|
813
|
-
const $
|
|
626
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
814
627
|
path: _path2 + ".key",
|
|
815
628
|
expected: "(number | string)",
|
|
816
629
|
value: input3.key
|
|
@@ -819,7 +632,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
819
632
|
expected: "string",
|
|
820
633
|
value: input3.label
|
|
821
634
|
})].every((flag) => flag);
|
|
822
|
-
const $
|
|
635
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
823
636
|
path: _path2 + ".name",
|
|
824
637
|
expected: "string",
|
|
825
638
|
value: input3.name
|
|
@@ -829,55 +642,18 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
829
642
|
value: input3.type
|
|
830
643
|
}), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
831
644
|
path: _path2 + ".filter",
|
|
832
|
-
expected: "
|
|
645
|
+
expected: "Filter",
|
|
833
646
|
value: input3.filter
|
|
834
|
-
})) && $
|
|
647
|
+
})) && $vo1(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
835
648
|
path: _path2 + ".filter",
|
|
836
|
-
expected: "
|
|
649
|
+
expected: "Filter",
|
|
837
650
|
value: input3.filter
|
|
838
651
|
}), "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
|
|
839
652
|
path: _path2 + ".uncomputable",
|
|
840
653
|
expected: "boolean",
|
|
841
654
|
value: input3.uncomputable
|
|
842
655
|
})].every((flag) => flag);
|
|
843
|
-
const $
|
|
844
|
-
path: _path2 + ".opts",
|
|
845
|
-
expected: "__type.o1",
|
|
846
|
-
value: input3.opts
|
|
847
|
-
})) && $vo8(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
|
|
848
|
-
path: _path2 + ".opts",
|
|
849
|
-
expected: "__type.o1",
|
|
850
|
-
value: input3.opts
|
|
851
|
-
}), (Array.isArray(input3.terms) || $report(_exceptionable2, {
|
|
852
|
-
path: _path2 + ".terms",
|
|
853
|
-
expected: "Array<DtTerm>",
|
|
854
|
-
value: input3.terms
|
|
855
|
-
})) && input3.terms.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
856
|
-
path: _path2 + ".terms[" + _index13 + "]",
|
|
857
|
-
expected: "DtTerm",
|
|
858
|
-
value: elem
|
|
859
|
-
})) && $vo9(elem, _path2 + ".terms[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
860
|
-
path: _path2 + ".terms[" + _index13 + "]",
|
|
861
|
-
expected: "DtTerm",
|
|
862
|
-
value: elem
|
|
863
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
864
|
-
path: _path2 + ".terms",
|
|
865
|
-
expected: "Array<DtTerm>",
|
|
866
|
-
value: input3.terms
|
|
867
|
-
}), ("object" === typeof input3.active && null !== input3.active || $report(_exceptionable2, {
|
|
868
|
-
path: _path2 + ".active",
|
|
869
|
-
expected: "Filter",
|
|
870
|
-
value: input3.active
|
|
871
|
-
})) && $vo1(input3.active, _path2 + ".active", _exceptionable2) || $report(_exceptionable2, {
|
|
872
|
-
path: _path2 + ".active",
|
|
873
|
-
expected: "Filter",
|
|
874
|
-
value: input3.active
|
|
875
|
-
}), "number" === typeof input3.group || $report(_exceptionable2, {
|
|
876
|
-
path: _path2 + ".group",
|
|
877
|
-
expected: "number",
|
|
878
|
-
value: input3.group
|
|
879
|
-
})].every((flag) => flag);
|
|
880
|
-
const $vo17 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
656
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
881
657
|
path: _path2 + ".disabled",
|
|
882
658
|
expected: "boolean",
|
|
883
659
|
value: input3.disabled
|
|
@@ -894,92 +670,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
894
670
|
expected: "([] | undefined)",
|
|
895
671
|
value: input3.lst
|
|
896
672
|
})].every((flag) => flag);
|
|
897
|
-
const $
|
|
898
|
-
path: _path2 + ".id",
|
|
899
|
-
expected: "string",
|
|
900
|
-
value: input3.id
|
|
901
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
902
|
-
path: _path2 + ".name",
|
|
903
|
-
expected: "string",
|
|
904
|
-
value: input3.name
|
|
905
|
-
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
906
|
-
path: _path2 + ".type",
|
|
907
|
-
expected: '"geneVariant"',
|
|
908
|
-
value: input3.type
|
|
909
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
910
|
-
path: _path2 + ".child_types",
|
|
911
|
-
expected: "(Array<string> | undefined)",
|
|
912
|
-
value: input3.child_types
|
|
913
|
-
})) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
|
|
914
|
-
path: _path2 + ".child_types[" + _index14 + "]",
|
|
915
|
-
expected: "string",
|
|
916
|
-
value: elem
|
|
917
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
918
|
-
path: _path2 + ".child_types",
|
|
919
|
-
expected: "(Array<string> | undefined)",
|
|
920
|
-
value: input3.child_types
|
|
921
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
922
|
-
path: _path2 + ".hashtmldetail",
|
|
923
|
-
expected: "(boolean | undefined)",
|
|
924
|
-
value: input3.hashtmldetail
|
|
925
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
926
|
-
path: _path2 + ".included_types",
|
|
927
|
-
expected: "(Array<string> | undefined)",
|
|
928
|
-
value: input3.included_types
|
|
929
|
-
})) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
|
|
930
|
-
path: _path2 + ".included_types[" + _index15 + "]",
|
|
931
|
-
expected: "string",
|
|
932
|
-
value: elem
|
|
933
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
934
|
-
path: _path2 + ".included_types",
|
|
935
|
-
expected: "(Array<string> | undefined)",
|
|
936
|
-
value: input3.included_types
|
|
937
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
938
|
-
path: _path2 + ".isleaf",
|
|
939
|
-
expected: "(boolean | undefined)",
|
|
940
|
-
value: input3.isleaf
|
|
941
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
942
|
-
path: _path2 + ".values",
|
|
943
|
-
expected: "(TermValues | undefined)",
|
|
944
|
-
value: input3.values
|
|
945
|
-
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
946
|
-
path: _path2 + ".values",
|
|
947
|
-
expected: "(TermValues | undefined)",
|
|
948
|
-
value: input3.values
|
|
949
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
950
|
-
path: _path2 + ".filter",
|
|
951
|
-
expected: "(TermFilter | undefined)",
|
|
952
|
-
value: input3.filter
|
|
953
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
954
|
-
path: _path2 + ".filter",
|
|
955
|
-
expected: "(TermFilter | undefined)",
|
|
956
|
-
value: input3.filter
|
|
957
|
-
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
958
|
-
path: _path2 + ".kind",
|
|
959
|
-
expected: '"coord"',
|
|
960
|
-
value: input3.kind
|
|
961
|
-
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
962
|
-
path: _path2 + ".chr",
|
|
963
|
-
expected: "string",
|
|
964
|
-
value: input3.chr
|
|
965
|
-
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
966
|
-
path: _path2 + ".start",
|
|
967
|
-
expected: "number",
|
|
968
|
-
value: input3.start
|
|
969
|
-
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
970
|
-
path: _path2 + ".stop",
|
|
971
|
-
expected: "number",
|
|
972
|
-
value: input3.stop
|
|
973
|
-
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
974
|
-
path: _path2 + ".groupsetting",
|
|
975
|
-
expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
|
|
976
|
-
value: input3.groupsetting
|
|
977
|
-
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
978
|
-
path: _path2 + ".groupsetting",
|
|
979
|
-
expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
|
|
980
|
-
value: input3.groupsetting
|
|
981
|
-
})].every((flag) => flag);
|
|
982
|
-
const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
673
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
983
674
|
path: _path2 + ".join",
|
|
984
675
|
expected: "(string | undefined)",
|
|
985
676
|
value: input3.join
|
|
@@ -991,7 +682,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
991
682
|
path: _path2 + ".term",
|
|
992
683
|
expected: "NumericTerm",
|
|
993
684
|
value: input3.term
|
|
994
|
-
})) && $
|
|
685
|
+
})) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
995
686
|
path: _path2 + ".term",
|
|
996
687
|
expected: "NumericTerm",
|
|
997
688
|
value: input3.term
|
|
@@ -999,12 +690,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
999
690
|
path: _path2 + ".ranges",
|
|
1000
691
|
expected: "Array<NumericBin>",
|
|
1001
692
|
value: input3.ranges
|
|
1002
|
-
})) && input3.ranges.map((elem,
|
|
1003
|
-
path: _path2 + ".ranges[" +
|
|
693
|
+
})) && input3.ranges.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
694
|
+
path: _path2 + ".ranges[" + _index9 + "]",
|
|
1004
695
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1005
696
|
value: elem
|
|
1006
|
-
})) && $vu2(elem, _path2 + ".ranges[" +
|
|
1007
|
-
path: _path2 + ".ranges[" +
|
|
697
|
+
})) && $vu2(elem, _path2 + ".ranges[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
698
|
+
path: _path2 + ".ranges[" + _index9 + "]",
|
|
1008
699
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1009
700
|
value: elem
|
|
1010
701
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1015,20 +706,20 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1015
706
|
path: _path2 + ".values",
|
|
1016
707
|
expected: "Array<__type>.o1",
|
|
1017
708
|
value: input3.values
|
|
1018
|
-
})) && input3.values.map((elem,
|
|
1019
|
-
path: _path2 + ".values[" +
|
|
1020
|
-
expected: "__type.
|
|
709
|
+
})) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
710
|
+
path: _path2 + ".values[" + _index10 + "]",
|
|
711
|
+
expected: "__type.o4",
|
|
1021
712
|
value: elem
|
|
1022
|
-
})) && $
|
|
1023
|
-
path: _path2 + ".values[" +
|
|
1024
|
-
expected: "__type.
|
|
713
|
+
})) && $vo23(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
714
|
+
path: _path2 + ".values[" + _index10 + "]",
|
|
715
|
+
expected: "__type.o4",
|
|
1025
716
|
value: elem
|
|
1026
717
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1027
718
|
path: _path2 + ".values",
|
|
1028
719
|
expected: "Array<__type>.o1",
|
|
1029
720
|
value: input3.values
|
|
1030
721
|
})].every((flag) => flag);
|
|
1031
|
-
const $
|
|
722
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1032
723
|
path: _path2 + ".id",
|
|
1033
724
|
expected: "string",
|
|
1034
725
|
value: input3.id
|
|
@@ -1044,8 +735,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1044
735
|
path: _path2 + ".child_types",
|
|
1045
736
|
expected: "(Array<string> | undefined)",
|
|
1046
737
|
value: input3.child_types
|
|
1047
|
-
})) && input3.child_types.map((elem,
|
|
1048
|
-
path: _path2 + ".child_types[" +
|
|
738
|
+
})) && input3.child_types.map((elem, _index11) => "string" === typeof elem || $report(_exceptionable2, {
|
|
739
|
+
path: _path2 + ".child_types[" + _index11 + "]",
|
|
1049
740
|
expected: "string",
|
|
1050
741
|
value: elem
|
|
1051
742
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1060,8 +751,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1060
751
|
path: _path2 + ".included_types",
|
|
1061
752
|
expected: "(Array<string> | undefined)",
|
|
1062
753
|
value: input3.included_types
|
|
1063
|
-
})) && input3.included_types.map((elem,
|
|
1064
|
-
path: _path2 + ".included_types[" +
|
|
754
|
+
})) && input3.included_types.map((elem, _index12) => "string" === typeof elem || $report(_exceptionable2, {
|
|
755
|
+
path: _path2 + ".included_types[" + _index12 + "]",
|
|
1065
756
|
expected: "string",
|
|
1066
757
|
value: elem
|
|
1067
758
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1080,19 +771,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1080
771
|
path: _path2 + ".values",
|
|
1081
772
|
expected: "(TermValues | undefined)",
|
|
1082
773
|
value: input3.values
|
|
1083
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
1084
|
-
path: _path2 + ".filter",
|
|
1085
|
-
expected: "(TermFilter | undefined)",
|
|
1086
|
-
value: input3.filter
|
|
1087
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
1088
|
-
path: _path2 + ".filter",
|
|
1089
|
-
expected: "(TermFilter | undefined)",
|
|
1090
|
-
value: input3.filter
|
|
1091
774
|
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1092
775
|
path: _path2 + ".bins",
|
|
1093
776
|
expected: "PresetNumericBins",
|
|
1094
777
|
value: input3.bins
|
|
1095
|
-
})) && $
|
|
778
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1096
779
|
path: _path2 + ".bins",
|
|
1097
780
|
expected: "PresetNumericBins",
|
|
1098
781
|
value: input3.bins
|
|
@@ -1102,18 +785,18 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1102
785
|
value: input3.unit
|
|
1103
786
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1104
787
|
path: _path2 + ".continuousColorScale",
|
|
1105
|
-
expected: "(__type.
|
|
788
|
+
expected: "(__type.o3 | undefined)",
|
|
1106
789
|
value: input3.continuousColorScale
|
|
1107
|
-
})) && $
|
|
790
|
+
})) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1108
791
|
path: _path2 + ".continuousColorScale",
|
|
1109
|
-
expected: "(__type.
|
|
792
|
+
expected: "(__type.o3 | undefined)",
|
|
1110
793
|
value: input3.continuousColorScale
|
|
1111
794
|
})].every((flag) => flag);
|
|
1112
|
-
const $
|
|
795
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
1113
796
|
path: _path2 + '["default"]',
|
|
1114
797
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1115
798
|
value: input3["default"]
|
|
1116
|
-
})) && $
|
|
799
|
+
})) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
1117
800
|
path: _path2 + '["default"]',
|
|
1118
801
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1119
802
|
value: input3["default"]
|
|
@@ -1121,7 +804,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1121
804
|
path: _path2 + ".less",
|
|
1122
805
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1123
806
|
value: input3.less
|
|
1124
|
-
})) && $
|
|
807
|
+
})) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
1125
808
|
path: _path2 + ".less",
|
|
1126
809
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1127
810
|
value: input3.less
|
|
@@ -1146,11 +829,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1146
829
|
expected: "(number | undefined)",
|
|
1147
830
|
value: input3.max
|
|
1148
831
|
})].every((flag) => flag);
|
|
1149
|
-
const $
|
|
832
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1150
833
|
path: _path2 + ".hiddenValues",
|
|
1151
834
|
expected: "(HiddenValues | undefined)",
|
|
1152
835
|
value: input3.hiddenValues
|
|
1153
|
-
})) && $
|
|
836
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1154
837
|
path: _path2 + ".hiddenValues",
|
|
1155
838
|
expected: "(HiddenValues | undefined)",
|
|
1156
839
|
value: input3.hiddenValues
|
|
@@ -1199,7 +882,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1199
882
|
expected: "(number | undefined)",
|
|
1200
883
|
value: input3.label_offset
|
|
1201
884
|
})].every((flag) => flag);
|
|
1202
|
-
const $
|
|
885
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
1203
886
|
const value = input3[key];
|
|
1204
887
|
if (void 0 === value)
|
|
1205
888
|
return true;
|
|
@@ -1211,7 +894,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1211
894
|
});
|
|
1212
895
|
return true;
|
|
1213
896
|
}).every((flag) => flag)].every((flag) => flag);
|
|
1214
|
-
const $
|
|
897
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
1215
898
|
path: _path2 + ".startunbounded",
|
|
1216
899
|
expected: "true",
|
|
1217
900
|
value: input3.startunbounded
|
|
@@ -1236,7 +919,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1236
919
|
expected: "(string | undefined)",
|
|
1237
920
|
value: input3.label
|
|
1238
921
|
})].every((flag) => flag);
|
|
1239
|
-
const $
|
|
922
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
1240
923
|
path: _path2 + ".startunbounded",
|
|
1241
924
|
expected: "(false | undefined)",
|
|
1242
925
|
value: input3.startunbounded
|
|
@@ -1265,7 +948,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1265
948
|
expected: "(string | undefined)",
|
|
1266
949
|
value: input3.label
|
|
1267
950
|
})].every((flag) => flag);
|
|
1268
|
-
const $
|
|
951
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
1269
952
|
path: _path2 + ".start",
|
|
1270
953
|
expected: "number",
|
|
1271
954
|
value: input3.start
|
|
@@ -1290,11 +973,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1290
973
|
expected: "(string | undefined)",
|
|
1291
974
|
value: input3.label
|
|
1292
975
|
})].every((flag) => flag);
|
|
1293
|
-
const $
|
|
976
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1294
977
|
path: _path2 + ".hiddenValues",
|
|
1295
978
|
expected: "(HiddenValues | undefined)",
|
|
1296
979
|
value: input3.hiddenValues
|
|
1297
|
-
})) && $
|
|
980
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1298
981
|
path: _path2 + ".hiddenValues",
|
|
1299
982
|
expected: "(HiddenValues | undefined)",
|
|
1300
983
|
value: input3.hiddenValues
|
|
@@ -1336,12 +1019,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1336
1019
|
path: _path2 + ".lst",
|
|
1337
1020
|
expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1338
1021
|
value: input3.lst.slice(1)
|
|
1339
|
-
})) && input3.lst.slice(1).map((elem,
|
|
1340
|
-
path: _path2 + ".lst[" + (1 +
|
|
1022
|
+
})) && input3.lst.slice(1).map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1023
|
+
path: _path2 + ".lst[" + (1 + _index13) + "]",
|
|
1341
1024
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1342
1025
|
value: elem
|
|
1343
|
-
})) && $vu2(elem, _path2 + ".lst[" + (1 +
|
|
1344
|
-
path: _path2 + ".lst[" + (1 +
|
|
1026
|
+
})) && $vu2(elem, _path2 + ".lst[" + (1 + _index13) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1027
|
+
path: _path2 + ".lst[" + (1 + _index13) + "]",
|
|
1345
1028
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1346
1029
|
value: elem
|
|
1347
1030
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1357,7 +1040,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1357
1040
|
expected: '("median" | undefined)',
|
|
1358
1041
|
value: input3.preferredBins
|
|
1359
1042
|
})].every((flag) => flag);
|
|
1360
|
-
const $
|
|
1043
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1361
1044
|
path: _path2 + ".minColor",
|
|
1362
1045
|
expected: "string",
|
|
1363
1046
|
value: input3.minColor
|
|
@@ -1366,7 +1049,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1366
1049
|
expected: "string",
|
|
1367
1050
|
value: input3.maxColor
|
|
1368
1051
|
})].every((flag) => flag);
|
|
1369
|
-
const $
|
|
1052
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1370
1053
|
path: _path2 + ".key",
|
|
1371
1054
|
expected: "string",
|
|
1372
1055
|
value: input3.key
|
|
@@ -1383,7 +1066,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1383
1066
|
expected: "(string | undefined)",
|
|
1384
1067
|
value: input3.label
|
|
1385
1068
|
})].every((flag) => flag);
|
|
1386
|
-
const $
|
|
1069
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1387
1070
|
path: _path2 + ".join",
|
|
1388
1071
|
expected: "(string | undefined)",
|
|
1389
1072
|
value: input3.join
|
|
@@ -1395,7 +1078,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1395
1078
|
path: _path2 + ".term",
|
|
1396
1079
|
expected: "ConditionTerm",
|
|
1397
1080
|
value: input3.term
|
|
1398
|
-
})) && $
|
|
1081
|
+
})) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1399
1082
|
path: _path2 + ".term",
|
|
1400
1083
|
expected: "ConditionTerm",
|
|
1401
1084
|
value: input3.term
|
|
@@ -1406,29 +1089,278 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1406
1089
|
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
1407
1090
|
path: _path2 + ".value_by_most_recent",
|
|
1408
1091
|
expected: "(boolean | undefined)",
|
|
1409
|
-
value: input3.value_by_most_recent
|
|
1410
|
-
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
1411
|
-
path: _path2 + ".value_by_computable_grade",
|
|
1092
|
+
value: input3.value_by_most_recent
|
|
1093
|
+
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
1094
|
+
path: _path2 + ".value_by_computable_grade",
|
|
1095
|
+
expected: "(boolean | undefined)",
|
|
1096
|
+
value: input3.value_by_computable_grade
|
|
1097
|
+
}), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
|
|
1098
|
+
path: _path2 + ".grade_and_child",
|
|
1099
|
+
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1100
|
+
value: input3.grade_and_child
|
|
1101
|
+
})) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1102
|
+
path: _path2 + ".grade_and_child[" + _index14 + "]",
|
|
1103
|
+
expected: "GradeAndChildEntry",
|
|
1104
|
+
value: elem
|
|
1105
|
+
})) && $vo26(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1106
|
+
path: _path2 + ".grade_and_child[" + _index14 + "]",
|
|
1107
|
+
expected: "GradeAndChildEntry",
|
|
1108
|
+
value: elem
|
|
1109
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1110
|
+
path: _path2 + ".grade_and_child",
|
|
1111
|
+
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1112
|
+
value: input3.grade_and_child
|
|
1113
|
+
})].every((flag) => flag);
|
|
1114
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1115
|
+
path: _path2 + ".id",
|
|
1116
|
+
expected: "string",
|
|
1117
|
+
value: input3.id
|
|
1118
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1119
|
+
path: _path2 + ".name",
|
|
1120
|
+
expected: "string",
|
|
1121
|
+
value: input3.name
|
|
1122
|
+
}), "condition" === input3.type || $report(_exceptionable2, {
|
|
1123
|
+
path: _path2 + ".type",
|
|
1124
|
+
expected: '"condition"',
|
|
1125
|
+
value: input3.type
|
|
1126
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1127
|
+
path: _path2 + ".child_types",
|
|
1128
|
+
expected: "(Array<string> | undefined)",
|
|
1129
|
+
value: input3.child_types
|
|
1130
|
+
})) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1131
|
+
path: _path2 + ".child_types[" + _index15 + "]",
|
|
1132
|
+
expected: "string",
|
|
1133
|
+
value: elem
|
|
1134
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1135
|
+
path: _path2 + ".child_types",
|
|
1136
|
+
expected: "(Array<string> | undefined)",
|
|
1137
|
+
value: input3.child_types
|
|
1138
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1139
|
+
path: _path2 + ".hashtmldetail",
|
|
1140
|
+
expected: "(boolean | undefined)",
|
|
1141
|
+
value: input3.hashtmldetail
|
|
1142
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1143
|
+
path: _path2 + ".included_types",
|
|
1144
|
+
expected: "(Array<string> | undefined)",
|
|
1145
|
+
value: input3.included_types
|
|
1146
|
+
})) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1147
|
+
path: _path2 + ".included_types[" + _index16 + "]",
|
|
1148
|
+
expected: "string",
|
|
1149
|
+
value: elem
|
|
1150
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1151
|
+
path: _path2 + ".included_types",
|
|
1152
|
+
expected: "(Array<string> | undefined)",
|
|
1153
|
+
value: input3.included_types
|
|
1154
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1155
|
+
path: _path2 + ".isleaf",
|
|
1156
|
+
expected: "(boolean | undefined)",
|
|
1157
|
+
value: input3.isleaf
|
|
1158
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1159
|
+
path: _path2 + ".values",
|
|
1160
|
+
expected: "(TermValues | undefined)",
|
|
1161
|
+
value: input3.values
|
|
1162
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1163
|
+
path: _path2 + ".values",
|
|
1164
|
+
expected: "(TermValues | undefined)",
|
|
1165
|
+
value: input3.values
|
|
1166
|
+
})].every((flag) => flag);
|
|
1167
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1168
|
+
path: _path2 + ".grade",
|
|
1169
|
+
expected: "number",
|
|
1170
|
+
value: input3.grade
|
|
1171
|
+
}), "string" === typeof input3.grade_label || $report(_exceptionable2, {
|
|
1172
|
+
path: _path2 + ".grade_label",
|
|
1173
|
+
expected: "string",
|
|
1174
|
+
value: input3.grade_label
|
|
1175
|
+
}), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
|
|
1176
|
+
path: _path2 + ".child_id",
|
|
1177
|
+
expected: "(string | undefined)",
|
|
1178
|
+
value: input3.child_id
|
|
1179
|
+
}), "string" === typeof input3.child_label || $report(_exceptionable2, {
|
|
1180
|
+
path: _path2 + ".child_label",
|
|
1181
|
+
expected: "string",
|
|
1182
|
+
value: input3.child_label
|
|
1183
|
+
})].every((flag) => flag);
|
|
1184
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1185
|
+
path: _path2 + ".join",
|
|
1186
|
+
expected: "(string | undefined)",
|
|
1187
|
+
value: input3.join
|
|
1188
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1189
|
+
path: _path2 + ".isnot",
|
|
1190
|
+
expected: "(boolean | undefined)",
|
|
1191
|
+
value: input3.isnot
|
|
1192
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1193
|
+
path: _path2 + ".term",
|
|
1194
|
+
expected: "DtTerm",
|
|
1195
|
+
value: input3.term
|
|
1196
|
+
})) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1197
|
+
path: _path2 + ".term",
|
|
1198
|
+
expected: "DtTerm",
|
|
1199
|
+
value: input3.term
|
|
1200
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1201
|
+
path: _path2 + ".values",
|
|
1202
|
+
expected: "Array<__type>.o2",
|
|
1203
|
+
value: input3.values
|
|
1204
|
+
})) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1205
|
+
path: _path2 + ".values[" + _index17 + "]",
|
|
1206
|
+
expected: "__type.o5",
|
|
1207
|
+
value: elem
|
|
1208
|
+
})) && $vo31(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1209
|
+
path: _path2 + ".values[" + _index17 + "]",
|
|
1210
|
+
expected: "__type.o5",
|
|
1211
|
+
value: elem
|
|
1212
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1213
|
+
path: _path2 + ".values",
|
|
1214
|
+
expected: "Array<__type>.o2",
|
|
1215
|
+
value: input3.values
|
|
1216
|
+
})].every((flag) => flag);
|
|
1217
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1218
|
+
path: _path2 + ".id",
|
|
1219
|
+
expected: "string",
|
|
1220
|
+
value: input3.id
|
|
1221
|
+
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
1222
|
+
path: _path2 + ".query",
|
|
1223
|
+
expected: "string",
|
|
1224
|
+
value: input3.query
|
|
1225
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1226
|
+
path: _path2 + ".name",
|
|
1227
|
+
expected: "string",
|
|
1228
|
+
value: input3.name
|
|
1229
|
+
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
1230
|
+
path: _path2 + ".name_noOrigin",
|
|
1231
|
+
expected: "string",
|
|
1232
|
+
value: input3.name_noOrigin
|
|
1233
|
+
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
1234
|
+
path: _path2 + ".parentTerm",
|
|
1235
|
+
expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1236
|
+
value: input3.parentTerm
|
|
1237
|
+
})) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1238
|
+
path: _path2 + ".parentTerm",
|
|
1239
|
+
expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1240
|
+
value: input3.parentTerm
|
|
1241
|
+
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1242
|
+
path: _path2 + ".isleaf",
|
|
1243
|
+
expected: "boolean",
|
|
1244
|
+
value: input3.isleaf
|
|
1245
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
1246
|
+
path: _path2 + ".type",
|
|
1247
|
+
expected: "string",
|
|
1248
|
+
value: input3.type
|
|
1249
|
+
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
1250
|
+
path: _path2 + ".dt",
|
|
1251
|
+
expected: "number",
|
|
1252
|
+
value: input3.dt
|
|
1253
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
1254
|
+
path: _path2 + ".origin",
|
|
1255
|
+
expected: "(string | undefined)",
|
|
1256
|
+
value: input3.origin
|
|
1257
|
+
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1258
|
+
path: _path2 + ".values",
|
|
1259
|
+
expected: "TermValues",
|
|
1260
|
+
value: input3.values
|
|
1261
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1262
|
+
path: _path2 + ".values",
|
|
1263
|
+
expected: "TermValues",
|
|
1264
|
+
value: input3.values
|
|
1265
|
+
})].every((flag) => flag);
|
|
1266
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1267
|
+
path: _path2 + ".id",
|
|
1268
|
+
expected: "string",
|
|
1269
|
+
value: input3.id
|
|
1270
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1271
|
+
path: _path2 + ".name",
|
|
1272
|
+
expected: "string",
|
|
1273
|
+
value: input3.name
|
|
1274
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
1275
|
+
path: _path2 + ".type",
|
|
1276
|
+
expected: '"geneVariant"',
|
|
1277
|
+
value: input3.type
|
|
1278
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1279
|
+
path: _path2 + ".child_types",
|
|
1280
|
+
expected: "(Array<string> | undefined)",
|
|
1281
|
+
value: input3.child_types
|
|
1282
|
+
})) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1283
|
+
path: _path2 + ".child_types[" + _index18 + "]",
|
|
1284
|
+
expected: "string",
|
|
1285
|
+
value: elem
|
|
1286
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1287
|
+
path: _path2 + ".child_types",
|
|
1288
|
+
expected: "(Array<string> | undefined)",
|
|
1289
|
+
value: input3.child_types
|
|
1290
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1291
|
+
path: _path2 + ".hashtmldetail",
|
|
1292
|
+
expected: "(boolean | undefined)",
|
|
1293
|
+
value: input3.hashtmldetail
|
|
1294
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1295
|
+
path: _path2 + ".included_types",
|
|
1296
|
+
expected: "(Array<string> | undefined)",
|
|
1297
|
+
value: input3.included_types
|
|
1298
|
+
})) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1299
|
+
path: _path2 + ".included_types[" + _index19 + "]",
|
|
1300
|
+
expected: "string",
|
|
1301
|
+
value: elem
|
|
1302
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1303
|
+
path: _path2 + ".included_types",
|
|
1304
|
+
expected: "(Array<string> | undefined)",
|
|
1305
|
+
value: input3.included_types
|
|
1306
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1307
|
+
path: _path2 + ".isleaf",
|
|
1412
1308
|
expected: "(boolean | undefined)",
|
|
1413
|
-
value: input3.
|
|
1414
|
-
}), void 0 === input3.
|
|
1415
|
-
path: _path2 + ".
|
|
1416
|
-
expected: "(
|
|
1417
|
-
value: input3.
|
|
1418
|
-
})) && input3.
|
|
1419
|
-
path: _path2 + ".
|
|
1420
|
-
expected: "
|
|
1309
|
+
value: input3.isleaf
|
|
1310
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1311
|
+
path: _path2 + ".values",
|
|
1312
|
+
expected: "(TermValues | undefined)",
|
|
1313
|
+
value: input3.values
|
|
1314
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1315
|
+
path: _path2 + ".values",
|
|
1316
|
+
expected: "(TermValues | undefined)",
|
|
1317
|
+
value: input3.values
|
|
1318
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1319
|
+
path: _path2 + ".kind",
|
|
1320
|
+
expected: '"gene"',
|
|
1321
|
+
value: input3.kind
|
|
1322
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1323
|
+
path: _path2 + ".gene",
|
|
1324
|
+
expected: "string",
|
|
1325
|
+
value: input3.gene
|
|
1326
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1327
|
+
path: _path2 + ".chr",
|
|
1328
|
+
expected: "(string | undefined)",
|
|
1329
|
+
value: input3.chr
|
|
1330
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1331
|
+
path: _path2 + ".start",
|
|
1332
|
+
expected: "(number | undefined)",
|
|
1333
|
+
value: input3.start
|
|
1334
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1335
|
+
path: _path2 + ".stop",
|
|
1336
|
+
expected: "(number | undefined)",
|
|
1337
|
+
value: input3.stop
|
|
1338
|
+
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1339
|
+
path: _path2 + ".groupsetting",
|
|
1340
|
+
expected: "(EnabledTermGroupSetting | __type.o2 | undefined)",
|
|
1341
|
+
value: input3.groupsetting
|
|
1342
|
+
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1343
|
+
path: _path2 + ".groupsetting",
|
|
1344
|
+
expected: "(EnabledTermGroupSetting | __type.o2 | undefined)",
|
|
1345
|
+
value: input3.groupsetting
|
|
1346
|
+
}), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
1347
|
+
path: _path2 + ".childTerms",
|
|
1348
|
+
expected: "(Array<DtTerm> | undefined)",
|
|
1349
|
+
value: input3.childTerms
|
|
1350
|
+
})) && input3.childTerms.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1351
|
+
path: _path2 + ".childTerms[" + _index20 + "]",
|
|
1352
|
+
expected: "DtTerm",
|
|
1421
1353
|
value: elem
|
|
1422
|
-
})) && $
|
|
1423
|
-
path: _path2 + ".
|
|
1424
|
-
expected: "
|
|
1354
|
+
})) && $vo28(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1355
|
+
path: _path2 + ".childTerms[" + _index20 + "]",
|
|
1356
|
+
expected: "DtTerm",
|
|
1425
1357
|
value: elem
|
|
1426
1358
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1427
|
-
path: _path2 + ".
|
|
1428
|
-
expected: "(Array<
|
|
1429
|
-
value: input3.
|
|
1359
|
+
path: _path2 + ".childTerms",
|
|
1360
|
+
expected: "(Array<DtTerm> | undefined)",
|
|
1361
|
+
value: input3.childTerms
|
|
1430
1362
|
})].every((flag) => flag);
|
|
1431
|
-
const $
|
|
1363
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1432
1364
|
path: _path2 + ".id",
|
|
1433
1365
|
expected: "string",
|
|
1434
1366
|
value: input3.id
|
|
@@ -1436,16 +1368,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1436
1368
|
path: _path2 + ".name",
|
|
1437
1369
|
expected: "string",
|
|
1438
1370
|
value: input3.name
|
|
1439
|
-
}), "
|
|
1371
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
1440
1372
|
path: _path2 + ".type",
|
|
1441
|
-
expected: '"
|
|
1373
|
+
expected: '"geneVariant"',
|
|
1442
1374
|
value: input3.type
|
|
1443
1375
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1444
1376
|
path: _path2 + ".child_types",
|
|
1445
1377
|
expected: "(Array<string> | undefined)",
|
|
1446
1378
|
value: input3.child_types
|
|
1447
|
-
})) && input3.child_types.map((elem,
|
|
1448
|
-
path: _path2 + ".child_types[" +
|
|
1379
|
+
})) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1380
|
+
path: _path2 + ".child_types[" + _index21 + "]",
|
|
1449
1381
|
expected: "string",
|
|
1450
1382
|
value: elem
|
|
1451
1383
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1460,8 +1392,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1460
1392
|
path: _path2 + ".included_types",
|
|
1461
1393
|
expected: "(Array<string> | undefined)",
|
|
1462
1394
|
value: input3.included_types
|
|
1463
|
-
})) && input3.included_types.map((elem,
|
|
1464
|
-
path: _path2 + ".included_types[" +
|
|
1395
|
+
})) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1396
|
+
path: _path2 + ".included_types[" + _index22 + "]",
|
|
1465
1397
|
expected: "string",
|
|
1466
1398
|
value: elem
|
|
1467
1399
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1480,66 +1412,48 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1480
1412
|
path: _path2 + ".values",
|
|
1481
1413
|
expected: "(TermValues | undefined)",
|
|
1482
1414
|
value: input3.values
|
|
1483
|
-
}),
|
|
1484
|
-
path: _path2 + ".
|
|
1485
|
-
expected: "
|
|
1486
|
-
value: input3.
|
|
1487
|
-
})
|
|
1488
|
-
path: _path2 + ".
|
|
1489
|
-
expected: "(TermFilter | undefined)",
|
|
1490
|
-
value: input3.filter
|
|
1491
|
-
})].every((flag) => flag);
|
|
1492
|
-
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1493
|
-
path: _path2 + ".grade",
|
|
1494
|
-
expected: "number",
|
|
1495
|
-
value: input3.grade
|
|
1496
|
-
}), "string" === typeof input3.grade_label || $report(_exceptionable2, {
|
|
1497
|
-
path: _path2 + ".grade_label",
|
|
1498
|
-
expected: "string",
|
|
1499
|
-
value: input3.grade_label
|
|
1500
|
-
}), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
|
|
1501
|
-
path: _path2 + ".child_id",
|
|
1502
|
-
expected: "(string | undefined)",
|
|
1503
|
-
value: input3.child_id
|
|
1504
|
-
}), "string" === typeof input3.child_label || $report(_exceptionable2, {
|
|
1505
|
-
path: _path2 + ".child_label",
|
|
1415
|
+
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1416
|
+
path: _path2 + ".kind",
|
|
1417
|
+
expected: '"coord"',
|
|
1418
|
+
value: input3.kind
|
|
1419
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1420
|
+
path: _path2 + ".chr",
|
|
1506
1421
|
expected: "string",
|
|
1507
|
-
value: input3.
|
|
1508
|
-
})
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1422
|
+
value: input3.chr
|
|
1423
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1424
|
+
path: _path2 + ".start",
|
|
1425
|
+
expected: "number",
|
|
1426
|
+
value: input3.start
|
|
1427
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1428
|
+
path: _path2 + ".stop",
|
|
1429
|
+
expected: "number",
|
|
1430
|
+
value: input3.stop
|
|
1431
|
+
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1432
|
+
path: _path2 + ".groupsetting",
|
|
1433
|
+
expected: "(EnabledTermGroupSetting | __type.o2 | undefined)",
|
|
1434
|
+
value: input3.groupsetting
|
|
1435
|
+
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1436
|
+
path: _path2 + ".groupsetting",
|
|
1437
|
+
expected: "(EnabledTermGroupSetting | __type.o2 | undefined)",
|
|
1438
|
+
value: input3.groupsetting
|
|
1439
|
+
}), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
1440
|
+
path: _path2 + ".childTerms",
|
|
1441
|
+
expected: "(Array<DtTerm> | undefined)",
|
|
1442
|
+
value: input3.childTerms
|
|
1443
|
+
})) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1444
|
+
path: _path2 + ".childTerms[" + _index23 + "]",
|
|
1523
1445
|
expected: "DtTerm",
|
|
1524
|
-
value: input3.term
|
|
1525
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1526
|
-
path: _path2 + ".values",
|
|
1527
|
-
expected: "Array<__type>.o2",
|
|
1528
|
-
value: input3.values
|
|
1529
|
-
})) && input3.values.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1530
|
-
path: _path2 + ".values[" + _index24 + "]",
|
|
1531
|
-
expected: "__type.o6",
|
|
1532
1446
|
value: elem
|
|
1533
|
-
})) && $
|
|
1534
|
-
path: _path2 + ".
|
|
1535
|
-
expected: "
|
|
1447
|
+
})) && $vo28(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1448
|
+
path: _path2 + ".childTerms[" + _index23 + "]",
|
|
1449
|
+
expected: "DtTerm",
|
|
1536
1450
|
value: elem
|
|
1537
1451
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1538
|
-
path: _path2 + ".
|
|
1539
|
-
expected: "Array<
|
|
1540
|
-
value: input3.
|
|
1452
|
+
path: _path2 + ".childTerms",
|
|
1453
|
+
expected: "(Array<DtTerm> | undefined)",
|
|
1454
|
+
value: input3.childTerms
|
|
1541
1455
|
})].every((flag) => flag);
|
|
1542
|
-
const $
|
|
1456
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1543
1457
|
path: _path2 + ".key",
|
|
1544
1458
|
expected: "string",
|
|
1545
1459
|
value: input3.key
|
|
@@ -1552,7 +1466,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1552
1466
|
expected: "string",
|
|
1553
1467
|
value: input3.value
|
|
1554
1468
|
})].every((flag) => flag);
|
|
1555
|
-
const $
|
|
1469
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1556
1470
|
path: _path2 + ".id",
|
|
1557
1471
|
expected: "(string | undefined)",
|
|
1558
1472
|
value: input3.id
|
|
@@ -1566,11 +1480,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1566
1480
|
value: input3.isAtomic
|
|
1567
1481
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
1568
1482
|
path: _path2 + ".settings",
|
|
1569
|
-
expected: "(__type.
|
|
1483
|
+
expected: "(__type.o6 | undefined)",
|
|
1570
1484
|
value: input3.settings
|
|
1571
|
-
})) && $
|
|
1485
|
+
})) && $vo33(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1572
1486
|
path: _path2 + ".settings",
|
|
1573
|
-
expected: "(__type.
|
|
1487
|
+
expected: "(__type.o6 | undefined)",
|
|
1574
1488
|
value: input3.settings
|
|
1575
1489
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
1576
1490
|
path: _path2 + ".minNumSamples",
|
|
@@ -1597,7 +1511,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1597
1511
|
expected: "CategoricalTerm",
|
|
1598
1512
|
value: input3.term
|
|
1599
1513
|
})].every((flag) => flag);
|
|
1600
|
-
const $
|
|
1514
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
1601
1515
|
const value = input3[key];
|
|
1602
1516
|
if (void 0 === value)
|
|
1603
1517
|
return true;
|
|
@@ -1605,11 +1519,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1605
1519
|
return true;
|
|
1606
1520
|
return true;
|
|
1607
1521
|
}).every((flag) => flag)].every((flag) => flag);
|
|
1608
|
-
const $
|
|
1522
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1609
1523
|
path: _path2 + ".hiddenValues",
|
|
1610
1524
|
expected: "(HiddenValues | undefined)",
|
|
1611
1525
|
value: input3.hiddenValues
|
|
1612
|
-
})) && $
|
|
1526
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1613
1527
|
path: _path2 + ".hiddenValues",
|
|
1614
1528
|
expected: "(HiddenValues | undefined)",
|
|
1615
1529
|
value: input3.hiddenValues
|
|
@@ -1634,11 +1548,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1634
1548
|
expected: '"values"',
|
|
1635
1549
|
value: input3.type
|
|
1636
1550
|
})].every((flag) => flag);
|
|
1637
|
-
const $
|
|
1551
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1638
1552
|
path: _path2 + ".hiddenValues",
|
|
1639
1553
|
expected: "(HiddenValues | undefined)",
|
|
1640
1554
|
value: input3.hiddenValues
|
|
1641
|
-
})) && $
|
|
1555
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1642
1556
|
path: _path2 + ".hiddenValues",
|
|
1643
1557
|
expected: "(HiddenValues | undefined)",
|
|
1644
1558
|
value: input3.hiddenValues
|
|
@@ -1663,11 +1577,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1663
1577
|
expected: '("filter" | undefined)',
|
|
1664
1578
|
value: input3.type
|
|
1665
1579
|
})].every((flag) => flag);
|
|
1666
|
-
const $
|
|
1580
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1667
1581
|
path: _path2 + ".hiddenValues",
|
|
1668
1582
|
expected: "(HiddenValues | undefined)",
|
|
1669
1583
|
value: input3.hiddenValues
|
|
1670
|
-
})) && $
|
|
1584
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1671
1585
|
path: _path2 + ".hiddenValues",
|
|
1672
1586
|
expected: "(HiddenValues | undefined)",
|
|
1673
1587
|
value: input3.hiddenValues
|
|
@@ -1696,11 +1610,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1696
1610
|
expected: "number",
|
|
1697
1611
|
value: input3.predefined_groupset_idx
|
|
1698
1612
|
})].every((flag) => flag);
|
|
1699
|
-
const $
|
|
1613
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1700
1614
|
path: _path2 + ".hiddenValues",
|
|
1701
1615
|
expected: "(HiddenValues | undefined)",
|
|
1702
1616
|
value: input3.hiddenValues
|
|
1703
|
-
})) && $
|
|
1617
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1704
1618
|
path: _path2 + ".hiddenValues",
|
|
1705
1619
|
expected: "(HiddenValues | undefined)",
|
|
1706
1620
|
value: input3.hiddenValues
|
|
@@ -1728,21 +1642,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1728
1642
|
path: _path2 + ".customset",
|
|
1729
1643
|
expected: "BaseGroupSet",
|
|
1730
1644
|
value: input3.customset
|
|
1731
|
-
})) && $
|
|
1645
|
+
})) && $vo38(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
1732
1646
|
path: _path2 + ".customset",
|
|
1733
1647
|
expected: "BaseGroupSet",
|
|
1734
1648
|
value: input3.customset
|
|
1735
1649
|
})].every((flag) => flag);
|
|
1736
|
-
const $
|
|
1650
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
1737
1651
|
path: _path2 + ".groups",
|
|
1738
1652
|
expected: "Array<GroupEntry>",
|
|
1739
1653
|
value: input3.groups
|
|
1740
|
-
})) && input3.groups.map((elem,
|
|
1741
|
-
path: _path2 + ".groups[" +
|
|
1654
|
+
})) && input3.groups.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1655
|
+
path: _path2 + ".groups[" + _index24 + "]",
|
|
1742
1656
|
expected: "(FilterGroup | ValuesGroup)",
|
|
1743
1657
|
value: elem
|
|
1744
|
-
})) && $vu1(elem, _path2 + ".groups[" +
|
|
1745
|
-
path: _path2 + ".groups[" +
|
|
1658
|
+
})) && $vu1(elem, _path2 + ".groups[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1659
|
+
path: _path2 + ".groups[" + _index24 + "]",
|
|
1746
1660
|
expected: "(FilterGroup | ValuesGroup)",
|
|
1747
1661
|
value: elem
|
|
1748
1662
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1750,7 +1664,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1750
1664
|
expected: "Array<GroupEntry>",
|
|
1751
1665
|
value: input3.groups
|
|
1752
1666
|
})].every((flag) => flag);
|
|
1753
|
-
const $
|
|
1667
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1754
1668
|
path: _path2 + ".id",
|
|
1755
1669
|
expected: "(string | undefined)",
|
|
1756
1670
|
value: input3.id
|
|
@@ -1764,11 +1678,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1764
1678
|
value: input3.isAtomic
|
|
1765
1679
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
1766
1680
|
path: _path2 + ".settings",
|
|
1767
|
-
expected: "(__type.
|
|
1681
|
+
expected: "(__type.o6 | undefined)",
|
|
1768
1682
|
value: input3.settings
|
|
1769
|
-
})) && $
|
|
1683
|
+
})) && $vo33(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1770
1684
|
path: _path2 + ".settings",
|
|
1771
|
-
expected: "(__type.
|
|
1685
|
+
expected: "(__type.o6 | undefined)",
|
|
1772
1686
|
value: input3.settings
|
|
1773
1687
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
1774
1688
|
path: _path2 + ".minNumSamples",
|
|
@@ -1778,7 +1692,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1778
1692
|
path: _path2 + ".term",
|
|
1779
1693
|
expected: "NumericTerm",
|
|
1780
1694
|
value: input3.term
|
|
1781
|
-
})) && $
|
|
1695
|
+
})) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1782
1696
|
path: _path2 + ".term",
|
|
1783
1697
|
expected: "NumericTerm",
|
|
1784
1698
|
value: input3.term
|
|
@@ -1791,11 +1705,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1791
1705
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1792
1706
|
value: input3.q
|
|
1793
1707
|
})].every((flag) => flag);
|
|
1794
|
-
const $
|
|
1708
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1795
1709
|
path: _path2 + ".hiddenValues",
|
|
1796
1710
|
expected: "(HiddenValues | undefined)",
|
|
1797
1711
|
value: input3.hiddenValues
|
|
1798
|
-
})) && $
|
|
1712
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1799
1713
|
path: _path2 + ".hiddenValues",
|
|
1800
1714
|
expected: "(HiddenValues | undefined)",
|
|
1801
1715
|
value: input3.hiddenValues
|
|
@@ -1851,11 +1765,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1851
1765
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
1852
1766
|
value: input3.lst
|
|
1853
1767
|
})].every((flag) => flag);
|
|
1854
|
-
const $
|
|
1768
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1855
1769
|
path: _path2 + ".hiddenValues",
|
|
1856
1770
|
expected: "(HiddenValues | undefined)",
|
|
1857
1771
|
value: input3.hiddenValues
|
|
1858
|
-
})) && $
|
|
1772
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1859
1773
|
path: _path2 + ".hiddenValues",
|
|
1860
1774
|
expected: "(HiddenValues | undefined)",
|
|
1861
1775
|
value: input3.hiddenValues
|
|
@@ -1888,11 +1802,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1888
1802
|
expected: "undefined",
|
|
1889
1803
|
value: input3.type
|
|
1890
1804
|
}))].every((flag) => flag);
|
|
1891
|
-
const $
|
|
1805
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1892
1806
|
path: _path2 + ".hiddenValues",
|
|
1893
1807
|
expected: "(HiddenValues | undefined)",
|
|
1894
1808
|
value: input3.hiddenValues
|
|
1895
|
-
})) && $
|
|
1809
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1896
1810
|
path: _path2 + ".hiddenValues",
|
|
1897
1811
|
expected: "(HiddenValues | undefined)",
|
|
1898
1812
|
value: input3.hiddenValues
|
|
@@ -1916,13 +1830,13 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1916
1830
|
path: _path2 + ".knots",
|
|
1917
1831
|
expected: "Array<__type>.o3",
|
|
1918
1832
|
value: input3.knots
|
|
1919
|
-
})) && input3.knots.map((elem,
|
|
1920
|
-
path: _path2 + ".knots[" +
|
|
1921
|
-
expected: "__type.
|
|
1833
|
+
})) && input3.knots.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1834
|
+
path: _path2 + ".knots[" + _index25 + "]",
|
|
1835
|
+
expected: "__type.o7",
|
|
1922
1836
|
value: elem
|
|
1923
|
-
})) && $
|
|
1924
|
-
path: _path2 + ".knots[" +
|
|
1925
|
-
expected: "__type.
|
|
1837
|
+
})) && $vo43(elem, _path2 + ".knots[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1838
|
+
path: _path2 + ".knots[" + _index25 + "]",
|
|
1839
|
+
expected: "__type.o7",
|
|
1926
1840
|
value: elem
|
|
1927
1841
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1928
1842
|
path: _path2 + ".knots",
|
|
@@ -1937,12 +1851,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1937
1851
|
expected: "undefined",
|
|
1938
1852
|
value: input3.type
|
|
1939
1853
|
}))].every((flag) => flag);
|
|
1940
|
-
const $
|
|
1854
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
1941
1855
|
path: _path2 + ".value",
|
|
1942
1856
|
expected: "number",
|
|
1943
1857
|
value: input3.value
|
|
1944
1858
|
})].every((flag) => flag);
|
|
1945
|
-
const $
|
|
1859
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1946
1860
|
path: _path2 + ".id",
|
|
1947
1861
|
expected: "(string | undefined)",
|
|
1948
1862
|
value: input3.id
|
|
@@ -1956,11 +1870,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1956
1870
|
value: input3.isAtomic
|
|
1957
1871
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
1958
1872
|
path: _path2 + ".settings",
|
|
1959
|
-
expected: "(__type.
|
|
1873
|
+
expected: "(__type.o6 | undefined)",
|
|
1960
1874
|
value: input3.settings
|
|
1961
|
-
})) && $
|
|
1875
|
+
})) && $vo33(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
1962
1876
|
path: _path2 + ".settings",
|
|
1963
|
-
expected: "(__type.
|
|
1877
|
+
expected: "(__type.o6 | undefined)",
|
|
1964
1878
|
value: input3.settings
|
|
1965
1879
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
1966
1880
|
path: _path2 + ".minNumSamples",
|
|
@@ -1970,7 +1884,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1970
1884
|
path: _path2 + ".q",
|
|
1971
1885
|
expected: "SnpsQ",
|
|
1972
1886
|
value: input3.q
|
|
1973
|
-
})) && $
|
|
1887
|
+
})) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1974
1888
|
path: _path2 + ".q",
|
|
1975
1889
|
expected: "SnpsQ",
|
|
1976
1890
|
value: input3.q
|
|
@@ -1978,16 +1892,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1978
1892
|
path: _path2 + ".term",
|
|
1979
1893
|
expected: "SnpsTerm",
|
|
1980
1894
|
value: input3.term
|
|
1981
|
-
})) && $
|
|
1895
|
+
})) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1982
1896
|
path: _path2 + ".term",
|
|
1983
1897
|
expected: "SnpsTerm",
|
|
1984
1898
|
value: input3.term
|
|
1985
1899
|
})].every((flag) => flag);
|
|
1986
|
-
const $
|
|
1900
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1987
1901
|
path: _path2 + ".hiddenValues",
|
|
1988
1902
|
expected: "(HiddenValues | undefined)",
|
|
1989
1903
|
value: input3.hiddenValues
|
|
1990
|
-
})) && $
|
|
1904
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1991
1905
|
path: _path2 + ".hiddenValues",
|
|
1992
1906
|
expected: "(HiddenValues | undefined)",
|
|
1993
1907
|
value: input3.hiddenValues
|
|
@@ -2039,7 +1953,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2039
1953
|
path: _path2 + ".restrictAncestry",
|
|
2040
1954
|
expected: "RestrictAncestry",
|
|
2041
1955
|
value: input3.restrictAncestry
|
|
2042
|
-
})) && $
|
|
1956
|
+
})) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
2043
1957
|
path: _path2 + ".restrictAncestry",
|
|
2044
1958
|
expected: "RestrictAncestry",
|
|
2045
1959
|
value: input3.restrictAncestry
|
|
@@ -2064,7 +1978,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2064
1978
|
expected: "number",
|
|
2065
1979
|
value: input3.stop
|
|
2066
1980
|
})].every((flag) => flag);
|
|
2067
|
-
const $
|
|
1981
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2068
1982
|
path: _path2 + ".name",
|
|
2069
1983
|
expected: "string",
|
|
2070
1984
|
value: input3.name
|
|
@@ -2077,7 +1991,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2077
1991
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2078
1992
|
value: input3.tvs
|
|
2079
1993
|
})].every((flag) => flag);
|
|
2080
|
-
const $
|
|
1994
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2081
1995
|
path: _path2 + ".id",
|
|
2082
1996
|
expected: "string",
|
|
2083
1997
|
value: input3.id
|
|
@@ -2093,8 +2007,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2093
2007
|
path: _path2 + ".child_types",
|
|
2094
2008
|
expected: "(Array<string> | undefined)",
|
|
2095
2009
|
value: input3.child_types
|
|
2096
|
-
})) && input3.child_types.map((elem,
|
|
2097
|
-
path: _path2 + ".child_types[" +
|
|
2010
|
+
})) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2011
|
+
path: _path2 + ".child_types[" + _index26 + "]",
|
|
2098
2012
|
expected: "string",
|
|
2099
2013
|
value: elem
|
|
2100
2014
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2109,8 +2023,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2109
2023
|
path: _path2 + ".included_types",
|
|
2110
2024
|
expected: "(Array<string> | undefined)",
|
|
2111
2025
|
value: input3.included_types
|
|
2112
|
-
})) && input3.included_types.map((elem,
|
|
2113
|
-
path: _path2 + ".included_types[" +
|
|
2026
|
+
})) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2027
|
+
path: _path2 + ".included_types[" + _index27 + "]",
|
|
2114
2028
|
expected: "string",
|
|
2115
2029
|
value: elem
|
|
2116
2030
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2129,14 +2043,6 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2129
2043
|
path: _path2 + ".values",
|
|
2130
2044
|
expected: "(TermValues | undefined)",
|
|
2131
2045
|
value: input3.values
|
|
2132
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2133
|
-
path: _path2 + ".filter",
|
|
2134
|
-
expected: "(TermFilter | undefined)",
|
|
2135
|
-
value: input3.filter
|
|
2136
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2137
|
-
path: _path2 + ".filter",
|
|
2138
|
-
expected: "(TermFilter | undefined)",
|
|
2139
|
-
value: input3.filter
|
|
2140
2046
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2141
2047
|
path: _path2 + ".reachedVariantLimit",
|
|
2142
2048
|
expected: "(boolean | undefined)",
|
|
@@ -2145,12 +2051,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2145
2051
|
path: _path2 + ".snps",
|
|
2146
2052
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2147
2053
|
value: input3.snps
|
|
2148
|
-
})) && input3.snps.map((elem,
|
|
2149
|
-
path: _path2 + ".snps[" +
|
|
2054
|
+
})) && input3.snps.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2055
|
+
path: _path2 + ".snps[" + _index28 + "]",
|
|
2150
2056
|
expected: "SnpsEntry",
|
|
2151
2057
|
value: elem
|
|
2152
|
-
})) && $
|
|
2153
|
-
path: _path2 + ".snps[" +
|
|
2058
|
+
})) && $vo48(elem, _path2 + ".snps[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2059
|
+
path: _path2 + ".snps[" + _index28 + "]",
|
|
2154
2060
|
expected: "SnpsEntry",
|
|
2155
2061
|
value: elem
|
|
2156
2062
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2158,12 +2064,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2158
2064
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2159
2065
|
value: input3.snps
|
|
2160
2066
|
})].every((flag) => flag);
|
|
2161
|
-
const $
|
|
2067
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
2162
2068
|
path: _path2 + ".altAlleles",
|
|
2163
2069
|
expected: "(Array<string> | undefined)",
|
|
2164
2070
|
value: input3.altAlleles
|
|
2165
|
-
})) && input3.altAlleles.map((elem,
|
|
2166
|
-
path: _path2 + ".altAlleles[" +
|
|
2071
|
+
})) && input3.altAlleles.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2072
|
+
path: _path2 + ".altAlleles[" + _index29 + "]",
|
|
2167
2073
|
expected: "string",
|
|
2168
2074
|
value: elem
|
|
2169
2075
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2174,12 +2080,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2174
2080
|
path: _path2 + ".alleles",
|
|
2175
2081
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
2176
2082
|
value: input3.alleles
|
|
2177
|
-
})) && input3.alleles.map((elem,
|
|
2178
|
-
path: _path2 + ".alleles[" +
|
|
2083
|
+
})) && input3.alleles.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2084
|
+
path: _path2 + ".alleles[" + _index30 + "]",
|
|
2179
2085
|
expected: "AllelesEntry",
|
|
2180
2086
|
value: elem
|
|
2181
|
-
})) && $
|
|
2182
|
-
path: _path2 + ".alleles[" +
|
|
2087
|
+
})) && $vo49(elem, _path2 + ".alleles[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2088
|
+
path: _path2 + ".alleles[" + _index30 + "]",
|
|
2183
2089
|
expected: "AllelesEntry",
|
|
2184
2090
|
value: elem
|
|
2185
2091
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2192,11 +2098,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2192
2098
|
value: input3.effectAllele
|
|
2193
2099
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
2194
2100
|
path: _path2 + ".gt2count",
|
|
2195
|
-
expected: "(__type.
|
|
2101
|
+
expected: "(__type.o8 | undefined)",
|
|
2196
2102
|
value: input3.gt2count
|
|
2197
|
-
})) && $
|
|
2103
|
+
})) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2198
2104
|
path: _path2 + ".gt2count",
|
|
2199
|
-
expected: "(__type.
|
|
2105
|
+
expected: "(__type.o8 | undefined)",
|
|
2200
2106
|
value: input3.gt2count
|
|
2201
2107
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
2202
2108
|
path: _path2 + ".invalid",
|
|
@@ -2223,7 +2129,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2223
2129
|
expected: "(number | undefined)",
|
|
2224
2130
|
value: input3.pos
|
|
2225
2131
|
})].every((flag) => flag);
|
|
2226
|
-
const $
|
|
2132
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
2227
2133
|
path: _path2 + ".allele",
|
|
2228
2134
|
expected: "string",
|
|
2229
2135
|
value: input3.allele
|
|
@@ -2236,7 +2142,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2236
2142
|
expected: "boolean",
|
|
2237
2143
|
value: input3.isRef
|
|
2238
2144
|
})].every((flag) => flag);
|
|
2239
|
-
const $
|
|
2145
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
2240
2146
|
path: _path2 + ".k",
|
|
2241
2147
|
expected: "string",
|
|
2242
2148
|
value: input3.k
|
|
@@ -2245,7 +2151,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2245
2151
|
expected: "(number | string)",
|
|
2246
2152
|
value: input3.v
|
|
2247
2153
|
})].every((flag) => flag);
|
|
2248
|
-
const $
|
|
2154
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2249
2155
|
path: _path2 + ".id",
|
|
2250
2156
|
expected: "(string | undefined)",
|
|
2251
2157
|
value: input3.id
|
|
@@ -2259,11 +2165,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2259
2165
|
value: input3.isAtomic
|
|
2260
2166
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2261
2167
|
path: _path2 + ".settings",
|
|
2262
|
-
expected: "(__type.
|
|
2168
|
+
expected: "(__type.o6 | undefined)",
|
|
2263
2169
|
value: input3.settings
|
|
2264
|
-
})) && $
|
|
2170
|
+
})) && $vo33(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2265
2171
|
path: _path2 + ".settings",
|
|
2266
|
-
expected: "(__type.
|
|
2172
|
+
expected: "(__type.o6 | undefined)",
|
|
2267
2173
|
value: input3.settings
|
|
2268
2174
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2269
2175
|
path: _path2 + ".minNumSamples",
|
|
@@ -2271,11 +2177,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2271
2177
|
value: input3.minNumSamples
|
|
2272
2178
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2273
2179
|
path: _path2 + ".term",
|
|
2274
|
-
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;
|
|
2180
|
+
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; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2275
2181
|
value: input3.term
|
|
2276
2182
|
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2277
2183
|
path: _path2 + ".term",
|
|
2278
|
-
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;
|
|
2184
|
+
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; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2279
2185
|
value: input3.term
|
|
2280
2186
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2281
2187
|
path: _path2 + ".q",
|
|
@@ -2286,7 +2192,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2286
2192
|
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2287
2193
|
value: input3.q
|
|
2288
2194
|
})].every((flag) => flag);
|
|
2289
|
-
const $
|
|
2195
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2290
2196
|
path: _path2 + ".id",
|
|
2291
2197
|
expected: "string",
|
|
2292
2198
|
value: input3.id
|
|
@@ -2302,8 +2208,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2302
2208
|
path: _path2 + ".child_types",
|
|
2303
2209
|
expected: "(Array<string> | undefined)",
|
|
2304
2210
|
value: input3.child_types
|
|
2305
|
-
})) && input3.child_types.map((elem,
|
|
2306
|
-
path: _path2 + ".child_types[" +
|
|
2211
|
+
})) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2212
|
+
path: _path2 + ".child_types[" + _index31 + "]",
|
|
2307
2213
|
expected: "string",
|
|
2308
2214
|
value: elem
|
|
2309
2215
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2318,8 +2224,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2318
2224
|
path: _path2 + ".included_types",
|
|
2319
2225
|
expected: "(Array<string> | undefined)",
|
|
2320
2226
|
value: input3.included_types
|
|
2321
|
-
})) && input3.included_types.map((elem,
|
|
2322
|
-
path: _path2 + ".included_types[" +
|
|
2227
|
+
})) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2228
|
+
path: _path2 + ".included_types[" + _index32 + "]",
|
|
2323
2229
|
expected: "string",
|
|
2324
2230
|
value: elem
|
|
2325
2231
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2338,14 +2244,6 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2338
2244
|
path: _path2 + ".values",
|
|
2339
2245
|
expected: "(TermValues | undefined)",
|
|
2340
2246
|
value: input3.values
|
|
2341
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2342
|
-
path: _path2 + ".filter",
|
|
2343
|
-
expected: "(TermFilter | undefined)",
|
|
2344
|
-
value: input3.filter
|
|
2345
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2346
|
-
path: _path2 + ".filter",
|
|
2347
|
-
expected: "(TermFilter | undefined)",
|
|
2348
|
-
value: input3.filter
|
|
2349
2247
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2350
2248
|
path: _path2 + ".kind",
|
|
2351
2249
|
expected: '"gene"',
|
|
@@ -2368,14 +2266,30 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2368
2266
|
value: input3.stop
|
|
2369
2267
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2370
2268
|
path: _path2 + ".groupsetting",
|
|
2371
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2269
|
+
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
2372
2270
|
value: input3.groupsetting
|
|
2373
2271
|
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2374
2272
|
path: _path2 + ".groupsetting",
|
|
2375
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2273
|
+
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
2376
2274
|
value: input3.groupsetting
|
|
2275
|
+
}), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
2276
|
+
path: _path2 + ".childTerms",
|
|
2277
|
+
expected: "Array<DtTerm>",
|
|
2278
|
+
value: input3.childTerms
|
|
2279
|
+
})) && input3.childTerms.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2280
|
+
path: _path2 + ".childTerms[" + _index33 + "]",
|
|
2281
|
+
expected: "DtTerm",
|
|
2282
|
+
value: elem
|
|
2283
|
+
})) && $vo28(elem, _path2 + ".childTerms[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2284
|
+
path: _path2 + ".childTerms[" + _index33 + "]",
|
|
2285
|
+
expected: "DtTerm",
|
|
2286
|
+
value: elem
|
|
2287
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2288
|
+
path: _path2 + ".childTerms",
|
|
2289
|
+
expected: "Array<DtTerm>",
|
|
2290
|
+
value: input3.childTerms
|
|
2377
2291
|
})].every((flag) => flag);
|
|
2378
|
-
const $
|
|
2292
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2379
2293
|
path: _path2 + ".id",
|
|
2380
2294
|
expected: "string",
|
|
2381
2295
|
value: input3.id
|
|
@@ -2427,14 +2341,6 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2427
2341
|
path: _path2 + ".values",
|
|
2428
2342
|
expected: "(TermValues | undefined)",
|
|
2429
2343
|
value: input3.values
|
|
2430
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2431
|
-
path: _path2 + ".filter",
|
|
2432
|
-
expected: "(TermFilter | undefined)",
|
|
2433
|
-
value: input3.filter
|
|
2434
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2435
|
-
path: _path2 + ".filter",
|
|
2436
|
-
expected: "(TermFilter | undefined)",
|
|
2437
|
-
value: input3.filter
|
|
2438
2344
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2439
2345
|
path: _path2 + ".kind",
|
|
2440
2346
|
expected: '"coord"',
|
|
@@ -2453,14 +2359,30 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2453
2359
|
value: input3.stop
|
|
2454
2360
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2455
2361
|
path: _path2 + ".groupsetting",
|
|
2456
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2362
|
+
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
2457
2363
|
value: input3.groupsetting
|
|
2458
2364
|
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2459
2365
|
path: _path2 + ".groupsetting",
|
|
2460
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2366
|
+
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
2461
2367
|
value: input3.groupsetting
|
|
2368
|
+
}), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
2369
|
+
path: _path2 + ".childTerms",
|
|
2370
|
+
expected: "Array<DtTerm>",
|
|
2371
|
+
value: input3.childTerms
|
|
2372
|
+
})) && input3.childTerms.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2373
|
+
path: _path2 + ".childTerms[" + _index36 + "]",
|
|
2374
|
+
expected: "DtTerm",
|
|
2375
|
+
value: elem
|
|
2376
|
+
})) && $vo28(elem, _path2 + ".childTerms[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2377
|
+
path: _path2 + ".childTerms[" + _index36 + "]",
|
|
2378
|
+
expected: "DtTerm",
|
|
2379
|
+
value: elem
|
|
2380
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2381
|
+
path: _path2 + ".childTerms",
|
|
2382
|
+
expected: "Array<DtTerm>",
|
|
2383
|
+
value: input3.childTerms
|
|
2462
2384
|
})].every((flag) => flag);
|
|
2463
|
-
const $
|
|
2385
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2464
2386
|
path: _path2 + ".id",
|
|
2465
2387
|
expected: "string",
|
|
2466
2388
|
value: input3.id
|
|
@@ -2476,8 +2398,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2476
2398
|
path: _path2 + ".child_types",
|
|
2477
2399
|
expected: "(Array<string> | undefined)",
|
|
2478
2400
|
value: input3.child_types
|
|
2479
|
-
})) && input3.child_types.map((elem,
|
|
2480
|
-
path: _path2 + ".child_types[" +
|
|
2401
|
+
})) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2402
|
+
path: _path2 + ".child_types[" + _index37 + "]",
|
|
2481
2403
|
expected: "string",
|
|
2482
2404
|
value: elem
|
|
2483
2405
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2492,8 +2414,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2492
2414
|
path: _path2 + ".included_types",
|
|
2493
2415
|
expected: "(Array<string> | undefined)",
|
|
2494
2416
|
value: input3.included_types
|
|
2495
|
-
})) && input3.included_types.map((elem,
|
|
2496
|
-
path: _path2 + ".included_types[" +
|
|
2417
|
+
})) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2418
|
+
path: _path2 + ".included_types[" + _index38 + "]",
|
|
2497
2419
|
expected: "string",
|
|
2498
2420
|
value: elem
|
|
2499
2421
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2512,24 +2434,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2512
2434
|
path: _path2 + ".values",
|
|
2513
2435
|
expected: "(TermValues | undefined)",
|
|
2514
2436
|
value: input3.values
|
|
2515
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2516
|
-
path: _path2 + ".filter",
|
|
2517
|
-
expected: "(TermFilter | undefined)",
|
|
2518
|
-
value: input3.filter
|
|
2519
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2520
|
-
path: _path2 + ".filter",
|
|
2521
|
-
expected: "(TermFilter | undefined)",
|
|
2522
|
-
value: input3.filter
|
|
2523
2437
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2524
2438
|
path: _path2 + ".groupsetting",
|
|
2525
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2439
|
+
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
2526
2440
|
value: input3.groupsetting
|
|
2527
2441
|
})) && $vu7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2528
2442
|
path: _path2 + ".groupsetting",
|
|
2529
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2443
|
+
expected: "(EnabledTermGroupSetting | __type.o2)",
|
|
2530
2444
|
value: input3.groupsetting
|
|
2531
2445
|
})].every((flag) => flag);
|
|
2532
|
-
const $
|
|
2446
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2533
2447
|
path: _path2 + ".id",
|
|
2534
2448
|
expected: "string",
|
|
2535
2449
|
value: input3.id
|
|
@@ -2545,8 +2459,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2545
2459
|
path: _path2 + ".child_types",
|
|
2546
2460
|
expected: "(Array<string> | undefined)",
|
|
2547
2461
|
value: input3.child_types
|
|
2548
|
-
})) && input3.child_types.map((elem,
|
|
2549
|
-
path: _path2 + ".child_types[" +
|
|
2462
|
+
})) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2463
|
+
path: _path2 + ".child_types[" + _index39 + "]",
|
|
2550
2464
|
expected: "string",
|
|
2551
2465
|
value: elem
|
|
2552
2466
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2561,8 +2475,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2561
2475
|
path: _path2 + ".included_types",
|
|
2562
2476
|
expected: "(Array<string> | undefined)",
|
|
2563
2477
|
value: input3.included_types
|
|
2564
|
-
})) && input3.included_types.map((elem,
|
|
2565
|
-
path: _path2 + ".included_types[" +
|
|
2478
|
+
})) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2479
|
+
path: _path2 + ".included_types[" + _index40 + "]",
|
|
2566
2480
|
expected: "string",
|
|
2567
2481
|
value: elem
|
|
2568
2482
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2581,19 +2495,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2581
2495
|
path: _path2 + ".values",
|
|
2582
2496
|
expected: "(TermValues | undefined)",
|
|
2583
2497
|
value: input3.values
|
|
2584
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2585
|
-
path: _path2 + ".filter",
|
|
2586
|
-
expected: "(TermFilter | undefined)",
|
|
2587
|
-
value: input3.filter
|
|
2588
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2589
|
-
path: _path2 + ".filter",
|
|
2590
|
-
expected: "(TermFilter | undefined)",
|
|
2591
|
-
value: input3.filter
|
|
2592
2498
|
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2593
2499
|
path: _path2 + ".bins",
|
|
2594
2500
|
expected: "PresetNumericBins",
|
|
2595
2501
|
value: input3.bins
|
|
2596
|
-
})) && $
|
|
2502
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2597
2503
|
path: _path2 + ".bins",
|
|
2598
2504
|
expected: "PresetNumericBins",
|
|
2599
2505
|
value: input3.bins
|
|
@@ -2603,14 +2509,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2603
2509
|
value: input3.unit
|
|
2604
2510
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2605
2511
|
path: _path2 + ".continuousColorScale",
|
|
2606
|
-
expected: "(__type.
|
|
2512
|
+
expected: "(__type.o3 | undefined)",
|
|
2607
2513
|
value: input3.continuousColorScale
|
|
2608
|
-
})) && $
|
|
2514
|
+
})) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2609
2515
|
path: _path2 + ".continuousColorScale",
|
|
2610
|
-
expected: "(__type.
|
|
2516
|
+
expected: "(__type.o3 | undefined)",
|
|
2611
2517
|
value: input3.continuousColorScale
|
|
2612
2518
|
})].every((flag) => flag);
|
|
2613
|
-
const $
|
|
2519
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2614
2520
|
path: _path2 + ".id",
|
|
2615
2521
|
expected: "string",
|
|
2616
2522
|
value: input3.id
|
|
@@ -2626,8 +2532,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2626
2532
|
path: _path2 + ".child_types",
|
|
2627
2533
|
expected: "(Array<string> | undefined)",
|
|
2628
2534
|
value: input3.child_types
|
|
2629
|
-
})) && input3.child_types.map((elem,
|
|
2630
|
-
path: _path2 + ".child_types[" +
|
|
2535
|
+
})) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2536
|
+
path: _path2 + ".child_types[" + _index41 + "]",
|
|
2631
2537
|
expected: "string",
|
|
2632
2538
|
value: elem
|
|
2633
2539
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2642,8 +2548,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2642
2548
|
path: _path2 + ".included_types",
|
|
2643
2549
|
expected: "(Array<string> | undefined)",
|
|
2644
2550
|
value: input3.included_types
|
|
2645
|
-
})) && input3.included_types.map((elem,
|
|
2646
|
-
path: _path2 + ".included_types[" +
|
|
2551
|
+
})) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2552
|
+
path: _path2 + ".included_types[" + _index42 + "]",
|
|
2647
2553
|
expected: "string",
|
|
2648
2554
|
value: elem
|
|
2649
2555
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2662,16 +2568,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2662
2568
|
path: _path2 + ".values",
|
|
2663
2569
|
expected: "(TermValues | undefined)",
|
|
2664
2570
|
value: input3.values
|
|
2665
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2666
|
-
path: _path2 + ".filter",
|
|
2667
|
-
expected: "(TermFilter | undefined)",
|
|
2668
|
-
value: input3.filter
|
|
2669
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2670
|
-
path: _path2 + ".filter",
|
|
2671
|
-
expected: "(TermFilter | undefined)",
|
|
2672
|
-
value: input3.filter
|
|
2673
2571
|
})].every((flag) => flag);
|
|
2674
|
-
const $
|
|
2572
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2675
2573
|
path: _path2 + ".id",
|
|
2676
2574
|
expected: "string",
|
|
2677
2575
|
value: input3.id
|
|
@@ -2687,8 +2585,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2687
2585
|
path: _path2 + ".child_types",
|
|
2688
2586
|
expected: "(Array<string> | undefined)",
|
|
2689
2587
|
value: input3.child_types
|
|
2690
|
-
})) && input3.child_types.map((elem,
|
|
2691
|
-
path: _path2 + ".child_types[" +
|
|
2588
|
+
})) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2589
|
+
path: _path2 + ".child_types[" + _index43 + "]",
|
|
2692
2590
|
expected: "string",
|
|
2693
2591
|
value: elem
|
|
2694
2592
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2703,8 +2601,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2703
2601
|
path: _path2 + ".included_types",
|
|
2704
2602
|
expected: "(Array<string> | undefined)",
|
|
2705
2603
|
value: input3.included_types
|
|
2706
|
-
})) && input3.included_types.map((elem,
|
|
2707
|
-
path: _path2 + ".included_types[" +
|
|
2604
|
+
})) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2605
|
+
path: _path2 + ".included_types[" + _index44 + "]",
|
|
2708
2606
|
expected: "string",
|
|
2709
2607
|
value: elem
|
|
2710
2608
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2723,14 +2621,6 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2723
2621
|
path: _path2 + ".values",
|
|
2724
2622
|
expected: "(TermValues | undefined)",
|
|
2725
2623
|
value: input3.values
|
|
2726
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2727
|
-
path: _path2 + ".filter",
|
|
2728
|
-
expected: "(TermFilter | undefined)",
|
|
2729
|
-
value: input3.filter
|
|
2730
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2731
|
-
path: _path2 + ".filter",
|
|
2732
|
-
expected: "(TermFilter | undefined)",
|
|
2733
|
-
value: input3.filter
|
|
2734
2624
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2735
2625
|
path: _path2 + ".reachedVariantLimit",
|
|
2736
2626
|
expected: "(boolean | undefined)",
|
|
@@ -2739,12 +2629,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2739
2629
|
path: _path2 + ".snps",
|
|
2740
2630
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2741
2631
|
value: input3.snps
|
|
2742
|
-
})) && input3.snps.map((elem,
|
|
2743
|
-
path: _path2 + ".snps[" +
|
|
2632
|
+
})) && input3.snps.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2633
|
+
path: _path2 + ".snps[" + _index45 + "]",
|
|
2744
2634
|
expected: "SnpsEntry",
|
|
2745
2635
|
value: elem
|
|
2746
|
-
})) && $
|
|
2747
|
-
path: _path2 + ".snps[" +
|
|
2636
|
+
})) && $vo48(elem, _path2 + ".snps[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2637
|
+
path: _path2 + ".snps[" + _index45 + "]",
|
|
2748
2638
|
expected: "SnpsEntry",
|
|
2749
2639
|
value: elem
|
|
2750
2640
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2752,7 +2642,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2752
2642
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2753
2643
|
value: input3.snps
|
|
2754
2644
|
})].every((flag) => flag);
|
|
2755
|
-
const $
|
|
2645
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2756
2646
|
path: _path2 + ".id",
|
|
2757
2647
|
expected: "string",
|
|
2758
2648
|
value: input3.id
|
|
@@ -2768,8 +2658,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2768
2658
|
path: _path2 + ".child_types",
|
|
2769
2659
|
expected: "(Array<string> | undefined)",
|
|
2770
2660
|
value: input3.child_types
|
|
2771
|
-
})) && input3.child_types.map((elem,
|
|
2772
|
-
path: _path2 + ".child_types[" +
|
|
2661
|
+
})) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2662
|
+
path: _path2 + ".child_types[" + _index46 + "]",
|
|
2773
2663
|
expected: "string",
|
|
2774
2664
|
value: elem
|
|
2775
2665
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2784,8 +2674,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2784
2674
|
path: _path2 + ".included_types",
|
|
2785
2675
|
expected: "(Array<string> | undefined)",
|
|
2786
2676
|
value: input3.included_types
|
|
2787
|
-
})) && input3.included_types.map((elem,
|
|
2788
|
-
path: _path2 + ".included_types[" +
|
|
2677
|
+
})) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2678
|
+
path: _path2 + ".included_types[" + _index47 + "]",
|
|
2789
2679
|
expected: "string",
|
|
2790
2680
|
value: elem
|
|
2791
2681
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2800,20 +2690,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2800
2690
|
path: _path2 + ".values",
|
|
2801
2691
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2802
2692
|
value: input3.values
|
|
2803
|
-
})) && $
|
|
2693
|
+
})) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2804
2694
|
path: _path2 + ".values",
|
|
2805
2695
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2806
2696
|
value: input3.values
|
|
2807
|
-
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2808
|
-
path: _path2 + ".filter",
|
|
2809
|
-
expected: "(TermFilter | undefined)",
|
|
2810
|
-
value: input3.filter
|
|
2811
|
-
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2812
|
-
path: _path2 + ".filter",
|
|
2813
|
-
expected: "(TermFilter | undefined)",
|
|
2814
|
-
value: input3.filter
|
|
2815
2697
|
})].every((flag) => flag);
|
|
2816
|
-
const $
|
|
2698
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2817
2699
|
const value = input3[key];
|
|
2818
2700
|
if (void 0 === value)
|
|
2819
2701
|
return true;
|
|
@@ -2822,7 +2704,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2822
2704
|
path: _path2 + $join(key),
|
|
2823
2705
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2824
2706
|
value
|
|
2825
|
-
})) && $
|
|
2707
|
+
})) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2826
2708
|
path: _path2 + $join(key),
|
|
2827
2709
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2828
2710
|
value
|
|
@@ -2832,14 +2714,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2832
2714
|
path: _path2 + $join(key),
|
|
2833
2715
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2834
2716
|
value
|
|
2835
|
-
})) && $
|
|
2717
|
+
})) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2836
2718
|
path: _path2 + $join(key),
|
|
2837
2719
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2838
2720
|
value
|
|
2839
2721
|
});
|
|
2840
2722
|
return true;
|
|
2841
2723
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2842
|
-
const $
|
|
2724
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2843
2725
|
path: _path2 + ".key",
|
|
2844
2726
|
expected: "(string | undefined)",
|
|
2845
2727
|
value: input3.key
|
|
@@ -2883,20 +2765,20 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2883
2765
|
path: _path2 + ".list",
|
|
2884
2766
|
expected: "Array<__type>.o4",
|
|
2885
2767
|
value: input3.list
|
|
2886
|
-
})) && input3.list.map((elem,
|
|
2887
|
-
path: _path2 + ".list[" +
|
|
2888
|
-
expected: "__type.
|
|
2768
|
+
})) && input3.list.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2769
|
+
path: _path2 + ".list[" + _index48 + "]",
|
|
2770
|
+
expected: "__type.o9",
|
|
2889
2771
|
value: elem
|
|
2890
|
-
})) && $
|
|
2891
|
-
path: _path2 + ".list[" +
|
|
2892
|
-
expected: "__type.
|
|
2772
|
+
})) && $vo61(elem, _path2 + ".list[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2773
|
+
path: _path2 + ".list[" + _index48 + "]",
|
|
2774
|
+
expected: "__type.o9",
|
|
2893
2775
|
value: elem
|
|
2894
2776
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2895
2777
|
path: _path2 + ".list",
|
|
2896
2778
|
expected: "Array<__type>.o4",
|
|
2897
2779
|
value: input3.list
|
|
2898
2780
|
}), true].every((flag) => flag);
|
|
2899
|
-
const $
|
|
2781
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
2900
2782
|
path: _path2 + ".sampleId",
|
|
2901
2783
|
expected: "string",
|
|
2902
2784
|
value: input3.sampleId
|
|
@@ -2905,11 +2787,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2905
2787
|
expected: "string",
|
|
2906
2788
|
value: input3.sample
|
|
2907
2789
|
})].every((flag) => flag);
|
|
2908
|
-
const $
|
|
2790
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2909
2791
|
path: _path2 + ".hiddenValues",
|
|
2910
2792
|
expected: "(HiddenValues | undefined)",
|
|
2911
2793
|
value: input3.hiddenValues
|
|
2912
|
-
})) && $
|
|
2794
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2913
2795
|
path: _path2 + ".hiddenValues",
|
|
2914
2796
|
expected: "(HiddenValues | undefined)",
|
|
2915
2797
|
value: input3.hiddenValues
|
|
@@ -2934,11 +2816,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2934
2816
|
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2935
2817
|
value: input3.type
|
|
2936
2818
|
})].every((flag) => flag);
|
|
2937
|
-
const $
|
|
2819
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2938
2820
|
path: _path2 + ".hiddenValues",
|
|
2939
2821
|
expected: "(HiddenValues | undefined)",
|
|
2940
2822
|
value: input3.hiddenValues
|
|
2941
|
-
})) && $
|
|
2823
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2942
2824
|
path: _path2 + ".hiddenValues",
|
|
2943
2825
|
expected: "(HiddenValues | undefined)",
|
|
2944
2826
|
value: input3.hiddenValues
|
|
@@ -2974,8 +2856,8 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2974
2856
|
path: _path2 + ".breaks",
|
|
2975
2857
|
expected: "(Array<number> | undefined)",
|
|
2976
2858
|
value: input3.breaks
|
|
2977
|
-
})) && input3.breaks.map((elem,
|
|
2978
|
-
path: _path2 + ".breaks[" +
|
|
2859
|
+
})) && input3.breaks.map((elem, _index49) => "number" === typeof elem || $report(_exceptionable2, {
|
|
2860
|
+
path: _path2 + ".breaks[" + _index49 + "]",
|
|
2979
2861
|
expected: "number",
|
|
2980
2862
|
value: elem
|
|
2981
2863
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2999,11 +2881,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2999
2881
|
expected: "(boolean | undefined)",
|
|
3000
2882
|
value: input3.value_by_computable_grade
|
|
3001
2883
|
}), true].every((flag) => flag);
|
|
3002
|
-
const $
|
|
2884
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3003
2885
|
path: _path2 + ".hiddenValues",
|
|
3004
2886
|
expected: "(HiddenValues | undefined)",
|
|
3005
2887
|
value: input3.hiddenValues
|
|
3006
|
-
})) && $
|
|
2888
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3007
2889
|
path: _path2 + ".hiddenValues",
|
|
3008
2890
|
expected: "(HiddenValues | undefined)",
|
|
3009
2891
|
value: input3.hiddenValues
|
|
@@ -3031,38 +2913,38 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3031
2913
|
path: _path2 + ".groups",
|
|
3032
2914
|
expected: "SampleLstTermValues",
|
|
3033
2915
|
value: input3.groups
|
|
3034
|
-
})) && $
|
|
2916
|
+
})) && $vo65(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
3035
2917
|
path: _path2 + ".groups",
|
|
3036
2918
|
expected: "SampleLstTermValues",
|
|
3037
2919
|
value: input3.groups
|
|
3038
2920
|
})].every((flag) => flag);
|
|
3039
|
-
const $
|
|
2921
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3040
2922
|
const value = input3[key];
|
|
3041
2923
|
if (void 0 === value)
|
|
3042
2924
|
return true;
|
|
3043
2925
|
if (RegExp(/(.*)/).test(key))
|
|
3044
2926
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3045
2927
|
path: _path2 + $join(key),
|
|
3046
|
-
expected: "__type.
|
|
2928
|
+
expected: "__type.o10",
|
|
3047
2929
|
value
|
|
3048
|
-
})) && $
|
|
2930
|
+
})) && $vo66(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3049
2931
|
path: _path2 + $join(key),
|
|
3050
|
-
expected: "__type.
|
|
2932
|
+
expected: "__type.o10",
|
|
3051
2933
|
value
|
|
3052
2934
|
});
|
|
3053
2935
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
3054
2936
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3055
2937
|
path: _path2 + $join(key),
|
|
3056
|
-
expected: "__type.
|
|
2938
|
+
expected: "__type.o10",
|
|
3057
2939
|
value
|
|
3058
|
-
})) && $
|
|
2940
|
+
})) && $vo66(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3059
2941
|
path: _path2 + $join(key),
|
|
3060
|
-
expected: "__type.
|
|
2942
|
+
expected: "__type.o10",
|
|
3061
2943
|
value
|
|
3062
2944
|
});
|
|
3063
2945
|
return true;
|
|
3064
2946
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3065
|
-
const $
|
|
2947
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3066
2948
|
path: _path2 + ".name",
|
|
3067
2949
|
expected: "string",
|
|
3068
2950
|
value: input3.name
|
|
@@ -3074,13 +2956,13 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3074
2956
|
path: _path2 + ".list",
|
|
3075
2957
|
expected: "Array<__type>.o4",
|
|
3076
2958
|
value: input3.list
|
|
3077
|
-
})) && input3.list.map((elem,
|
|
3078
|
-
path: _path2 + ".list[" +
|
|
3079
|
-
expected: "__type.
|
|
2959
|
+
})) && input3.list.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2960
|
+
path: _path2 + ".list[" + _index50 + "]",
|
|
2961
|
+
expected: "__type.o9",
|
|
3080
2962
|
value: elem
|
|
3081
|
-
})) && $
|
|
3082
|
-
path: _path2 + ".list[" +
|
|
3083
|
-
expected: "__type.
|
|
2963
|
+
})) && $vo61(elem, _path2 + ".list[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2964
|
+
path: _path2 + ".list[" + _index50 + "]",
|
|
2965
|
+
expected: "__type.o9",
|
|
3084
2966
|
value: elem
|
|
3085
2967
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3086
2968
|
path: _path2 + ".list",
|
|
@@ -3100,9 +2982,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3100
2982
|
})();
|
|
3101
2983
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3102
2984
|
if ("string" === typeof input3.type)
|
|
3103
|
-
return $
|
|
2985
|
+
return $vo9(input3, _path2, _exceptionable2);
|
|
3104
2986
|
if ("filter" === input3.type)
|
|
3105
|
-
return $
|
|
2987
|
+
return $vo11(input3, _path2, _exceptionable2);
|
|
3106
2988
|
return $report(_exceptionable2, {
|
|
3107
2989
|
path: _path2,
|
|
3108
2990
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3111,21 +2993,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3111
2993
|
})();
|
|
3112
2994
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3113
2995
|
if (true === input3.startunbounded)
|
|
3114
|
-
return $
|
|
2996
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
3115
2997
|
if (true === input3.stopunbounded)
|
|
3116
|
-
return $
|
|
3117
|
-
return $
|
|
2998
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
2999
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
3118
3000
|
})();
|
|
3119
3001
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3120
3002
|
if (void 0 !== input3.type)
|
|
3121
|
-
return $
|
|
3122
|
-
return $
|
|
3003
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3004
|
+
return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
|
|
3123
3005
|
})();
|
|
3124
3006
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3125
3007
|
if (true === input3.startunbounded)
|
|
3126
|
-
return $
|
|
3008
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
3127
3009
|
if (void 0 !== input3.start)
|
|
3128
|
-
return $
|
|
3010
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
3129
3011
|
return $report(_exceptionable2, {
|
|
3130
3012
|
path: _path2,
|
|
3131
3013
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3134,9 +3016,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3134
3016
|
})();
|
|
3135
3017
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3136
3018
|
if (void 0 !== input3.stop)
|
|
3137
|
-
return $
|
|
3019
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
3138
3020
|
if (true === input3.stopunbounded)
|
|
3139
|
-
return $
|
|
3021
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3140
3022
|
return $report(_exceptionable2, {
|
|
3141
3023
|
path: _path2,
|
|
3142
3024
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3145,84 +3027,84 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3145
3027
|
})();
|
|
3146
3028
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3147
3029
|
if (void 0 !== input3.ranges)
|
|
3148
|
-
return $
|
|
3149
|
-
return $vo3(input3, _path2, false) || $
|
|
3030
|
+
return $vo13(input3, _path2, _exceptionable2);
|
|
3031
|
+
return $vo3(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
|
|
3150
3032
|
})();
|
|
3151
3033
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3152
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem,
|
|
3153
|
-
return $
|
|
3154
|
-
return $
|
|
3034
|
+
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index51) => "object" === typeof elem && null !== elem && $vo8(elem, _path2 + ".lst[" + _index51 + "]", false)).every((flag) => flag))
|
|
3035
|
+
return $vo7(input3, _path2, _exceptionable2);
|
|
3036
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
3155
3037
|
})();
|
|
3156
3038
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3157
|
-
if ("
|
|
3158
|
-
return $
|
|
3159
|
-
if ("
|
|
3160
|
-
return $
|
|
3039
|
+
if ("regular-bin" === input3.type)
|
|
3040
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
3041
|
+
if ("custom-bin" === input3.type)
|
|
3042
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3161
3043
|
return $report(_exceptionable2, {
|
|
3162
3044
|
path: _path2,
|
|
3163
|
-
expected:
|
|
3045
|
+
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
3164
3046
|
value: input3
|
|
3165
3047
|
});
|
|
3166
3048
|
})();
|
|
3167
3049
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3168
|
-
if ("
|
|
3169
|
-
return $
|
|
3170
|
-
if ("
|
|
3171
|
-
return $
|
|
3050
|
+
if ("gene" === input3.kind)
|
|
3051
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
3052
|
+
if ("coord" === input3.kind)
|
|
3053
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
3172
3054
|
return $report(_exceptionable2, {
|
|
3173
3055
|
path: _path2,
|
|
3174
|
-
expected:
|
|
3056
|
+
expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
3175
3057
|
value: input3
|
|
3176
3058
|
});
|
|
3177
3059
|
})();
|
|
3178
3060
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3179
3061
|
if ("values" === input3.type)
|
|
3180
|
-
return $
|
|
3062
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
3181
3063
|
if ("predefined-groupset" === input3.type)
|
|
3182
|
-
return $
|
|
3064
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3183
3065
|
if ("custom-groupset" === input3.type)
|
|
3184
|
-
return $
|
|
3185
|
-
return $
|
|
3066
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3067
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
3186
3068
|
})();
|
|
3187
3069
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3188
3070
|
if ("regular-bin" === input3.type)
|
|
3189
|
-
return $
|
|
3071
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
3190
3072
|
if ("continuous" === input3.mode)
|
|
3191
|
-
return $
|
|
3073
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
3192
3074
|
if ("spline" === input3.mode)
|
|
3193
|
-
return $
|
|
3194
|
-
return $
|
|
3075
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
3076
|
+
return $vo21(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
3195
3077
|
})();
|
|
3196
3078
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3197
3079
|
if ("gene" === input3.kind)
|
|
3198
|
-
return $
|
|
3080
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
3199
3081
|
if ("coord" === input3.kind)
|
|
3200
|
-
return $
|
|
3082
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
3201
3083
|
if ("categorical" === input3.type)
|
|
3202
|
-
return $
|
|
3084
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3203
3085
|
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3204
|
-
return $
|
|
3086
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
3205
3087
|
if ("condition" === input3.type)
|
|
3206
|
-
return $
|
|
3207
|
-
return $
|
|
3088
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
3089
|
+
return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
|
|
3208
3090
|
})();
|
|
3209
3091
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3210
3092
|
if (void 0 !== input3.predefined_groupset_idx)
|
|
3211
|
-
return $
|
|
3093
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3212
3094
|
if (void 0 !== input3.customset)
|
|
3213
|
-
return $
|
|
3095
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3214
3096
|
if (void 0 !== input3.bin_size)
|
|
3215
|
-
return $
|
|
3097
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
3216
3098
|
if (void 0 !== input3.knots)
|
|
3217
|
-
return $
|
|
3099
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
3218
3100
|
if (void 0 !== input3.AFcutoff)
|
|
3219
|
-
return $
|
|
3101
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
3220
3102
|
if (void 0 !== input3.timeScale)
|
|
3221
|
-
return $
|
|
3103
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
3222
3104
|
return (() => {
|
|
3223
3105
|
if (void 0 !== input3.groups)
|
|
3224
|
-
return $
|
|
3225
|
-
return $
|
|
3106
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
3107
|
+
return $vo35(input3, _path2, false) || $vo62(input3, _path2, false) || $vo34(input3, _path2, false) || $vo21(input3, _path2, false) || $vo40(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3226
3108
|
})();
|
|
3227
3109
|
})();
|
|
3228
3110
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|