@sjcrh/proteinpaint-types 2.150.0 → 2.152.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-OSBVSZBB.js → chunk-5BNDT4E6.js} +13 -77
- package/dist/{chunk-TTUU5XQC.js → chunk-5F24QFE7.js} +471 -253
- package/dist/{chunk-KSVIBMFQ.js → chunk-5OMJAZK4.js} +323 -185
- package/dist/{chunk-WL7ZVGZS.js → chunk-C27KCAQH.js} +476 -302
- package/dist/{chunk-5MGSKBUU.js → chunk-CC32XCET.js} +950 -574
- package/dist/{chunk-OZ3CVAFP.js → chunk-EBPGV76U.js} +279 -157
- package/dist/{chunk-KQNLROUN.js → chunk-GZKTMVAU.js} +750 -410
- package/dist/{chunk-3SKFYOKV.js → chunk-JT4DSNJ3.js} +476 -302
- package/dist/{chunk-75GS5ZG5.js → chunk-LXW2FSLR.js} +526 -352
- package/dist/{chunk-RA7IEGS4.js → chunk-MCL6EDOS.js} +482 -308
- package/dist/{chunk-DBSRGRXR.js → chunk-OAETETAO.js} +279 -157
- package/dist/{chunk-4MLQS6N7.js → chunk-OLWNM7QP.js} +279 -157
- package/dist/{chunk-MMFL6N5M.js → chunk-OLXOQLZH.js} +279 -157
- package/dist/{chunk-4SJC57Y6.js → chunk-ZXPLL3NT.js} +476 -302
- package/dist/correlationVolcano.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.chat.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.sampleScatter.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/routes/termdb.sampleScatter.ts +1 -3
- package/src/terms/numeric.ts +17 -1
- package/src/terms/term.ts +5 -0
|
@@ -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 && $iu7(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)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
29
|
+
const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
|
|
30
30
|
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
31
31
|
const value = input3[key];
|
|
32
32
|
if (void 0 === value)
|
|
@@ -38,17 +38,18 @@ 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) => "
|
|
43
|
-
const $io9 = (input3) => "string" === typeof input3.name && "
|
|
44
|
-
const $io10 = (input3) =>
|
|
45
|
-
const $io11 = (input3) => "string" === typeof input3.
|
|
46
|
-
const $io12 = (input3) =>
|
|
47
|
-
const $io13 = (input3) =>
|
|
48
|
-
const $io14 = (input3) => "string" === typeof input3.
|
|
49
|
-
const $io15 = (input3) => "
|
|
50
|
-
const $io16 = (input3) =>
|
|
51
|
-
const $io17 = (input3) =>
|
|
41
|
+
const $io7 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
42
|
+
const $io8 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io9(elem)));
|
|
43
|
+
const $io9 = (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.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
|
|
44
|
+
const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
45
|
+
const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
46
|
+
const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
|
|
47
|
+
const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
48
|
+
const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
49
|
+
const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
50
|
+
const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
51
|
+
const $io17 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding);
|
|
52
|
+
const $io18 = (input3) => Object.keys(input3).every((key) => {
|
|
52
53
|
const value = input3[key];
|
|
53
54
|
if (void 0 === value)
|
|
54
55
|
return true;
|
|
@@ -56,28 +57,28 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
56
57
|
return "number" === typeof value;
|
|
57
58
|
return true;
|
|
58
59
|
});
|
|
59
|
-
const $
|
|
60
|
-
const $
|
|
61
|
-
const $
|
|
62
|
-
const $
|
|
63
|
-
const $
|
|
64
|
-
const $
|
|
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 $
|
|
78
|
-
const $
|
|
79
|
-
const $
|
|
80
|
-
const $
|
|
60
|
+
const $io19 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
61
|
+
const $io20 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
62
|
+
const $io21 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
63
|
+
const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
64
|
+
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
65
|
+
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
66
|
+
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
67
|
+
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
68
|
+
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
69
|
+
const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
70
|
+
const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(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 && $io31(elem)));
|
|
71
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
|
|
72
|
+
const $io31 = (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;
|
|
73
|
+
const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io33(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
74
|
+
const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
75
|
+
const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
76
|
+
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
77
|
+
const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
78
|
+
const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
79
|
+
const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
80
|
+
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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "QualTWValues" === input3.type;
|
|
81
|
+
const $io40 = (input3) => Object.keys(input3).every((key) => {
|
|
81
82
|
const value = input3[key];
|
|
82
83
|
if (void 0 === value)
|
|
83
84
|
return true;
|
|
@@ -85,41 +86,41 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
85
86
|
return true;
|
|
86
87
|
return true;
|
|
87
88
|
});
|
|
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 $
|
|
111
|
-
const $
|
|
112
|
-
const $
|
|
113
|
-
const $
|
|
114
|
-
const $
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
119
|
-
const $
|
|
120
|
-
const $
|
|
121
|
-
const $
|
|
122
|
-
const $
|
|
89
|
+
const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
|
|
90
|
+
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
|
|
91
|
+
const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
93
|
+
const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
94
|
+
const $io46 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
95
|
+
const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
|
|
96
|
+
const $io48 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
|
|
97
|
+
const $io49 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
98
|
+
const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
|
|
100
|
+
const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
101
|
+
const $io53 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io54(input3.q));
|
|
102
|
+
const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
|
|
103
|
+
const $io55 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
|
|
104
|
+
const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io57(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
105
|
+
const $io57 = (input3) => "number" === typeof input3.value;
|
|
106
|
+
const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
|
|
107
|
+
const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
108
|
+
const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
109
|
+
const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
|
|
110
|
+
const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
|
|
111
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
112
|
+
const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
|
|
113
|
+
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
|
|
114
|
+
const $io66 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
|
|
115
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
116
|
+
const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
|
|
117
|
+
const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io72(input3.term));
|
|
118
|
+
const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $io71(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;
|
|
119
|
+
const $io71 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
120
|
+
const $io72 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io73(elem)));
|
|
121
|
+
const $io73 = (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 && $io74(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io75(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);
|
|
122
|
+
const $io74 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
123
|
+
const $io75 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
123
124
|
const $iu0 = (input3) => (() => {
|
|
124
125
|
if ("tvslst" === input3.type)
|
|
125
126
|
return $io1(input3);
|
|
@@ -129,133 +130,133 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
129
130
|
})();
|
|
130
131
|
const $iu1 = (input3) => (() => {
|
|
131
132
|
if ("string" === typeof input3.type)
|
|
132
|
-
return $
|
|
133
|
+
return $io10(input3);
|
|
133
134
|
if ("filter" === input3.type)
|
|
134
|
-
return $
|
|
135
|
+
return $io12(input3);
|
|
135
136
|
return false;
|
|
136
137
|
})();
|
|
137
138
|
const $iu2 = (input3) => (() => {
|
|
138
139
|
if (true === input3.startunbounded)
|
|
139
|
-
return $
|
|
140
|
+
return $io19(input3);
|
|
140
141
|
if (true === input3.stopunbounded)
|
|
141
|
-
return $
|
|
142
|
-
return $
|
|
142
|
+
return $io21(input3);
|
|
143
|
+
return $io20(input3);
|
|
143
144
|
})();
|
|
144
145
|
const $iu3 = (input3) => (() => {
|
|
145
146
|
if ("gene" === input3.kind)
|
|
146
|
-
return $io34(input3);
|
|
147
|
-
if ("coord" === input3.kind)
|
|
148
147
|
return $io35(input3);
|
|
148
|
+
if ("coord" === input3.kind)
|
|
149
|
+
return $io36(input3);
|
|
149
150
|
return false;
|
|
150
151
|
})();
|
|
151
152
|
const $iu4 = (input3) => (() => {
|
|
152
153
|
if ("SnpsTW" === input3.type)
|
|
153
|
-
return $
|
|
154
|
+
return $io69(input3);
|
|
154
155
|
if ("ConditionTW" === input3.type)
|
|
155
|
-
return $
|
|
156
|
+
return $io66(input3);
|
|
156
157
|
if ("GvCustomGsTW" === input3.type)
|
|
157
|
-
return $
|
|
158
|
+
return $io64(input3);
|
|
158
159
|
if ("GvPredefinedGsTW" === input3.type)
|
|
159
|
-
return $
|
|
160
|
+
return $io62(input3);
|
|
160
161
|
if ("GvValuesTW" === input3.type)
|
|
161
|
-
return $
|
|
162
|
+
return $io58(input3);
|
|
162
163
|
if ("NumTWSpline" === input3.type)
|
|
163
|
-
return $
|
|
164
|
+
return $io55(input3);
|
|
164
165
|
if ("NumTWCont" === input3.type)
|
|
165
|
-
return $
|
|
166
|
+
return $io53(input3);
|
|
166
167
|
if ("NumTWBinary" === input3.type)
|
|
167
|
-
return $
|
|
168
|
+
return $io51(input3);
|
|
168
169
|
if ("NumTWCustomBin" === input3.type)
|
|
169
|
-
return $
|
|
170
|
+
return $io50(input3);
|
|
170
171
|
if ("NumTWRegularBin" === input3.type)
|
|
171
|
-
return $
|
|
172
|
+
return $io49(input3);
|
|
172
173
|
if ("QualTWCustomGS" === input3.type)
|
|
173
|
-
return $
|
|
174
|
+
return $io46(input3);
|
|
174
175
|
if ("QualTWPredefinedGS" === input3.type)
|
|
175
|
-
return $
|
|
176
|
+
return $io44(input3);
|
|
176
177
|
if ("QualTWValues" === input3.type)
|
|
177
|
-
return $
|
|
178
|
+
return $io39(input3);
|
|
178
179
|
return false;
|
|
179
180
|
})();
|
|
180
181
|
const $iu5 = (input3) => (() => {
|
|
181
182
|
if (true === input3.startunbounded)
|
|
182
|
-
return $io18(input3);
|
|
183
|
-
if (void 0 !== input3.start)
|
|
184
183
|
return $io19(input3);
|
|
184
|
+
if (void 0 !== input3.start)
|
|
185
|
+
return $io20(input3);
|
|
185
186
|
return false;
|
|
186
187
|
})();
|
|
187
188
|
const $iu6 = (input3) => (() => {
|
|
188
189
|
if (void 0 !== input3.stop)
|
|
189
|
-
return $io19(input3);
|
|
190
|
-
if (true === input3.stopunbounded)
|
|
191
190
|
return $io20(input3);
|
|
191
|
+
if (true === input3.stopunbounded)
|
|
192
|
+
return $io21(input3);
|
|
192
193
|
return false;
|
|
193
194
|
})();
|
|
194
195
|
const $iu7 = (input3) => (() => {
|
|
195
196
|
if (void 0 !== input3.ranges)
|
|
196
|
-
return $
|
|
197
|
+
return $io13(input3);
|
|
197
198
|
return (() => {
|
|
198
199
|
if ($io3(input3))
|
|
199
200
|
return $io3(input3);
|
|
200
|
-
if ($
|
|
201
|
-
return $
|
|
202
|
-
if ($
|
|
203
|
-
return $
|
|
201
|
+
if ($io29(input3))
|
|
202
|
+
return $io29(input3);
|
|
203
|
+
if ($io32(input3))
|
|
204
|
+
return $io32(input3);
|
|
204
205
|
return false;
|
|
205
206
|
})();
|
|
206
207
|
})();
|
|
207
208
|
const $iu8 = (input3) => (() => {
|
|
208
209
|
if ("integer" === input3.type || "float" === input3.type)
|
|
209
|
-
return $
|
|
210
|
+
return $io14(input3);
|
|
210
211
|
if ("metaboliteIntensity" === input3.type)
|
|
211
|
-
return $io24(input3);
|
|
212
|
-
if ("date" === input3.type)
|
|
213
212
|
return $io25(input3);
|
|
214
|
-
if ("
|
|
213
|
+
if ("date" === input3.type)
|
|
215
214
|
return $io26(input3);
|
|
215
|
+
if ("ssGSEA" === input3.type)
|
|
216
|
+
return $io27(input3);
|
|
216
217
|
return (() => {
|
|
218
|
+
if ($io24(input3))
|
|
219
|
+
return $io24(input3);
|
|
217
220
|
if ($io23(input3))
|
|
218
221
|
return $io23(input3);
|
|
219
|
-
if ($io22(input3))
|
|
220
|
-
return $io22(input3);
|
|
221
222
|
return false;
|
|
222
223
|
})();
|
|
223
224
|
})();
|
|
224
225
|
const $iu9 = (input3) => (() => {
|
|
225
226
|
if ("regular-bin" === input3.type)
|
|
226
|
-
return $
|
|
227
|
+
return $io17(input3);
|
|
227
228
|
if ("custom-bin" === input3.type)
|
|
228
|
-
return $
|
|
229
|
+
return $io22(input3);
|
|
229
230
|
return false;
|
|
230
231
|
})();
|
|
231
232
|
const $iu10 = (input3) => (() => {
|
|
232
233
|
if ("gene" === input3.kind)
|
|
233
|
-
return $
|
|
234
|
+
return $io34(input3);
|
|
234
235
|
if ("coord" === input3.kind)
|
|
235
|
-
return $
|
|
236
|
+
return $io37(input3);
|
|
236
237
|
return false;
|
|
237
238
|
})();
|
|
238
239
|
const $iu11 = (input3) => (() => {
|
|
239
240
|
if ("categorical" === input3.type)
|
|
240
241
|
return $io4(input3);
|
|
241
242
|
if ("snp" === input3.type)
|
|
242
|
-
return $io40(input3);
|
|
243
|
-
if ("singleCellCellType" === input3.type)
|
|
244
243
|
return $io41(input3);
|
|
244
|
+
if ("singleCellCellType" === input3.type)
|
|
245
|
+
return $io42(input3);
|
|
245
246
|
return false;
|
|
246
247
|
})();
|
|
247
248
|
const $iu12 = (input3) => (() => {
|
|
248
249
|
if ("gene" === input3.kind)
|
|
249
|
-
return $io58(input3);
|
|
250
|
-
if ("coord" === input3.kind)
|
|
251
250
|
return $io59(input3);
|
|
251
|
+
if ("coord" === input3.kind)
|
|
252
|
+
return $io60(input3);
|
|
252
253
|
return false;
|
|
253
254
|
})();
|
|
254
255
|
const $iu13 = (input3) => (() => {
|
|
255
256
|
if ("grade" === input3.valueFor)
|
|
256
|
-
return $io66(input3);
|
|
257
|
-
if ("children" === input3.valueFor)
|
|
258
257
|
return $io67(input3);
|
|
258
|
+
if ("children" === input3.valueFor)
|
|
259
|
+
return $io68(input3);
|
|
259
260
|
return false;
|
|
260
261
|
})();
|
|
261
262
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -448,11 +449,19 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
448
449
|
path: _path2 + ".skipValuesBuild",
|
|
449
450
|
expected: "(boolean | undefined)",
|
|
450
451
|
value: input3.skipValuesBuild
|
|
452
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
453
|
+
path: _path2 + ".valueConversion",
|
|
454
|
+
expected: "(__type.o1 | undefined)",
|
|
455
|
+
value: input3.valueConversion
|
|
456
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
457
|
+
path: _path2 + ".valueConversion",
|
|
458
|
+
expected: "(__type.o1 | undefined)",
|
|
459
|
+
value: input3.valueConversion
|
|
451
460
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
452
461
|
path: _path2 + ".groupsetting",
|
|
453
462
|
expected: "TermGroupSetting",
|
|
454
463
|
value: input3.groupsetting
|
|
455
|
-
})) && $
|
|
464
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
456
465
|
path: _path2 + ".groupsetting",
|
|
457
466
|
expected: "TermGroupSetting",
|
|
458
467
|
value: input3.groupsetting
|
|
@@ -516,7 +525,20 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
516
525
|
expected: "(Filter | undefined)",
|
|
517
526
|
value: input3.filter
|
|
518
527
|
})].every((flag) => flag);
|
|
519
|
-
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["
|
|
528
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
529
|
+
path: _path2 + ".fromUnit",
|
|
530
|
+
expected: "string",
|
|
531
|
+
value: input3.fromUnit
|
|
532
|
+
}), "string" === typeof input3.toUnit || $report(_exceptionable2, {
|
|
533
|
+
path: _path2 + ".toUnit",
|
|
534
|
+
expected: "string",
|
|
535
|
+
value: input3.toUnit
|
|
536
|
+
}), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
|
|
537
|
+
path: _path2 + ".scaleFactor",
|
|
538
|
+
expected: "string",
|
|
539
|
+
value: input3.scaleFactor
|
|
540
|
+
})].every((flag) => flag);
|
|
541
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
520
542
|
path: _path2 + ".disabled",
|
|
521
543
|
expected: "boolean",
|
|
522
544
|
value: input3.disabled
|
|
@@ -528,7 +550,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
528
550
|
path: _path2 + ".lst[" + _index6 + "]",
|
|
529
551
|
expected: "Groupset",
|
|
530
552
|
value: elem
|
|
531
|
-
})) && $
|
|
553
|
+
})) && $vo9(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
532
554
|
path: _path2 + ".lst[" + _index6 + "]",
|
|
533
555
|
expected: "Groupset",
|
|
534
556
|
value: elem
|
|
@@ -537,7 +559,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
537
559
|
expected: "(Array<Groupset> | undefined)",
|
|
538
560
|
value: input3.lst
|
|
539
561
|
})].every((flag) => flag);
|
|
540
|
-
const $
|
|
562
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
541
563
|
path: _path2 + ".name",
|
|
542
564
|
expected: "string",
|
|
543
565
|
value: input3.name
|
|
@@ -570,7 +592,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
570
592
|
expected: "Array<GroupEntry>",
|
|
571
593
|
value: input3.groups
|
|
572
594
|
})].every((flag) => flag);
|
|
573
|
-
const $
|
|
595
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
574
596
|
path: _path2 + ".name",
|
|
575
597
|
expected: "string",
|
|
576
598
|
value: input3.name
|
|
@@ -584,11 +606,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
584
606
|
value: input3.values
|
|
585
607
|
})) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
586
608
|
path: _path2 + ".values[" + _index8 + "]",
|
|
587
|
-
expected: "__type.
|
|
609
|
+
expected: "__type.o2",
|
|
588
610
|
value: elem
|
|
589
|
-
})) && $
|
|
611
|
+
})) && $vo11(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
590
612
|
path: _path2 + ".values[" + _index8 + "]",
|
|
591
|
-
expected: "__type.
|
|
613
|
+
expected: "__type.o2",
|
|
592
614
|
value: elem
|
|
593
615
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
594
616
|
path: _path2 + ".values",
|
|
@@ -599,7 +621,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
599
621
|
expected: "(boolean | undefined)",
|
|
600
622
|
value: input3.uncomputable
|
|
601
623
|
})].every((flag) => flag);
|
|
602
|
-
const $
|
|
624
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
603
625
|
path: _path2 + ".key",
|
|
604
626
|
expected: "(number | string)",
|
|
605
627
|
value: input3.key
|
|
@@ -608,7 +630,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
608
630
|
expected: "string",
|
|
609
631
|
value: input3.label
|
|
610
632
|
})].every((flag) => flag);
|
|
611
|
-
const $
|
|
633
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
612
634
|
path: _path2 + ".name",
|
|
613
635
|
expected: "string",
|
|
614
636
|
value: input3.name
|
|
@@ -629,7 +651,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
629
651
|
expected: "string",
|
|
630
652
|
value: input3.color
|
|
631
653
|
})].every((flag) => flag);
|
|
632
|
-
const $
|
|
654
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
633
655
|
path: _path2 + ".join",
|
|
634
656
|
expected: "(string | undefined)",
|
|
635
657
|
value: input3.join
|
|
@@ -667,18 +689,18 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
667
689
|
value: input3.values
|
|
668
690
|
})) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
669
691
|
path: _path2 + ".values[" + _index10 + "]",
|
|
670
|
-
expected: "__type.
|
|
692
|
+
expected: "__type.o4",
|
|
671
693
|
value: elem
|
|
672
|
-
})) && $
|
|
694
|
+
})) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
673
695
|
path: _path2 + ".values[" + _index10 + "]",
|
|
674
|
-
expected: "__type.
|
|
696
|
+
expected: "__type.o4",
|
|
675
697
|
value: elem
|
|
676
698
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
677
699
|
path: _path2 + ".values",
|
|
678
700
|
expected: "Array<__type>.o1",
|
|
679
701
|
value: input3.values
|
|
680
702
|
})].every((flag) => flag);
|
|
681
|
-
const $
|
|
703
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
682
704
|
path: _path2 + ".id",
|
|
683
705
|
expected: "string",
|
|
684
706
|
value: input3.id
|
|
@@ -734,13 +756,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
734
756
|
path: _path2 + ".skipValuesBuild",
|
|
735
757
|
expected: "(boolean | undefined)",
|
|
736
758
|
value: input3.skipValuesBuild
|
|
759
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
760
|
+
path: _path2 + ".valueConversion",
|
|
761
|
+
expected: "(__type.o1 | undefined)",
|
|
762
|
+
value: input3.valueConversion
|
|
763
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
764
|
+
path: _path2 + ".valueConversion",
|
|
765
|
+
expected: "(__type.o1 | undefined)",
|
|
766
|
+
value: input3.valueConversion
|
|
737
767
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
738
768
|
path: _path2 + ".continuousColorScale",
|
|
739
|
-
expected: "(__type.
|
|
769
|
+
expected: "(__type.o3 | undefined)",
|
|
740
770
|
value: input3.continuousColorScale
|
|
741
|
-
})) && $
|
|
771
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
742
772
|
path: _path2 + ".continuousColorScale",
|
|
743
|
-
expected: "(__type.
|
|
773
|
+
expected: "(__type.o3 | undefined)",
|
|
744
774
|
value: input3.continuousColorScale
|
|
745
775
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
746
776
|
path: _path2 + ".unit",
|
|
@@ -750,12 +780,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
750
780
|
path: _path2 + ".bins",
|
|
751
781
|
expected: "PresetNumericBins",
|
|
752
782
|
value: input3.bins
|
|
753
|
-
})) && $
|
|
783
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
754
784
|
path: _path2 + ".bins",
|
|
755
785
|
expected: "PresetNumericBins",
|
|
756
786
|
value: input3.bins
|
|
757
787
|
})].every((flag) => flag);
|
|
758
|
-
const $
|
|
788
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
759
789
|
path: _path2 + ".minColor",
|
|
760
790
|
expected: "string",
|
|
761
791
|
value: input3.minColor
|
|
@@ -764,7 +794,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
764
794
|
expected: "string",
|
|
765
795
|
value: input3.maxColor
|
|
766
796
|
})].every((flag) => flag);
|
|
767
|
-
const $
|
|
797
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
768
798
|
path: _path2 + '["default"]',
|
|
769
799
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
770
800
|
value: input3["default"]
|
|
@@ -801,11 +831,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
801
831
|
expected: "(number | undefined)",
|
|
802
832
|
value: input3.max
|
|
803
833
|
})].every((flag) => flag);
|
|
804
|
-
const $
|
|
834
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
805
835
|
path: _path2 + ".hiddenValues",
|
|
806
836
|
expected: "(HiddenValues | undefined)",
|
|
807
837
|
value: input3.hiddenValues
|
|
808
|
-
})) && $
|
|
838
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
809
839
|
path: _path2 + ".hiddenValues",
|
|
810
840
|
expected: "(HiddenValues | undefined)",
|
|
811
841
|
value: input3.hiddenValues
|
|
@@ -853,8 +883,20 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
853
883
|
path: _path2 + ".label_offset",
|
|
854
884
|
expected: "(number | undefined)",
|
|
855
885
|
value: input3.label_offset
|
|
886
|
+
}), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
|
|
887
|
+
path: _path2 + ".startinclusive",
|
|
888
|
+
expected: "(boolean | undefined)",
|
|
889
|
+
value: input3.startinclusive
|
|
890
|
+
}), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
|
|
891
|
+
path: _path2 + ".stopinclusive",
|
|
892
|
+
expected: "(boolean | undefined)",
|
|
893
|
+
value: input3.stopinclusive
|
|
894
|
+
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
895
|
+
path: _path2 + ".rounding",
|
|
896
|
+
expected: "(string | undefined)",
|
|
897
|
+
value: input3.rounding
|
|
856
898
|
})].every((flag) => flag);
|
|
857
|
-
const $
|
|
899
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
858
900
|
const value = input3[key];
|
|
859
901
|
if (void 0 === value)
|
|
860
902
|
return true;
|
|
@@ -866,7 +908,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
866
908
|
});
|
|
867
909
|
return true;
|
|
868
910
|
}).every((flag) => flag)].every((flag) => flag);
|
|
869
|
-
const $
|
|
911
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
870
912
|
path: _path2 + ".startunbounded",
|
|
871
913
|
expected: "true",
|
|
872
914
|
value: input3.startunbounded
|
|
@@ -895,7 +937,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
895
937
|
expected: "(string | undefined)",
|
|
896
938
|
value: input3.range
|
|
897
939
|
})].every((flag) => flag);
|
|
898
|
-
const $
|
|
940
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
899
941
|
path: _path2 + ".startunbounded",
|
|
900
942
|
expected: "(false | undefined)",
|
|
901
943
|
value: input3.startunbounded
|
|
@@ -928,7 +970,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
928
970
|
expected: "(string | undefined)",
|
|
929
971
|
value: input3.range
|
|
930
972
|
})].every((flag) => flag);
|
|
931
|
-
const $
|
|
973
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
932
974
|
path: _path2 + ".start",
|
|
933
975
|
expected: "number",
|
|
934
976
|
value: input3.start
|
|
@@ -957,11 +999,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
957
999
|
expected: "(string | undefined)",
|
|
958
1000
|
value: input3.range
|
|
959
1001
|
})].every((flag) => flag);
|
|
960
|
-
const $
|
|
1002
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
961
1003
|
path: _path2 + ".hiddenValues",
|
|
962
1004
|
expected: "(HiddenValues | undefined)",
|
|
963
1005
|
value: input3.hiddenValues
|
|
964
|
-
})) && $
|
|
1006
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
965
1007
|
path: _path2 + ".hiddenValues",
|
|
966
1008
|
expected: "(HiddenValues | undefined)",
|
|
967
1009
|
value: input3.hiddenValues
|
|
@@ -987,7 +1029,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
987
1029
|
value: input3.mode
|
|
988
1030
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
989
1031
|
path: _path2 + ".lst",
|
|
990
|
-
expected: "
|
|
1032
|
+
expected: "CustomNumericBinConfigLst",
|
|
991
1033
|
value: input3.lst
|
|
992
1034
|
})) && ([
|
|
993
1035
|
("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
|
|
@@ -1017,14 +1059,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1017
1059
|
value: input3.lst.slice(1)
|
|
1018
1060
|
}))) || $report(_exceptionable2, {
|
|
1019
1061
|
path: _path2 + ".lst",
|
|
1020
|
-
expected: "
|
|
1062
|
+
expected: "CustomNumericBinConfigLst",
|
|
1021
1063
|
value: input3.lst
|
|
1022
1064
|
}), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
|
|
1023
1065
|
path: _path2 + ".preferredBins",
|
|
1024
1066
|
expected: '("median" | undefined)',
|
|
1025
1067
|
value: input3.preferredBins
|
|
1026
1068
|
})].every((flag) => flag);
|
|
1027
|
-
const $
|
|
1069
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1028
1070
|
path: _path2 + ".id",
|
|
1029
1071
|
expected: "string",
|
|
1030
1072
|
value: input3.id
|
|
@@ -1080,13 +1122,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1080
1122
|
path: _path2 + ".skipValuesBuild",
|
|
1081
1123
|
expected: "(boolean | undefined)",
|
|
1082
1124
|
value: input3.skipValuesBuild
|
|
1125
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1126
|
+
path: _path2 + ".valueConversion",
|
|
1127
|
+
expected: "(__type.o1 | undefined)",
|
|
1128
|
+
value: input3.valueConversion
|
|
1129
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1130
|
+
path: _path2 + ".valueConversion",
|
|
1131
|
+
expected: "(__type.o1 | undefined)",
|
|
1132
|
+
value: input3.valueConversion
|
|
1083
1133
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1084
1134
|
path: _path2 + ".continuousColorScale",
|
|
1085
|
-
expected: "(__type.
|
|
1135
|
+
expected: "(__type.o3 | undefined)",
|
|
1086
1136
|
value: input3.continuousColorScale
|
|
1087
|
-
})) && $
|
|
1137
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1088
1138
|
path: _path2 + ".continuousColorScale",
|
|
1089
|
-
expected: "(__type.
|
|
1139
|
+
expected: "(__type.o3 | undefined)",
|
|
1090
1140
|
value: input3.continuousColorScale
|
|
1091
1141
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1092
1142
|
path: _path2 + ".unit",
|
|
@@ -1096,7 +1146,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1096
1146
|
path: _path2 + ".bins",
|
|
1097
1147
|
expected: "(PresetNumericBins | undefined)",
|
|
1098
1148
|
value: input3.bins
|
|
1099
|
-
})) && $
|
|
1149
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1100
1150
|
path: _path2 + ".bins",
|
|
1101
1151
|
expected: "(PresetNumericBins | undefined)",
|
|
1102
1152
|
value: input3.bins
|
|
@@ -1121,7 +1171,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1121
1171
|
expected: "(number | undefined)",
|
|
1122
1172
|
value: input3.stop
|
|
1123
1173
|
})].every((flag) => flag);
|
|
1124
|
-
const $
|
|
1174
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1125
1175
|
path: _path2 + ".id",
|
|
1126
1176
|
expected: "string",
|
|
1127
1177
|
value: input3.id
|
|
@@ -1177,13 +1227,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1177
1227
|
path: _path2 + ".skipValuesBuild",
|
|
1178
1228
|
expected: "(boolean | undefined)",
|
|
1179
1229
|
value: input3.skipValuesBuild
|
|
1230
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1231
|
+
path: _path2 + ".valueConversion",
|
|
1232
|
+
expected: "(__type.o1 | undefined)",
|
|
1233
|
+
value: input3.valueConversion
|
|
1234
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1235
|
+
path: _path2 + ".valueConversion",
|
|
1236
|
+
expected: "(__type.o1 | undefined)",
|
|
1237
|
+
value: input3.valueConversion
|
|
1180
1238
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1181
1239
|
path: _path2 + ".continuousColorScale",
|
|
1182
|
-
expected: "(__type.
|
|
1240
|
+
expected: "(__type.o3 | undefined)",
|
|
1183
1241
|
value: input3.continuousColorScale
|
|
1184
|
-
})) && $
|
|
1242
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1185
1243
|
path: _path2 + ".continuousColorScale",
|
|
1186
|
-
expected: "(__type.
|
|
1244
|
+
expected: "(__type.o3 | undefined)",
|
|
1187
1245
|
value: input3.continuousColorScale
|
|
1188
1246
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1189
1247
|
path: _path2 + ".unit",
|
|
@@ -1193,7 +1251,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1193
1251
|
path: _path2 + ".bins",
|
|
1194
1252
|
expected: "(PresetNumericBins | undefined)",
|
|
1195
1253
|
value: input3.bins
|
|
1196
|
-
})) && $
|
|
1254
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1197
1255
|
path: _path2 + ".bins",
|
|
1198
1256
|
expected: "(PresetNumericBins | undefined)",
|
|
1199
1257
|
value: input3.bins
|
|
@@ -1218,7 +1276,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1218
1276
|
expected: "number",
|
|
1219
1277
|
value: input3.stop
|
|
1220
1278
|
})].every((flag) => flag);
|
|
1221
|
-
const $
|
|
1279
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1222
1280
|
path: _path2 + ".id",
|
|
1223
1281
|
expected: "string",
|
|
1224
1282
|
value: input3.id
|
|
@@ -1274,13 +1332,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1274
1332
|
path: _path2 + ".skipValuesBuild",
|
|
1275
1333
|
expected: "(boolean | undefined)",
|
|
1276
1334
|
value: input3.skipValuesBuild
|
|
1335
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1336
|
+
path: _path2 + ".valueConversion",
|
|
1337
|
+
expected: "(__type.o1 | undefined)",
|
|
1338
|
+
value: input3.valueConversion
|
|
1339
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1340
|
+
path: _path2 + ".valueConversion",
|
|
1341
|
+
expected: "(__type.o1 | undefined)",
|
|
1342
|
+
value: input3.valueConversion
|
|
1277
1343
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1278
1344
|
path: _path2 + ".continuousColorScale",
|
|
1279
|
-
expected: "(__type.
|
|
1345
|
+
expected: "(__type.o3 | undefined)",
|
|
1280
1346
|
value: input3.continuousColorScale
|
|
1281
|
-
})) && $
|
|
1347
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1282
1348
|
path: _path2 + ".continuousColorScale",
|
|
1283
|
-
expected: "(__type.
|
|
1349
|
+
expected: "(__type.o3 | undefined)",
|
|
1284
1350
|
value: input3.continuousColorScale
|
|
1285
1351
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1286
1352
|
path: _path2 + ".unit",
|
|
@@ -1294,12 +1360,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1294
1360
|
path: _path2 + ".bins",
|
|
1295
1361
|
expected: "(PresetNumericBins | undefined)",
|
|
1296
1362
|
value: input3.bins
|
|
1297
|
-
})) && $
|
|
1363
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1298
1364
|
path: _path2 + ".bins",
|
|
1299
1365
|
expected: "(PresetNumericBins | undefined)",
|
|
1300
1366
|
value: input3.bins
|
|
1301
1367
|
})].every((flag) => flag);
|
|
1302
|
-
const $
|
|
1368
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1303
1369
|
path: _path2 + ".id",
|
|
1304
1370
|
expected: "string",
|
|
1305
1371
|
value: input3.id
|
|
@@ -1355,13 +1421,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1355
1421
|
path: _path2 + ".skipValuesBuild",
|
|
1356
1422
|
expected: "(boolean | undefined)",
|
|
1357
1423
|
value: input3.skipValuesBuild
|
|
1424
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1425
|
+
path: _path2 + ".valueConversion",
|
|
1426
|
+
expected: "(__type.o1 | undefined)",
|
|
1427
|
+
value: input3.valueConversion
|
|
1428
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1429
|
+
path: _path2 + ".valueConversion",
|
|
1430
|
+
expected: "(__type.o1 | undefined)",
|
|
1431
|
+
value: input3.valueConversion
|
|
1358
1432
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1359
1433
|
path: _path2 + ".continuousColorScale",
|
|
1360
|
-
expected: "(__type.
|
|
1434
|
+
expected: "(__type.o3 | undefined)",
|
|
1361
1435
|
value: input3.continuousColorScale
|
|
1362
|
-
})) && $
|
|
1436
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1363
1437
|
path: _path2 + ".continuousColorScale",
|
|
1364
|
-
expected: "(__type.
|
|
1438
|
+
expected: "(__type.o3 | undefined)",
|
|
1365
1439
|
value: input3.continuousColorScale
|
|
1366
1440
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1367
1441
|
path: _path2 + ".unit",
|
|
@@ -1371,12 +1445,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1371
1445
|
path: _path2 + ".bins",
|
|
1372
1446
|
expected: "(PresetNumericBins | undefined)",
|
|
1373
1447
|
value: input3.bins
|
|
1374
|
-
})) && $
|
|
1448
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1375
1449
|
path: _path2 + ".bins",
|
|
1376
1450
|
expected: "(PresetNumericBins | undefined)",
|
|
1377
1451
|
value: input3.bins
|
|
1378
1452
|
})].every((flag) => flag);
|
|
1379
|
-
const $
|
|
1453
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1380
1454
|
path: _path2 + ".id",
|
|
1381
1455
|
expected: "string",
|
|
1382
1456
|
value: input3.id
|
|
@@ -1432,13 +1506,21 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1432
1506
|
path: _path2 + ".skipValuesBuild",
|
|
1433
1507
|
expected: "(boolean | undefined)",
|
|
1434
1508
|
value: input3.skipValuesBuild
|
|
1509
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1510
|
+
path: _path2 + ".valueConversion",
|
|
1511
|
+
expected: "(__type.o1 | undefined)",
|
|
1512
|
+
value: input3.valueConversion
|
|
1513
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1514
|
+
path: _path2 + ".valueConversion",
|
|
1515
|
+
expected: "(__type.o1 | undefined)",
|
|
1516
|
+
value: input3.valueConversion
|
|
1435
1517
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1436
1518
|
path: _path2 + ".continuousColorScale",
|
|
1437
|
-
expected: "(__type.
|
|
1519
|
+
expected: "(__type.o3 | undefined)",
|
|
1438
1520
|
value: input3.continuousColorScale
|
|
1439
|
-
})) && $
|
|
1521
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1440
1522
|
path: _path2 + ".continuousColorScale",
|
|
1441
|
-
expected: "(__type.
|
|
1523
|
+
expected: "(__type.o3 | undefined)",
|
|
1442
1524
|
value: input3.continuousColorScale
|
|
1443
1525
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1444
1526
|
path: _path2 + ".unit",
|
|
@@ -1460,12 +1542,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1460
1542
|
path: _path2 + ".bins",
|
|
1461
1543
|
expected: "(PresetNumericBins | undefined)",
|
|
1462
1544
|
value: input3.bins
|
|
1463
|
-
})) && $
|
|
1545
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1464
1546
|
path: _path2 + ".bins",
|
|
1465
1547
|
expected: "(PresetNumericBins | undefined)",
|
|
1466
1548
|
value: input3.bins
|
|
1467
1549
|
})].every((flag) => flag);
|
|
1468
|
-
const $
|
|
1550
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1469
1551
|
path: _path2 + ".key",
|
|
1470
1552
|
expected: "string",
|
|
1471
1553
|
value: input3.key
|
|
@@ -1482,7 +1564,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1482
1564
|
expected: "(string | undefined)",
|
|
1483
1565
|
value: input3.label
|
|
1484
1566
|
})].every((flag) => flag);
|
|
1485
|
-
const $
|
|
1567
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1486
1568
|
path: _path2 + ".join",
|
|
1487
1569
|
expected: "(string | undefined)",
|
|
1488
1570
|
value: input3.join
|
|
@@ -1494,7 +1576,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1494
1576
|
path: _path2 + ".term",
|
|
1495
1577
|
expected: "ConditionTerm",
|
|
1496
1578
|
value: input3.term
|
|
1497
|
-
})) && $
|
|
1579
|
+
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1498
1580
|
path: _path2 + ".term",
|
|
1499
1581
|
expected: "ConditionTerm",
|
|
1500
1582
|
value: input3.term
|
|
@@ -1518,7 +1600,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1518
1600
|
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
1519
1601
|
expected: "GradeAndChildEntry",
|
|
1520
1602
|
value: elem
|
|
1521
|
-
})) && $
|
|
1603
|
+
})) && $vo31(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1522
1604
|
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
1523
1605
|
expected: "GradeAndChildEntry",
|
|
1524
1606
|
value: elem
|
|
@@ -1527,7 +1609,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1527
1609
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1528
1610
|
value: input3.grade_and_child
|
|
1529
1611
|
})].every((flag) => flag);
|
|
1530
|
-
const $
|
|
1612
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1531
1613
|
path: _path2 + ".id",
|
|
1532
1614
|
expected: "string",
|
|
1533
1615
|
value: input3.id
|
|
@@ -1583,8 +1665,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1583
1665
|
path: _path2 + ".skipValuesBuild",
|
|
1584
1666
|
expected: "(boolean | undefined)",
|
|
1585
1667
|
value: input3.skipValuesBuild
|
|
1668
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1669
|
+
path: _path2 + ".valueConversion",
|
|
1670
|
+
expected: "(__type.o1 | undefined)",
|
|
1671
|
+
value: input3.valueConversion
|
|
1672
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1673
|
+
path: _path2 + ".valueConversion",
|
|
1674
|
+
expected: "(__type.o1 | undefined)",
|
|
1675
|
+
value: input3.valueConversion
|
|
1586
1676
|
})].every((flag) => flag);
|
|
1587
|
-
const $
|
|
1677
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1588
1678
|
path: _path2 + ".grade",
|
|
1589
1679
|
expected: "number",
|
|
1590
1680
|
value: input3.grade
|
|
@@ -1601,7 +1691,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1601
1691
|
expected: "string",
|
|
1602
1692
|
value: input3.child_label
|
|
1603
1693
|
})].every((flag) => flag);
|
|
1604
|
-
const $
|
|
1694
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1605
1695
|
path: _path2 + ".join",
|
|
1606
1696
|
expected: "(string | undefined)",
|
|
1607
1697
|
value: input3.join
|
|
@@ -1613,7 +1703,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1613
1703
|
path: _path2 + ".term",
|
|
1614
1704
|
expected: "DtTerm",
|
|
1615
1705
|
value: input3.term
|
|
1616
|
-
})) && $
|
|
1706
|
+
})) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1617
1707
|
path: _path2 + ".term",
|
|
1618
1708
|
expected: "DtTerm",
|
|
1619
1709
|
value: input3.term
|
|
@@ -1623,11 +1713,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1623
1713
|
value: input3.values
|
|
1624
1714
|
})) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1625
1715
|
path: _path2 + ".values[" + _index28 + "]",
|
|
1626
|
-
expected: "__type.
|
|
1716
|
+
expected: "__type.o5",
|
|
1627
1717
|
value: elem
|
|
1628
|
-
})) && $
|
|
1718
|
+
})) && $vo38(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1629
1719
|
path: _path2 + ".values[" + _index28 + "]",
|
|
1630
|
-
expected: "__type.
|
|
1720
|
+
expected: "__type.o5",
|
|
1631
1721
|
value: elem
|
|
1632
1722
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1633
1723
|
path: _path2 + ".values",
|
|
@@ -1642,7 +1732,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1642
1732
|
expected: "(boolean | undefined)",
|
|
1643
1733
|
value: input3.excludeGeneName
|
|
1644
1734
|
})].every((flag) => flag);
|
|
1645
|
-
const $
|
|
1735
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1646
1736
|
path: _path2 + ".id",
|
|
1647
1737
|
expected: "string",
|
|
1648
1738
|
value: input3.id
|
|
@@ -1691,7 +1781,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1691
1781
|
expected: "TermValues",
|
|
1692
1782
|
value: input3.values
|
|
1693
1783
|
})].every((flag) => flag);
|
|
1694
|
-
const $
|
|
1784
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1695
1785
|
path: _path2 + ".id",
|
|
1696
1786
|
expected: "string",
|
|
1697
1787
|
value: input3.id
|
|
@@ -1747,6 +1837,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1747
1837
|
path: _path2 + ".skipValuesBuild",
|
|
1748
1838
|
expected: "(boolean | undefined)",
|
|
1749
1839
|
value: input3.skipValuesBuild
|
|
1840
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1841
|
+
path: _path2 + ".valueConversion",
|
|
1842
|
+
expected: "(__type.o1 | undefined)",
|
|
1843
|
+
value: input3.valueConversion
|
|
1844
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1845
|
+
path: _path2 + ".valueConversion",
|
|
1846
|
+
expected: "(__type.o1 | undefined)",
|
|
1847
|
+
value: input3.valueConversion
|
|
1750
1848
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1751
1849
|
path: _path2 + ".kind",
|
|
1752
1850
|
expected: '"gene"',
|
|
@@ -1787,7 +1885,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1787
1885
|
path: _path2 + ".groupsetting",
|
|
1788
1886
|
expected: "(TermGroupSetting | undefined)",
|
|
1789
1887
|
value: input3.groupsetting
|
|
1790
|
-
})) && $
|
|
1888
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1791
1889
|
path: _path2 + ".groupsetting",
|
|
1792
1890
|
expected: "(TermGroupSetting | undefined)",
|
|
1793
1891
|
value: input3.groupsetting
|
|
@@ -1799,7 +1897,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1799
1897
|
path: _path2 + ".childTerms[" + _index32 + "]",
|
|
1800
1898
|
expected: "DtTerm",
|
|
1801
1899
|
value: elem
|
|
1802
|
-
})) && $
|
|
1900
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1803
1901
|
path: _path2 + ".childTerms[" + _index32 + "]",
|
|
1804
1902
|
expected: "DtTerm",
|
|
1805
1903
|
value: elem
|
|
@@ -1808,7 +1906,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1808
1906
|
expected: "(Array<DtTerm> | undefined)",
|
|
1809
1907
|
value: input3.childTerms
|
|
1810
1908
|
})].every((flag) => flag);
|
|
1811
|
-
const $
|
|
1909
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1812
1910
|
path: _path2 + ".id",
|
|
1813
1911
|
expected: "string",
|
|
1814
1912
|
value: input3.id
|
|
@@ -1864,6 +1962,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1864
1962
|
path: _path2 + ".skipValuesBuild",
|
|
1865
1963
|
expected: "(boolean | undefined)",
|
|
1866
1964
|
value: input3.skipValuesBuild
|
|
1965
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1966
|
+
path: _path2 + ".valueConversion",
|
|
1967
|
+
expected: "(__type.o1 | undefined)",
|
|
1968
|
+
value: input3.valueConversion
|
|
1969
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1970
|
+
path: _path2 + ".valueConversion",
|
|
1971
|
+
expected: "(__type.o1 | undefined)",
|
|
1972
|
+
value: input3.valueConversion
|
|
1867
1973
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1868
1974
|
path: _path2 + ".kind",
|
|
1869
1975
|
expected: '"gene"',
|
|
@@ -1885,7 +1991,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1885
1991
|
expected: "(number | undefined)",
|
|
1886
1992
|
value: input3.stop
|
|
1887
1993
|
})].every((flag) => flag);
|
|
1888
|
-
const $
|
|
1994
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1889
1995
|
path: _path2 + ".id",
|
|
1890
1996
|
expected: "string",
|
|
1891
1997
|
value: input3.id
|
|
@@ -1941,6 +2047,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1941
2047
|
path: _path2 + ".skipValuesBuild",
|
|
1942
2048
|
expected: "(boolean | undefined)",
|
|
1943
2049
|
value: input3.skipValuesBuild
|
|
2050
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2051
|
+
path: _path2 + ".valueConversion",
|
|
2052
|
+
expected: "(__type.o1 | undefined)",
|
|
2053
|
+
value: input3.valueConversion
|
|
2054
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2055
|
+
path: _path2 + ".valueConversion",
|
|
2056
|
+
expected: "(__type.o1 | undefined)",
|
|
2057
|
+
value: input3.valueConversion
|
|
1944
2058
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1945
2059
|
path: _path2 + ".kind",
|
|
1946
2060
|
expected: '"coord"',
|
|
@@ -1958,7 +2072,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
1958
2072
|
expected: "number",
|
|
1959
2073
|
value: input3.stop
|
|
1960
2074
|
})].every((flag) => flag);
|
|
1961
|
-
const $
|
|
2075
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1962
2076
|
path: _path2 + ".id",
|
|
1963
2077
|
expected: "string",
|
|
1964
2078
|
value: input3.id
|
|
@@ -2014,6 +2128,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2014
2128
|
path: _path2 + ".skipValuesBuild",
|
|
2015
2129
|
expected: "(boolean | undefined)",
|
|
2016
2130
|
value: input3.skipValuesBuild
|
|
2131
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2132
|
+
path: _path2 + ".valueConversion",
|
|
2133
|
+
expected: "(__type.o1 | undefined)",
|
|
2134
|
+
value: input3.valueConversion
|
|
2135
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2136
|
+
path: _path2 + ".valueConversion",
|
|
2137
|
+
expected: "(__type.o1 | undefined)",
|
|
2138
|
+
value: input3.valueConversion
|
|
2017
2139
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2018
2140
|
path: _path2 + ".kind",
|
|
2019
2141
|
expected: '"coord"',
|
|
@@ -2050,7 +2172,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2050
2172
|
path: _path2 + ".groupsetting",
|
|
2051
2173
|
expected: "(TermGroupSetting | undefined)",
|
|
2052
2174
|
value: input3.groupsetting
|
|
2053
|
-
})) && $
|
|
2175
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2054
2176
|
path: _path2 + ".groupsetting",
|
|
2055
2177
|
expected: "(TermGroupSetting | undefined)",
|
|
2056
2178
|
value: input3.groupsetting
|
|
@@ -2062,7 +2184,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2062
2184
|
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
2063
2185
|
expected: "DtTerm",
|
|
2064
2186
|
value: elem
|
|
2065
|
-
})) && $
|
|
2187
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2066
2188
|
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
2067
2189
|
expected: "DtTerm",
|
|
2068
2190
|
value: elem
|
|
@@ -2071,7 +2193,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2071
2193
|
expected: "(Array<DtTerm> | undefined)",
|
|
2072
2194
|
value: input3.childTerms
|
|
2073
2195
|
})].every((flag) => flag);
|
|
2074
|
-
const $
|
|
2196
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2075
2197
|
path: _path2 + ".key",
|
|
2076
2198
|
expected: "string",
|
|
2077
2199
|
value: input3.key
|
|
@@ -2084,7 +2206,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2084
2206
|
expected: "string",
|
|
2085
2207
|
value: input3.value
|
|
2086
2208
|
})].every((flag) => flag);
|
|
2087
|
-
const $
|
|
2209
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2088
2210
|
path: _path2 + ".id",
|
|
2089
2211
|
expected: "(string | undefined)",
|
|
2090
2212
|
value: input3.id
|
|
@@ -2098,11 +2220,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2098
2220
|
value: input3.isAtomic
|
|
2099
2221
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2100
2222
|
path: _path2 + ".settings",
|
|
2101
|
-
expected: "(__type.
|
|
2223
|
+
expected: "(__type.o6 | undefined)",
|
|
2102
2224
|
value: input3.settings
|
|
2103
|
-
})) && $
|
|
2225
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2104
2226
|
path: _path2 + ".settings",
|
|
2105
|
-
expected: "(__type.
|
|
2227
|
+
expected: "(__type.o6 | undefined)",
|
|
2106
2228
|
value: input3.settings
|
|
2107
2229
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2108
2230
|
path: _path2 + ".minNumSamples",
|
|
@@ -2120,7 +2242,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2120
2242
|
path: _path2 + ".q",
|
|
2121
2243
|
expected: "ValuesQ",
|
|
2122
2244
|
value: input3.q
|
|
2123
|
-
})) && $
|
|
2245
|
+
})) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2124
2246
|
path: _path2 + ".q",
|
|
2125
2247
|
expected: "ValuesQ",
|
|
2126
2248
|
value: input3.q
|
|
@@ -2129,7 +2251,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2129
2251
|
expected: '"QualTWValues"',
|
|
2130
2252
|
value: input3.type
|
|
2131
2253
|
})].every((flag) => flag);
|
|
2132
|
-
const $
|
|
2254
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2133
2255
|
const value = input3[key];
|
|
2134
2256
|
if (void 0 === value)
|
|
2135
2257
|
return true;
|
|
@@ -2137,7 +2259,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2137
2259
|
return true;
|
|
2138
2260
|
return true;
|
|
2139
2261
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2140
|
-
const $
|
|
2262
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2141
2263
|
path: _path2 + ".id",
|
|
2142
2264
|
expected: "string",
|
|
2143
2265
|
value: input3.id
|
|
@@ -2193,6 +2315,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2193
2315
|
path: _path2 + ".skipValuesBuild",
|
|
2194
2316
|
expected: "(boolean | undefined)",
|
|
2195
2317
|
value: input3.skipValuesBuild
|
|
2318
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2319
|
+
path: _path2 + ".valueConversion",
|
|
2320
|
+
expected: "(__type.o1 | undefined)",
|
|
2321
|
+
value: input3.valueConversion
|
|
2322
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2323
|
+
path: _path2 + ".valueConversion",
|
|
2324
|
+
expected: "(__type.o1 | undefined)",
|
|
2325
|
+
value: input3.valueConversion
|
|
2196
2326
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2197
2327
|
path: _path2 + ".chr",
|
|
2198
2328
|
expected: "string",
|
|
@@ -2225,12 +2355,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2225
2355
|
path: _path2 + ".groupsetting",
|
|
2226
2356
|
expected: "TermGroupSetting",
|
|
2227
2357
|
value: input3.groupsetting
|
|
2228
|
-
})) && $
|
|
2358
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2229
2359
|
path: _path2 + ".groupsetting",
|
|
2230
2360
|
expected: "TermGroupSetting",
|
|
2231
2361
|
value: input3.groupsetting
|
|
2232
2362
|
})].every((flag) => flag);
|
|
2233
|
-
const $
|
|
2363
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2234
2364
|
path: _path2 + ".id",
|
|
2235
2365
|
expected: "string",
|
|
2236
2366
|
value: input3.id
|
|
@@ -2286,6 +2416,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2286
2416
|
path: _path2 + ".skipValuesBuild",
|
|
2287
2417
|
expected: "(boolean | undefined)",
|
|
2288
2418
|
value: input3.skipValuesBuild
|
|
2419
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2420
|
+
path: _path2 + ".valueConversion",
|
|
2421
|
+
expected: "(__type.o1 | undefined)",
|
|
2422
|
+
value: input3.valueConversion
|
|
2423
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2424
|
+
path: _path2 + ".valueConversion",
|
|
2425
|
+
expected: "(__type.o1 | undefined)",
|
|
2426
|
+
value: input3.valueConversion
|
|
2289
2427
|
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
2290
2428
|
path: _path2 + ".sample",
|
|
2291
2429
|
expected: "string",
|
|
@@ -2298,16 +2436,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2298
2436
|
path: _path2 + ".groupsetting",
|
|
2299
2437
|
expected: "TermGroupSetting",
|
|
2300
2438
|
value: input3.groupsetting
|
|
2301
|
-
})) && $
|
|
2439
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2302
2440
|
path: _path2 + ".groupsetting",
|
|
2303
2441
|
expected: "TermGroupSetting",
|
|
2304
2442
|
value: input3.groupsetting
|
|
2305
2443
|
})].every((flag) => flag);
|
|
2306
|
-
const $
|
|
2444
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2307
2445
|
path: _path2 + ".hiddenValues",
|
|
2308
2446
|
expected: "(HiddenValues | undefined)",
|
|
2309
2447
|
value: input3.hiddenValues
|
|
2310
|
-
})) && $
|
|
2448
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2311
2449
|
path: _path2 + ".hiddenValues",
|
|
2312
2450
|
expected: "(HiddenValues | undefined)",
|
|
2313
2451
|
value: input3.hiddenValues
|
|
@@ -2332,7 +2470,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2332
2470
|
expected: '"values"',
|
|
2333
2471
|
value: input3.type
|
|
2334
2472
|
})].every((flag) => flag);
|
|
2335
|
-
const $
|
|
2473
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2336
2474
|
path: _path2 + ".id",
|
|
2337
2475
|
expected: "(string | undefined)",
|
|
2338
2476
|
value: input3.id
|
|
@@ -2346,11 +2484,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2346
2484
|
value: input3.isAtomic
|
|
2347
2485
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2348
2486
|
path: _path2 + ".settings",
|
|
2349
|
-
expected: "(__type.
|
|
2487
|
+
expected: "(__type.o6 | undefined)",
|
|
2350
2488
|
value: input3.settings
|
|
2351
|
-
})) && $
|
|
2489
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2352
2490
|
path: _path2 + ".settings",
|
|
2353
|
-
expected: "(__type.
|
|
2491
|
+
expected: "(__type.o6 | undefined)",
|
|
2354
2492
|
value: input3.settings
|
|
2355
2493
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2356
2494
|
path: _path2 + ".minNumSamples",
|
|
@@ -2368,7 +2506,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2368
2506
|
path: _path2 + ".q",
|
|
2369
2507
|
expected: "PredefinedGroupSettingQ",
|
|
2370
2508
|
value: input3.q
|
|
2371
|
-
})) && $
|
|
2509
|
+
})) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2372
2510
|
path: _path2 + ".q",
|
|
2373
2511
|
expected: "PredefinedGroupSettingQ",
|
|
2374
2512
|
value: input3.q
|
|
@@ -2377,11 +2515,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2377
2515
|
expected: '"QualTWPredefinedGS"',
|
|
2378
2516
|
value: input3.type
|
|
2379
2517
|
})].every((flag) => flag);
|
|
2380
|
-
const $
|
|
2518
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2381
2519
|
path: _path2 + ".hiddenValues",
|
|
2382
2520
|
expected: "(HiddenValues | undefined)",
|
|
2383
2521
|
value: input3.hiddenValues
|
|
2384
|
-
})) && $
|
|
2522
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2385
2523
|
path: _path2 + ".hiddenValues",
|
|
2386
2524
|
expected: "(HiddenValues | undefined)",
|
|
2387
2525
|
value: input3.hiddenValues
|
|
@@ -2410,7 +2548,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2410
2548
|
expected: "number",
|
|
2411
2549
|
value: input3.predefined_groupset_idx
|
|
2412
2550
|
})].every((flag) => flag);
|
|
2413
|
-
const $
|
|
2551
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2414
2552
|
path: _path2 + ".id",
|
|
2415
2553
|
expected: "(string | undefined)",
|
|
2416
2554
|
value: input3.id
|
|
@@ -2424,11 +2562,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2424
2562
|
value: input3.isAtomic
|
|
2425
2563
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2426
2564
|
path: _path2 + ".settings",
|
|
2427
|
-
expected: "(__type.
|
|
2565
|
+
expected: "(__type.o6 | undefined)",
|
|
2428
2566
|
value: input3.settings
|
|
2429
|
-
})) && $
|
|
2567
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2430
2568
|
path: _path2 + ".settings",
|
|
2431
|
-
expected: "(__type.
|
|
2569
|
+
expected: "(__type.o6 | undefined)",
|
|
2432
2570
|
value: input3.settings
|
|
2433
2571
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2434
2572
|
path: _path2 + ".minNumSamples",
|
|
@@ -2446,7 +2584,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2446
2584
|
path: _path2 + ".q",
|
|
2447
2585
|
expected: "CustomGroupSettingQ",
|
|
2448
2586
|
value: input3.q
|
|
2449
|
-
})) && $
|
|
2587
|
+
})) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2450
2588
|
path: _path2 + ".q",
|
|
2451
2589
|
expected: "CustomGroupSettingQ",
|
|
2452
2590
|
value: input3.q
|
|
@@ -2455,11 +2593,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2455
2593
|
expected: '"QualTWCustomGS"',
|
|
2456
2594
|
value: input3.type
|
|
2457
2595
|
})].every((flag) => flag);
|
|
2458
|
-
const $
|
|
2596
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2459
2597
|
path: _path2 + ".hiddenValues",
|
|
2460
2598
|
expected: "(HiddenValues | undefined)",
|
|
2461
2599
|
value: input3.hiddenValues
|
|
2462
|
-
})) && $
|
|
2600
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2463
2601
|
path: _path2 + ".hiddenValues",
|
|
2464
2602
|
expected: "(HiddenValues | undefined)",
|
|
2465
2603
|
value: input3.hiddenValues
|
|
@@ -2487,12 +2625,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2487
2625
|
path: _path2 + ".customset",
|
|
2488
2626
|
expected: "BaseGroupSet",
|
|
2489
2627
|
value: input3.customset
|
|
2490
|
-
})) && $
|
|
2628
|
+
})) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2491
2629
|
path: _path2 + ".customset",
|
|
2492
2630
|
expected: "BaseGroupSet",
|
|
2493
2631
|
value: input3.customset
|
|
2494
2632
|
})].every((flag) => flag);
|
|
2495
|
-
const $
|
|
2633
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2496
2634
|
path: _path2 + ".groups",
|
|
2497
2635
|
expected: "Array<GroupEntry>",
|
|
2498
2636
|
value: input3.groups
|
|
@@ -2509,7 +2647,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2509
2647
|
expected: "Array<GroupEntry>",
|
|
2510
2648
|
value: input3.groups
|
|
2511
2649
|
})].every((flag) => flag);
|
|
2512
|
-
const $
|
|
2650
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2513
2651
|
path: _path2 + ".id",
|
|
2514
2652
|
expected: "(string | undefined)",
|
|
2515
2653
|
value: input3.id
|
|
@@ -2523,11 +2661,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2523
2661
|
value: input3.isAtomic
|
|
2524
2662
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2525
2663
|
path: _path2 + ".settings",
|
|
2526
|
-
expected: "(__type.
|
|
2664
|
+
expected: "(__type.o6 | undefined)",
|
|
2527
2665
|
value: input3.settings
|
|
2528
|
-
})) && $
|
|
2666
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2529
2667
|
path: _path2 + ".settings",
|
|
2530
|
-
expected: "(__type.
|
|
2668
|
+
expected: "(__type.o6 | undefined)",
|
|
2531
2669
|
value: input3.settings
|
|
2532
2670
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2533
2671
|
path: _path2 + ".minNumSamples",
|
|
@@ -2549,12 +2687,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2549
2687
|
path: _path2 + ".q",
|
|
2550
2688
|
expected: "RegularNumericBinConfig",
|
|
2551
2689
|
value: input3.q
|
|
2552
|
-
})) && $
|
|
2690
|
+
})) && $vo17(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2553
2691
|
path: _path2 + ".q",
|
|
2554
2692
|
expected: "RegularNumericBinConfig",
|
|
2555
2693
|
value: input3.q
|
|
2556
2694
|
})].every((flag) => flag);
|
|
2557
|
-
const $
|
|
2695
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2558
2696
|
path: _path2 + ".id",
|
|
2559
2697
|
expected: "(string | undefined)",
|
|
2560
2698
|
value: input3.id
|
|
@@ -2568,11 +2706,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2568
2706
|
value: input3.isAtomic
|
|
2569
2707
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2570
2708
|
path: _path2 + ".settings",
|
|
2571
|
-
expected: "(__type.
|
|
2709
|
+
expected: "(__type.o6 | undefined)",
|
|
2572
2710
|
value: input3.settings
|
|
2573
|
-
})) && $
|
|
2711
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2574
2712
|
path: _path2 + ".settings",
|
|
2575
|
-
expected: "(__type.
|
|
2713
|
+
expected: "(__type.o6 | undefined)",
|
|
2576
2714
|
value: input3.settings
|
|
2577
2715
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2578
2716
|
path: _path2 + ".minNumSamples",
|
|
@@ -2594,12 +2732,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2594
2732
|
path: _path2 + ".q",
|
|
2595
2733
|
expected: "CustomNumericBinConfig",
|
|
2596
2734
|
value: input3.q
|
|
2597
|
-
})) && $
|
|
2735
|
+
})) && $vo22(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2598
2736
|
path: _path2 + ".q",
|
|
2599
2737
|
expected: "CustomNumericBinConfig",
|
|
2600
2738
|
value: input3.q
|
|
2601
2739
|
})].every((flag) => flag);
|
|
2602
|
-
const $
|
|
2740
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2603
2741
|
path: _path2 + ".id",
|
|
2604
2742
|
expected: "(string | undefined)",
|
|
2605
2743
|
value: input3.id
|
|
@@ -2613,11 +2751,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2613
2751
|
value: input3.isAtomic
|
|
2614
2752
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2615
2753
|
path: _path2 + ".settings",
|
|
2616
|
-
expected: "(__type.
|
|
2754
|
+
expected: "(__type.o6 | undefined)",
|
|
2617
2755
|
value: input3.settings
|
|
2618
|
-
})) && $
|
|
2756
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2619
2757
|
path: _path2 + ".settings",
|
|
2620
|
-
expected: "(__type.
|
|
2758
|
+
expected: "(__type.o6 | undefined)",
|
|
2621
2759
|
value: input3.settings
|
|
2622
2760
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2623
2761
|
path: _path2 + ".minNumSamples",
|
|
@@ -2639,16 +2777,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2639
2777
|
path: _path2 + ".q",
|
|
2640
2778
|
expected: "BinaryNumericQ",
|
|
2641
2779
|
value: input3.q
|
|
2642
|
-
})) && $
|
|
2780
|
+
})) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2643
2781
|
path: _path2 + ".q",
|
|
2644
2782
|
expected: "BinaryNumericQ",
|
|
2645
2783
|
value: input3.q
|
|
2646
2784
|
})].every((flag) => flag);
|
|
2647
|
-
const $
|
|
2785
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2648
2786
|
path: _path2 + ".hiddenValues",
|
|
2649
2787
|
expected: "(HiddenValues | undefined)",
|
|
2650
2788
|
value: input3.hiddenValues
|
|
2651
|
-
})) && $
|
|
2789
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2652
2790
|
path: _path2 + ".hiddenValues",
|
|
2653
2791
|
expected: "(HiddenValues | undefined)",
|
|
2654
2792
|
value: input3.hiddenValues
|
|
@@ -2703,8 +2841,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2703
2841
|
path: _path2 + ".lst",
|
|
2704
2842
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
2705
2843
|
value: input3.lst
|
|
2844
|
+
}), void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType || $report(_exceptionable2, {
|
|
2845
|
+
path: _path2 + ".cutoffType",
|
|
2846
|
+
expected: '("normal" | "percentile" | undefined)',
|
|
2847
|
+
value: input3.cutoffType
|
|
2848
|
+
}), void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile || $report(_exceptionable2, {
|
|
2849
|
+
path: _path2 + ".cutoffPercentile",
|
|
2850
|
+
expected: "(number | undefined)",
|
|
2851
|
+
value: input3.cutoffPercentile
|
|
2706
2852
|
})].every((flag) => flag);
|
|
2707
|
-
const $
|
|
2853
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2708
2854
|
path: _path2 + ".id",
|
|
2709
2855
|
expected: "(string | undefined)",
|
|
2710
2856
|
value: input3.id
|
|
@@ -2718,11 +2864,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2718
2864
|
value: input3.isAtomic
|
|
2719
2865
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2720
2866
|
path: _path2 + ".settings",
|
|
2721
|
-
expected: "(__type.
|
|
2867
|
+
expected: "(__type.o6 | undefined)",
|
|
2722
2868
|
value: input3.settings
|
|
2723
|
-
})) && $
|
|
2869
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2724
2870
|
path: _path2 + ".settings",
|
|
2725
|
-
expected: "(__type.
|
|
2871
|
+
expected: "(__type.o6 | undefined)",
|
|
2726
2872
|
value: input3.settings
|
|
2727
2873
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2728
2874
|
path: _path2 + ".minNumSamples",
|
|
@@ -2744,16 +2890,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2744
2890
|
path: _path2 + ".q",
|
|
2745
2891
|
expected: "ContinuousNumericQ",
|
|
2746
2892
|
value: input3.q
|
|
2747
|
-
})) && $
|
|
2893
|
+
})) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2748
2894
|
path: _path2 + ".q",
|
|
2749
2895
|
expected: "ContinuousNumericQ",
|
|
2750
2896
|
value: input3.q
|
|
2751
2897
|
})].every((flag) => flag);
|
|
2752
|
-
const $
|
|
2898
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2753
2899
|
path: _path2 + ".hiddenValues",
|
|
2754
2900
|
expected: "(HiddenValues | undefined)",
|
|
2755
2901
|
value: input3.hiddenValues
|
|
2756
|
-
})) && $
|
|
2902
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2757
2903
|
path: _path2 + ".hiddenValues",
|
|
2758
2904
|
expected: "(HiddenValues | undefined)",
|
|
2759
2905
|
value: input3.hiddenValues
|
|
@@ -2785,8 +2931,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2785
2931
|
path: _path2 + ".type",
|
|
2786
2932
|
expected: "undefined",
|
|
2787
2933
|
value: input3.type
|
|
2788
|
-
}))
|
|
2789
|
-
|
|
2934
|
+
})), void 0 === input3.scale || "number" === typeof input3.scale || $report(_exceptionable2, {
|
|
2935
|
+
path: _path2 + ".scale",
|
|
2936
|
+
expected: "(number | undefined)",
|
|
2937
|
+
value: input3.scale
|
|
2938
|
+
})].every((flag) => flag);
|
|
2939
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2790
2940
|
path: _path2 + ".id",
|
|
2791
2941
|
expected: "(string | undefined)",
|
|
2792
2942
|
value: input3.id
|
|
@@ -2800,11 +2950,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2800
2950
|
value: input3.isAtomic
|
|
2801
2951
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2802
2952
|
path: _path2 + ".settings",
|
|
2803
|
-
expected: "(__type.
|
|
2953
|
+
expected: "(__type.o6 | undefined)",
|
|
2804
2954
|
value: input3.settings
|
|
2805
|
-
})) && $
|
|
2955
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2806
2956
|
path: _path2 + ".settings",
|
|
2807
|
-
expected: "(__type.
|
|
2957
|
+
expected: "(__type.o6 | undefined)",
|
|
2808
2958
|
value: input3.settings
|
|
2809
2959
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2810
2960
|
path: _path2 + ".minNumSamples",
|
|
@@ -2826,16 +2976,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2826
2976
|
path: _path2 + ".q",
|
|
2827
2977
|
expected: "SplineNumericQ",
|
|
2828
2978
|
value: input3.q
|
|
2829
|
-
})) && $
|
|
2979
|
+
})) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2830
2980
|
path: _path2 + ".q",
|
|
2831
2981
|
expected: "SplineNumericQ",
|
|
2832
2982
|
value: input3.q
|
|
2833
2983
|
})].every((flag) => flag);
|
|
2834
|
-
const $
|
|
2984
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2835
2985
|
path: _path2 + ".hiddenValues",
|
|
2836
2986
|
expected: "(HiddenValues | undefined)",
|
|
2837
2987
|
value: input3.hiddenValues
|
|
2838
|
-
})) && $
|
|
2988
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2839
2989
|
path: _path2 + ".hiddenValues",
|
|
2840
2990
|
expected: "(HiddenValues | undefined)",
|
|
2841
2991
|
value: input3.hiddenValues
|
|
@@ -2861,11 +3011,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2861
3011
|
value: input3.knots
|
|
2862
3012
|
})) && input3.knots.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2863
3013
|
path: _path2 + ".knots[" + _index47 + "]",
|
|
2864
|
-
expected: "__type.
|
|
3014
|
+
expected: "__type.o7",
|
|
2865
3015
|
value: elem
|
|
2866
|
-
})) && $
|
|
3016
|
+
})) && $vo57(elem, _path2 + ".knots[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2867
3017
|
path: _path2 + ".knots[" + _index47 + "]",
|
|
2868
|
-
expected: "__type.
|
|
3018
|
+
expected: "__type.o7",
|
|
2869
3019
|
value: elem
|
|
2870
3020
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2871
3021
|
path: _path2 + ".knots",
|
|
@@ -2880,12 +3030,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2880
3030
|
expected: "undefined",
|
|
2881
3031
|
value: input3.type
|
|
2882
3032
|
}))].every((flag) => flag);
|
|
2883
|
-
const $
|
|
3033
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2884
3034
|
path: _path2 + ".value",
|
|
2885
3035
|
expected: "number",
|
|
2886
3036
|
value: input3.value
|
|
2887
3037
|
})].every((flag) => flag);
|
|
2888
|
-
const $
|
|
3038
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2889
3039
|
path: _path2 + ".id",
|
|
2890
3040
|
expected: "(string | undefined)",
|
|
2891
3041
|
value: input3.id
|
|
@@ -2899,11 +3049,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2899
3049
|
value: input3.isAtomic
|
|
2900
3050
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2901
3051
|
path: _path2 + ".settings",
|
|
2902
|
-
expected: "(__type.
|
|
3052
|
+
expected: "(__type.o6 | undefined)",
|
|
2903
3053
|
value: input3.settings
|
|
2904
|
-
})) && $
|
|
3054
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2905
3055
|
path: _path2 + ".settings",
|
|
2906
|
-
expected: "(__type.
|
|
3056
|
+
expected: "(__type.o6 | undefined)",
|
|
2907
3057
|
value: input3.settings
|
|
2908
3058
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2909
3059
|
path: _path2 + ".minNumSamples",
|
|
@@ -2925,12 +3075,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2925
3075
|
path: _path2 + ".q",
|
|
2926
3076
|
expected: "GvValuesQ",
|
|
2927
3077
|
value: input3.q
|
|
2928
|
-
})) && $
|
|
3078
|
+
})) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2929
3079
|
path: _path2 + ".q",
|
|
2930
3080
|
expected: "GvValuesQ",
|
|
2931
3081
|
value: input3.q
|
|
2932
3082
|
})].every((flag) => flag);
|
|
2933
|
-
const $
|
|
3083
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2934
3084
|
path: _path2 + ".id",
|
|
2935
3085
|
expected: "string",
|
|
2936
3086
|
value: input3.id
|
|
@@ -2986,6 +3136,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
2986
3136
|
path: _path2 + ".skipValuesBuild",
|
|
2987
3137
|
expected: "(boolean | undefined)",
|
|
2988
3138
|
value: input3.skipValuesBuild
|
|
3139
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3140
|
+
path: _path2 + ".valueConversion",
|
|
3141
|
+
expected: "(__type.o1 | undefined)",
|
|
3142
|
+
value: input3.valueConversion
|
|
3143
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3144
|
+
path: _path2 + ".valueConversion",
|
|
3145
|
+
expected: "(__type.o1 | undefined)",
|
|
3146
|
+
value: input3.valueConversion
|
|
2989
3147
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2990
3148
|
path: _path2 + ".kind",
|
|
2991
3149
|
expected: '"gene"',
|
|
@@ -3026,7 +3184,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3026
3184
|
path: _path2 + ".groupsetting",
|
|
3027
3185
|
expected: "TermGroupSetting",
|
|
3028
3186
|
value: input3.groupsetting
|
|
3029
|
-
})) && $
|
|
3187
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3030
3188
|
path: _path2 + ".groupsetting",
|
|
3031
3189
|
expected: "TermGroupSetting",
|
|
3032
3190
|
value: input3.groupsetting
|
|
@@ -3038,7 +3196,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3038
3196
|
path: _path2 + ".childTerms[" + _index51 + "]",
|
|
3039
3197
|
expected: "DtTerm",
|
|
3040
3198
|
value: elem
|
|
3041
|
-
})) && $
|
|
3199
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3042
3200
|
path: _path2 + ".childTerms[" + _index51 + "]",
|
|
3043
3201
|
expected: "DtTerm",
|
|
3044
3202
|
value: elem
|
|
@@ -3047,7 +3205,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3047
3205
|
expected: "Array<DtTerm>",
|
|
3048
3206
|
value: input3.childTerms
|
|
3049
3207
|
})].every((flag) => flag);
|
|
3050
|
-
const $
|
|
3208
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3051
3209
|
path: _path2 + ".id",
|
|
3052
3210
|
expected: "string",
|
|
3053
3211
|
value: input3.id
|
|
@@ -3103,6 +3261,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3103
3261
|
path: _path2 + ".skipValuesBuild",
|
|
3104
3262
|
expected: "(boolean | undefined)",
|
|
3105
3263
|
value: input3.skipValuesBuild
|
|
3264
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3265
|
+
path: _path2 + ".valueConversion",
|
|
3266
|
+
expected: "(__type.o1 | undefined)",
|
|
3267
|
+
value: input3.valueConversion
|
|
3268
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3269
|
+
path: _path2 + ".valueConversion",
|
|
3270
|
+
expected: "(__type.o1 | undefined)",
|
|
3271
|
+
value: input3.valueConversion
|
|
3106
3272
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3107
3273
|
path: _path2 + ".kind",
|
|
3108
3274
|
expected: '"coord"',
|
|
@@ -3139,7 +3305,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3139
3305
|
path: _path2 + ".groupsetting",
|
|
3140
3306
|
expected: "TermGroupSetting",
|
|
3141
3307
|
value: input3.groupsetting
|
|
3142
|
-
})) && $
|
|
3308
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3143
3309
|
path: _path2 + ".groupsetting",
|
|
3144
3310
|
expected: "TermGroupSetting",
|
|
3145
3311
|
value: input3.groupsetting
|
|
@@ -3151,7 +3317,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3151
3317
|
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
3152
3318
|
expected: "DtTerm",
|
|
3153
3319
|
value: elem
|
|
3154
|
-
})) && $
|
|
3320
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3155
3321
|
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
3156
3322
|
expected: "DtTerm",
|
|
3157
3323
|
value: elem
|
|
@@ -3160,11 +3326,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3160
3326
|
expected: "Array<DtTerm>",
|
|
3161
3327
|
value: input3.childTerms
|
|
3162
3328
|
})].every((flag) => flag);
|
|
3163
|
-
const $
|
|
3329
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3164
3330
|
path: _path2 + ".hiddenValues",
|
|
3165
3331
|
expected: "(HiddenValues | undefined)",
|
|
3166
3332
|
value: input3.hiddenValues
|
|
3167
|
-
})) && $
|
|
3333
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3168
3334
|
path: _path2 + ".hiddenValues",
|
|
3169
3335
|
expected: "(HiddenValues | undefined)",
|
|
3170
3336
|
value: input3.hiddenValues
|
|
@@ -3201,7 +3367,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3201
3367
|
expected: '"values"',
|
|
3202
3368
|
value: input3.type
|
|
3203
3369
|
})].every((flag) => flag);
|
|
3204
|
-
const $
|
|
3370
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3205
3371
|
path: _path2 + ".id",
|
|
3206
3372
|
expected: "(string | undefined)",
|
|
3207
3373
|
value: input3.id
|
|
@@ -3215,11 +3381,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3215
3381
|
value: input3.isAtomic
|
|
3216
3382
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3217
3383
|
path: _path2 + ".settings",
|
|
3218
|
-
expected: "(__type.
|
|
3384
|
+
expected: "(__type.o6 | undefined)",
|
|
3219
3385
|
value: input3.settings
|
|
3220
|
-
})) && $
|
|
3386
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3221
3387
|
path: _path2 + ".settings",
|
|
3222
|
-
expected: "(__type.
|
|
3388
|
+
expected: "(__type.o6 | undefined)",
|
|
3223
3389
|
value: input3.settings
|
|
3224
3390
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3225
3391
|
path: _path2 + ".minNumSamples",
|
|
@@ -3241,16 +3407,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3241
3407
|
path: _path2 + ".q",
|
|
3242
3408
|
expected: "GvPredefinedGsQ",
|
|
3243
3409
|
value: input3.q
|
|
3244
|
-
})) && $
|
|
3410
|
+
})) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3245
3411
|
path: _path2 + ".q",
|
|
3246
3412
|
expected: "GvPredefinedGsQ",
|
|
3247
3413
|
value: input3.q
|
|
3248
3414
|
})].every((flag) => flag);
|
|
3249
|
-
const $
|
|
3415
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3250
3416
|
path: _path2 + ".hiddenValues",
|
|
3251
3417
|
expected: "(HiddenValues | undefined)",
|
|
3252
3418
|
value: input3.hiddenValues
|
|
3253
|
-
})) && $
|
|
3419
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3254
3420
|
path: _path2 + ".hiddenValues",
|
|
3255
3421
|
expected: "(HiddenValues | undefined)",
|
|
3256
3422
|
value: input3.hiddenValues
|
|
@@ -3291,7 +3457,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3291
3457
|
expected: "number",
|
|
3292
3458
|
value: input3.predefined_groupset_idx
|
|
3293
3459
|
})].every((flag) => flag);
|
|
3294
|
-
const $
|
|
3460
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3295
3461
|
path: _path2 + ".id",
|
|
3296
3462
|
expected: "(string | undefined)",
|
|
3297
3463
|
value: input3.id
|
|
@@ -3305,11 +3471,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3305
3471
|
value: input3.isAtomic
|
|
3306
3472
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3307
3473
|
path: _path2 + ".settings",
|
|
3308
|
-
expected: "(__type.
|
|
3474
|
+
expected: "(__type.o6 | undefined)",
|
|
3309
3475
|
value: input3.settings
|
|
3310
|
-
})) && $
|
|
3476
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3311
3477
|
path: _path2 + ".settings",
|
|
3312
|
-
expected: "(__type.
|
|
3478
|
+
expected: "(__type.o6 | undefined)",
|
|
3313
3479
|
value: input3.settings
|
|
3314
3480
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3315
3481
|
path: _path2 + ".minNumSamples",
|
|
@@ -3331,16 +3497,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3331
3497
|
path: _path2 + ".q",
|
|
3332
3498
|
expected: "GvCustomGsQ",
|
|
3333
3499
|
value: input3.q
|
|
3334
|
-
})) && $
|
|
3500
|
+
})) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3335
3501
|
path: _path2 + ".q",
|
|
3336
3502
|
expected: "GvCustomGsQ",
|
|
3337
3503
|
value: input3.q
|
|
3338
3504
|
})].every((flag) => flag);
|
|
3339
|
-
const $
|
|
3505
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3340
3506
|
path: _path2 + ".hiddenValues",
|
|
3341
3507
|
expected: "(HiddenValues | undefined)",
|
|
3342
3508
|
value: input3.hiddenValues
|
|
3343
|
-
})) && $
|
|
3509
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3344
3510
|
path: _path2 + ".hiddenValues",
|
|
3345
3511
|
expected: "(HiddenValues | undefined)",
|
|
3346
3512
|
value: input3.hiddenValues
|
|
@@ -3380,12 +3546,12 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3380
3546
|
path: _path2 + ".customset",
|
|
3381
3547
|
expected: "BaseGroupSet",
|
|
3382
3548
|
value: input3.customset
|
|
3383
|
-
})) && $
|
|
3549
|
+
})) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3384
3550
|
path: _path2 + ".customset",
|
|
3385
3551
|
expected: "BaseGroupSet",
|
|
3386
3552
|
value: input3.customset
|
|
3387
3553
|
})].every((flag) => flag);
|
|
3388
|
-
const $
|
|
3554
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3389
3555
|
path: _path2 + ".id",
|
|
3390
3556
|
expected: "(string | undefined)",
|
|
3391
3557
|
value: input3.id
|
|
@@ -3399,11 +3565,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3399
3565
|
value: input3.isAtomic
|
|
3400
3566
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3401
3567
|
path: _path2 + ".settings",
|
|
3402
|
-
expected: "(__type.
|
|
3568
|
+
expected: "(__type.o6 | undefined)",
|
|
3403
3569
|
value: input3.settings
|
|
3404
|
-
})) && $
|
|
3570
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3405
3571
|
path: _path2 + ".settings",
|
|
3406
|
-
expected: "(__type.
|
|
3572
|
+
expected: "(__type.o6 | undefined)",
|
|
3407
3573
|
value: input3.settings
|
|
3408
3574
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3409
3575
|
path: _path2 + ".minNumSamples",
|
|
@@ -3417,7 +3583,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3417
3583
|
path: _path2 + ".term",
|
|
3418
3584
|
expected: "ConditionTerm",
|
|
3419
3585
|
value: input3.term
|
|
3420
|
-
})) && $
|
|
3586
|
+
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3421
3587
|
path: _path2 + ".term",
|
|
3422
3588
|
expected: "ConditionTerm",
|
|
3423
3589
|
value: input3.term
|
|
@@ -3430,11 +3596,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3430
3596
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3431
3597
|
value: input3.q
|
|
3432
3598
|
})].every((flag) => flag);
|
|
3433
|
-
const $
|
|
3599
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3434
3600
|
path: _path2 + ".hiddenValues",
|
|
3435
3601
|
expected: "(HiddenValues | undefined)",
|
|
3436
3602
|
value: input3.hiddenValues
|
|
3437
|
-
})) && $
|
|
3603
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3438
3604
|
path: _path2 + ".hiddenValues",
|
|
3439
3605
|
expected: "(HiddenValues | undefined)",
|
|
3440
3606
|
value: input3.hiddenValues
|
|
@@ -3491,11 +3657,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3491
3657
|
expected: "(boolean | undefined)",
|
|
3492
3658
|
value: input3.value_by_computable_grade
|
|
3493
3659
|
}), true].every((flag) => flag);
|
|
3494
|
-
const $
|
|
3660
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3495
3661
|
path: _path2 + ".hiddenValues",
|
|
3496
3662
|
expected: "(HiddenValues | undefined)",
|
|
3497
3663
|
value: input3.hiddenValues
|
|
3498
|
-
})) && $
|
|
3664
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3499
3665
|
path: _path2 + ".hiddenValues",
|
|
3500
3666
|
expected: "(HiddenValues | undefined)",
|
|
3501
3667
|
value: input3.hiddenValues
|
|
@@ -3524,7 +3690,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3524
3690
|
expected: "true",
|
|
3525
3691
|
value: input3.bar_by_children
|
|
3526
3692
|
}), true].every((flag) => flag);
|
|
3527
|
-
const $
|
|
3693
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3528
3694
|
path: _path2 + ".id",
|
|
3529
3695
|
expected: "(string | undefined)",
|
|
3530
3696
|
value: input3.id
|
|
@@ -3538,11 +3704,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3538
3704
|
value: input3.isAtomic
|
|
3539
3705
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3540
3706
|
path: _path2 + ".settings",
|
|
3541
|
-
expected: "(__type.
|
|
3707
|
+
expected: "(__type.o6 | undefined)",
|
|
3542
3708
|
value: input3.settings
|
|
3543
|
-
})) && $
|
|
3709
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3544
3710
|
path: _path2 + ".settings",
|
|
3545
|
-
expected: "(__type.
|
|
3711
|
+
expected: "(__type.o6 | undefined)",
|
|
3546
3712
|
value: input3.settings
|
|
3547
3713
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3548
3714
|
path: _path2 + ".minNumSamples",
|
|
@@ -3556,7 +3722,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3556
3722
|
path: _path2 + ".q",
|
|
3557
3723
|
expected: "SnpsQ",
|
|
3558
3724
|
value: input3.q
|
|
3559
|
-
})) && $
|
|
3725
|
+
})) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3560
3726
|
path: _path2 + ".q",
|
|
3561
3727
|
expected: "SnpsQ",
|
|
3562
3728
|
value: input3.q
|
|
@@ -3564,16 +3730,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3564
3730
|
path: _path2 + ".term",
|
|
3565
3731
|
expected: "SnpsTerm",
|
|
3566
3732
|
value: input3.term
|
|
3567
|
-
})) && $
|
|
3733
|
+
})) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3568
3734
|
path: _path2 + ".term",
|
|
3569
3735
|
expected: "SnpsTerm",
|
|
3570
3736
|
value: input3.term
|
|
3571
3737
|
})].every((flag) => flag);
|
|
3572
|
-
const $
|
|
3738
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3573
3739
|
path: _path2 + ".hiddenValues",
|
|
3574
3740
|
expected: "(HiddenValues | undefined)",
|
|
3575
3741
|
value: input3.hiddenValues
|
|
3576
|
-
})) && $
|
|
3742
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3577
3743
|
path: _path2 + ".hiddenValues",
|
|
3578
3744
|
expected: "(HiddenValues | undefined)",
|
|
3579
3745
|
value: input3.hiddenValues
|
|
@@ -3617,7 +3783,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3617
3783
|
path: _path2 + ".restrictAncestry",
|
|
3618
3784
|
expected: "RestrictAncestry",
|
|
3619
3785
|
value: input3.restrictAncestry
|
|
3620
|
-
})) && $
|
|
3786
|
+
})) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
3621
3787
|
path: _path2 + ".restrictAncestry",
|
|
3622
3788
|
expected: "RestrictAncestry",
|
|
3623
3789
|
value: input3.restrictAncestry
|
|
@@ -3642,7 +3808,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3642
3808
|
expected: "number",
|
|
3643
3809
|
value: input3.stop
|
|
3644
3810
|
})].every((flag) => flag);
|
|
3645
|
-
const $
|
|
3811
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3646
3812
|
path: _path2 + ".name",
|
|
3647
3813
|
expected: "string",
|
|
3648
3814
|
value: input3.name
|
|
@@ -3655,7 +3821,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3655
3821
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3656
3822
|
value: input3.tvs
|
|
3657
3823
|
})].every((flag) => flag);
|
|
3658
|
-
const $
|
|
3824
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3659
3825
|
path: _path2 + ".id",
|
|
3660
3826
|
expected: "string",
|
|
3661
3827
|
value: input3.id
|
|
@@ -3711,6 +3877,14 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3711
3877
|
path: _path2 + ".skipValuesBuild",
|
|
3712
3878
|
expected: "(boolean | undefined)",
|
|
3713
3879
|
value: input3.skipValuesBuild
|
|
3880
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3881
|
+
path: _path2 + ".valueConversion",
|
|
3882
|
+
expected: "(__type.o1 | undefined)",
|
|
3883
|
+
value: input3.valueConversion
|
|
3884
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3885
|
+
path: _path2 + ".valueConversion",
|
|
3886
|
+
expected: "(__type.o1 | undefined)",
|
|
3887
|
+
value: input3.valueConversion
|
|
3714
3888
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
3715
3889
|
path: _path2 + ".reachedVariantLimit",
|
|
3716
3890
|
expected: "(boolean | undefined)",
|
|
@@ -3723,7 +3897,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3723
3897
|
path: _path2 + ".snps[" + _index59 + "]",
|
|
3724
3898
|
expected: "SnpsEntry",
|
|
3725
3899
|
value: elem
|
|
3726
|
-
})) && $
|
|
3900
|
+
})) && $vo73(elem, _path2 + ".snps[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3727
3901
|
path: _path2 + ".snps[" + _index59 + "]",
|
|
3728
3902
|
expected: "SnpsEntry",
|
|
3729
3903
|
value: elem
|
|
@@ -3732,7 +3906,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3732
3906
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3733
3907
|
value: input3.snps
|
|
3734
3908
|
})].every((flag) => flag);
|
|
3735
|
-
const $
|
|
3909
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3736
3910
|
path: _path2 + ".altAlleles",
|
|
3737
3911
|
expected: "(Array<string> | undefined)",
|
|
3738
3912
|
value: input3.altAlleles
|
|
@@ -3752,7 +3926,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3752
3926
|
path: _path2 + ".alleles[" + _index61 + "]",
|
|
3753
3927
|
expected: "AllelesEntry",
|
|
3754
3928
|
value: elem
|
|
3755
|
-
})) && $
|
|
3929
|
+
})) && $vo74(elem, _path2 + ".alleles[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3756
3930
|
path: _path2 + ".alleles[" + _index61 + "]",
|
|
3757
3931
|
expected: "AllelesEntry",
|
|
3758
3932
|
value: elem
|
|
@@ -3766,11 +3940,11 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3766
3940
|
value: input3.effectAllele
|
|
3767
3941
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
3768
3942
|
path: _path2 + ".gt2count",
|
|
3769
|
-
expected: "(__type.
|
|
3943
|
+
expected: "(__type.o8 | undefined)",
|
|
3770
3944
|
value: input3.gt2count
|
|
3771
|
-
})) && $
|
|
3945
|
+
})) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3772
3946
|
path: _path2 + ".gt2count",
|
|
3773
|
-
expected: "(__type.
|
|
3947
|
+
expected: "(__type.o8 | undefined)",
|
|
3774
3948
|
value: input3.gt2count
|
|
3775
3949
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
3776
3950
|
path: _path2 + ".invalid",
|
|
@@ -3797,7 +3971,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3797
3971
|
expected: "(number | undefined)",
|
|
3798
3972
|
value: input3.pos
|
|
3799
3973
|
})].every((flag) => flag);
|
|
3800
|
-
const $
|
|
3974
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3801
3975
|
path: _path2 + ".allele",
|
|
3802
3976
|
expected: "string",
|
|
3803
3977
|
value: input3.allele
|
|
@@ -3810,7 +3984,7 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3810
3984
|
expected: "boolean",
|
|
3811
3985
|
value: input3.isRef
|
|
3812
3986
|
})].every((flag) => flag);
|
|
3813
|
-
const $
|
|
3987
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3814
3988
|
path: _path2 + ".k",
|
|
3815
3989
|
expected: "string",
|
|
3816
3990
|
value: input3.k
|
|
@@ -3832,9 +4006,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3832
4006
|
})();
|
|
3833
4007
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3834
4008
|
if ("string" === typeof input3.type)
|
|
3835
|
-
return $
|
|
4009
|
+
return $vo10(input3, _path2, _exceptionable2);
|
|
3836
4010
|
if ("filter" === input3.type)
|
|
3837
|
-
return $
|
|
4011
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
3838
4012
|
return $report(_exceptionable2, {
|
|
3839
4013
|
path: _path2,
|
|
3840
4014
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3843,16 +4017,16 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3843
4017
|
})();
|
|
3844
4018
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3845
4019
|
if (true === input3.startunbounded)
|
|
3846
|
-
return $
|
|
4020
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
3847
4021
|
if (true === input3.stopunbounded)
|
|
3848
|
-
return $
|
|
3849
|
-
return $
|
|
4022
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
4023
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3850
4024
|
})();
|
|
3851
4025
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3852
4026
|
if ("gene" === input3.kind)
|
|
3853
|
-
return $vo34(input3, _path2, _exceptionable2);
|
|
3854
|
-
if ("coord" === input3.kind)
|
|
3855
4027
|
return $vo35(input3, _path2, _exceptionable2);
|
|
4028
|
+
if ("coord" === input3.kind)
|
|
4029
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3856
4030
|
return $report(_exceptionable2, {
|
|
3857
4031
|
path: _path2,
|
|
3858
4032
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3861,31 +4035,31 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3861
4035
|
})();
|
|
3862
4036
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3863
4037
|
if ("SnpsTW" === input3.type)
|
|
3864
|
-
return $
|
|
4038
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
3865
4039
|
if ("ConditionTW" === input3.type)
|
|
3866
|
-
return $
|
|
4040
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
3867
4041
|
if ("GvCustomGsTW" === input3.type)
|
|
3868
|
-
return $
|
|
4042
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
3869
4043
|
if ("GvPredefinedGsTW" === input3.type)
|
|
3870
|
-
return $
|
|
4044
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
3871
4045
|
if ("GvValuesTW" === input3.type)
|
|
3872
|
-
return $
|
|
4046
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
3873
4047
|
if ("NumTWSpline" === input3.type)
|
|
3874
|
-
return $
|
|
4048
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
3875
4049
|
if ("NumTWCont" === input3.type)
|
|
3876
|
-
return $
|
|
4050
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
3877
4051
|
if ("NumTWBinary" === input3.type)
|
|
3878
|
-
return $
|
|
4052
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
3879
4053
|
if ("NumTWCustomBin" === input3.type)
|
|
3880
|
-
return $
|
|
4054
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
3881
4055
|
if ("NumTWRegularBin" === input3.type)
|
|
3882
|
-
return $
|
|
4056
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
3883
4057
|
if ("QualTWCustomGS" === input3.type)
|
|
3884
|
-
return $
|
|
4058
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3885
4059
|
if ("QualTWPredefinedGS" === input3.type)
|
|
3886
|
-
return $
|
|
4060
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
3887
4061
|
if ("QualTWValues" === input3.type)
|
|
3888
|
-
return $
|
|
4062
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
3889
4063
|
return $report(_exceptionable2, {
|
|
3890
4064
|
path: _path2,
|
|
3891
4065
|
expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
@@ -3894,9 +4068,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3894
4068
|
})();
|
|
3895
4069
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3896
4070
|
if (true === input3.startunbounded)
|
|
3897
|
-
return $vo18(input3, _path2, _exceptionable2);
|
|
3898
|
-
if (void 0 !== input3.start)
|
|
3899
4071
|
return $vo19(input3, _path2, _exceptionable2);
|
|
4072
|
+
if (void 0 !== input3.start)
|
|
4073
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3900
4074
|
return $report(_exceptionable2, {
|
|
3901
4075
|
path: _path2,
|
|
3902
4076
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3905,9 +4079,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3905
4079
|
})();
|
|
3906
4080
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3907
4081
|
if (void 0 !== input3.stop)
|
|
3908
|
-
return $vo19(input3, _path2, _exceptionable2);
|
|
3909
|
-
if (true === input3.stopunbounded)
|
|
3910
4082
|
return $vo20(input3, _path2, _exceptionable2);
|
|
4083
|
+
if (true === input3.stopunbounded)
|
|
4084
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3911
4085
|
return $report(_exceptionable2, {
|
|
3912
4086
|
path: _path2,
|
|
3913
4087
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3916,25 +4090,25 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3916
4090
|
})();
|
|
3917
4091
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3918
4092
|
if (void 0 !== input3.ranges)
|
|
3919
|
-
return $
|
|
3920
|
-
return $vo3(input3, _path2, false) || $
|
|
4093
|
+
return $vo13(input3, _path2, _exceptionable2);
|
|
4094
|
+
return $vo3(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
3921
4095
|
})();
|
|
3922
4096
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3923
4097
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3924
|
-
return $
|
|
4098
|
+
return $vo14(input3, _path2, _exceptionable2);
|
|
3925
4099
|
if ("metaboliteIntensity" === input3.type)
|
|
3926
|
-
return $vo24(input3, _path2, _exceptionable2);
|
|
3927
|
-
if ("date" === input3.type)
|
|
3928
4100
|
return $vo25(input3, _path2, _exceptionable2);
|
|
3929
|
-
if ("
|
|
4101
|
+
if ("date" === input3.type)
|
|
3930
4102
|
return $vo26(input3, _path2, _exceptionable2);
|
|
3931
|
-
|
|
4103
|
+
if ("ssGSEA" === input3.type)
|
|
4104
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
4105
|
+
return $vo24(input3, _path2, false) || $vo23(input3, _path2, false);
|
|
3932
4106
|
})();
|
|
3933
4107
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3934
4108
|
if ("regular-bin" === input3.type)
|
|
3935
|
-
return $
|
|
4109
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3936
4110
|
if ("custom-bin" === input3.type)
|
|
3937
|
-
return $
|
|
4111
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3938
4112
|
return $report(_exceptionable2, {
|
|
3939
4113
|
path: _path2,
|
|
3940
4114
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3943,9 +4117,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3943
4117
|
})();
|
|
3944
4118
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3945
4119
|
if ("gene" === input3.kind)
|
|
3946
|
-
return $
|
|
4120
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
3947
4121
|
if ("coord" === input3.kind)
|
|
3948
|
-
return $
|
|
4122
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3949
4123
|
return $report(_exceptionable2, {
|
|
3950
4124
|
path: _path2,
|
|
3951
4125
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
@@ -3956,9 +4130,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3956
4130
|
if ("categorical" === input3.type)
|
|
3957
4131
|
return $vo4(input3, _path2, _exceptionable2);
|
|
3958
4132
|
if ("snp" === input3.type)
|
|
3959
|
-
return $vo40(input3, _path2, _exceptionable2);
|
|
3960
|
-
if ("singleCellCellType" === input3.type)
|
|
3961
4133
|
return $vo41(input3, _path2, _exceptionable2);
|
|
4134
|
+
if ("singleCellCellType" === input3.type)
|
|
4135
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
3962
4136
|
return $report(_exceptionable2, {
|
|
3963
4137
|
path: _path2,
|
|
3964
4138
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -3967,9 +4141,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3967
4141
|
})();
|
|
3968
4142
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3969
4143
|
if ("gene" === input3.kind)
|
|
3970
|
-
return $vo58(input3, _path2, _exceptionable2);
|
|
3971
|
-
if ("coord" === input3.kind)
|
|
3972
4144
|
return $vo59(input3, _path2, _exceptionable2);
|
|
4145
|
+
if ("coord" === input3.kind)
|
|
4146
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
3973
4147
|
return $report(_exceptionable2, {
|
|
3974
4148
|
path: _path2,
|
|
3975
4149
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -3978,9 +4152,9 @@ var validCorrelationVolcanoRequest = (input) => {
|
|
|
3978
4152
|
})();
|
|
3979
4153
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3980
4154
|
if ("grade" === input3.valueFor)
|
|
3981
|
-
return $vo66(input3, _path2, _exceptionable2);
|
|
3982
|
-
if ("children" === input3.valueFor)
|
|
3983
4155
|
return $vo67(input3, _path2, _exceptionable2);
|
|
4156
|
+
if ("children" === input3.valueFor)
|
|
4157
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
3984
4158
|
return $report(_exceptionable2, {
|
|
3985
4159
|
path: _path2,
|
|
3986
4160
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|