@sjcrh/proteinpaint-types 2.113.0 → 2.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brainImaging.js +1 -1
- package/dist/chunk-5HL5BPE5.js +126 -0
- package/dist/{chunk-A72XYNKT.js → chunk-7GSVLBKZ.js} +22 -22
- package/dist/{chunk-7Z3AE4AY.js → chunk-C7DJDPLP.js} +592 -496
- package/dist/{chunk-GHAIGRB7.js → chunk-EQGBEPDC.js} +22 -22
- package/dist/{chunk-KHPBBU43.js → chunk-GS37E7DB.js} +592 -496
- package/dist/{chunk-TXZQ56TX.js → chunk-I3U2T7HV.js} +590 -494
- package/dist/{chunk-Q5F2XI6A.js → chunk-IJHMCHUT.js} +31 -23
- package/dist/{chunk-GGKNEHME.js → chunk-KBTAXZM4.js} +331 -305
- package/dist/{chunk-4CCAF4O5.js → chunk-KZIZMP7Y.js} +64 -64
- package/dist/{chunk-ES6BRZ4L.js → chunk-M26XQDA4.js} +22 -22
- package/dist/{chunk-FMW25T52.js → chunk-MDBZCBM2.js} +293 -197
- package/dist/{chunk-OJWYCYKF.js → chunk-NESPJ4GG.js} +76 -76
- package/dist/{chunk-2WZPM25H.js → chunk-PTYGGJLG.js} +592 -496
- package/dist/{chunk-ZFUF4XMD.js → chunk-ZPN2DV5E.js} +22 -22
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +45 -37
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topMutatedGenes.js +11 -0
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/dist/wsisamples.js +11 -0
- package/package.json +1 -1
- package/src/dataset.ts +32 -9
- package/src/index.ts +2 -1
- package/src/routes/{gdc.topMutatedGenes.ts → termdb.topMutatedGenes.ts} +9 -7
- package/src/routes/wsisamples.ts +25 -0
- package/src/terms/geneVariant.ts +23 -2
- package/src/terms/numeric.ts +2 -2
- package/src/terms/term.ts +18 -9
- package/dist/gdc.topMutatedGenes.js +0 -11
|
@@ -73,8 +73,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
73
73
|
const errors = [];
|
|
74
74
|
const __is = (input2) => {
|
|
75
75
|
const $join = import_typia.createValidate.join;
|
|
76
|
-
const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $
|
|
77
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $
|
|
76
|
+
const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && true;
|
|
77
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io12(input3.term));
|
|
78
78
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
79
79
|
const value = input3[key];
|
|
80
80
|
if (void 0 === value)
|
|
@@ -92,126 +92,128 @@ var validBoxPlotRequest = (input) => {
|
|
|
92
92
|
return "number" === typeof value;
|
|
93
93
|
return true;
|
|
94
94
|
});
|
|
95
|
-
const $io5 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic ||
|
|
96
|
-
const $io6 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "
|
|
97
|
-
const $io7 = (input3) => Array.isArray(input3.
|
|
98
|
-
const $io8 = (input3) =>
|
|
99
|
-
const $io9 = (input3) =>
|
|
100
|
-
const $io10 = (input3) => "string" === typeof input3.
|
|
101
|
-
const $io11 = (input3) => "
|
|
102
|
-
const $io12 = (input3) =>
|
|
103
|
-
const $io13 = (input3) =>
|
|
104
|
-
const $io14 = (input3) => Object.keys(input3).every((key) => {
|
|
95
|
+
const $io5 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
|
|
96
|
+
const $io6 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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;
|
|
97
|
+
const $io7 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $io8(input3.customset));
|
|
98
|
+
const $io8 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
|
|
99
|
+
const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
100
|
+
const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
101
|
+
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && true && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
102
|
+
const $io12 = (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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
103
|
+
const $io13 = (input3) => Object.keys(input3).every((key) => {
|
|
105
104
|
const value = input3[key];
|
|
106
105
|
if (void 0 === value)
|
|
107
106
|
return true;
|
|
108
107
|
if (RegExp(/(.*)/).test(key))
|
|
109
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
108
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
|
|
110
109
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
111
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
110
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
|
|
112
111
|
return true;
|
|
113
112
|
});
|
|
114
|
-
const $
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
119
|
-
const $
|
|
120
|
-
const $
|
|
121
|
-
const $
|
|
122
|
-
const $
|
|
123
|
-
const $
|
|
124
|
-
const $
|
|
125
|
-
const $
|
|
126
|
-
const $
|
|
127
|
-
const $
|
|
128
|
-
const $
|
|
129
|
-
const $
|
|
130
|
-
const $
|
|
131
|
-
const $
|
|
132
|
-
const $
|
|
133
|
-
const $
|
|
113
|
+
const $io14 = (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 && $io15(input3.filter));
|
|
114
|
+
const $io15 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
|
|
115
|
+
const $io16 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io12(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) && $io14(elem)));
|
|
116
|
+
const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io18(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io26(elem)));
|
|
117
|
+
const $io18 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
|
|
118
|
+
const $io19 = (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);
|
|
119
|
+
const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
120
|
+
const $io21 = (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);
|
|
121
|
+
const $io22 = (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);
|
|
122
|
+
const $io23 = (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);
|
|
123
|
+
const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
|
|
124
|
+
const $io25 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
125
|
+
const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
126
|
+
const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (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 && $io29(elem)));
|
|
127
|
+
const $io28 = (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) && $io13(input3.values)) && true;
|
|
128
|
+
const $io29 = (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;
|
|
129
|
+
const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
130
|
+
const $io31 = (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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
131
|
+
const $io32 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
132
|
+
const $io33 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
133
|
+
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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
134
134
|
const $io35 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
135
135
|
const $io36 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
136
136
|
const $io37 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
137
137
|
const $io38 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
138
|
-
const $io39 = (input3) =>
|
|
139
|
-
const $io40 = (input3) => (void 0 === input3.
|
|
140
|
-
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "
|
|
141
|
-
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "
|
|
142
|
-
const $io43 = (input3) => "
|
|
143
|
-
const $io44 = (input3) =>
|
|
144
|
-
const $io45 = (input3) => (void 0 === input3.
|
|
145
|
-
const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.
|
|
146
|
-
const $io47 = (input3) => "string" === typeof input3.
|
|
147
|
-
const $io48 = (input3) =>
|
|
148
|
-
const $io49 = (input3) => "string" === typeof input3.
|
|
149
|
-
const $io50 = (input3) => "string" === typeof input3.
|
|
150
|
-
const $io51 = (input3) =>
|
|
151
|
-
const $io52 = (input3) =>
|
|
152
|
-
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
153
|
-
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
154
|
-
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
155
|
-
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $
|
|
156
|
-
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
157
|
-
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $
|
|
158
|
-
const $io59 = (input3) =>
|
|
138
|
+
const $io39 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
139
|
+
const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
|
|
140
|
+
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
|
|
141
|
+
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
|
|
142
|
+
const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
143
|
+
const $io44 = (input3) => "number" === typeof input3.value;
|
|
144
|
+
const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
|
|
145
|
+
const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io15(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
146
|
+
const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
|
|
147
|
+
const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
148
|
+
const $io49 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
|
|
149
|
+
const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
150
|
+
const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
151
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
|
|
152
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
153
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
|
|
154
|
+
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true;
|
|
155
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
156
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
157
|
+
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
158
|
+
const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io60(input3.values)) && true;
|
|
159
|
+
const $io60 = (input3) => Object.keys(input3).every((key) => {
|
|
159
160
|
const value = input3[key];
|
|
160
161
|
if (void 0 === value)
|
|
161
162
|
return true;
|
|
162
163
|
if (RegExp(/(.*)/).test(key))
|
|
163
|
-
return "object" === typeof value && null !== value && $
|
|
164
|
+
return "object" === typeof value && null !== value && $io61(value);
|
|
164
165
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
165
|
-
return "object" === typeof value && null !== value && $
|
|
166
|
+
return "object" === typeof value && null !== value && $io61(value);
|
|
166
167
|
return true;
|
|
167
168
|
});
|
|
168
|
-
const $
|
|
169
|
-
const $
|
|
170
|
-
const $
|
|
171
|
-
const $
|
|
172
|
-
const $
|
|
173
|
-
const $
|
|
174
|
-
const $
|
|
175
|
-
const $
|
|
176
|
-
const $
|
|
169
|
+
const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
170
|
+
const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
171
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
|
|
172
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
173
|
+
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
174
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.type || "filter" === input3.type);
|
|
175
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
176
|
+
const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io8(input3.customset));
|
|
177
|
+
const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io70(input3.groups));
|
|
178
|
+
const $io70 = (input3) => Object.keys(input3).every((key) => {
|
|
177
179
|
const value = input3[key];
|
|
178
180
|
if (void 0 === value)
|
|
179
181
|
return true;
|
|
180
182
|
if (RegExp(/(.*)/).test(key))
|
|
181
|
-
return "object" === typeof value && null !== value && $
|
|
183
|
+
return "object" === typeof value && null !== value && $io71(value);
|
|
182
184
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
183
|
-
return "object" === typeof value && null !== value && $
|
|
185
|
+
return "object" === typeof value && null !== value && $io71(value);
|
|
184
186
|
return true;
|
|
185
187
|
});
|
|
186
|
-
const $
|
|
188
|
+
const $io71 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
187
189
|
const $iu0 = (input3) => (() => {
|
|
188
190
|
if ("string" === typeof input3.type)
|
|
189
|
-
return $
|
|
191
|
+
return $io9(input3);
|
|
190
192
|
if ("filter" === input3.type)
|
|
191
|
-
return $
|
|
193
|
+
return $io11(input3);
|
|
192
194
|
return false;
|
|
193
195
|
})();
|
|
194
196
|
const $iu1 = (input3) => (() => {
|
|
195
197
|
if (void 0 !== input3.type)
|
|
196
|
-
return $
|
|
198
|
+
return $io15(input3);
|
|
197
199
|
if (void 0 !== input3.ranges)
|
|
198
|
-
return $
|
|
200
|
+
return $io17(input3);
|
|
199
201
|
return (() => {
|
|
200
|
-
if ($
|
|
201
|
-
return $
|
|
202
|
-
if ($
|
|
203
|
-
return $
|
|
204
|
-
if ($
|
|
205
|
-
return $
|
|
202
|
+
if ($io16(input3))
|
|
203
|
+
return $io16(input3);
|
|
204
|
+
if ($io27(input3))
|
|
205
|
+
return $io27(input3);
|
|
206
|
+
if ($io30(input3))
|
|
207
|
+
return $io30(input3);
|
|
206
208
|
return false;
|
|
207
209
|
})();
|
|
208
210
|
})();
|
|
209
211
|
const $iu2 = (input3) => (() => {
|
|
210
212
|
if (true === input3.startunbounded)
|
|
211
|
-
return $
|
|
213
|
+
return $io21(input3);
|
|
212
214
|
if (true === input3.stopunbounded)
|
|
213
|
-
return $
|
|
214
|
-
return $
|
|
215
|
+
return $io23(input3);
|
|
216
|
+
return $io22(input3);
|
|
215
217
|
})();
|
|
216
218
|
const $iu3 = (input3) => (() => {
|
|
217
219
|
if (2 === input3.dt)
|
|
@@ -226,28 +228,28 @@ var validBoxPlotRequest = (input) => {
|
|
|
226
228
|
})();
|
|
227
229
|
const $iu4 = (input3) => (() => {
|
|
228
230
|
if (true === input3.startunbounded)
|
|
229
|
-
return $
|
|
231
|
+
return $io21(input3);
|
|
230
232
|
if (void 0 !== input3.start)
|
|
231
|
-
return $
|
|
233
|
+
return $io22(input3);
|
|
232
234
|
return false;
|
|
233
235
|
})();
|
|
234
236
|
const $iu5 = (input3) => (() => {
|
|
235
237
|
if (void 0 !== input3.stop)
|
|
236
|
-
return $
|
|
238
|
+
return $io22(input3);
|
|
237
239
|
if (true === input3.stopunbounded)
|
|
238
|
-
return $
|
|
240
|
+
return $io23(input3);
|
|
239
241
|
return false;
|
|
240
242
|
})();
|
|
241
243
|
const $iu6 = (input3) => (() => {
|
|
242
244
|
if (void 0 !== input3.type)
|
|
243
245
|
return $io1(input3);
|
|
244
246
|
return (() => {
|
|
245
|
-
if ($
|
|
246
|
-
return $
|
|
247
|
-
if ($
|
|
248
|
-
return $
|
|
249
|
-
if ($
|
|
250
|
-
return $
|
|
247
|
+
if ($io52(input3))
|
|
248
|
+
return $io52(input3);
|
|
249
|
+
if ($io45(input3))
|
|
250
|
+
return $io45(input3);
|
|
251
|
+
if ($io40(input3))
|
|
252
|
+
return $io40(input3);
|
|
251
253
|
return false;
|
|
252
254
|
})();
|
|
253
255
|
})();
|
|
@@ -255,110 +257,114 @@ var validBoxPlotRequest = (input) => {
|
|
|
255
257
|
if ("values" === input3.type)
|
|
256
258
|
return $io3(input3);
|
|
257
259
|
if ("predefined-groupset" === input3.type)
|
|
258
|
-
return $io5(input3);
|
|
259
|
-
if ("custom-groupset" === input3.type)
|
|
260
260
|
return $io6(input3);
|
|
261
|
-
|
|
261
|
+
if ("custom-groupset" === input3.type)
|
|
262
|
+
return $io7(input3);
|
|
263
|
+
return $io5(input3);
|
|
262
264
|
})();
|
|
263
265
|
const $iu8 = (input3) => (() => {
|
|
264
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $
|
|
265
|
-
return $
|
|
266
|
-
return $
|
|
266
|
+
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)))
|
|
267
|
+
return $io32(input3);
|
|
268
|
+
return $io39(input3);
|
|
267
269
|
})();
|
|
268
270
|
const $iu9 = (input3) => (() => {
|
|
269
271
|
if ("regular-bin" === input3.type)
|
|
270
|
-
return $
|
|
272
|
+
return $io20(input3);
|
|
271
273
|
if ("custom-bin" === input3.type)
|
|
272
|
-
return $
|
|
274
|
+
return $io24(input3);
|
|
273
275
|
return false;
|
|
274
276
|
})();
|
|
275
277
|
const $iu10 = (input3) => (() => {
|
|
276
278
|
if ("gene" === input3.kind)
|
|
277
|
-
return $
|
|
279
|
+
return $io31(input3);
|
|
278
280
|
if ("coord" === input3.kind)
|
|
279
281
|
return $io34(input3);
|
|
280
282
|
return false;
|
|
281
283
|
})();
|
|
282
284
|
const $iu11 = (input3) => (() => {
|
|
283
285
|
if ("regular-bin" === input3.type)
|
|
284
|
-
return $
|
|
286
|
+
return $io20(input3);
|
|
285
287
|
if ("continuous" === input3.mode)
|
|
286
|
-
return $io41(input3);
|
|
287
|
-
if ("spline" === input3.mode)
|
|
288
288
|
return $io42(input3);
|
|
289
|
+
if ("spline" === input3.mode)
|
|
290
|
+
return $io43(input3);
|
|
289
291
|
return (() => {
|
|
290
|
-
if ($
|
|
291
|
-
return $
|
|
292
|
-
if ($
|
|
293
|
-
return $
|
|
292
|
+
if ($io24(input3))
|
|
293
|
+
return $io24(input3);
|
|
294
|
+
if ($io41(input3))
|
|
295
|
+
return $io41(input3);
|
|
294
296
|
return false;
|
|
295
297
|
})();
|
|
296
298
|
})();
|
|
297
299
|
const $iu12 = (input3) => (() => {
|
|
298
300
|
if (void 0 !== input3.ranges)
|
|
299
|
-
return $
|
|
301
|
+
return $io17(input3);
|
|
300
302
|
return (() => {
|
|
301
|
-
if ($
|
|
302
|
-
return $
|
|
303
|
-
if ($
|
|
304
|
-
return $
|
|
305
|
-
if ($
|
|
306
|
-
return $
|
|
303
|
+
if ($io16(input3))
|
|
304
|
+
return $io16(input3);
|
|
305
|
+
if ($io27(input3))
|
|
306
|
+
return $io27(input3);
|
|
307
|
+
if ($io30(input3))
|
|
308
|
+
return $io30(input3);
|
|
307
309
|
return false;
|
|
308
310
|
})();
|
|
309
311
|
})();
|
|
310
312
|
const $iu13 = (input3) => (() => {
|
|
311
313
|
if ("categorical" === input3.type)
|
|
312
|
-
return $io52(input3);
|
|
313
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
314
314
|
return $io53(input3);
|
|
315
|
-
if ("
|
|
315
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
316
316
|
return $io54(input3);
|
|
317
|
-
if ("
|
|
317
|
+
if ("condition" === input3.type)
|
|
318
318
|
return $io55(input3);
|
|
319
|
-
if ("
|
|
319
|
+
if ("gene" === input3.kind)
|
|
320
320
|
return $io56(input3);
|
|
321
|
+
if ("coord" === input3.kind)
|
|
322
|
+
return $io57(input3);
|
|
321
323
|
return (() => {
|
|
322
|
-
if ($io57(input3))
|
|
323
|
-
return $io57(input3);
|
|
324
324
|
if ($io58(input3))
|
|
325
325
|
return $io58(input3);
|
|
326
|
+
if ($io59(input3))
|
|
327
|
+
return $io59(input3);
|
|
326
328
|
return false;
|
|
327
329
|
})();
|
|
328
330
|
})();
|
|
329
331
|
const $iu14 = (input3) => (() => {
|
|
330
332
|
if (void 0 !== input3.bin_size)
|
|
331
|
-
return $
|
|
333
|
+
return $io20(input3);
|
|
332
334
|
if (void 0 !== input3.knots)
|
|
333
|
-
return $
|
|
335
|
+
return $io43(input3);
|
|
334
336
|
if (void 0 !== input3.AFcutoff)
|
|
335
|
-
return $
|
|
337
|
+
return $io46(input3);
|
|
336
338
|
if (void 0 !== input3.timeScale)
|
|
337
|
-
return $
|
|
339
|
+
return $io64(input3);
|
|
338
340
|
return (() => {
|
|
339
341
|
if (void 0 !== input3.groups)
|
|
340
|
-
return $
|
|
342
|
+
return $io69(input3);
|
|
341
343
|
return (() => {
|
|
342
|
-
if ($io3(input3))
|
|
343
|
-
return $io3(input3);
|
|
344
344
|
if ($io5(input3))
|
|
345
345
|
return $io5(input3);
|
|
346
|
+
if ($io63(input3))
|
|
347
|
+
return $io63(input3);
|
|
348
|
+
if ($io3(input3))
|
|
349
|
+
return $io3(input3);
|
|
346
350
|
if ($io6(input3))
|
|
347
351
|
return $io6(input3);
|
|
348
|
-
if ($
|
|
349
|
-
return $
|
|
350
|
-
if ($
|
|
351
|
-
return $
|
|
352
|
+
if ($io7(input3))
|
|
353
|
+
return $io7(input3);
|
|
354
|
+
if ($io24(input3))
|
|
355
|
+
return $io24(input3);
|
|
352
356
|
if ($io41(input3))
|
|
353
357
|
return $io41(input3);
|
|
354
|
-
if ($
|
|
355
|
-
return $
|
|
356
|
-
if ($io64(input3))
|
|
357
|
-
return $io64(input3);
|
|
358
|
-
if ($io65(input3))
|
|
359
|
-
return $io65(input3);
|
|
358
|
+
if ($io42(input3))
|
|
359
|
+
return $io42(input3);
|
|
360
360
|
if ($io66(input3))
|
|
361
361
|
return $io66(input3);
|
|
362
|
+
if ($io65(input3))
|
|
363
|
+
return $io65(input3);
|
|
364
|
+
if ($io67(input3))
|
|
365
|
+
return $io67(input3);
|
|
366
|
+
if ($io68(input3))
|
|
367
|
+
return $io68(input3);
|
|
362
368
|
return false;
|
|
363
369
|
})();
|
|
364
370
|
})();
|
|
@@ -405,7 +411,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
405
411
|
path: _path2 + ".filter",
|
|
406
412
|
expected: "(Filter | undefined)",
|
|
407
413
|
value: input3.filter
|
|
408
|
-
})) && $
|
|
414
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
409
415
|
path: _path2 + ".filter",
|
|
410
416
|
expected: "(Filter | undefined)",
|
|
411
417
|
value: input3.filter
|
|
@@ -438,19 +444,19 @@ var validBoxPlotRequest = (input) => {
|
|
|
438
444
|
path: _path2 + ".type",
|
|
439
445
|
expected: '("CatTWCustomGS" | "CatTWPredefinedGS" | "CatTWValues")',
|
|
440
446
|
value: input3.type
|
|
441
|
-
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
447
|
+
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
442
448
|
path: _path2 + ".q",
|
|
443
|
-
expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
449
|
+
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
444
450
|
value: input3.q
|
|
445
451
|
})) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
446
452
|
path: _path2 + ".q",
|
|
447
|
-
expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
453
|
+
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
448
454
|
value: input3.q
|
|
449
455
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
450
456
|
path: _path2 + ".term",
|
|
451
457
|
expected: "CategoricalTerm",
|
|
452
458
|
value: input3.term
|
|
453
|
-
})) && $
|
|
459
|
+
})) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
454
460
|
path: _path2 + ".term",
|
|
455
461
|
expected: "CategoricalTerm",
|
|
456
462
|
value: input3.term
|
|
@@ -512,6 +518,35 @@ var validBoxPlotRequest = (input) => {
|
|
|
512
518
|
path: _path2 + ".hiddenValues",
|
|
513
519
|
expected: "(HiddenValues | undefined)",
|
|
514
520
|
value: input3.hiddenValues
|
|
521
|
+
}), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
|
|
522
|
+
path: _path2 + ".isAtomic",
|
|
523
|
+
expected: "(boolean | undefined)",
|
|
524
|
+
value: input3.isAtomic
|
|
525
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
526
|
+
path: _path2 + ".name",
|
|
527
|
+
expected: "(string | undefined)",
|
|
528
|
+
value: input3.name
|
|
529
|
+
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
|
|
530
|
+
path: _path2 + ".mode",
|
|
531
|
+
expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
|
|
532
|
+
value: input3.mode
|
|
533
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
534
|
+
path: _path2 + ".reuseId",
|
|
535
|
+
expected: "(string | undefined)",
|
|
536
|
+
value: input3.reuseId
|
|
537
|
+
}), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
538
|
+
path: _path2 + ".type",
|
|
539
|
+
expected: '("filter" | undefined)',
|
|
540
|
+
value: input3.type
|
|
541
|
+
})].every((flag) => flag);
|
|
542
|
+
const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
543
|
+
path: _path2 + ".hiddenValues",
|
|
544
|
+
expected: "(HiddenValues | undefined)",
|
|
545
|
+
value: input3.hiddenValues
|
|
546
|
+
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
547
|
+
path: _path2 + ".hiddenValues",
|
|
548
|
+
expected: "(HiddenValues | undefined)",
|
|
549
|
+
value: input3.hiddenValues
|
|
515
550
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
516
551
|
path: _path2 + ".isAtomic",
|
|
517
552
|
expected: "(true | undefined)",
|
|
@@ -537,7 +572,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
537
572
|
expected: "number",
|
|
538
573
|
value: input3.predefined_groupset_idx
|
|
539
574
|
})].every((flag) => flag);
|
|
540
|
-
const $
|
|
575
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
541
576
|
path: _path2 + ".hiddenValues",
|
|
542
577
|
expected: "(HiddenValues | undefined)",
|
|
543
578
|
value: input3.hiddenValues
|
|
@@ -569,12 +604,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
569
604
|
path: _path2 + ".customset",
|
|
570
605
|
expected: "BaseGroupSet",
|
|
571
606
|
value: input3.customset
|
|
572
|
-
})) && $
|
|
607
|
+
})) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
573
608
|
path: _path2 + ".customset",
|
|
574
609
|
expected: "BaseGroupSet",
|
|
575
610
|
value: input3.customset
|
|
576
611
|
})].every((flag) => flag);
|
|
577
|
-
const $
|
|
612
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
578
613
|
path: _path2 + ".groups",
|
|
579
614
|
expected: "Array<GroupEntry>",
|
|
580
615
|
value: input3.groups
|
|
@@ -591,7 +626,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
591
626
|
expected: "Array<GroupEntry>",
|
|
592
627
|
value: input3.groups
|
|
593
628
|
})].every((flag) => flag);
|
|
594
|
-
const $
|
|
629
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
595
630
|
path: _path2 + ".name",
|
|
596
631
|
expected: "string",
|
|
597
632
|
value: input3.name
|
|
@@ -607,7 +642,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
607
642
|
path: _path2 + ".values[" + _index2 + "]",
|
|
608
643
|
expected: "__type.o1",
|
|
609
644
|
value: elem
|
|
610
|
-
})) && $
|
|
645
|
+
})) && $vo10(elem, _path2 + ".values[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
611
646
|
path: _path2 + ".values[" + _index2 + "]",
|
|
612
647
|
expected: "__type.o1",
|
|
613
648
|
value: elem
|
|
@@ -620,7 +655,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
620
655
|
expected: "(boolean | undefined)",
|
|
621
656
|
value: input3.uncomputable
|
|
622
657
|
})].every((flag) => flag);
|
|
623
|
-
const $
|
|
658
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
624
659
|
path: _path2 + ".key",
|
|
625
660
|
expected: "(number | string)",
|
|
626
661
|
value: input3.key
|
|
@@ -629,7 +664,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
629
664
|
expected: "string",
|
|
630
665
|
value: input3.label
|
|
631
666
|
})].every((flag) => flag);
|
|
632
|
-
const $
|
|
667
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
633
668
|
path: _path2 + ".name",
|
|
634
669
|
expected: "string",
|
|
635
670
|
value: input3.name
|
|
@@ -637,86 +672,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
637
672
|
path: _path2 + ".type",
|
|
638
673
|
expected: '"filter"',
|
|
639
674
|
value: input3.type
|
|
640
|
-
}),
|
|
641
|
-
path: _path2 + ".
|
|
642
|
-
expected: "Filter",
|
|
643
|
-
value: input3.filter
|
|
644
|
-
})) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
645
|
-
path: _path2 + ".filter",
|
|
646
|
-
expected: "Filter",
|
|
647
|
-
value: input3.filter
|
|
648
|
-
})].every((flag) => flag);
|
|
649
|
-
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
|
|
650
|
-
path: _path2 + ".type",
|
|
651
|
-
expected: '"lst"',
|
|
652
|
-
value: input3.type
|
|
653
|
-
}), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
654
|
-
path: _path2 + '["in"]',
|
|
655
|
-
expected: "(boolean | undefined)",
|
|
656
|
-
value: input3["in"]
|
|
657
|
-
}), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
|
|
658
|
-
path: _path2 + ".join",
|
|
659
|
-
expected: '("and" | "or")',
|
|
660
|
-
value: input3.join
|
|
661
|
-
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
662
|
-
path: _path2 + ".tag",
|
|
663
|
-
expected: "(string | undefined)",
|
|
664
|
-
value: input3.tag
|
|
665
|
-
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
666
|
-
path: _path2 + ".lst",
|
|
667
|
-
expected: "Array<Filter | Tvs>",
|
|
668
|
-
value: input3.lst
|
|
669
|
-
})) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
670
|
-
path: _path2 + ".lst[" + _index3 + "]",
|
|
671
|
-
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
672
|
-
value: elem
|
|
673
|
-
})) && $vu1(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
674
|
-
path: _path2 + ".lst[" + _index3 + "]",
|
|
675
|
-
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
676
|
-
value: elem
|
|
677
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
678
|
-
path: _path2 + ".lst",
|
|
679
|
-
expected: "Array<Filter | Tvs>",
|
|
680
|
-
value: input3.lst
|
|
681
|
-
})].every((flag) => flag);
|
|
682
|
-
const $vo12 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
683
|
-
path: _path2 + ".join",
|
|
684
|
-
expected: "(string | undefined)",
|
|
685
|
-
value: input3.join
|
|
686
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
687
|
-
path: _path2 + ".isnot",
|
|
675
|
+
}), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
|
|
676
|
+
path: _path2 + ".uncomputable",
|
|
688
677
|
expected: "(boolean | undefined)",
|
|
689
|
-
value: input3.
|
|
690
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
691
|
-
path: _path2 + ".term",
|
|
692
|
-
expected: "CategoricalTerm",
|
|
693
|
-
value: input3.term
|
|
694
|
-
})) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
695
|
-
path: _path2 + ".term",
|
|
696
|
-
expected: "CategoricalTerm",
|
|
697
|
-
value: input3.term
|
|
698
|
-
}), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
|
|
699
|
-
path: _path2 + ".groupset_label",
|
|
700
|
-
expected: "(string | undefined)",
|
|
701
|
-
value: input3.groupset_label
|
|
702
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
703
|
-
path: _path2 + ".values",
|
|
704
|
-
expected: "Array<BaseValue>",
|
|
705
|
-
value: input3.values
|
|
706
|
-
})) && input3.values.map((elem, _index4) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
707
|
-
path: _path2 + ".values[" + _index4 + "]",
|
|
708
|
-
expected: "BaseValue",
|
|
709
|
-
value: elem
|
|
710
|
-
})) && $vo15(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
711
|
-
path: _path2 + ".values[" + _index4 + "]",
|
|
712
|
-
expected: "BaseValue",
|
|
713
|
-
value: elem
|
|
714
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
715
|
-
path: _path2 + ".values",
|
|
716
|
-
expected: "Array<BaseValue>",
|
|
717
|
-
value: input3.values
|
|
678
|
+
value: input3.uncomputable
|
|
718
679
|
})].every((flag) => flag);
|
|
719
|
-
const $
|
|
680
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
720
681
|
path: _path2 + ".id",
|
|
721
682
|
expected: "string",
|
|
722
683
|
value: input3.id
|
|
@@ -732,8 +693,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
732
693
|
path: _path2 + ".child_types",
|
|
733
694
|
expected: "(Array<string> | undefined)",
|
|
734
695
|
value: input3.child_types
|
|
735
|
-
})) && input3.child_types.map((elem,
|
|
736
|
-
path: _path2 + ".child_types[" +
|
|
696
|
+
})) && input3.child_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
|
|
697
|
+
path: _path2 + ".child_types[" + _index3 + "]",
|
|
737
698
|
expected: "string",
|
|
738
699
|
value: elem
|
|
739
700
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -748,8 +709,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
748
709
|
path: _path2 + ".included_types",
|
|
749
710
|
expected: "(Array<string> | undefined)",
|
|
750
711
|
value: input3.included_types
|
|
751
|
-
})) && input3.included_types.map((elem,
|
|
752
|
-
path: _path2 + ".included_types[" +
|
|
712
|
+
})) && input3.included_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
|
|
713
|
+
path: _path2 + ".included_types[" + _index4 + "]",
|
|
753
714
|
expected: "string",
|
|
754
715
|
value: elem
|
|
755
716
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -764,20 +725,20 @@ var validBoxPlotRequest = (input) => {
|
|
|
764
725
|
path: _path2 + ".values",
|
|
765
726
|
expected: "(TermValues | undefined)",
|
|
766
727
|
value: input3.values
|
|
767
|
-
})) && $
|
|
728
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
768
729
|
path: _path2 + ".values",
|
|
769
730
|
expected: "(TermValues | undefined)",
|
|
770
731
|
value: input3.values
|
|
771
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
732
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
772
733
|
path: _path2 + ".groupsetting",
|
|
773
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
734
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
774
735
|
value: input3.groupsetting
|
|
775
736
|
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
776
737
|
path: _path2 + ".groupsetting",
|
|
777
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
738
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
778
739
|
value: input3.groupsetting
|
|
779
740
|
})].every((flag) => flag);
|
|
780
|
-
const $
|
|
741
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
781
742
|
const value = input3[key];
|
|
782
743
|
if (void 0 === value)
|
|
783
744
|
return true;
|
|
@@ -786,7 +747,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
786
747
|
path: _path2 + $join(key),
|
|
787
748
|
expected: "BaseValue",
|
|
788
749
|
value
|
|
789
|
-
})) && $
|
|
750
|
+
})) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
790
751
|
path: _path2 + $join(key),
|
|
791
752
|
expected: "BaseValue",
|
|
792
753
|
value
|
|
@@ -796,14 +757,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
796
757
|
path: _path2 + $join(key),
|
|
797
758
|
expected: "BaseValue",
|
|
798
759
|
value
|
|
799
|
-
})) && $
|
|
760
|
+
})) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
800
761
|
path: _path2 + $join(key),
|
|
801
762
|
expected: "BaseValue",
|
|
802
763
|
value
|
|
803
764
|
});
|
|
804
765
|
return true;
|
|
805
766
|
}).every((flag) => flag)].every((flag) => flag);
|
|
806
|
-
const $
|
|
767
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
807
768
|
path: _path2 + ".key",
|
|
808
769
|
expected: "(string | undefined)",
|
|
809
770
|
value: input3.key
|
|
@@ -831,79 +792,82 @@ var validBoxPlotRequest = (input) => {
|
|
|
831
792
|
path: _path2 + ".filter",
|
|
832
793
|
expected: "(Filter | undefined)",
|
|
833
794
|
value: input3.filter
|
|
834
|
-
})) && $
|
|
795
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
835
796
|
path: _path2 + ".filter",
|
|
836
797
|
expected: "(Filter | undefined)",
|
|
837
798
|
value: input3.filter
|
|
838
799
|
})].every((flag) => flag);
|
|
839
|
-
const $
|
|
840
|
-
path: _path2 + ".
|
|
800
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
|
|
801
|
+
path: _path2 + ".type",
|
|
802
|
+
expected: '"lst"',
|
|
803
|
+
value: input3.type
|
|
804
|
+
}), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
805
|
+
path: _path2 + '["in"]',
|
|
841
806
|
expected: "(boolean | undefined)",
|
|
842
|
-
value: input3
|
|
807
|
+
value: input3["in"]
|
|
808
|
+
}), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
|
|
809
|
+
path: _path2 + ".join",
|
|
810
|
+
expected: '("and" | "or")',
|
|
811
|
+
value: input3.join
|
|
812
|
+
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
813
|
+
path: _path2 + ".tag",
|
|
814
|
+
expected: "(string | undefined)",
|
|
815
|
+
value: input3.tag
|
|
843
816
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
844
817
|
path: _path2 + ".lst",
|
|
845
|
-
expected: "Array<
|
|
818
|
+
expected: "Array<Filter | Tvs>",
|
|
846
819
|
value: input3.lst
|
|
847
|
-
})) && input3.lst.map((elem,
|
|
848
|
-
path: _path2 + ".lst[" +
|
|
849
|
-
expected: "
|
|
820
|
+
})) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
821
|
+
path: _path2 + ".lst[" + _index5 + "]",
|
|
822
|
+
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
850
823
|
value: elem
|
|
851
|
-
})) && $
|
|
852
|
-
path: _path2 + ".lst[" +
|
|
853
|
-
expected: "
|
|
824
|
+
})) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
825
|
+
path: _path2 + ".lst[" + _index5 + "]",
|
|
826
|
+
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
854
827
|
value: elem
|
|
855
828
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
856
829
|
path: _path2 + ".lst",
|
|
857
|
-
expected: "Array<
|
|
830
|
+
expected: "Array<Filter | Tvs>",
|
|
858
831
|
value: input3.lst
|
|
859
832
|
})].every((flag) => flag);
|
|
860
|
-
const $
|
|
861
|
-
path: _path2 + ".
|
|
862
|
-
expected: "string",
|
|
863
|
-
value: input3.
|
|
864
|
-
}), void 0 === input3.
|
|
865
|
-
path: _path2 + ".
|
|
866
|
-
expected: "(boolean | undefined)",
|
|
867
|
-
value: input3.is_grade
|
|
868
|
-
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
869
|
-
path: _path2 + ".is_subcondition",
|
|
833
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
834
|
+
path: _path2 + ".join",
|
|
835
|
+
expected: "(string | undefined)",
|
|
836
|
+
value: input3.join
|
|
837
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
838
|
+
path: _path2 + ".isnot",
|
|
870
839
|
expected: "(boolean | undefined)",
|
|
871
|
-
value: input3.
|
|
872
|
-
}), (
|
|
873
|
-
path: _path2 + ".
|
|
874
|
-
expected: "
|
|
875
|
-
value: input3.
|
|
876
|
-
})) && input3.
|
|
877
|
-
path: _path2 + ".
|
|
878
|
-
expected: "
|
|
840
|
+
value: input3.isnot
|
|
841
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
842
|
+
path: _path2 + ".term",
|
|
843
|
+
expected: "CategoricalTerm",
|
|
844
|
+
value: input3.term
|
|
845
|
+
})) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
846
|
+
path: _path2 + ".term",
|
|
847
|
+
expected: "CategoricalTerm",
|
|
848
|
+
value: input3.term
|
|
849
|
+
}), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
|
|
850
|
+
path: _path2 + ".groupset_label",
|
|
851
|
+
expected: "(string | undefined)",
|
|
852
|
+
value: input3.groupset_label
|
|
853
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
854
|
+
path: _path2 + ".values",
|
|
855
|
+
expected: "Array<BaseValue>",
|
|
856
|
+
value: input3.values
|
|
857
|
+
})) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
858
|
+
path: _path2 + ".values[" + _index6 + "]",
|
|
859
|
+
expected: "BaseValue",
|
|
879
860
|
value: elem
|
|
880
|
-
})) && $
|
|
881
|
-
path: _path2 + ".
|
|
882
|
-
expected: "
|
|
861
|
+
})) && $vo14(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
862
|
+
path: _path2 + ".values[" + _index6 + "]",
|
|
863
|
+
expected: "BaseValue",
|
|
883
864
|
value: elem
|
|
884
865
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
885
|
-
path: _path2 + ".
|
|
886
|
-
expected: "Array<
|
|
887
|
-
value: input3.
|
|
888
|
-
})].every((flag) => flag);
|
|
889
|
-
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
890
|
-
path: _path2 + ".disabled",
|
|
891
|
-
expected: "boolean",
|
|
892
|
-
value: input3.disabled
|
|
893
|
-
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
894
|
-
path: _path2 + ".lst",
|
|
895
|
-
expected: "([] | undefined)",
|
|
896
|
-
value: input3.lst
|
|
897
|
-
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
898
|
-
path: _path2 + ".lst",
|
|
899
|
-
expected: "[]",
|
|
900
|
-
value: input3.lst
|
|
901
|
-
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
902
|
-
path: _path2 + ".lst",
|
|
903
|
-
expected: "([] | undefined)",
|
|
904
|
-
value: input3.lst
|
|
866
|
+
path: _path2 + ".values",
|
|
867
|
+
expected: "Array<BaseValue>",
|
|
868
|
+
value: input3.values
|
|
905
869
|
})].every((flag) => flag);
|
|
906
|
-
const $
|
|
870
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
907
871
|
path: _path2 + ".join",
|
|
908
872
|
expected: "(string | undefined)",
|
|
909
873
|
value: input3.join
|
|
@@ -915,7 +879,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
915
879
|
path: _path2 + ".term",
|
|
916
880
|
expected: "NumericTerm",
|
|
917
881
|
value: input3.term
|
|
918
|
-
})) && $
|
|
882
|
+
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
919
883
|
path: _path2 + ".term",
|
|
920
884
|
expected: "NumericTerm",
|
|
921
885
|
value: input3.term
|
|
@@ -923,12 +887,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
923
887
|
path: _path2 + ".ranges",
|
|
924
888
|
expected: "Array<NumericBin>",
|
|
925
889
|
value: input3.ranges
|
|
926
|
-
})) && input3.ranges.map((elem,
|
|
927
|
-
path: _path2 + ".ranges[" +
|
|
890
|
+
})) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
891
|
+
path: _path2 + ".ranges[" + _index7 + "]",
|
|
928
892
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
929
893
|
value: elem
|
|
930
|
-
})) && $vu2(elem, _path2 + ".ranges[" +
|
|
931
|
-
path: _path2 + ".ranges[" +
|
|
894
|
+
})) && $vu2(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
895
|
+
path: _path2 + ".ranges[" + _index7 + "]",
|
|
932
896
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
933
897
|
value: elem
|
|
934
898
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -939,20 +903,20 @@ var validBoxPlotRequest = (input) => {
|
|
|
939
903
|
path: _path2 + ".values",
|
|
940
904
|
expected: "Array<__type>.o1",
|
|
941
905
|
value: input3.values
|
|
942
|
-
})) && input3.values.map((elem,
|
|
943
|
-
path: _path2 + ".values[" +
|
|
944
|
-
expected: "__type.
|
|
906
|
+
})) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
907
|
+
path: _path2 + ".values[" + _index8 + "]",
|
|
908
|
+
expected: "__type.o3",
|
|
945
909
|
value: elem
|
|
946
|
-
})) && $
|
|
947
|
-
path: _path2 + ".values[" +
|
|
948
|
-
expected: "__type.
|
|
910
|
+
})) && $vo26(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
911
|
+
path: _path2 + ".values[" + _index8 + "]",
|
|
912
|
+
expected: "__type.o3",
|
|
949
913
|
value: elem
|
|
950
914
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
951
915
|
path: _path2 + ".values",
|
|
952
916
|
expected: "Array<__type>.o1",
|
|
953
917
|
value: input3.values
|
|
954
918
|
})].every((flag) => flag);
|
|
955
|
-
const $
|
|
919
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
956
920
|
path: _path2 + ".id",
|
|
957
921
|
expected: "string",
|
|
958
922
|
value: input3.id
|
|
@@ -960,16 +924,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
960
924
|
path: _path2 + ".name",
|
|
961
925
|
expected: "string",
|
|
962
926
|
value: input3.name
|
|
963
|
-
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
927
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
964
928
|
path: _path2 + ".type",
|
|
965
|
-
expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
929
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
966
930
|
value: input3.type
|
|
967
931
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
968
932
|
path: _path2 + ".child_types",
|
|
969
933
|
expected: "(Array<string> | undefined)",
|
|
970
934
|
value: input3.child_types
|
|
971
|
-
})) && input3.child_types.map((elem,
|
|
972
|
-
path: _path2 + ".child_types[" +
|
|
935
|
+
})) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
|
|
936
|
+
path: _path2 + ".child_types[" + _index9 + "]",
|
|
973
937
|
expected: "string",
|
|
974
938
|
value: elem
|
|
975
939
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -984,8 +948,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
984
948
|
path: _path2 + ".included_types",
|
|
985
949
|
expected: "(Array<string> | undefined)",
|
|
986
950
|
value: input3.included_types
|
|
987
|
-
})) && input3.included_types.map((elem,
|
|
988
|
-
path: _path2 + ".included_types[" +
|
|
951
|
+
})) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
|
|
952
|
+
path: _path2 + ".included_types[" + _index10 + "]",
|
|
989
953
|
expected: "string",
|
|
990
954
|
value: elem
|
|
991
955
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1000,15 +964,15 @@ var validBoxPlotRequest = (input) => {
|
|
|
1000
964
|
path: _path2 + ".values",
|
|
1001
965
|
expected: "(TermValues | undefined)",
|
|
1002
966
|
value: input3.values
|
|
1003
|
-
})) && $
|
|
967
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1004
968
|
path: _path2 + ".values",
|
|
1005
969
|
expected: "(TermValues | undefined)",
|
|
1006
970
|
value: input3.values
|
|
1007
|
-
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
971
|
+
}), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1008
972
|
path: _path2 + ".bins",
|
|
1009
973
|
expected: "PresetNumericBins",
|
|
1010
974
|
value: input3.bins
|
|
1011
|
-
})) && $
|
|
975
|
+
})) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1012
976
|
path: _path2 + ".bins",
|
|
1013
977
|
expected: "PresetNumericBins",
|
|
1014
978
|
value: input3.bins
|
|
@@ -1018,14 +982,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
1018
982
|
value: input3.unit
|
|
1019
983
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1020
984
|
path: _path2 + ".continuousColorScale",
|
|
1021
|
-
expected: "(__type.
|
|
985
|
+
expected: "(__type.o2 | undefined)",
|
|
1022
986
|
value: input3.continuousColorScale
|
|
1023
|
-
})) && $
|
|
987
|
+
})) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1024
988
|
path: _path2 + ".continuousColorScale",
|
|
1025
|
-
expected: "(__type.
|
|
989
|
+
expected: "(__type.o2 | undefined)",
|
|
1026
990
|
value: input3.continuousColorScale
|
|
1027
991
|
})].every((flag) => flag);
|
|
1028
|
-
const $
|
|
992
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
1029
993
|
path: _path2 + '["default"]',
|
|
1030
994
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1031
995
|
value: input3["default"]
|
|
@@ -1062,7 +1026,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1062
1026
|
expected: "(number | undefined)",
|
|
1063
1027
|
value: input3.max
|
|
1064
1028
|
})].every((flag) => flag);
|
|
1065
|
-
const $
|
|
1029
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1066
1030
|
path: _path2 + ".hiddenValues",
|
|
1067
1031
|
expected: "(HiddenValues | undefined)",
|
|
1068
1032
|
value: input3.hiddenValues
|
|
@@ -1115,7 +1079,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1115
1079
|
expected: "(number | undefined)",
|
|
1116
1080
|
value: input3.label_offset
|
|
1117
1081
|
})].every((flag) => flag);
|
|
1118
|
-
const $
|
|
1082
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
1119
1083
|
path: _path2 + ".startunbounded",
|
|
1120
1084
|
expected: "true",
|
|
1121
1085
|
value: input3.startunbounded
|
|
@@ -1140,7 +1104,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1140
1104
|
expected: "(string | undefined)",
|
|
1141
1105
|
value: input3.label
|
|
1142
1106
|
})].every((flag) => flag);
|
|
1143
|
-
const $
|
|
1107
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
1144
1108
|
path: _path2 + ".startunbounded",
|
|
1145
1109
|
expected: "(false | undefined)",
|
|
1146
1110
|
value: input3.startunbounded
|
|
@@ -1169,7 +1133,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1169
1133
|
expected: "(string | undefined)",
|
|
1170
1134
|
value: input3.label
|
|
1171
1135
|
})].every((flag) => flag);
|
|
1172
|
-
const $
|
|
1136
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
1173
1137
|
path: _path2 + ".start",
|
|
1174
1138
|
expected: "number",
|
|
1175
1139
|
value: input3.start
|
|
@@ -1194,7 +1158,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1194
1158
|
expected: "(string | undefined)",
|
|
1195
1159
|
value: input3.label
|
|
1196
1160
|
})].every((flag) => flag);
|
|
1197
|
-
const $
|
|
1161
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1198
1162
|
path: _path2 + ".hiddenValues",
|
|
1199
1163
|
expected: "(HiddenValues | undefined)",
|
|
1200
1164
|
value: input3.hiddenValues
|
|
@@ -1240,12 +1204,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1240
1204
|
path: _path2 + ".lst",
|
|
1241
1205
|
expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1242
1206
|
value: input3.lst.slice(1)
|
|
1243
|
-
})) && input3.lst.slice(1).map((elem,
|
|
1244
|
-
path: _path2 + ".lst[" + (1 +
|
|
1207
|
+
})) && input3.lst.slice(1).map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1208
|
+
path: _path2 + ".lst[" + (1 + _index11) + "]",
|
|
1245
1209
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1246
1210
|
value: elem
|
|
1247
|
-
})) && $vu2(elem, _path2 + ".lst[" + (1 +
|
|
1248
|
-
path: _path2 + ".lst[" + (1 +
|
|
1211
|
+
})) && $vu2(elem, _path2 + ".lst[" + (1 + _index11) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1212
|
+
path: _path2 + ".lst[" + (1 + _index11) + "]",
|
|
1249
1213
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1250
1214
|
value: elem
|
|
1251
1215
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1261,7 +1225,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1261
1225
|
expected: '("median" | undefined)',
|
|
1262
1226
|
value: input3.preferredBins
|
|
1263
1227
|
})].every((flag) => flag);
|
|
1264
|
-
const $
|
|
1228
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1265
1229
|
path: _path2 + ".minColor",
|
|
1266
1230
|
expected: "string",
|
|
1267
1231
|
value: input3.minColor
|
|
@@ -1270,7 +1234,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1270
1234
|
expected: "string",
|
|
1271
1235
|
value: input3.maxColor
|
|
1272
1236
|
})].every((flag) => flag);
|
|
1273
|
-
const $
|
|
1237
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1274
1238
|
path: _path2 + ".key",
|
|
1275
1239
|
expected: "string",
|
|
1276
1240
|
value: input3.key
|
|
@@ -1287,7 +1251,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1287
1251
|
expected: "(string | undefined)",
|
|
1288
1252
|
value: input3.label
|
|
1289
1253
|
})].every((flag) => flag);
|
|
1290
|
-
const $
|
|
1254
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1291
1255
|
path: _path2 + ".join",
|
|
1292
1256
|
expected: "(string | undefined)",
|
|
1293
1257
|
value: input3.join
|
|
@@ -1299,7 +1263,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1299
1263
|
path: _path2 + ".term",
|
|
1300
1264
|
expected: "ConditionTerm",
|
|
1301
1265
|
value: input3.term
|
|
1302
|
-
})) && $
|
|
1266
|
+
})) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1303
1267
|
path: _path2 + ".term",
|
|
1304
1268
|
expected: "ConditionTerm",
|
|
1305
1269
|
value: input3.term
|
|
@@ -1319,12 +1283,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1319
1283
|
path: _path2 + ".grade_and_child",
|
|
1320
1284
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1321
1285
|
value: input3.grade_and_child
|
|
1322
|
-
})) && input3.grade_and_child.map((elem,
|
|
1323
|
-
path: _path2 + ".grade_and_child[" +
|
|
1286
|
+
})) && input3.grade_and_child.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1287
|
+
path: _path2 + ".grade_and_child[" + _index12 + "]",
|
|
1324
1288
|
expected: "GradeAndChildEntry",
|
|
1325
1289
|
value: elem
|
|
1326
|
-
})) && $
|
|
1327
|
-
path: _path2 + ".grade_and_child[" +
|
|
1290
|
+
})) && $vo29(elem, _path2 + ".grade_and_child[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1291
|
+
path: _path2 + ".grade_and_child[" + _index12 + "]",
|
|
1328
1292
|
expected: "GradeAndChildEntry",
|
|
1329
1293
|
value: elem
|
|
1330
1294
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1332,7 +1296,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1332
1296
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1333
1297
|
value: input3.grade_and_child
|
|
1334
1298
|
})].every((flag) => flag);
|
|
1335
|
-
const $
|
|
1299
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1336
1300
|
path: _path2 + ".id",
|
|
1337
1301
|
expected: "string",
|
|
1338
1302
|
value: input3.id
|
|
@@ -1348,8 +1312,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1348
1312
|
path: _path2 + ".child_types",
|
|
1349
1313
|
expected: "(Array<string> | undefined)",
|
|
1350
1314
|
value: input3.child_types
|
|
1351
|
-
})) && input3.child_types.map((elem,
|
|
1352
|
-
path: _path2 + ".child_types[" +
|
|
1315
|
+
})) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1316
|
+
path: _path2 + ".child_types[" + _index13 + "]",
|
|
1353
1317
|
expected: "string",
|
|
1354
1318
|
value: elem
|
|
1355
1319
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1364,8 +1328,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1364
1328
|
path: _path2 + ".included_types",
|
|
1365
1329
|
expected: "(Array<string> | undefined)",
|
|
1366
1330
|
value: input3.included_types
|
|
1367
|
-
})) && input3.included_types.map((elem,
|
|
1368
|
-
path: _path2 + ".included_types[" +
|
|
1331
|
+
})) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1332
|
+
path: _path2 + ".included_types[" + _index14 + "]",
|
|
1369
1333
|
expected: "string",
|
|
1370
1334
|
value: elem
|
|
1371
1335
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1380,12 +1344,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1380
1344
|
path: _path2 + ".values",
|
|
1381
1345
|
expected: "(TermValues | undefined)",
|
|
1382
1346
|
value: input3.values
|
|
1383
|
-
})) && $
|
|
1347
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1384
1348
|
path: _path2 + ".values",
|
|
1385
1349
|
expected: "(TermValues | undefined)",
|
|
1386
1350
|
value: input3.values
|
|
1387
|
-
})].every((flag) => flag);
|
|
1388
|
-
const $
|
|
1351
|
+
}), true].every((flag) => flag);
|
|
1352
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1389
1353
|
path: _path2 + ".grade",
|
|
1390
1354
|
expected: "number",
|
|
1391
1355
|
value: input3.grade
|
|
@@ -1402,7 +1366,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1402
1366
|
expected: "string",
|
|
1403
1367
|
value: input3.child_label
|
|
1404
1368
|
})].every((flag) => flag);
|
|
1405
|
-
const $
|
|
1369
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1406
1370
|
path: _path2 + ".join",
|
|
1407
1371
|
expected: "(string | undefined)",
|
|
1408
1372
|
value: input3.join
|
|
@@ -1422,12 +1386,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1422
1386
|
path: _path2 + ".values",
|
|
1423
1387
|
expected: "Array<GeneVariantTvsValue>",
|
|
1424
1388
|
value: input3.values
|
|
1425
|
-
})) && input3.values.map((elem,
|
|
1426
|
-
path: _path2 + ".values[" +
|
|
1389
|
+
})) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1390
|
+
path: _path2 + ".values[" + _index15 + "]",
|
|
1427
1391
|
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1428
1392
|
value: elem
|
|
1429
|
-
})) && $vu3(elem, _path2 + ".values[" +
|
|
1430
|
-
path: _path2 + ".values[" +
|
|
1393
|
+
})) && $vu3(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1394
|
+
path: _path2 + ".values[" + _index15 + "]",
|
|
1431
1395
|
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1432
1396
|
value: elem
|
|
1433
1397
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1435,7 +1399,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1435
1399
|
expected: "Array<GeneVariantTvsValue>",
|
|
1436
1400
|
value: input3.values
|
|
1437
1401
|
})].every((flag) => flag);
|
|
1438
|
-
const $
|
|
1402
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1439
1403
|
path: _path2 + ".id",
|
|
1440
1404
|
expected: "string",
|
|
1441
1405
|
value: input3.id
|
|
@@ -1451,8 +1415,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1451
1415
|
path: _path2 + ".child_types",
|
|
1452
1416
|
expected: "(Array<string> | undefined)",
|
|
1453
1417
|
value: input3.child_types
|
|
1454
|
-
})) && input3.child_types.map((elem,
|
|
1455
|
-
path: _path2 + ".child_types[" +
|
|
1418
|
+
})) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1419
|
+
path: _path2 + ".child_types[" + _index16 + "]",
|
|
1456
1420
|
expected: "string",
|
|
1457
1421
|
value: elem
|
|
1458
1422
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1467,8 +1431,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1467
1431
|
path: _path2 + ".included_types",
|
|
1468
1432
|
expected: "(Array<string> | undefined)",
|
|
1469
1433
|
value: input3.included_types
|
|
1470
|
-
})) && input3.included_types.map((elem,
|
|
1471
|
-
path: _path2 + ".included_types[" +
|
|
1434
|
+
})) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1435
|
+
path: _path2 + ".included_types[" + _index17 + "]",
|
|
1472
1436
|
expected: "string",
|
|
1473
1437
|
value: elem
|
|
1474
1438
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1483,15 +1447,15 @@ var validBoxPlotRequest = (input) => {
|
|
|
1483
1447
|
path: _path2 + ".values",
|
|
1484
1448
|
expected: "(TermValues | undefined)",
|
|
1485
1449
|
value: input3.values
|
|
1486
|
-
})) && $
|
|
1450
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1487
1451
|
path: _path2 + ".values",
|
|
1488
1452
|
expected: "(TermValues | undefined)",
|
|
1489
1453
|
value: input3.values
|
|
1490
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1454
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1491
1455
|
path: _path2 + ".groupsetting",
|
|
1492
1456
|
expected: "EnabledTermGroupSetting",
|
|
1493
1457
|
value: input3.groupsetting
|
|
1494
|
-
})) && $
|
|
1458
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1495
1459
|
path: _path2 + ".groupsetting",
|
|
1496
1460
|
expected: "EnabledTermGroupSetting",
|
|
1497
1461
|
value: input3.groupsetting
|
|
@@ -1516,6 +1480,60 @@ var validBoxPlotRequest = (input) => {
|
|
|
1516
1480
|
expected: "(number | undefined)",
|
|
1517
1481
|
value: input3.stop
|
|
1518
1482
|
})].every((flag) => flag);
|
|
1483
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1484
|
+
path: _path2 + ".disabled",
|
|
1485
|
+
expected: "(boolean | undefined)",
|
|
1486
|
+
value: input3.disabled
|
|
1487
|
+
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1488
|
+
path: _path2 + ".lst",
|
|
1489
|
+
expected: "Array<Groupset>",
|
|
1490
|
+
value: input3.lst
|
|
1491
|
+
})) && input3.lst.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1492
|
+
path: _path2 + ".lst[" + _index18 + "]",
|
|
1493
|
+
expected: "Groupset",
|
|
1494
|
+
value: elem
|
|
1495
|
+
})) && $vo33(elem, _path2 + ".lst[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1496
|
+
path: _path2 + ".lst[" + _index18 + "]",
|
|
1497
|
+
expected: "Groupset",
|
|
1498
|
+
value: elem
|
|
1499
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1500
|
+
path: _path2 + ".lst",
|
|
1501
|
+
expected: "Array<Groupset>",
|
|
1502
|
+
value: input3.lst
|
|
1503
|
+
})].every((flag) => flag);
|
|
1504
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1505
|
+
path: _path2 + ".name",
|
|
1506
|
+
expected: "string",
|
|
1507
|
+
value: input3.name
|
|
1508
|
+
}), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
|
|
1509
|
+
path: _path2 + ".is_grade",
|
|
1510
|
+
expected: "(boolean | undefined)",
|
|
1511
|
+
value: input3.is_grade
|
|
1512
|
+
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
1513
|
+
path: _path2 + ".is_subcondition",
|
|
1514
|
+
expected: "(boolean | undefined)",
|
|
1515
|
+
value: input3.is_subcondition
|
|
1516
|
+
}), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1517
|
+
path: _path2 + ".id",
|
|
1518
|
+
expected: "(string | undefined)",
|
|
1519
|
+
value: input3.id
|
|
1520
|
+
}), (Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
1521
|
+
path: _path2 + ".groups",
|
|
1522
|
+
expected: "Array<GroupEntry>",
|
|
1523
|
+
value: input3.groups
|
|
1524
|
+
})) && input3.groups.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1525
|
+
path: _path2 + ".groups[" + _index19 + "]",
|
|
1526
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1527
|
+
value: elem
|
|
1528
|
+
})) && $vu0(elem, _path2 + ".groups[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1529
|
+
path: _path2 + ".groups[" + _index19 + "]",
|
|
1530
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1531
|
+
value: elem
|
|
1532
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1533
|
+
path: _path2 + ".groups",
|
|
1534
|
+
expected: "Array<GroupEntry>",
|
|
1535
|
+
value: input3.groups
|
|
1536
|
+
})].every((flag) => flag);
|
|
1519
1537
|
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1520
1538
|
path: _path2 + ".id",
|
|
1521
1539
|
expected: "string",
|
|
@@ -1564,15 +1582,15 @@ var validBoxPlotRequest = (input) => {
|
|
|
1564
1582
|
path: _path2 + ".values",
|
|
1565
1583
|
expected: "(TermValues | undefined)",
|
|
1566
1584
|
value: input3.values
|
|
1567
|
-
})) && $
|
|
1585
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1568
1586
|
path: _path2 + ".values",
|
|
1569
1587
|
expected: "(TermValues | undefined)",
|
|
1570
1588
|
value: input3.values
|
|
1571
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1589
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1572
1590
|
path: _path2 + ".groupsetting",
|
|
1573
1591
|
expected: "EnabledTermGroupSetting",
|
|
1574
1592
|
value: input3.groupsetting
|
|
1575
|
-
})) && $
|
|
1593
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1576
1594
|
path: _path2 + ".groupsetting",
|
|
1577
1595
|
expected: "EnabledTermGroupSetting",
|
|
1578
1596
|
value: input3.groupsetting
|
|
@@ -1725,7 +1743,24 @@ var validBoxPlotRequest = (input) => {
|
|
|
1725
1743
|
expected: '("germline" | "somatic" | undefined)',
|
|
1726
1744
|
value: input3.origin
|
|
1727
1745
|
})].every((flag) => flag);
|
|
1728
|
-
const $vo39 = (input3, _path2, _exceptionable2 = true) => [
|
|
1746
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1747
|
+
path: _path2 + ".disabled",
|
|
1748
|
+
expected: "boolean",
|
|
1749
|
+
value: input3.disabled
|
|
1750
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1751
|
+
path: _path2 + ".lst",
|
|
1752
|
+
expected: "([] | undefined)",
|
|
1753
|
+
value: input3.lst
|
|
1754
|
+
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
1755
|
+
path: _path2 + ".lst",
|
|
1756
|
+
expected: "[]",
|
|
1757
|
+
value: input3.lst
|
|
1758
|
+
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
1759
|
+
path: _path2 + ".lst",
|
|
1760
|
+
expected: "([] | undefined)",
|
|
1761
|
+
value: input3.lst
|
|
1762
|
+
})].every((flag) => flag);
|
|
1763
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1729
1764
|
path: _path2 + ".id",
|
|
1730
1765
|
expected: "(string | undefined)",
|
|
1731
1766
|
value: input3.id
|
|
@@ -1753,7 +1788,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1753
1788
|
path: _path2 + ".term",
|
|
1754
1789
|
expected: "NumericTerm",
|
|
1755
1790
|
value: input3.term
|
|
1756
|
-
})) && $
|
|
1791
|
+
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1757
1792
|
path: _path2 + ".term",
|
|
1758
1793
|
expected: "NumericTerm",
|
|
1759
1794
|
value: input3.term
|
|
@@ -1766,7 +1801,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1766
1801
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1767
1802
|
value: input3.q
|
|
1768
1803
|
})].every((flag) => flag);
|
|
1769
|
-
const $
|
|
1804
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1770
1805
|
path: _path2 + ".hiddenValues",
|
|
1771
1806
|
expected: "(HiddenValues | undefined)",
|
|
1772
1807
|
value: input3.hiddenValues
|
|
@@ -1826,7 +1861,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1826
1861
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
1827
1862
|
value: input3.lst
|
|
1828
1863
|
})].every((flag) => flag);
|
|
1829
|
-
const $
|
|
1864
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1830
1865
|
path: _path2 + ".hiddenValues",
|
|
1831
1866
|
expected: "(HiddenValues | undefined)",
|
|
1832
1867
|
value: input3.hiddenValues
|
|
@@ -1863,7 +1898,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1863
1898
|
expected: "undefined",
|
|
1864
1899
|
value: input3.type
|
|
1865
1900
|
}))].every((flag) => flag);
|
|
1866
|
-
const $
|
|
1901
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1867
1902
|
path: _path2 + ".hiddenValues",
|
|
1868
1903
|
expected: "(HiddenValues | undefined)",
|
|
1869
1904
|
value: input3.hiddenValues
|
|
@@ -1895,7 +1930,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1895
1930
|
path: _path2 + ".knots[" + _index30 + "]",
|
|
1896
1931
|
expected: "__type.o5",
|
|
1897
1932
|
value: elem
|
|
1898
|
-
})) && $
|
|
1933
|
+
})) && $vo44(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1899
1934
|
path: _path2 + ".knots[" + _index30 + "]",
|
|
1900
1935
|
expected: "__type.o5",
|
|
1901
1936
|
value: elem
|
|
@@ -1912,12 +1947,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1912
1947
|
expected: "undefined",
|
|
1913
1948
|
value: input3.type
|
|
1914
1949
|
}))].every((flag) => flag);
|
|
1915
|
-
const $
|
|
1950
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
1916
1951
|
path: _path2 + ".value",
|
|
1917
1952
|
expected: "number",
|
|
1918
1953
|
value: input3.value
|
|
1919
1954
|
})].every((flag) => flag);
|
|
1920
|
-
const $
|
|
1955
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1921
1956
|
path: _path2 + ".id",
|
|
1922
1957
|
expected: "(string | undefined)",
|
|
1923
1958
|
value: input3.id
|
|
@@ -1945,7 +1980,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1945
1980
|
path: _path2 + ".q",
|
|
1946
1981
|
expected: "SnpsQ",
|
|
1947
1982
|
value: input3.q
|
|
1948
|
-
})) && $
|
|
1983
|
+
})) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1949
1984
|
path: _path2 + ".q",
|
|
1950
1985
|
expected: "SnpsQ",
|
|
1951
1986
|
value: input3.q
|
|
@@ -1953,12 +1988,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1953
1988
|
path: _path2 + ".term",
|
|
1954
1989
|
expected: "SnpsTerm",
|
|
1955
1990
|
value: input3.term
|
|
1956
|
-
})) && $
|
|
1991
|
+
})) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1957
1992
|
path: _path2 + ".term",
|
|
1958
1993
|
expected: "SnpsTerm",
|
|
1959
1994
|
value: input3.term
|
|
1960
1995
|
})].every((flag) => flag);
|
|
1961
|
-
const $
|
|
1996
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1962
1997
|
path: _path2 + ".hiddenValues",
|
|
1963
1998
|
expected: "(HiddenValues | undefined)",
|
|
1964
1999
|
value: input3.hiddenValues
|
|
@@ -1982,9 +2017,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
1982
2017
|
path: _path2 + ".reuseId",
|
|
1983
2018
|
expected: "(string | undefined)",
|
|
1984
2019
|
value: input3.reuseId
|
|
1985
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
2020
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
1986
2021
|
path: _path2 + ".type",
|
|
1987
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2022
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
1988
2023
|
value: input3.type
|
|
1989
2024
|
}), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
|
|
1990
2025
|
path: _path2 + ".AFcutoff",
|
|
@@ -2014,7 +2049,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2014
2049
|
path: _path2 + ".restrictAncestry",
|
|
2015
2050
|
expected: "RestrictAncestry",
|
|
2016
2051
|
value: input3.restrictAncestry
|
|
2017
|
-
})) && $
|
|
2052
|
+
})) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
2018
2053
|
path: _path2 + ".restrictAncestry",
|
|
2019
2054
|
expected: "RestrictAncestry",
|
|
2020
2055
|
value: input3.restrictAncestry
|
|
@@ -2022,7 +2057,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2022
2057
|
path: _path2 + ".variant_filter",
|
|
2023
2058
|
expected: "Filter",
|
|
2024
2059
|
value: input3.variant_filter
|
|
2025
|
-
})) && $
|
|
2060
|
+
})) && $vo15(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2026
2061
|
path: _path2 + ".variant_filter",
|
|
2027
2062
|
expected: "Filter",
|
|
2028
2063
|
value: input3.variant_filter
|
|
@@ -2039,7 +2074,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2039
2074
|
expected: "number",
|
|
2040
2075
|
value: input3.stop
|
|
2041
2076
|
})].every((flag) => flag);
|
|
2042
|
-
const $
|
|
2077
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2043
2078
|
path: _path2 + ".name",
|
|
2044
2079
|
expected: "string",
|
|
2045
2080
|
value: input3.name
|
|
@@ -2052,7 +2087,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2052
2087
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2053
2088
|
value: input3.tvs
|
|
2054
2089
|
})].every((flag) => flag);
|
|
2055
|
-
const $
|
|
2090
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2056
2091
|
path: _path2 + ".id",
|
|
2057
2092
|
expected: "string",
|
|
2058
2093
|
value: input3.id
|
|
@@ -2100,11 +2135,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
2100
2135
|
path: _path2 + ".values",
|
|
2101
2136
|
expected: "(TermValues | undefined)",
|
|
2102
2137
|
value: input3.values
|
|
2103
|
-
})) && $
|
|
2138
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2104
2139
|
path: _path2 + ".values",
|
|
2105
2140
|
expected: "(TermValues | undefined)",
|
|
2106
2141
|
value: input3.values
|
|
2107
|
-
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2142
|
+
}), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2108
2143
|
path: _path2 + ".reachedVariantLimit",
|
|
2109
2144
|
expected: "(boolean | undefined)",
|
|
2110
2145
|
value: input3.reachedVariantLimit
|
|
@@ -2116,7 +2151,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2116
2151
|
path: _path2 + ".snps[" + _index33 + "]",
|
|
2117
2152
|
expected: "SnpsEntry",
|
|
2118
2153
|
value: elem
|
|
2119
|
-
})) && $
|
|
2154
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2120
2155
|
path: _path2 + ".snps[" + _index33 + "]",
|
|
2121
2156
|
expected: "SnpsEntry",
|
|
2122
2157
|
value: elem
|
|
@@ -2125,7 +2160,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2125
2160
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2126
2161
|
value: input3.snps
|
|
2127
2162
|
})].every((flag) => flag);
|
|
2128
|
-
const $
|
|
2163
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
2129
2164
|
path: _path2 + ".altAlleles",
|
|
2130
2165
|
expected: "(Array<string> | undefined)",
|
|
2131
2166
|
value: input3.altAlleles
|
|
@@ -2145,7 +2180,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2145
2180
|
path: _path2 + ".alleles[" + _index35 + "]",
|
|
2146
2181
|
expected: "AllelesEntry",
|
|
2147
2182
|
value: elem
|
|
2148
|
-
})) && $
|
|
2183
|
+
})) && $vo50(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2149
2184
|
path: _path2 + ".alleles[" + _index35 + "]",
|
|
2150
2185
|
expected: "AllelesEntry",
|
|
2151
2186
|
value: elem
|
|
@@ -2161,7 +2196,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2161
2196
|
path: _path2 + ".gt2count",
|
|
2162
2197
|
expected: "(__type.o6 | undefined)",
|
|
2163
2198
|
value: input3.gt2count
|
|
2164
|
-
})) && $
|
|
2199
|
+
})) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2165
2200
|
path: _path2 + ".gt2count",
|
|
2166
2201
|
expected: "(__type.o6 | undefined)",
|
|
2167
2202
|
value: input3.gt2count
|
|
@@ -2190,7 +2225,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2190
2225
|
expected: "(number | undefined)",
|
|
2191
2226
|
value: input3.pos
|
|
2192
2227
|
})].every((flag) => flag);
|
|
2193
|
-
const $
|
|
2228
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
2194
2229
|
path: _path2 + ".allele",
|
|
2195
2230
|
expected: "string",
|
|
2196
2231
|
value: input3.allele
|
|
@@ -2203,7 +2238,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2203
2238
|
expected: "boolean",
|
|
2204
2239
|
value: input3.isRef
|
|
2205
2240
|
})].every((flag) => flag);
|
|
2206
|
-
const $
|
|
2241
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
2207
2242
|
path: _path2 + ".k",
|
|
2208
2243
|
expected: "string",
|
|
2209
2244
|
value: input3.k
|
|
@@ -2212,7 +2247,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2212
2247
|
expected: "(number | string)",
|
|
2213
2248
|
value: input3.v
|
|
2214
2249
|
})].every((flag) => flag);
|
|
2215
|
-
const $
|
|
2250
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2216
2251
|
path: _path2 + ".id",
|
|
2217
2252
|
expected: "(string | undefined)",
|
|
2218
2253
|
value: input3.id
|
|
@@ -2238,22 +2273,22 @@ var validBoxPlotRequest = (input) => {
|
|
|
2238
2273
|
value: input3.minNumSamples
|
|
2239
2274
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2240
2275
|
path: _path2 + ".term",
|
|
2241
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2276
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2242
2277
|
value: input3.term
|
|
2243
2278
|
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2244
2279
|
path: _path2 + ".term",
|
|
2245
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2280
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2246
2281
|
value: input3.term
|
|
2247
2282
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2248
2283
|
path: _path2 + ".q",
|
|
2249
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2284
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2250
2285
|
value: input3.q
|
|
2251
2286
|
})) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2252
2287
|
path: _path2 + ".q",
|
|
2253
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2288
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2254
2289
|
value: input3.q
|
|
2255
2290
|
})].every((flag) => flag);
|
|
2256
|
-
const $
|
|
2291
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2257
2292
|
path: _path2 + ".id",
|
|
2258
2293
|
expected: "string",
|
|
2259
2294
|
value: input3.id
|
|
@@ -2301,20 +2336,20 @@ var validBoxPlotRequest = (input) => {
|
|
|
2301
2336
|
path: _path2 + ".values",
|
|
2302
2337
|
expected: "(TermValues | undefined)",
|
|
2303
2338
|
value: input3.values
|
|
2304
|
-
})) && $
|
|
2339
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2305
2340
|
path: _path2 + ".values",
|
|
2306
2341
|
expected: "(TermValues | undefined)",
|
|
2307
2342
|
value: input3.values
|
|
2308
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2343
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2309
2344
|
path: _path2 + ".groupsetting",
|
|
2310
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2345
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2311
2346
|
value: input3.groupsetting
|
|
2312
2347
|
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2313
2348
|
path: _path2 + ".groupsetting",
|
|
2314
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2349
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2315
2350
|
value: input3.groupsetting
|
|
2316
2351
|
})].every((flag) => flag);
|
|
2317
|
-
const $
|
|
2352
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2318
2353
|
path: _path2 + ".id",
|
|
2319
2354
|
expected: "string",
|
|
2320
2355
|
value: input3.id
|
|
@@ -2322,9 +2357,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
2322
2357
|
path: _path2 + ".name",
|
|
2323
2358
|
expected: "string",
|
|
2324
2359
|
value: input3.name
|
|
2325
|
-
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
2360
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
2326
2361
|
path: _path2 + ".type",
|
|
2327
|
-
expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2362
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2328
2363
|
value: input3.type
|
|
2329
2364
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2330
2365
|
path: _path2 + ".child_types",
|
|
@@ -2362,15 +2397,15 @@ var validBoxPlotRequest = (input) => {
|
|
|
2362
2397
|
path: _path2 + ".values",
|
|
2363
2398
|
expected: "(TermValues | undefined)",
|
|
2364
2399
|
value: input3.values
|
|
2365
|
-
})) && $
|
|
2400
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2366
2401
|
path: _path2 + ".values",
|
|
2367
2402
|
expected: "(TermValues | undefined)",
|
|
2368
2403
|
value: input3.values
|
|
2369
|
-
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2404
|
+
}), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2370
2405
|
path: _path2 + ".bins",
|
|
2371
2406
|
expected: "PresetNumericBins",
|
|
2372
2407
|
value: input3.bins
|
|
2373
|
-
})) && $
|
|
2408
|
+
})) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2374
2409
|
path: _path2 + ".bins",
|
|
2375
2410
|
expected: "PresetNumericBins",
|
|
2376
2411
|
value: input3.bins
|
|
@@ -2380,14 +2415,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
2380
2415
|
value: input3.unit
|
|
2381
2416
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2382
2417
|
path: _path2 + ".continuousColorScale",
|
|
2383
|
-
expected: "(__type.
|
|
2418
|
+
expected: "(__type.o2 | undefined)",
|
|
2384
2419
|
value: input3.continuousColorScale
|
|
2385
|
-
})) && $
|
|
2420
|
+
})) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2386
2421
|
path: _path2 + ".continuousColorScale",
|
|
2387
|
-
expected: "(__type.
|
|
2422
|
+
expected: "(__type.o2 | undefined)",
|
|
2388
2423
|
value: input3.continuousColorScale
|
|
2389
2424
|
})].every((flag) => flag);
|
|
2390
|
-
const $
|
|
2425
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2391
2426
|
path: _path2 + ".id",
|
|
2392
2427
|
expected: "string",
|
|
2393
2428
|
value: input3.id
|
|
@@ -2435,12 +2470,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
2435
2470
|
path: _path2 + ".values",
|
|
2436
2471
|
expected: "(TermValues | undefined)",
|
|
2437
2472
|
value: input3.values
|
|
2438
|
-
})) && $
|
|
2473
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2439
2474
|
path: _path2 + ".values",
|
|
2440
2475
|
expected: "(TermValues | undefined)",
|
|
2441
2476
|
value: input3.values
|
|
2442
|
-
})].every((flag) => flag);
|
|
2443
|
-
const $
|
|
2477
|
+
}), true].every((flag) => flag);
|
|
2478
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2444
2479
|
path: _path2 + ".id",
|
|
2445
2480
|
expected: "string",
|
|
2446
2481
|
value: input3.id
|
|
@@ -2488,15 +2523,15 @@ var validBoxPlotRequest = (input) => {
|
|
|
2488
2523
|
path: _path2 + ".values",
|
|
2489
2524
|
expected: "(TermValues | undefined)",
|
|
2490
2525
|
value: input3.values
|
|
2491
|
-
})) && $
|
|
2526
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2492
2527
|
path: _path2 + ".values",
|
|
2493
2528
|
expected: "(TermValues | undefined)",
|
|
2494
2529
|
value: input3.values
|
|
2495
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2530
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2496
2531
|
path: _path2 + ".groupsetting",
|
|
2497
2532
|
expected: "EnabledTermGroupSetting",
|
|
2498
2533
|
value: input3.groupsetting
|
|
2499
|
-
})) && $
|
|
2534
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2500
2535
|
path: _path2 + ".groupsetting",
|
|
2501
2536
|
expected: "EnabledTermGroupSetting",
|
|
2502
2537
|
value: input3.groupsetting
|
|
@@ -2521,7 +2556,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2521
2556
|
expected: "(number | undefined)",
|
|
2522
2557
|
value: input3.stop
|
|
2523
2558
|
})].every((flag) => flag);
|
|
2524
|
-
const $
|
|
2559
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2525
2560
|
path: _path2 + ".id",
|
|
2526
2561
|
expected: "string",
|
|
2527
2562
|
value: input3.id
|
|
@@ -2569,15 +2604,15 @@ var validBoxPlotRequest = (input) => {
|
|
|
2569
2604
|
path: _path2 + ".values",
|
|
2570
2605
|
expected: "(TermValues | undefined)",
|
|
2571
2606
|
value: input3.values
|
|
2572
|
-
})) && $
|
|
2607
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2573
2608
|
path: _path2 + ".values",
|
|
2574
2609
|
expected: "(TermValues | undefined)",
|
|
2575
2610
|
value: input3.values
|
|
2576
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2611
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2577
2612
|
path: _path2 + ".groupsetting",
|
|
2578
2613
|
expected: "EnabledTermGroupSetting",
|
|
2579
2614
|
value: input3.groupsetting
|
|
2580
|
-
})) && $
|
|
2615
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2581
2616
|
path: _path2 + ".groupsetting",
|
|
2582
2617
|
expected: "EnabledTermGroupSetting",
|
|
2583
2618
|
value: input3.groupsetting
|
|
@@ -2598,7 +2633,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2598
2633
|
expected: "number",
|
|
2599
2634
|
value: input3.stop
|
|
2600
2635
|
})].every((flag) => flag);
|
|
2601
|
-
const $
|
|
2636
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2602
2637
|
path: _path2 + ".id",
|
|
2603
2638
|
expected: "string",
|
|
2604
2639
|
value: input3.id
|
|
@@ -2646,11 +2681,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
2646
2681
|
path: _path2 + ".values",
|
|
2647
2682
|
expected: "(TermValues | undefined)",
|
|
2648
2683
|
value: input3.values
|
|
2649
|
-
})) && $
|
|
2684
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2650
2685
|
path: _path2 + ".values",
|
|
2651
2686
|
expected: "(TermValues | undefined)",
|
|
2652
2687
|
value: input3.values
|
|
2653
|
-
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2688
|
+
}), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2654
2689
|
path: _path2 + ".reachedVariantLimit",
|
|
2655
2690
|
expected: "(boolean | undefined)",
|
|
2656
2691
|
value: input3.reachedVariantLimit
|
|
@@ -2662,7 +2697,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2662
2697
|
path: _path2 + ".snps[" + _index48 + "]",
|
|
2663
2698
|
expected: "SnpsEntry",
|
|
2664
2699
|
value: elem
|
|
2665
|
-
})) && $
|
|
2700
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2666
2701
|
path: _path2 + ".snps[" + _index48 + "]",
|
|
2667
2702
|
expected: "SnpsEntry",
|
|
2668
2703
|
value: elem
|
|
@@ -2671,7 +2706,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2671
2706
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2672
2707
|
value: input3.snps
|
|
2673
2708
|
})].every((flag) => flag);
|
|
2674
|
-
const $
|
|
2709
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2675
2710
|
path: _path2 + ".id",
|
|
2676
2711
|
expected: "string",
|
|
2677
2712
|
value: input3.id
|
|
@@ -2719,12 +2754,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
2719
2754
|
path: _path2 + ".values",
|
|
2720
2755
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2721
2756
|
value: input3.values
|
|
2722
|
-
})) && $
|
|
2757
|
+
})) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2723
2758
|
path: _path2 + ".values",
|
|
2724
2759
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2725
2760
|
value: input3.values
|
|
2726
|
-
})].every((flag) => flag);
|
|
2727
|
-
const $
|
|
2761
|
+
}), true].every((flag) => flag);
|
|
2762
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2728
2763
|
const value = input3[key];
|
|
2729
2764
|
if (void 0 === value)
|
|
2730
2765
|
return true;
|
|
@@ -2733,7 +2768,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2733
2768
|
path: _path2 + $join(key),
|
|
2734
2769
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2735
2770
|
value
|
|
2736
|
-
})) && $
|
|
2771
|
+
})) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2737
2772
|
path: _path2 + $join(key),
|
|
2738
2773
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2739
2774
|
value
|
|
@@ -2743,14 +2778,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
2743
2778
|
path: _path2 + $join(key),
|
|
2744
2779
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2745
2780
|
value
|
|
2746
|
-
})) && $
|
|
2781
|
+
})) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2747
2782
|
path: _path2 + $join(key),
|
|
2748
2783
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2749
2784
|
value
|
|
2750
2785
|
});
|
|
2751
2786
|
return true;
|
|
2752
2787
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2753
|
-
const $
|
|
2788
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2754
2789
|
path: _path2 + ".key",
|
|
2755
2790
|
expected: "(string | undefined)",
|
|
2756
2791
|
value: input3.key
|
|
@@ -2778,7 +2813,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2778
2813
|
path: _path2 + ".filter",
|
|
2779
2814
|
expected: "(Filter | undefined)",
|
|
2780
2815
|
value: input3.filter
|
|
2781
|
-
})) && $
|
|
2816
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2782
2817
|
path: _path2 + ".filter",
|
|
2783
2818
|
expected: "(Filter | undefined)",
|
|
2784
2819
|
value: input3.filter
|
|
@@ -2798,7 +2833,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2798
2833
|
path: _path2 + ".list[" + _index51 + "]",
|
|
2799
2834
|
expected: "__type.o7",
|
|
2800
2835
|
value: elem
|
|
2801
|
-
})) && $
|
|
2836
|
+
})) && $vo62(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2802
2837
|
path: _path2 + ".list[" + _index51 + "]",
|
|
2803
2838
|
expected: "__type.o7",
|
|
2804
2839
|
value: elem
|
|
@@ -2807,7 +2842,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2807
2842
|
expected: "Array<__type>.o3",
|
|
2808
2843
|
value: input3.list
|
|
2809
2844
|
}), true].every((flag) => flag);
|
|
2810
|
-
const $
|
|
2845
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
2811
2846
|
path: _path2 + ".sampleId",
|
|
2812
2847
|
expected: "string",
|
|
2813
2848
|
value: input3.sampleId
|
|
@@ -2816,7 +2851,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2816
2851
|
expected: "string",
|
|
2817
2852
|
value: input3.sample
|
|
2818
2853
|
})].every((flag) => flag);
|
|
2819
|
-
const $
|
|
2854
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2820
2855
|
path: _path2 + ".hiddenValues",
|
|
2821
2856
|
expected: "(HiddenValues | undefined)",
|
|
2822
2857
|
value: input3.hiddenValues
|
|
@@ -2840,12 +2875,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
2840
2875
|
path: _path2 + ".reuseId",
|
|
2841
2876
|
expected: "(string | undefined)",
|
|
2842
2877
|
value: input3.reuseId
|
|
2843
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
2878
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
2844
2879
|
path: _path2 + ".type",
|
|
2845
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2880
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2846
2881
|
value: input3.type
|
|
2847
2882
|
})].every((flag) => flag);
|
|
2848
|
-
const $
|
|
2883
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2849
2884
|
path: _path2 + ".hiddenValues",
|
|
2850
2885
|
expected: "(HiddenValues | undefined)",
|
|
2851
2886
|
value: input3.hiddenValues
|
|
@@ -2910,7 +2945,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2910
2945
|
expected: "(boolean | undefined)",
|
|
2911
2946
|
value: input3.value_by_computable_grade
|
|
2912
2947
|
}), true].every((flag) => flag);
|
|
2913
|
-
const $
|
|
2948
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2914
2949
|
path: _path2 + ".hiddenValues",
|
|
2915
2950
|
expected: "(HiddenValues | undefined)",
|
|
2916
2951
|
value: input3.hiddenValues
|
|
@@ -2975,7 +3010,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2975
3010
|
expected: '"values"',
|
|
2976
3011
|
value: input3.type
|
|
2977
3012
|
})].every((flag) => flag);
|
|
2978
|
-
const $
|
|
3013
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2979
3014
|
path: _path2 + ".hiddenValues",
|
|
2980
3015
|
expected: "(HiddenValues | undefined)",
|
|
2981
3016
|
value: input3.hiddenValues
|
|
@@ -3031,6 +3066,71 @@ var validBoxPlotRequest = (input) => {
|
|
|
3031
3066
|
path: _path2 + ".origin",
|
|
3032
3067
|
expected: "(string | undefined)",
|
|
3033
3068
|
value: input3.origin
|
|
3069
|
+
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
|
|
3070
|
+
path: _path2 + ".mode",
|
|
3071
|
+
expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
|
|
3072
|
+
value: input3.mode
|
|
3073
|
+
}), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
3074
|
+
path: _path2 + ".type",
|
|
3075
|
+
expected: '("filter" | undefined)',
|
|
3076
|
+
value: input3.type
|
|
3077
|
+
})].every((flag) => flag);
|
|
3078
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3079
|
+
path: _path2 + ".hiddenValues",
|
|
3080
|
+
expected: "(HiddenValues | undefined)",
|
|
3081
|
+
value: input3.hiddenValues
|
|
3082
|
+
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3083
|
+
path: _path2 + ".hiddenValues",
|
|
3084
|
+
expected: "(HiddenValues | undefined)",
|
|
3085
|
+
value: input3.hiddenValues
|
|
3086
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3087
|
+
path: _path2 + ".isAtomic",
|
|
3088
|
+
expected: "(true | undefined)",
|
|
3089
|
+
value: input3.isAtomic
|
|
3090
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3091
|
+
path: _path2 + ".name",
|
|
3092
|
+
expected: "(string | undefined)",
|
|
3093
|
+
value: input3.name
|
|
3094
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3095
|
+
path: _path2 + ".reuseId",
|
|
3096
|
+
expected: "(string | undefined)",
|
|
3097
|
+
value: input3.reuseId
|
|
3098
|
+
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
3099
|
+
path: _path2 + ".cnvGainCutoff",
|
|
3100
|
+
expected: "(number | undefined)",
|
|
3101
|
+
value: input3.cnvGainCutoff
|
|
3102
|
+
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
3103
|
+
path: _path2 + ".cnvMaxLength",
|
|
3104
|
+
expected: "(number | undefined)",
|
|
3105
|
+
value: input3.cnvMaxLength
|
|
3106
|
+
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
3107
|
+
path: _path2 + ".cnvMinAbsValue",
|
|
3108
|
+
expected: "(number | undefined)",
|
|
3109
|
+
value: input3.cnvMinAbsValue
|
|
3110
|
+
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
3111
|
+
path: _path2 + ".cnvLossCutoff",
|
|
3112
|
+
expected: "(number | undefined)",
|
|
3113
|
+
value: input3.cnvLossCutoff
|
|
3114
|
+
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
3115
|
+
path: _path2 + ".exclude",
|
|
3116
|
+
expected: "Array<string>",
|
|
3117
|
+
value: input3.exclude
|
|
3118
|
+
})) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3119
|
+
path: _path2 + ".exclude[" + _index55 + "]",
|
|
3120
|
+
expected: "string",
|
|
3121
|
+
value: elem
|
|
3122
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3123
|
+
path: _path2 + ".exclude",
|
|
3124
|
+
expected: "Array<string>",
|
|
3125
|
+
value: input3.exclude
|
|
3126
|
+
}), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
3127
|
+
path: _path2 + ".dt",
|
|
3128
|
+
expected: "(number | undefined)",
|
|
3129
|
+
value: input3.dt
|
|
3130
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
3131
|
+
path: _path2 + ".origin",
|
|
3132
|
+
expected: "(string | undefined)",
|
|
3133
|
+
value: input3.origin
|
|
3034
3134
|
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3035
3135
|
path: _path2 + ".mode",
|
|
3036
3136
|
expected: '("binary" | "discrete" | undefined)',
|
|
@@ -3044,7 +3144,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3044
3144
|
expected: "number",
|
|
3045
3145
|
value: input3.predefined_groupset_idx
|
|
3046
3146
|
})].every((flag) => flag);
|
|
3047
|
-
const $
|
|
3147
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3048
3148
|
path: _path2 + ".hiddenValues",
|
|
3049
3149
|
expected: "(HiddenValues | undefined)",
|
|
3050
3150
|
value: input3.hiddenValues
|
|
@@ -3084,8 +3184,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
3084
3184
|
path: _path2 + ".exclude",
|
|
3085
3185
|
expected: "Array<string>",
|
|
3086
3186
|
value: input3.exclude
|
|
3087
|
-
})) && input3.exclude.map((elem,
|
|
3088
|
-
path: _path2 + ".exclude[" +
|
|
3187
|
+
})) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3188
|
+
path: _path2 + ".exclude[" + _index56 + "]",
|
|
3089
3189
|
expected: "string",
|
|
3090
3190
|
value: elem
|
|
3091
3191
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3112,12 +3212,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
3112
3212
|
path: _path2 + ".customset",
|
|
3113
3213
|
expected: "BaseGroupSet",
|
|
3114
3214
|
value: input3.customset
|
|
3115
|
-
})) && $
|
|
3215
|
+
})) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3116
3216
|
path: _path2 + ".customset",
|
|
3117
3217
|
expected: "BaseGroupSet",
|
|
3118
3218
|
value: input3.customset
|
|
3119
3219
|
})].every((flag) => flag);
|
|
3120
|
-
const $
|
|
3220
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3121
3221
|
path: _path2 + ".hiddenValues",
|
|
3122
3222
|
expected: "(HiddenValues | undefined)",
|
|
3123
3223
|
value: input3.hiddenValues
|
|
@@ -3141,20 +3241,20 @@ var validBoxPlotRequest = (input) => {
|
|
|
3141
3241
|
path: _path2 + ".reuseId",
|
|
3142
3242
|
expected: "(string | undefined)",
|
|
3143
3243
|
value: input3.reuseId
|
|
3144
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
3244
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
3145
3245
|
path: _path2 + ".type",
|
|
3146
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
3246
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
3147
3247
|
value: input3.type
|
|
3148
3248
|
}), ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3149
3249
|
path: _path2 + ".groups",
|
|
3150
3250
|
expected: "SampleLstTermValues",
|
|
3151
3251
|
value: input3.groups
|
|
3152
|
-
})) && $
|
|
3252
|
+
})) && $vo70(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
3153
3253
|
path: _path2 + ".groups",
|
|
3154
3254
|
expected: "SampleLstTermValues",
|
|
3155
3255
|
value: input3.groups
|
|
3156
3256
|
})].every((flag) => flag);
|
|
3157
|
-
const $
|
|
3257
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3158
3258
|
const value = input3[key];
|
|
3159
3259
|
if (void 0 === value)
|
|
3160
3260
|
return true;
|
|
@@ -3163,7 +3263,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3163
3263
|
path: _path2 + $join(key),
|
|
3164
3264
|
expected: "__type.o8",
|
|
3165
3265
|
value
|
|
3166
|
-
})) && $
|
|
3266
|
+
})) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3167
3267
|
path: _path2 + $join(key),
|
|
3168
3268
|
expected: "__type.o8",
|
|
3169
3269
|
value
|
|
@@ -3173,14 +3273,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
3173
3273
|
path: _path2 + $join(key),
|
|
3174
3274
|
expected: "__type.o8",
|
|
3175
3275
|
value
|
|
3176
|
-
})) && $
|
|
3276
|
+
})) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3177
3277
|
path: _path2 + $join(key),
|
|
3178
3278
|
expected: "__type.o8",
|
|
3179
3279
|
value
|
|
3180
3280
|
});
|
|
3181
3281
|
return true;
|
|
3182
3282
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3183
|
-
const $
|
|
3283
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3184
3284
|
path: _path2 + ".name",
|
|
3185
3285
|
expected: "string",
|
|
3186
3286
|
value: input3.name
|
|
@@ -3192,12 +3292,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
3192
3292
|
path: _path2 + ".list",
|
|
3193
3293
|
expected: "Array<__type>.o3",
|
|
3194
3294
|
value: input3.list
|
|
3195
|
-
})) && input3.list.map((elem,
|
|
3196
|
-
path: _path2 + ".list[" +
|
|
3295
|
+
})) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3296
|
+
path: _path2 + ".list[" + _index57 + "]",
|
|
3197
3297
|
expected: "__type.o7",
|
|
3198
3298
|
value: elem
|
|
3199
|
-
})) && $
|
|
3200
|
-
path: _path2 + ".list[" +
|
|
3299
|
+
})) && $vo62(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3300
|
+
path: _path2 + ".list[" + _index57 + "]",
|
|
3201
3301
|
expected: "__type.o7",
|
|
3202
3302
|
value: elem
|
|
3203
3303
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3207,9 +3307,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
3207
3307
|
}), true].every((flag) => flag);
|
|
3208
3308
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3209
3309
|
if ("string" === typeof input3.type)
|
|
3210
|
-
return $
|
|
3310
|
+
return $vo9(input3, _path2, _exceptionable2);
|
|
3211
3311
|
if ("filter" === input3.type)
|
|
3212
|
-
return $
|
|
3312
|
+
return $vo11(input3, _path2, _exceptionable2);
|
|
3213
3313
|
return $report(_exceptionable2, {
|
|
3214
3314
|
path: _path2,
|
|
3215
3315
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3218,17 +3318,17 @@ var validBoxPlotRequest = (input) => {
|
|
|
3218
3318
|
})();
|
|
3219
3319
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3220
3320
|
if (void 0 !== input3.type)
|
|
3221
|
-
return $
|
|
3321
|
+
return $vo15(input3, _path2, _exceptionable2);
|
|
3222
3322
|
if (void 0 !== input3.ranges)
|
|
3223
|
-
return $
|
|
3224
|
-
return $
|
|
3323
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3324
|
+
return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
3225
3325
|
})();
|
|
3226
3326
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3227
3327
|
if (true === input3.startunbounded)
|
|
3228
|
-
return $
|
|
3328
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3229
3329
|
if (true === input3.stopunbounded)
|
|
3230
|
-
return $
|
|
3231
|
-
return $
|
|
3330
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3331
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3232
3332
|
})();
|
|
3233
3333
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3234
3334
|
if (2 === input3.dt)
|
|
@@ -3247,9 +3347,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
3247
3347
|
})();
|
|
3248
3348
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3249
3349
|
if (true === input3.startunbounded)
|
|
3250
|
-
return $
|
|
3350
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3251
3351
|
if (void 0 !== input3.start)
|
|
3252
|
-
return $
|
|
3352
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3253
3353
|
return $report(_exceptionable2, {
|
|
3254
3354
|
path: _path2,
|
|
3255
3355
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3258,9 +3358,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
3258
3358
|
})();
|
|
3259
3359
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3260
3360
|
if (void 0 !== input3.stop)
|
|
3261
|
-
return $
|
|
3361
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3262
3362
|
if (true === input3.stopunbounded)
|
|
3263
|
-
return $
|
|
3363
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3264
3364
|
return $report(_exceptionable2, {
|
|
3265
3365
|
path: _path2,
|
|
3266
3366
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3270,31 +3370,27 @@ var validBoxPlotRequest = (input) => {
|
|
|
3270
3370
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3271
3371
|
if (void 0 !== input3.type)
|
|
3272
3372
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3273
|
-
return $
|
|
3373
|
+
return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
3274
3374
|
})();
|
|
3275
3375
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3276
3376
|
if ("values" === input3.type)
|
|
3277
3377
|
return $vo3(input3, _path2, _exceptionable2);
|
|
3278
3378
|
if ("predefined-groupset" === input3.type)
|
|
3279
|
-
return $vo5(input3, _path2, _exceptionable2);
|
|
3280
|
-
if ("custom-groupset" === input3.type)
|
|
3281
3379
|
return $vo6(input3, _path2, _exceptionable2);
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
value: input3
|
|
3286
|
-
});
|
|
3380
|
+
if ("custom-groupset" === input3.type)
|
|
3381
|
+
return $vo7(input3, _path2, _exceptionable2);
|
|
3382
|
+
return $vo5(input3, _path2, _exceptionable2);
|
|
3287
3383
|
})();
|
|
3288
3384
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3289
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem,
|
|
3290
|
-
return $
|
|
3291
|
-
return $
|
|
3385
|
+
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo33(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
|
|
3386
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3387
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
3292
3388
|
})();
|
|
3293
3389
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3294
3390
|
if ("regular-bin" === input3.type)
|
|
3295
|
-
return $
|
|
3391
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3296
3392
|
if ("custom-bin" === input3.type)
|
|
3297
|
-
return $
|
|
3393
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3298
3394
|
return $report(_exceptionable2, {
|
|
3299
3395
|
path: _path2,
|
|
3300
3396
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3303,7 +3399,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
3303
3399
|
})();
|
|
3304
3400
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3305
3401
|
if ("gene" === input3.kind)
|
|
3306
|
-
return $
|
|
3402
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3307
3403
|
if ("coord" === input3.kind)
|
|
3308
3404
|
return $vo34(input3, _path2, _exceptionable2);
|
|
3309
3405
|
return $report(_exceptionable2, {
|
|
@@ -3314,44 +3410,44 @@ var validBoxPlotRequest = (input) => {
|
|
|
3314
3410
|
})();
|
|
3315
3411
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3316
3412
|
if ("regular-bin" === input3.type)
|
|
3317
|
-
return $
|
|
3413
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3318
3414
|
if ("continuous" === input3.mode)
|
|
3319
|
-
return $vo41(input3, _path2, _exceptionable2);
|
|
3320
|
-
if ("spline" === input3.mode)
|
|
3321
3415
|
return $vo42(input3, _path2, _exceptionable2);
|
|
3322
|
-
|
|
3416
|
+
if ("spline" === input3.mode)
|
|
3417
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3418
|
+
return $vo24(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3323
3419
|
})();
|
|
3324
3420
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3325
3421
|
if (void 0 !== input3.ranges)
|
|
3326
|
-
return $
|
|
3327
|
-
return $
|
|
3422
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3423
|
+
return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
3328
3424
|
})();
|
|
3329
3425
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3330
3426
|
if ("categorical" === input3.type)
|
|
3331
|
-
return $vo52(input3, _path2, _exceptionable2);
|
|
3332
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
3333
3427
|
return $vo53(input3, _path2, _exceptionable2);
|
|
3334
|
-
if ("
|
|
3428
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3335
3429
|
return $vo54(input3, _path2, _exceptionable2);
|
|
3336
|
-
if ("
|
|
3430
|
+
if ("condition" === input3.type)
|
|
3337
3431
|
return $vo55(input3, _path2, _exceptionable2);
|
|
3338
|
-
if ("
|
|
3432
|
+
if ("gene" === input3.kind)
|
|
3339
3433
|
return $vo56(input3, _path2, _exceptionable2);
|
|
3340
|
-
|
|
3434
|
+
if ("coord" === input3.kind)
|
|
3435
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
3436
|
+
return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
|
|
3341
3437
|
})();
|
|
3342
3438
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3343
3439
|
if (void 0 !== input3.bin_size)
|
|
3344
|
-
return $
|
|
3440
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3345
3441
|
if (void 0 !== input3.knots)
|
|
3346
|
-
return $
|
|
3442
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3347
3443
|
if (void 0 !== input3.AFcutoff)
|
|
3348
|
-
return $
|
|
3444
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3349
3445
|
if (void 0 !== input3.timeScale)
|
|
3350
|
-
return $
|
|
3446
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
3351
3447
|
return (() => {
|
|
3352
3448
|
if (void 0 !== input3.groups)
|
|
3353
|
-
return $
|
|
3354
|
-
return $
|
|
3449
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
3450
|
+
return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo6(input3, _path2, false) || $vo7(input3, _path2, false) || $vo24(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo67(input3, _path2, false) || $vo68(input3, _path2, false);
|
|
3355
3451
|
})();
|
|
3356
3452
|
})();
|
|
3357
3453
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|