@sjcrh/proteinpaint-types 2.119.0 → 2.123.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-T2CSA2MC.js → chunk-3ZT4UCFM.js} +366 -512
- package/dist/{chunk-4V46EBDF.js → chunk-5XRJ5ATE.js} +916 -1264
- package/dist/{chunk-BM3JLR6T.js → chunk-AGSW7G4T.js} +905 -1253
- package/dist/{chunk-HURSYPTO.js → chunk-D5OG676D.js} +32 -1
- package/dist/{chunk-J6SJ4M3S.js → chunk-F64WJMRL.js} +1094 -1306
- package/dist/{chunk-YURGGHZI.js → chunk-K7P6C6KU.js} +731 -1079
- package/dist/{chunk-GI4NNB34.js → chunk-LBGUOJR3.js} +366 -512
- package/dist/{chunk-OL4OMJSP.js → chunk-NCFUZ5VV.js} +903 -1139
- package/dist/{chunk-GD3KAF6V.js → chunk-QMWUUGEK.js} +457 -603
- package/dist/{chunk-DL4UYYVE.js → chunk-RX5EB2HL.js} +366 -512
- package/dist/{chunk-ROPNHRVV.js → chunk-SQBZAOWB.js} +366 -512
- package/dist/{chunk-7NNYHDAK.js → chunk-XPOHYEAY.js} +917 -1265
- package/dist/{chunk-UVOO2LBD.js → chunk-ZMOSABYP.js} +916 -1264
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +13 -13
- package/dist/samplewsimages.js +1 -1
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +11 -5
- package/src/filter.ts +12 -67
- package/src/genome.ts +1 -1
- package/src/routes/hicgenome.ts +1 -1
- package/src/routes/isoformlst.ts +1 -1
- package/src/routes/samplewsimages.ts +1 -0
- package/src/routes/termdb.cohorts.ts +1 -1
- package/src/routes/termdb.singlecellData.ts +1 -1
- package/src/terms/categorical.ts +3 -3
- package/src/terms/condition.ts +2 -2
- package/src/terms/geneExpression.ts +3 -3
- package/src/terms/geneVariant.ts +58 -19
- package/src/terms/metaboliteIntensity.ts +4 -4
- package/src/terms/q.ts +1 -1
- package/src/terms/samplelst.ts +3 -3
- package/src/terms/singleCellCellType.ts +2 -2
- package/src/terms/singleCellGeneExpression.ts +4 -5
- package/src/terms/snp.ts +3 -3
- package/src/terms/snps.ts +4 -4
- package/src/terms/term.ts +14 -8
- package/src/terms/tw.ts +7 -8
- package/src/terms/updated-types.ts +5 -4
- package/src/termsetting.ts +4 -4
- package/src/test/numeric.type.spec.ts +2 -2
|
@@ -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 && $
|
|
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) && $
|
|
76
|
+
const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu5(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 && $iu5(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io17(input3.filter)) && true;
|
|
77
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io20(input3.term));
|
|
78
78
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
79
79
|
const value = input3[key];
|
|
80
80
|
if (void 0 === value)
|
|
@@ -98,64 +98,64 @@ var validBoxPlotRequest = (input) => {
|
|
|
98
98
|
const $io8 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
|
|
99
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
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 &&
|
|
102
|
-
const $io12 = (input3) => "
|
|
103
|
-
const $io13 = (input3) =>
|
|
101
|
+
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "boolean" === typeof input3.uncomputable;
|
|
102
|
+
const $io12 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem))) && ("object" === typeof input3.active && null !== input3.active && $io17(input3.active)) && "number" === typeof input3.group;
|
|
103
|
+
const $io13 = (input3) => Array.isArray(input3.joinWith) && input3.joinWith.every((elem) => "string" === typeof elem);
|
|
104
|
+
const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values));
|
|
105
|
+
const $io15 = (input3) => Object.keys(input3).every((key) => {
|
|
104
106
|
const value = input3[key];
|
|
105
107
|
if (void 0 === value)
|
|
106
108
|
return true;
|
|
107
109
|
if (RegExp(/(.*)/).test(key))
|
|
108
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
110
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
|
|
109
111
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
110
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
112
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
|
|
111
113
|
return true;
|
|
112
114
|
});
|
|
113
|
-
const $
|
|
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 $
|
|
134
|
-
const $
|
|
135
|
-
const $
|
|
136
|
-
const $
|
|
137
|
-
const $
|
|
138
|
-
const $
|
|
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]))));
|
|
115
|
+
const $io16 = (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 && $io17(input3.filter));
|
|
116
|
+
const $io17 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
|
|
117
|
+
const $io18 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
118
|
+
const $io19 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io20(input3.term)) && (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) && $io16(elem)));
|
|
119
|
+
const $io20 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
120
|
+
const $io21 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem)));
|
|
121
|
+
const $io22 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)));
|
|
122
|
+
const $io23 = (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)));
|
|
123
|
+
const $io24 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
124
|
+
const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(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 && $io34(elem)));
|
|
125
|
+
const $io26 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io33(input3.continuousColorScale));
|
|
126
|
+
const $io27 = (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);
|
|
127
|
+
const $io28 = (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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
128
|
+
const $io29 = (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);
|
|
129
|
+
const $io30 = (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);
|
|
130
|
+
const $io31 = (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);
|
|
131
|
+
const $io32 = (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);
|
|
132
|
+
const $io33 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
133
|
+
const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
134
|
+
const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io36(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 && $io37(elem)));
|
|
135
|
+
const $io36 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
|
|
136
|
+
const $io37 = (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;
|
|
137
|
+
const $io38 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
138
|
+
const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
139
|
+
const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(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] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
|
|
141
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
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
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 && $
|
|
146
|
-
const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== 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) && $
|
|
144
|
+
const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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 && $io17(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 && $iu7(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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
148
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
149
|
const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
150
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 && $
|
|
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 && "
|
|
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) => "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)) &&
|
|
151
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
|
|
152
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
153
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
154
|
+
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
155
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io33(input3.continuousColorScale));
|
|
156
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
|
|
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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
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)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
|
|
159
159
|
const $io60 = (input3) => Object.keys(input3).every((key) => {
|
|
160
160
|
const value = input3[key];
|
|
161
161
|
if (void 0 === value)
|
|
@@ -166,26 +166,22 @@ var validBoxPlotRequest = (input) => {
|
|
|
166
166
|
return "object" === typeof value && null !== value && $io61(value);
|
|
167
167
|
return true;
|
|
168
168
|
});
|
|
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 && $
|
|
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 && $io17(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
170
|
const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
171
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
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 ||
|
|
174
|
-
const $io66 = (input3) =>
|
|
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.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.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) => {
|
|
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 || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io66(input3.groups));
|
|
174
|
+
const $io66 = (input3) => Object.keys(input3).every((key) => {
|
|
179
175
|
const value = input3[key];
|
|
180
176
|
if (void 0 === value)
|
|
181
177
|
return true;
|
|
182
178
|
if (RegExp(/(.*)/).test(key))
|
|
183
|
-
return "object" === typeof value && null !== value && $
|
|
179
|
+
return "object" === typeof value && null !== value && $io67(value);
|
|
184
180
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
185
|
-
return "object" === typeof value && null !== value && $
|
|
181
|
+
return "object" === typeof value && null !== value && $io67(value);
|
|
186
182
|
return true;
|
|
187
183
|
});
|
|
188
|
-
const $
|
|
184
|
+
const $io67 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
189
185
|
const $iu0 = (input3) => (() => {
|
|
190
186
|
if ("string" === typeof input3.type)
|
|
191
187
|
return $io9(input3);
|
|
@@ -194,53 +190,34 @@ var validBoxPlotRequest = (input) => {
|
|
|
194
190
|
return false;
|
|
195
191
|
})();
|
|
196
192
|
const $iu1 = (input3) => (() => {
|
|
197
|
-
if (
|
|
198
|
-
return $io15(input3);
|
|
199
|
-
if (void 0 !== input3.ranges)
|
|
193
|
+
if ("tvslst" === input3.type)
|
|
200
194
|
return $io17(input3);
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
if ($io27(input3))
|
|
205
|
-
return $io27(input3);
|
|
206
|
-
if ($io30(input3))
|
|
207
|
-
return $io30(input3);
|
|
208
|
-
return false;
|
|
209
|
-
})();
|
|
195
|
+
if ("tvs" === input3.type)
|
|
196
|
+
return $io18(input3);
|
|
197
|
+
return false;
|
|
210
198
|
})();
|
|
211
199
|
const $iu2 = (input3) => (() => {
|
|
212
200
|
if (true === input3.startunbounded)
|
|
213
|
-
return $
|
|
201
|
+
return $io29(input3);
|
|
214
202
|
if (true === input3.stopunbounded)
|
|
215
|
-
return $
|
|
216
|
-
return $
|
|
203
|
+
return $io31(input3);
|
|
204
|
+
return $io30(input3);
|
|
217
205
|
})();
|
|
218
206
|
const $iu3 = (input3) => (() => {
|
|
219
|
-
if (2 === input3.dt)
|
|
220
|
-
return $io39(input3);
|
|
221
|
-
if (5 === input3.dt)
|
|
222
|
-
return $io38(input3);
|
|
223
|
-
if (4 === input3.dt)
|
|
224
|
-
return $io37(input3);
|
|
225
|
-
if (1 === input3.dt)
|
|
226
|
-
return $io36(input3);
|
|
227
|
-
return false;
|
|
228
|
-
})();
|
|
229
|
-
const $iu4 = (input3) => (() => {
|
|
230
207
|
if (true === input3.startunbounded)
|
|
231
|
-
return $
|
|
208
|
+
return $io29(input3);
|
|
232
209
|
if (void 0 !== input3.start)
|
|
233
|
-
return $
|
|
210
|
+
return $io30(input3);
|
|
234
211
|
return false;
|
|
235
212
|
})();
|
|
236
|
-
const $
|
|
213
|
+
const $iu4 = (input3) => (() => {
|
|
237
214
|
if (void 0 !== input3.stop)
|
|
238
|
-
return $
|
|
215
|
+
return $io30(input3);
|
|
239
216
|
if (true === input3.stopunbounded)
|
|
240
|
-
return $
|
|
217
|
+
return $io31(input3);
|
|
241
218
|
return false;
|
|
242
219
|
})();
|
|
243
|
-
const $
|
|
220
|
+
const $iu5 = (input3) => (() => {
|
|
244
221
|
if (void 0 !== input3.type)
|
|
245
222
|
return $io1(input3);
|
|
246
223
|
return (() => {
|
|
@@ -253,7 +230,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
253
230
|
return false;
|
|
254
231
|
})();
|
|
255
232
|
})();
|
|
256
|
-
const $
|
|
233
|
+
const $iu6 = (input3) => (() => {
|
|
257
234
|
if ("values" === input3.type)
|
|
258
235
|
return $io3(input3);
|
|
259
236
|
if ("predefined-groupset" === input3.type)
|
|
@@ -262,63 +239,56 @@ var validBoxPlotRequest = (input) => {
|
|
|
262
239
|
return $io7(input3);
|
|
263
240
|
return $io5(input3);
|
|
264
241
|
})();
|
|
242
|
+
const $iu7 = (input3) => (() => {
|
|
243
|
+
if (void 0 !== input3.ranges)
|
|
244
|
+
return $io25(input3);
|
|
245
|
+
return (() => {
|
|
246
|
+
if ($io19(input3))
|
|
247
|
+
return $io19(input3);
|
|
248
|
+
if ($io35(input3))
|
|
249
|
+
return $io35(input3);
|
|
250
|
+
if ($io38(input3))
|
|
251
|
+
return $io38(input3);
|
|
252
|
+
return false;
|
|
253
|
+
})();
|
|
254
|
+
})();
|
|
265
255
|
const $iu8 = (input3) => (() => {
|
|
266
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $
|
|
267
|
-
return $
|
|
268
|
-
return $
|
|
256
|
+
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)))
|
|
257
|
+
return $io22(input3);
|
|
258
|
+
return $io24(input3);
|
|
269
259
|
})();
|
|
270
260
|
const $iu9 = (input3) => (() => {
|
|
271
261
|
if ("regular-bin" === input3.type)
|
|
272
|
-
return $
|
|
262
|
+
return $io28(input3);
|
|
273
263
|
if ("custom-bin" === input3.type)
|
|
274
|
-
return $
|
|
264
|
+
return $io32(input3);
|
|
275
265
|
return false;
|
|
276
266
|
})();
|
|
277
267
|
const $iu10 = (input3) => (() => {
|
|
278
|
-
if ("gene" === input3.kind)
|
|
279
|
-
return $io31(input3);
|
|
280
|
-
if ("coord" === input3.kind)
|
|
281
|
-
return $io35(input3);
|
|
282
|
-
return false;
|
|
283
|
-
})();
|
|
284
|
-
const $iu11 = (input3) => (() => {
|
|
285
268
|
if ("regular-bin" === input3.type)
|
|
286
|
-
return $
|
|
269
|
+
return $io28(input3);
|
|
287
270
|
if ("continuous" === input3.mode)
|
|
288
271
|
return $io42(input3);
|
|
289
272
|
if ("spline" === input3.mode)
|
|
290
273
|
return $io43(input3);
|
|
291
274
|
return (() => {
|
|
292
|
-
if ($
|
|
293
|
-
return $
|
|
275
|
+
if ($io32(input3))
|
|
276
|
+
return $io32(input3);
|
|
294
277
|
if ($io41(input3))
|
|
295
278
|
return $io41(input3);
|
|
296
279
|
return false;
|
|
297
280
|
})();
|
|
298
281
|
})();
|
|
299
|
-
const $
|
|
300
|
-
if (
|
|
301
|
-
return $io17(input3);
|
|
302
|
-
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);
|
|
309
|
-
return false;
|
|
310
|
-
})();
|
|
311
|
-
})();
|
|
312
|
-
const $iu13 = (input3) => (() => {
|
|
313
|
-
if ("categorical" === input3.type)
|
|
282
|
+
const $iu11 = (input3) => (() => {
|
|
283
|
+
if ("gene" === input3.kind)
|
|
314
284
|
return $io53(input3);
|
|
315
|
-
if ("
|
|
285
|
+
if ("coord" === input3.kind)
|
|
316
286
|
return $io54(input3);
|
|
317
|
-
if ("
|
|
287
|
+
if ("categorical" === input3.type)
|
|
318
288
|
return $io55(input3);
|
|
319
|
-
if ("
|
|
289
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
320
290
|
return $io56(input3);
|
|
321
|
-
if ("
|
|
291
|
+
if ("condition" === input3.type)
|
|
322
292
|
return $io57(input3);
|
|
323
293
|
return (() => {
|
|
324
294
|
if ($io58(input3))
|
|
@@ -328,9 +298,13 @@ var validBoxPlotRequest = (input) => {
|
|
|
328
298
|
return false;
|
|
329
299
|
})();
|
|
330
300
|
})();
|
|
331
|
-
const $
|
|
301
|
+
const $iu12 = (input3) => (() => {
|
|
302
|
+
if (void 0 !== input3.predefined_groupset_idx)
|
|
303
|
+
return $io6(input3);
|
|
304
|
+
if (void 0 !== input3.customset)
|
|
305
|
+
return $io7(input3);
|
|
332
306
|
if (void 0 !== input3.bin_size)
|
|
333
|
-
return $
|
|
307
|
+
return $io28(input3);
|
|
334
308
|
if (void 0 !== input3.knots)
|
|
335
309
|
return $io43(input3);
|
|
336
310
|
if (void 0 !== input3.AFcutoff)
|
|
@@ -339,7 +313,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
339
313
|
return $io64(input3);
|
|
340
314
|
return (() => {
|
|
341
315
|
if (void 0 !== input3.groups)
|
|
342
|
-
return $
|
|
316
|
+
return $io65(input3);
|
|
343
317
|
return (() => {
|
|
344
318
|
if ($io5(input3))
|
|
345
319
|
return $io5(input3);
|
|
@@ -347,24 +321,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
347
321
|
return $io63(input3);
|
|
348
322
|
if ($io3(input3))
|
|
349
323
|
return $io3(input3);
|
|
350
|
-
if ($
|
|
351
|
-
return $
|
|
352
|
-
if ($io7(input3))
|
|
353
|
-
return $io7(input3);
|
|
354
|
-
if ($io24(input3))
|
|
355
|
-
return $io24(input3);
|
|
324
|
+
if ($io32(input3))
|
|
325
|
+
return $io32(input3);
|
|
356
326
|
if ($io41(input3))
|
|
357
327
|
return $io41(input3);
|
|
358
328
|
if ($io42(input3))
|
|
359
329
|
return $io42(input3);
|
|
360
|
-
if ($io66(input3))
|
|
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);
|
|
368
330
|
return false;
|
|
369
331
|
})();
|
|
370
332
|
})();
|
|
@@ -379,7 +341,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
379
341
|
path: _path2 + ".tw",
|
|
380
342
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
381
343
|
value: input3.tw
|
|
382
|
-
})) && $
|
|
344
|
+
})) && $vu5(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
|
|
383
345
|
path: _path2 + ".tw",
|
|
384
346
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
|
|
385
347
|
value: input3.tw
|
|
@@ -403,7 +365,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
403
365
|
path: _path2 + ".overlayTw",
|
|
404
366
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW | undefined)",
|
|
405
367
|
value: input3.overlayTw
|
|
406
|
-
})) && $
|
|
368
|
+
})) && $vu5(input3.overlayTw, _path2 + ".overlayTw", _exceptionable2) || $report(_exceptionable2, {
|
|
407
369
|
path: _path2 + ".overlayTw",
|
|
408
370
|
expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW | undefined)",
|
|
409
371
|
value: input3.overlayTw
|
|
@@ -411,7 +373,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
411
373
|
path: _path2 + ".filter",
|
|
412
374
|
expected: "(Filter | undefined)",
|
|
413
375
|
value: input3.filter
|
|
414
|
-
})) && $
|
|
376
|
+
})) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
415
377
|
path: _path2 + ".filter",
|
|
416
378
|
expected: "(Filter | undefined)",
|
|
417
379
|
value: input3.filter
|
|
@@ -420,9 +382,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
420
382
|
path: _path2 + ".id",
|
|
421
383
|
expected: "(string | undefined)",
|
|
422
384
|
value: input3.id
|
|
423
|
-
}), "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
385
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
424
386
|
path: _path2 + ".$id",
|
|
425
|
-
expected: "string",
|
|
387
|
+
expected: "(string | undefined)",
|
|
426
388
|
value: input3.$id
|
|
427
389
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
428
390
|
path: _path2 + ".isAtomic",
|
|
@@ -448,7 +410,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
448
410
|
path: _path2 + ".q",
|
|
449
411
|
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
450
412
|
value: input3.q
|
|
451
|
-
})) && $
|
|
413
|
+
})) && $vu6(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
452
414
|
path: _path2 + ".q",
|
|
453
415
|
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
454
416
|
value: input3.q
|
|
@@ -456,7 +418,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
456
418
|
path: _path2 + ".term",
|
|
457
419
|
expected: "CategoricalTerm",
|
|
458
420
|
value: input3.term
|
|
459
|
-
})) && $
|
|
421
|
+
})) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
460
422
|
path: _path2 + ".term",
|
|
461
423
|
expected: "CategoricalTerm",
|
|
462
424
|
value: input3.term
|
|
@@ -672,73 +634,111 @@ var validBoxPlotRequest = (input) => {
|
|
|
672
634
|
path: _path2 + ".type",
|
|
673
635
|
expected: '"filter"',
|
|
674
636
|
value: input3.type
|
|
675
|
-
}),
|
|
637
|
+
}), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
638
|
+
path: _path2 + ".filter",
|
|
639
|
+
expected: "TermFilter & { active: Filter; group: number; }",
|
|
640
|
+
value: input3.filter
|
|
641
|
+
})) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
642
|
+
path: _path2 + ".filter",
|
|
643
|
+
expected: "TermFilter & { active: Filter; group: number; }",
|
|
644
|
+
value: input3.filter
|
|
645
|
+
}), "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
|
|
676
646
|
path: _path2 + ".uncomputable",
|
|
677
|
-
expected: "
|
|
647
|
+
expected: "boolean",
|
|
678
648
|
value: input3.uncomputable
|
|
679
649
|
})].every((flag) => flag);
|
|
680
|
-
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["
|
|
650
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
|
|
651
|
+
path: _path2 + ".opts",
|
|
652
|
+
expected: "__type.o2",
|
|
653
|
+
value: input3.opts
|
|
654
|
+
})) && $vo13(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
|
|
655
|
+
path: _path2 + ".opts",
|
|
656
|
+
expected: "__type.o2",
|
|
657
|
+
value: input3.opts
|
|
658
|
+
}), (Array.isArray(input3.terms) || $report(_exceptionable2, {
|
|
659
|
+
path: _path2 + ".terms",
|
|
660
|
+
expected: "Array<DtTerm>",
|
|
661
|
+
value: input3.terms
|
|
662
|
+
})) && input3.terms.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
663
|
+
path: _path2 + ".terms[" + _index3 + "]",
|
|
664
|
+
expected: "DtTerm",
|
|
665
|
+
value: elem
|
|
666
|
+
})) && $vo14(elem, _path2 + ".terms[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
667
|
+
path: _path2 + ".terms[" + _index3 + "]",
|
|
668
|
+
expected: "DtTerm",
|
|
669
|
+
value: elem
|
|
670
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
671
|
+
path: _path2 + ".terms",
|
|
672
|
+
expected: "Array<DtTerm>",
|
|
673
|
+
value: input3.terms
|
|
674
|
+
}), ("object" === typeof input3.active && null !== input3.active || $report(_exceptionable2, {
|
|
675
|
+
path: _path2 + ".active",
|
|
676
|
+
expected: "Filter",
|
|
677
|
+
value: input3.active
|
|
678
|
+
})) && $vo17(input3.active, _path2 + ".active", _exceptionable2) || $report(_exceptionable2, {
|
|
679
|
+
path: _path2 + ".active",
|
|
680
|
+
expected: "Filter",
|
|
681
|
+
value: input3.active
|
|
682
|
+
}), "number" === typeof input3.group || $report(_exceptionable2, {
|
|
683
|
+
path: _path2 + ".group",
|
|
684
|
+
expected: "number",
|
|
685
|
+
value: input3.group
|
|
686
|
+
})].every((flag) => flag);
|
|
687
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.joinWith) || $report(_exceptionable2, {
|
|
688
|
+
path: _path2 + ".joinWith",
|
|
689
|
+
expected: "Array<string>",
|
|
690
|
+
value: input3.joinWith
|
|
691
|
+
})) && input3.joinWith.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
|
|
692
|
+
path: _path2 + ".joinWith[" + _index4 + "]",
|
|
693
|
+
expected: "string",
|
|
694
|
+
value: elem
|
|
695
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
696
|
+
path: _path2 + ".joinWith",
|
|
697
|
+
expected: "Array<string>",
|
|
698
|
+
value: input3.joinWith
|
|
699
|
+
})].every((flag) => flag);
|
|
700
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
681
701
|
path: _path2 + ".id",
|
|
682
702
|
expected: "string",
|
|
683
703
|
value: input3.id
|
|
704
|
+
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
705
|
+
path: _path2 + ".query",
|
|
706
|
+
expected: "string",
|
|
707
|
+
value: input3.query
|
|
684
708
|
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
685
709
|
path: _path2 + ".name",
|
|
686
710
|
expected: "string",
|
|
687
711
|
value: input3.name
|
|
688
|
-
}), "
|
|
689
|
-
path: _path2 + ".
|
|
690
|
-
expected: '"categorical"',
|
|
691
|
-
value: input3.type
|
|
692
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
693
|
-
path: _path2 + ".child_types",
|
|
694
|
-
expected: "(Array<string> | undefined)",
|
|
695
|
-
value: input3.child_types
|
|
696
|
-
})) && input3.child_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
|
|
697
|
-
path: _path2 + ".child_types[" + _index3 + "]",
|
|
698
|
-
expected: "string",
|
|
699
|
-
value: elem
|
|
700
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
701
|
-
path: _path2 + ".child_types",
|
|
702
|
-
expected: "(Array<string> | undefined)",
|
|
703
|
-
value: input3.child_types
|
|
704
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
705
|
-
path: _path2 + ".hashtmldetail",
|
|
706
|
-
expected: "(boolean | undefined)",
|
|
707
|
-
value: input3.hashtmldetail
|
|
708
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
709
|
-
path: _path2 + ".included_types",
|
|
710
|
-
expected: "(Array<string> | undefined)",
|
|
711
|
-
value: input3.included_types
|
|
712
|
-
})) && input3.included_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
|
|
713
|
-
path: _path2 + ".included_types[" + _index4 + "]",
|
|
712
|
+
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
713
|
+
path: _path2 + ".name_noOrigin",
|
|
714
714
|
expected: "string",
|
|
715
|
-
value:
|
|
716
|
-
})
|
|
717
|
-
path: _path2 + ".included_types",
|
|
718
|
-
expected: "(Array<string> | undefined)",
|
|
719
|
-
value: input3.included_types
|
|
720
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
715
|
+
value: input3.name_noOrigin
|
|
716
|
+
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
721
717
|
path: _path2 + ".isleaf",
|
|
722
|
-
expected: "
|
|
718
|
+
expected: "boolean",
|
|
723
719
|
value: input3.isleaf
|
|
724
|
-
}),
|
|
720
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
721
|
+
path: _path2 + ".type",
|
|
722
|
+
expected: "string",
|
|
723
|
+
value: input3.type
|
|
724
|
+
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
725
|
+
path: _path2 + ".dt",
|
|
726
|
+
expected: "number",
|
|
727
|
+
value: input3.dt
|
|
728
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
729
|
+
path: _path2 + ".origin",
|
|
730
|
+
expected: "(string | undefined)",
|
|
731
|
+
value: input3.origin
|
|
732
|
+
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
725
733
|
path: _path2 + ".values",
|
|
726
|
-
expected: "
|
|
734
|
+
expected: "TermValues",
|
|
727
735
|
value: input3.values
|
|
728
|
-
})) && $
|
|
736
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
729
737
|
path: _path2 + ".values",
|
|
730
|
-
expected: "
|
|
738
|
+
expected: "TermValues",
|
|
731
739
|
value: input3.values
|
|
732
|
-
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
733
|
-
path: _path2 + ".groupsetting",
|
|
734
|
-
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
735
|
-
value: input3.groupsetting
|
|
736
|
-
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
737
|
-
path: _path2 + ".groupsetting",
|
|
738
|
-
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
739
|
-
value: input3.groupsetting
|
|
740
740
|
})].every((flag) => flag);
|
|
741
|
-
const $
|
|
741
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
742
742
|
const value = input3[key];
|
|
743
743
|
if (void 0 === value)
|
|
744
744
|
return true;
|
|
@@ -747,7 +747,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
747
747
|
path: _path2 + $join(key),
|
|
748
748
|
expected: "BaseValue",
|
|
749
749
|
value
|
|
750
|
-
})) && $
|
|
750
|
+
})) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
751
751
|
path: _path2 + $join(key),
|
|
752
752
|
expected: "BaseValue",
|
|
753
753
|
value
|
|
@@ -757,14 +757,14 @@ var validBoxPlotRequest = (input) => {
|
|
|
757
757
|
path: _path2 + $join(key),
|
|
758
758
|
expected: "BaseValue",
|
|
759
759
|
value
|
|
760
|
-
})) && $
|
|
760
|
+
})) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
761
761
|
path: _path2 + $join(key),
|
|
762
762
|
expected: "BaseValue",
|
|
763
763
|
value
|
|
764
764
|
});
|
|
765
765
|
return true;
|
|
766
766
|
}).every((flag) => flag)].every((flag) => flag);
|
|
767
|
-
const $
|
|
767
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
768
768
|
path: _path2 + ".key",
|
|
769
769
|
expected: "(string | undefined)",
|
|
770
770
|
value: input3.key
|
|
@@ -792,22 +792,22 @@ var validBoxPlotRequest = (input) => {
|
|
|
792
792
|
path: _path2 + ".filter",
|
|
793
793
|
expected: "(Filter | undefined)",
|
|
794
794
|
value: input3.filter
|
|
795
|
-
})) && $
|
|
795
|
+
})) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
796
796
|
path: _path2 + ".filter",
|
|
797
797
|
expected: "(Filter | undefined)",
|
|
798
798
|
value: input3.filter
|
|
799
799
|
})].every((flag) => flag);
|
|
800
|
-
const $
|
|
800
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
|
|
801
801
|
path: _path2 + ".type",
|
|
802
|
-
expected: '"
|
|
802
|
+
expected: '"tvslst"',
|
|
803
803
|
value: input3.type
|
|
804
|
-
}),
|
|
804
|
+
}), "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
805
805
|
path: _path2 + '["in"]',
|
|
806
|
-
expected: "
|
|
806
|
+
expected: "boolean",
|
|
807
807
|
value: input3["in"]
|
|
808
|
-
}), "
|
|
808
|
+
}), "string" === typeof input3.join || $report(_exceptionable2, {
|
|
809
809
|
path: _path2 + ".join",
|
|
810
|
-
expected:
|
|
810
|
+
expected: "string",
|
|
811
811
|
value: input3.join
|
|
812
812
|
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
813
813
|
path: _path2 + ".tag",
|
|
@@ -815,22 +815,35 @@ var validBoxPlotRequest = (input) => {
|
|
|
815
815
|
value: input3.tag
|
|
816
816
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
817
817
|
path: _path2 + ".lst",
|
|
818
|
-
expected:
|
|
818
|
+
expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
|
|
819
819
|
value: input3.lst
|
|
820
820
|
})) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
821
821
|
path: _path2 + ".lst[" + _index5 + "]",
|
|
822
|
-
expected: "(
|
|
822
|
+
expected: "(Filter | __type.o3)",
|
|
823
823
|
value: elem
|
|
824
824
|
})) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
825
825
|
path: _path2 + ".lst[" + _index5 + "]",
|
|
826
|
-
expected: "(
|
|
826
|
+
expected: "(Filter | __type.o3)",
|
|
827
827
|
value: elem
|
|
828
828
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
829
829
|
path: _path2 + ".lst",
|
|
830
|
-
expected:
|
|
830
|
+
expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
|
|
831
831
|
value: input3.lst
|
|
832
832
|
})].every((flag) => flag);
|
|
833
|
-
const $
|
|
833
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
|
|
834
|
+
path: _path2 + ".type",
|
|
835
|
+
expected: '"tvs"',
|
|
836
|
+
value: input3.type
|
|
837
|
+
}), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
|
|
838
|
+
path: _path2 + ".tvs",
|
|
839
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
840
|
+
value: input3.tvs
|
|
841
|
+
})) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
842
|
+
path: _path2 + ".tvs",
|
|
843
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
844
|
+
value: input3.tvs
|
|
845
|
+
})].every((flag) => flag);
|
|
846
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
834
847
|
path: _path2 + ".join",
|
|
835
848
|
expected: "(string | undefined)",
|
|
836
849
|
value: input3.join
|
|
@@ -842,7 +855,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
842
855
|
path: _path2 + ".term",
|
|
843
856
|
expected: "CategoricalTerm",
|
|
844
857
|
value: input3.term
|
|
845
|
-
})) && $
|
|
858
|
+
})) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
846
859
|
path: _path2 + ".term",
|
|
847
860
|
expected: "CategoricalTerm",
|
|
848
861
|
value: input3.term
|
|
@@ -858,7 +871,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
858
871
|
path: _path2 + ".values[" + _index6 + "]",
|
|
859
872
|
expected: "BaseValue",
|
|
860
873
|
value: elem
|
|
861
|
-
})) && $
|
|
874
|
+
})) && $vo16(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
862
875
|
path: _path2 + ".values[" + _index6 + "]",
|
|
863
876
|
expected: "BaseValue",
|
|
864
877
|
value: elem
|
|
@@ -867,56 +880,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
867
880
|
expected: "Array<BaseValue>",
|
|
868
881
|
value: input3.values
|
|
869
882
|
})].every((flag) => flag);
|
|
870
|
-
const $
|
|
871
|
-
path: _path2 + ".join",
|
|
872
|
-
expected: "(string | undefined)",
|
|
873
|
-
value: input3.join
|
|
874
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
875
|
-
path: _path2 + ".isnot",
|
|
876
|
-
expected: "(boolean | undefined)",
|
|
877
|
-
value: input3.isnot
|
|
878
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
879
|
-
path: _path2 + ".term",
|
|
880
|
-
expected: "NumericTerm",
|
|
881
|
-
value: input3.term
|
|
882
|
-
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
883
|
-
path: _path2 + ".term",
|
|
884
|
-
expected: "NumericTerm",
|
|
885
|
-
value: input3.term
|
|
886
|
-
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
887
|
-
path: _path2 + ".ranges",
|
|
888
|
-
expected: "Array<NumericBin>",
|
|
889
|
-
value: input3.ranges
|
|
890
|
-
})) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
891
|
-
path: _path2 + ".ranges[" + _index7 + "]",
|
|
892
|
-
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
893
|
-
value: elem
|
|
894
|
-
})) && $vu2(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
895
|
-
path: _path2 + ".ranges[" + _index7 + "]",
|
|
896
|
-
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
897
|
-
value: elem
|
|
898
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
899
|
-
path: _path2 + ".ranges",
|
|
900
|
-
expected: "Array<NumericBin>",
|
|
901
|
-
value: input3.ranges
|
|
902
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
903
|
-
path: _path2 + ".values",
|
|
904
|
-
expected: "Array<__type>.o1",
|
|
905
|
-
value: input3.values
|
|
906
|
-
})) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
907
|
-
path: _path2 + ".values[" + _index8 + "]",
|
|
908
|
-
expected: "__type.o3",
|
|
909
|
-
value: elem
|
|
910
|
-
})) && $vo26(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
911
|
-
path: _path2 + ".values[" + _index8 + "]",
|
|
912
|
-
expected: "__type.o3",
|
|
913
|
-
value: elem
|
|
914
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
915
|
-
path: _path2 + ".values",
|
|
916
|
-
expected: "Array<__type>.o1",
|
|
917
|
-
value: input3.values
|
|
918
|
-
})].every((flag) => flag);
|
|
919
|
-
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
883
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
920
884
|
path: _path2 + ".id",
|
|
921
885
|
expected: "string",
|
|
922
886
|
value: input3.id
|
|
@@ -924,16 +888,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
924
888
|
path: _path2 + ".name",
|
|
925
889
|
expected: "string",
|
|
926
890
|
value: input3.name
|
|
927
|
-
}), "
|
|
891
|
+
}), "categorical" === input3.type || $report(_exceptionable2, {
|
|
928
892
|
path: _path2 + ".type",
|
|
929
|
-
expected: '
|
|
893
|
+
expected: '"categorical"',
|
|
930
894
|
value: input3.type
|
|
931
895
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
932
896
|
path: _path2 + ".child_types",
|
|
933
897
|
expected: "(Array<string> | undefined)",
|
|
934
898
|
value: input3.child_types
|
|
935
|
-
})) && input3.child_types.map((elem,
|
|
936
|
-
path: _path2 + ".child_types[" +
|
|
899
|
+
})) && input3.child_types.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
|
|
900
|
+
path: _path2 + ".child_types[" + _index7 + "]",
|
|
937
901
|
expected: "string",
|
|
938
902
|
value: elem
|
|
939
903
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -948,8 +912,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
948
912
|
path: _path2 + ".included_types",
|
|
949
913
|
expected: "(Array<string> | undefined)",
|
|
950
914
|
value: input3.included_types
|
|
951
|
-
})) && input3.included_types.map((elem,
|
|
952
|
-
path: _path2 + ".included_types[" +
|
|
915
|
+
})) && input3.included_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
|
|
916
|
+
path: _path2 + ".included_types[" + _index8 + "]",
|
|
953
917
|
expected: "string",
|
|
954
918
|
value: elem
|
|
955
919
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -964,79 +928,301 @@ var validBoxPlotRequest = (input) => {
|
|
|
964
928
|
path: _path2 + ".values",
|
|
965
929
|
expected: "(TermValues | undefined)",
|
|
966
930
|
value: input3.values
|
|
967
|
-
})) && $
|
|
931
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
968
932
|
path: _path2 + ".values",
|
|
969
933
|
expected: "(TermValues | undefined)",
|
|
970
934
|
value: input3.values
|
|
971
|
-
}),
|
|
972
|
-
path: _path2 + ".
|
|
973
|
-
expected: "
|
|
974
|
-
value: input3.
|
|
975
|
-
})) && $
|
|
976
|
-
path: _path2 + ".
|
|
977
|
-
expected: "
|
|
978
|
-
value: input3.
|
|
979
|
-
}),
|
|
980
|
-
path: _path2 + ".
|
|
981
|
-
expected: "(
|
|
982
|
-
value: input3.
|
|
983
|
-
})
|
|
984
|
-
path: _path2 + ".
|
|
985
|
-
expected: "(
|
|
986
|
-
value: input3.
|
|
987
|
-
})) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
988
|
-
path: _path2 + ".continuousColorScale",
|
|
989
|
-
expected: "(__type.o2 | undefined)",
|
|
990
|
-
value: input3.continuousColorScale
|
|
935
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
936
|
+
path: _path2 + ".filter",
|
|
937
|
+
expected: "(TermFilter | undefined)",
|
|
938
|
+
value: input3.filter
|
|
939
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
940
|
+
path: _path2 + ".filter",
|
|
941
|
+
expected: "(TermFilter | undefined)",
|
|
942
|
+
value: input3.filter
|
|
943
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
944
|
+
path: _path2 + ".groupsetting",
|
|
945
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
946
|
+
value: input3.groupsetting
|
|
947
|
+
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
948
|
+
path: _path2 + ".groupsetting",
|
|
949
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
950
|
+
value: input3.groupsetting
|
|
991
951
|
})].every((flag) => flag);
|
|
992
|
-
const $
|
|
993
|
-
path: _path2 +
|
|
994
|
-
expected: "
|
|
995
|
-
value: input3
|
|
996
|
-
})) && $
|
|
997
|
-
path: _path2 +
|
|
998
|
-
expected: "
|
|
999
|
-
value: input3
|
|
1000
|
-
}), (
|
|
1001
|
-
path: _path2 + ".
|
|
1002
|
-
expected: "
|
|
1003
|
-
value: input3.
|
|
1004
|
-
})) &&
|
|
1005
|
-
path: _path2 + ".
|
|
1006
|
-
expected: "
|
|
1007
|
-
value:
|
|
1008
|
-
}),
|
|
1009
|
-
path: _path2 + ".
|
|
1010
|
-
expected: "
|
|
1011
|
-
value:
|
|
1012
|
-
})
|
|
1013
|
-
path: _path2 + ".
|
|
1014
|
-
expected: "
|
|
1015
|
-
value: input3.
|
|
1016
|
-
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
1017
|
-
path: _path2 + ".rounding",
|
|
1018
|
-
expected: "(string | undefined)",
|
|
1019
|
-
value: input3.rounding
|
|
1020
|
-
}), void 0 === input3.min || "number" === typeof input3.min || $report(_exceptionable2, {
|
|
1021
|
-
path: _path2 + ".min",
|
|
1022
|
-
expected: "(number | undefined)",
|
|
1023
|
-
value: input3.min
|
|
1024
|
-
}), void 0 === input3.max || "number" === typeof input3.max || $report(_exceptionable2, {
|
|
1025
|
-
path: _path2 + ".max",
|
|
1026
|
-
expected: "(number | undefined)",
|
|
1027
|
-
value: input3.max
|
|
952
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
|
|
953
|
+
path: _path2 + ".opts",
|
|
954
|
+
expected: "__type.o2",
|
|
955
|
+
value: input3.opts
|
|
956
|
+
})) && $vo13(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
|
|
957
|
+
path: _path2 + ".opts",
|
|
958
|
+
expected: "__type.o2",
|
|
959
|
+
value: input3.opts
|
|
960
|
+
}), (Array.isArray(input3.terms) || $report(_exceptionable2, {
|
|
961
|
+
path: _path2 + ".terms",
|
|
962
|
+
expected: "Array<DtTerm>",
|
|
963
|
+
value: input3.terms
|
|
964
|
+
})) && input3.terms.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
965
|
+
path: _path2 + ".terms[" + _index9 + "]",
|
|
966
|
+
expected: "DtTerm",
|
|
967
|
+
value: elem
|
|
968
|
+
})) && $vo14(elem, _path2 + ".terms[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
969
|
+
path: _path2 + ".terms[" + _index9 + "]",
|
|
970
|
+
expected: "DtTerm",
|
|
971
|
+
value: elem
|
|
972
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
973
|
+
path: _path2 + ".terms",
|
|
974
|
+
expected: "Array<DtTerm>",
|
|
975
|
+
value: input3.terms
|
|
1028
976
|
})].every((flag) => flag);
|
|
1029
|
-
const $
|
|
1030
|
-
path: _path2 + ".
|
|
1031
|
-
expected: "(
|
|
1032
|
-
value: input3.
|
|
1033
|
-
})
|
|
1034
|
-
path: _path2 + ".
|
|
1035
|
-
expected: "
|
|
1036
|
-
value: input3.
|
|
1037
|
-
}),
|
|
1038
|
-
path: _path2 + ".
|
|
1039
|
-
expected: "
|
|
977
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
978
|
+
path: _path2 + ".disabled",
|
|
979
|
+
expected: "(boolean | undefined)",
|
|
980
|
+
value: input3.disabled
|
|
981
|
+
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
982
|
+
path: _path2 + ".lst",
|
|
983
|
+
expected: "Array<Groupset>",
|
|
984
|
+
value: input3.lst
|
|
985
|
+
})) && input3.lst.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
986
|
+
path: _path2 + ".lst[" + _index10 + "]",
|
|
987
|
+
expected: "Groupset",
|
|
988
|
+
value: elem
|
|
989
|
+
})) && $vo23(elem, _path2 + ".lst[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
990
|
+
path: _path2 + ".lst[" + _index10 + "]",
|
|
991
|
+
expected: "Groupset",
|
|
992
|
+
value: elem
|
|
993
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
994
|
+
path: _path2 + ".lst",
|
|
995
|
+
expected: "Array<Groupset>",
|
|
996
|
+
value: input3.lst
|
|
997
|
+
})].every((flag) => flag);
|
|
998
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
999
|
+
path: _path2 + ".name",
|
|
1000
|
+
expected: "string",
|
|
1001
|
+
value: input3.name
|
|
1002
|
+
}), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
|
|
1003
|
+
path: _path2 + ".is_grade",
|
|
1004
|
+
expected: "(boolean | undefined)",
|
|
1005
|
+
value: input3.is_grade
|
|
1006
|
+
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
1007
|
+
path: _path2 + ".is_subcondition",
|
|
1008
|
+
expected: "(boolean | undefined)",
|
|
1009
|
+
value: input3.is_subcondition
|
|
1010
|
+
}), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1011
|
+
path: _path2 + ".id",
|
|
1012
|
+
expected: "(string | undefined)",
|
|
1013
|
+
value: input3.id
|
|
1014
|
+
}), (Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
1015
|
+
path: _path2 + ".groups",
|
|
1016
|
+
expected: "Array<GroupEntry>",
|
|
1017
|
+
value: input3.groups
|
|
1018
|
+
})) && input3.groups.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1019
|
+
path: _path2 + ".groups[" + _index11 + "]",
|
|
1020
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1021
|
+
value: elem
|
|
1022
|
+
})) && $vu0(elem, _path2 + ".groups[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1023
|
+
path: _path2 + ".groups[" + _index11 + "]",
|
|
1024
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1025
|
+
value: elem
|
|
1026
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1027
|
+
path: _path2 + ".groups",
|
|
1028
|
+
expected: "Array<GroupEntry>",
|
|
1029
|
+
value: input3.groups
|
|
1030
|
+
})].every((flag) => flag);
|
|
1031
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1032
|
+
path: _path2 + ".disabled",
|
|
1033
|
+
expected: "boolean",
|
|
1034
|
+
value: input3.disabled
|
|
1035
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1036
|
+
path: _path2 + ".lst",
|
|
1037
|
+
expected: "([] | undefined)",
|
|
1038
|
+
value: input3.lst
|
|
1039
|
+
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
1040
|
+
path: _path2 + ".lst",
|
|
1041
|
+
expected: "[]",
|
|
1042
|
+
value: input3.lst
|
|
1043
|
+
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
1044
|
+
path: _path2 + ".lst",
|
|
1045
|
+
expected: "([] | undefined)",
|
|
1046
|
+
value: input3.lst
|
|
1047
|
+
})].every((flag) => flag);
|
|
1048
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1049
|
+
path: _path2 + ".join",
|
|
1050
|
+
expected: "(string | undefined)",
|
|
1051
|
+
value: input3.join
|
|
1052
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1053
|
+
path: _path2 + ".isnot",
|
|
1054
|
+
expected: "(boolean | undefined)",
|
|
1055
|
+
value: input3.isnot
|
|
1056
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1057
|
+
path: _path2 + ".term",
|
|
1058
|
+
expected: "NumericTerm",
|
|
1059
|
+
value: input3.term
|
|
1060
|
+
})) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1061
|
+
path: _path2 + ".term",
|
|
1062
|
+
expected: "NumericTerm",
|
|
1063
|
+
value: input3.term
|
|
1064
|
+
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
1065
|
+
path: _path2 + ".ranges",
|
|
1066
|
+
expected: "Array<NumericBin>",
|
|
1067
|
+
value: input3.ranges
|
|
1068
|
+
})) && input3.ranges.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1069
|
+
path: _path2 + ".ranges[" + _index12 + "]",
|
|
1070
|
+
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1071
|
+
value: elem
|
|
1072
|
+
})) && $vu2(elem, _path2 + ".ranges[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1073
|
+
path: _path2 + ".ranges[" + _index12 + "]",
|
|
1074
|
+
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1075
|
+
value: elem
|
|
1076
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1077
|
+
path: _path2 + ".ranges",
|
|
1078
|
+
expected: "Array<NumericBin>",
|
|
1079
|
+
value: input3.ranges
|
|
1080
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1081
|
+
path: _path2 + ".values",
|
|
1082
|
+
expected: "Array<__type>.o1",
|
|
1083
|
+
value: input3.values
|
|
1084
|
+
})) && input3.values.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1085
|
+
path: _path2 + ".values[" + _index13 + "]",
|
|
1086
|
+
expected: "__type.o6",
|
|
1087
|
+
value: elem
|
|
1088
|
+
})) && $vo34(elem, _path2 + ".values[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1089
|
+
path: _path2 + ".values[" + _index13 + "]",
|
|
1090
|
+
expected: "__type.o6",
|
|
1091
|
+
value: elem
|
|
1092
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1093
|
+
path: _path2 + ".values",
|
|
1094
|
+
expected: "Array<__type>.o1",
|
|
1095
|
+
value: input3.values
|
|
1096
|
+
})].every((flag) => flag);
|
|
1097
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1098
|
+
path: _path2 + ".id",
|
|
1099
|
+
expected: "string",
|
|
1100
|
+
value: input3.id
|
|
1101
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1102
|
+
path: _path2 + ".name",
|
|
1103
|
+
expected: "string",
|
|
1104
|
+
value: input3.name
|
|
1105
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
1106
|
+
path: _path2 + ".type",
|
|
1107
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
1108
|
+
value: input3.type
|
|
1109
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1110
|
+
path: _path2 + ".child_types",
|
|
1111
|
+
expected: "(Array<string> | undefined)",
|
|
1112
|
+
value: input3.child_types
|
|
1113
|
+
})) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1114
|
+
path: _path2 + ".child_types[" + _index14 + "]",
|
|
1115
|
+
expected: "string",
|
|
1116
|
+
value: elem
|
|
1117
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1118
|
+
path: _path2 + ".child_types",
|
|
1119
|
+
expected: "(Array<string> | undefined)",
|
|
1120
|
+
value: input3.child_types
|
|
1121
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1122
|
+
path: _path2 + ".hashtmldetail",
|
|
1123
|
+
expected: "(boolean | undefined)",
|
|
1124
|
+
value: input3.hashtmldetail
|
|
1125
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1126
|
+
path: _path2 + ".included_types",
|
|
1127
|
+
expected: "(Array<string> | undefined)",
|
|
1128
|
+
value: input3.included_types
|
|
1129
|
+
})) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1130
|
+
path: _path2 + ".included_types[" + _index15 + "]",
|
|
1131
|
+
expected: "string",
|
|
1132
|
+
value: elem
|
|
1133
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1134
|
+
path: _path2 + ".included_types",
|
|
1135
|
+
expected: "(Array<string> | undefined)",
|
|
1136
|
+
value: input3.included_types
|
|
1137
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1138
|
+
path: _path2 + ".isleaf",
|
|
1139
|
+
expected: "(boolean | undefined)",
|
|
1140
|
+
value: input3.isleaf
|
|
1141
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1142
|
+
path: _path2 + ".values",
|
|
1143
|
+
expected: "(TermValues | undefined)",
|
|
1144
|
+
value: input3.values
|
|
1145
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1146
|
+
path: _path2 + ".values",
|
|
1147
|
+
expected: "(TermValues | undefined)",
|
|
1148
|
+
value: input3.values
|
|
1149
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
1150
|
+
path: _path2 + ".filter",
|
|
1151
|
+
expected: "(TermFilter | undefined)",
|
|
1152
|
+
value: input3.filter
|
|
1153
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
1154
|
+
path: _path2 + ".filter",
|
|
1155
|
+
expected: "(TermFilter | undefined)",
|
|
1156
|
+
value: input3.filter
|
|
1157
|
+
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1158
|
+
path: _path2 + ".bins",
|
|
1159
|
+
expected: "PresetNumericBins",
|
|
1160
|
+
value: input3.bins
|
|
1161
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1162
|
+
path: _path2 + ".bins",
|
|
1163
|
+
expected: "PresetNumericBins",
|
|
1164
|
+
value: input3.bins
|
|
1165
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1166
|
+
path: _path2 + ".unit",
|
|
1167
|
+
expected: "(string | undefined)",
|
|
1168
|
+
value: input3.unit
|
|
1169
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1170
|
+
path: _path2 + ".continuousColorScale",
|
|
1171
|
+
expected: "(__type.o5 | undefined)",
|
|
1172
|
+
value: input3.continuousColorScale
|
|
1173
|
+
})) && $vo33(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1174
|
+
path: _path2 + ".continuousColorScale",
|
|
1175
|
+
expected: "(__type.o5 | undefined)",
|
|
1176
|
+
value: input3.continuousColorScale
|
|
1177
|
+
})].every((flag) => flag);
|
|
1178
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
1179
|
+
path: _path2 + '["default"]',
|
|
1180
|
+
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1181
|
+
value: input3["default"]
|
|
1182
|
+
})) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
1183
|
+
path: _path2 + '["default"]',
|
|
1184
|
+
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1185
|
+
value: input3["default"]
|
|
1186
|
+
}), ("object" === typeof input3.less && null !== input3.less || $report(_exceptionable2, {
|
|
1187
|
+
path: _path2 + ".less",
|
|
1188
|
+
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1189
|
+
value: input3.less
|
|
1190
|
+
})) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
1191
|
+
path: _path2 + ".less",
|
|
1192
|
+
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1193
|
+
value: input3.less
|
|
1194
|
+
}), void 0 === input3.label_offset || "number" === typeof input3.label_offset || $report(_exceptionable2, {
|
|
1195
|
+
path: _path2 + ".label_offset",
|
|
1196
|
+
expected: "(number | undefined)",
|
|
1197
|
+
value: input3.label_offset
|
|
1198
|
+
}), void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored || $report(_exceptionable2, {
|
|
1199
|
+
path: _path2 + ".label_offset_ignored",
|
|
1200
|
+
expected: "(boolean | undefined)",
|
|
1201
|
+
value: input3.label_offset_ignored
|
|
1202
|
+
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
1203
|
+
path: _path2 + ".rounding",
|
|
1204
|
+
expected: "(string | undefined)",
|
|
1205
|
+
value: input3.rounding
|
|
1206
|
+
}), void 0 === input3.min || "number" === typeof input3.min || $report(_exceptionable2, {
|
|
1207
|
+
path: _path2 + ".min",
|
|
1208
|
+
expected: "(number | undefined)",
|
|
1209
|
+
value: input3.min
|
|
1210
|
+
}), void 0 === input3.max || "number" === typeof input3.max || $report(_exceptionable2, {
|
|
1211
|
+
path: _path2 + ".max",
|
|
1212
|
+
expected: "(number | undefined)",
|
|
1213
|
+
value: input3.max
|
|
1214
|
+
})].every((flag) => flag);
|
|
1215
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1216
|
+
path: _path2 + ".hiddenValues",
|
|
1217
|
+
expected: "(HiddenValues | undefined)",
|
|
1218
|
+
value: input3.hiddenValues
|
|
1219
|
+
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1220
|
+
path: _path2 + ".hiddenValues",
|
|
1221
|
+
expected: "(HiddenValues | undefined)",
|
|
1222
|
+
value: input3.hiddenValues
|
|
1223
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
1224
|
+
path: _path2 + ".isAtomic",
|
|
1225
|
+
expected: "(true | undefined)",
|
|
1040
1226
|
value: input3.isAtomic
|
|
1041
1227
|
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1042
1228
|
path: _path2 + ".name",
|
|
@@ -1062,7 +1248,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1062
1248
|
path: _path2 + ".first_bin",
|
|
1063
1249
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1064
1250
|
value: input3.first_bin
|
|
1065
|
-
})) && $
|
|
1251
|
+
})) && $vu3(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
1066
1252
|
path: _path2 + ".first_bin",
|
|
1067
1253
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1068
1254
|
value: input3.first_bin
|
|
@@ -1070,7 +1256,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1070
1256
|
path: _path2 + ".last_bin",
|
|
1071
1257
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
1072
1258
|
value: input3.last_bin
|
|
1073
|
-
})) && $
|
|
1259
|
+
})) && $vu4(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
1074
1260
|
path: _path2 + ".last_bin",
|
|
1075
1261
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
1076
1262
|
value: input3.last_bin
|
|
@@ -1079,7 +1265,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1079
1265
|
expected: "(number | undefined)",
|
|
1080
1266
|
value: input3.label_offset
|
|
1081
1267
|
})].every((flag) => flag);
|
|
1082
|
-
const $
|
|
1268
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
1083
1269
|
path: _path2 + ".startunbounded",
|
|
1084
1270
|
expected: "true",
|
|
1085
1271
|
value: input3.startunbounded
|
|
@@ -1104,7 +1290,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1104
1290
|
expected: "(string | undefined)",
|
|
1105
1291
|
value: input3.label
|
|
1106
1292
|
})].every((flag) => flag);
|
|
1107
|
-
const $
|
|
1293
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
1108
1294
|
path: _path2 + ".startunbounded",
|
|
1109
1295
|
expected: "(false | undefined)",
|
|
1110
1296
|
value: input3.startunbounded
|
|
@@ -1133,7 +1319,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1133
1319
|
expected: "(string | undefined)",
|
|
1134
1320
|
value: input3.label
|
|
1135
1321
|
})].every((flag) => flag);
|
|
1136
|
-
const $
|
|
1322
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
1137
1323
|
path: _path2 + ".start",
|
|
1138
1324
|
expected: "number",
|
|
1139
1325
|
value: input3.start
|
|
@@ -1158,7 +1344,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1158
1344
|
expected: "(string | undefined)",
|
|
1159
1345
|
value: input3.label
|
|
1160
1346
|
})].every((flag) => flag);
|
|
1161
|
-
const $
|
|
1347
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1162
1348
|
path: _path2 + ".hiddenValues",
|
|
1163
1349
|
expected: "(HiddenValues | undefined)",
|
|
1164
1350
|
value: input3.hiddenValues
|
|
@@ -1204,12 +1390,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1204
1390
|
path: _path2 + ".lst",
|
|
1205
1391
|
expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1206
1392
|
value: input3.lst.slice(1)
|
|
1207
|
-
})) && input3.lst.slice(1).map((elem,
|
|
1208
|
-
path: _path2 + ".lst[" + (1 +
|
|
1393
|
+
})) && input3.lst.slice(1).map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1394
|
+
path: _path2 + ".lst[" + (1 + _index16) + "]",
|
|
1209
1395
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1210
1396
|
value: elem
|
|
1211
|
-
})) && $vu2(elem, _path2 + ".lst[" + (1 +
|
|
1212
|
-
path: _path2 + ".lst[" + (1 +
|
|
1397
|
+
})) && $vu2(elem, _path2 + ".lst[" + (1 + _index16) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1398
|
+
path: _path2 + ".lst[" + (1 + _index16) + "]",
|
|
1213
1399
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1214
1400
|
value: elem
|
|
1215
1401
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1225,7 +1411,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1225
1411
|
expected: '("median" | undefined)',
|
|
1226
1412
|
value: input3.preferredBins
|
|
1227
1413
|
})].every((flag) => flag);
|
|
1228
|
-
const $
|
|
1414
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1229
1415
|
path: _path2 + ".minColor",
|
|
1230
1416
|
expected: "string",
|
|
1231
1417
|
value: input3.minColor
|
|
@@ -1234,7 +1420,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1234
1420
|
expected: "string",
|
|
1235
1421
|
value: input3.maxColor
|
|
1236
1422
|
})].every((flag) => flag);
|
|
1237
|
-
const $
|
|
1423
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1238
1424
|
path: _path2 + ".key",
|
|
1239
1425
|
expected: "string",
|
|
1240
1426
|
value: input3.key
|
|
@@ -1251,7 +1437,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1251
1437
|
expected: "(string | undefined)",
|
|
1252
1438
|
value: input3.label
|
|
1253
1439
|
})].every((flag) => flag);
|
|
1254
|
-
const $
|
|
1440
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1255
1441
|
path: _path2 + ".join",
|
|
1256
1442
|
expected: "(string | undefined)",
|
|
1257
1443
|
value: input3.join
|
|
@@ -1263,7 +1449,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1263
1449
|
path: _path2 + ".term",
|
|
1264
1450
|
expected: "ConditionTerm",
|
|
1265
1451
|
value: input3.term
|
|
1266
|
-
})) && $
|
|
1452
|
+
})) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1267
1453
|
path: _path2 + ".term",
|
|
1268
1454
|
expected: "ConditionTerm",
|
|
1269
1455
|
value: input3.term
|
|
@@ -1283,12 +1469,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
1283
1469
|
path: _path2 + ".grade_and_child",
|
|
1284
1470
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1285
1471
|
value: input3.grade_and_child
|
|
1286
|
-
})) && input3.grade_and_child.map((elem,
|
|
1287
|
-
path: _path2 + ".grade_and_child[" +
|
|
1472
|
+
})) && input3.grade_and_child.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1473
|
+
path: _path2 + ".grade_and_child[" + _index17 + "]",
|
|
1288
1474
|
expected: "GradeAndChildEntry",
|
|
1289
1475
|
value: elem
|
|
1290
|
-
})) && $
|
|
1291
|
-
path: _path2 + ".grade_and_child[" +
|
|
1476
|
+
})) && $vo37(elem, _path2 + ".grade_and_child[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1477
|
+
path: _path2 + ".grade_and_child[" + _index17 + "]",
|
|
1292
1478
|
expected: "GradeAndChildEntry",
|
|
1293
1479
|
value: elem
|
|
1294
1480
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1296,7 +1482,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1296
1482
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1297
1483
|
value: input3.grade_and_child
|
|
1298
1484
|
})].every((flag) => flag);
|
|
1299
|
-
const $
|
|
1485
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1300
1486
|
path: _path2 + ".id",
|
|
1301
1487
|
expected: "string",
|
|
1302
1488
|
value: input3.id
|
|
@@ -1312,8 +1498,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1312
1498
|
path: _path2 + ".child_types",
|
|
1313
1499
|
expected: "(Array<string> | undefined)",
|
|
1314
1500
|
value: input3.child_types
|
|
1315
|
-
})) && input3.child_types.map((elem,
|
|
1316
|
-
path: _path2 + ".child_types[" +
|
|
1501
|
+
})) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1502
|
+
path: _path2 + ".child_types[" + _index18 + "]",
|
|
1317
1503
|
expected: "string",
|
|
1318
1504
|
value: elem
|
|
1319
1505
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1328,8 +1514,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
1328
1514
|
path: _path2 + ".included_types",
|
|
1329
1515
|
expected: "(Array<string> | undefined)",
|
|
1330
1516
|
value: input3.included_types
|
|
1331
|
-
})) && input3.included_types.map((elem,
|
|
1332
|
-
path: _path2 + ".included_types[" +
|
|
1517
|
+
})) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1518
|
+
path: _path2 + ".included_types[" + _index19 + "]",
|
|
1333
1519
|
expected: "string",
|
|
1334
1520
|
value: elem
|
|
1335
1521
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1344,12 +1530,20 @@ var validBoxPlotRequest = (input) => {
|
|
|
1344
1530
|
path: _path2 + ".values",
|
|
1345
1531
|
expected: "(TermValues | undefined)",
|
|
1346
1532
|
value: input3.values
|
|
1347
|
-
})) && $
|
|
1533
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1348
1534
|
path: _path2 + ".values",
|
|
1349
1535
|
expected: "(TermValues | undefined)",
|
|
1350
1536
|
value: input3.values
|
|
1351
|
-
}),
|
|
1352
|
-
|
|
1537
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
1538
|
+
path: _path2 + ".filter",
|
|
1539
|
+
expected: "(TermFilter | undefined)",
|
|
1540
|
+
value: input3.filter
|
|
1541
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
1542
|
+
path: _path2 + ".filter",
|
|
1543
|
+
expected: "(TermFilter | undefined)",
|
|
1544
|
+
value: input3.filter
|
|
1545
|
+
})].every((flag) => flag);
|
|
1546
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1353
1547
|
path: _path2 + ".grade",
|
|
1354
1548
|
expected: "number",
|
|
1355
1549
|
value: input3.grade
|
|
@@ -1362,411 +1556,63 @@ var validBoxPlotRequest = (input) => {
|
|
|
1362
1556
|
expected: "(string | undefined)",
|
|
1363
1557
|
value: input3.child_id
|
|
1364
1558
|
}), "string" === typeof input3.child_label || $report(_exceptionable2, {
|
|
1365
|
-
path: _path2 + ".child_label",
|
|
1366
|
-
expected: "string",
|
|
1367
|
-
value: input3.child_label
|
|
1368
|
-
})].every((flag) => flag);
|
|
1369
|
-
const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1370
|
-
path: _path2 + ".join",
|
|
1371
|
-
expected: "(string | undefined)",
|
|
1372
|
-
value: input3.join
|
|
1373
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1374
|
-
path: _path2 + ".isnot",
|
|
1375
|
-
expected: "(boolean | undefined)",
|
|
1376
|
-
value: input3.isnot
|
|
1377
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1378
|
-
path: _path2 + ".term",
|
|
1379
|
-
expected: "(GeneVariantCoordTerm | GeneVariantGeneTerm)",
|
|
1380
|
-
value: input3.term
|
|
1381
|
-
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1382
|
-
path: _path2 + ".term",
|
|
1383
|
-
expected: "(GeneVariantCoordTerm | GeneVariantGeneTerm)",
|
|
1384
|
-
value: input3.term
|
|
1385
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1386
|
-
path: _path2 + ".values",
|
|
1387
|
-
expected: "Array<GeneVariantTvsValue>",
|
|
1388
|
-
value: input3.values
|
|
1389
|
-
})) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1390
|
-
path: _path2 + ".values[" + _index15 + "]",
|
|
1391
|
-
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1392
|
-
value: elem
|
|
1393
|
-
})) && $vu3(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1394
|
-
path: _path2 + ".values[" + _index15 + "]",
|
|
1395
|
-
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1396
|
-
value: elem
|
|
1397
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1398
|
-
path: _path2 + ".values",
|
|
1399
|
-
expected: "Array<GeneVariantTvsValue>",
|
|
1400
|
-
value: input3.values
|
|
1401
|
-
})].every((flag) => flag);
|
|
1402
|
-
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1403
|
-
path: _path2 + ".id",
|
|
1404
|
-
expected: "string",
|
|
1405
|
-
value: input3.id
|
|
1406
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1407
|
-
path: _path2 + ".name",
|
|
1408
|
-
expected: "string",
|
|
1409
|
-
value: input3.name
|
|
1410
|
-
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
1411
|
-
path: _path2 + ".type",
|
|
1412
|
-
expected: '"geneVariant"',
|
|
1413
|
-
value: input3.type
|
|
1414
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1415
|
-
path: _path2 + ".child_types",
|
|
1416
|
-
expected: "(Array<string> | undefined)",
|
|
1417
|
-
value: input3.child_types
|
|
1418
|
-
})) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1419
|
-
path: _path2 + ".child_types[" + _index16 + "]",
|
|
1420
|
-
expected: "string",
|
|
1421
|
-
value: elem
|
|
1422
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1423
|
-
path: _path2 + ".child_types",
|
|
1424
|
-
expected: "(Array<string> | undefined)",
|
|
1425
|
-
value: input3.child_types
|
|
1426
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1427
|
-
path: _path2 + ".hashtmldetail",
|
|
1428
|
-
expected: "(boolean | undefined)",
|
|
1429
|
-
value: input3.hashtmldetail
|
|
1430
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1431
|
-
path: _path2 + ".included_types",
|
|
1432
|
-
expected: "(Array<string> | undefined)",
|
|
1433
|
-
value: input3.included_types
|
|
1434
|
-
})) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1435
|
-
path: _path2 + ".included_types[" + _index17 + "]",
|
|
1436
|
-
expected: "string",
|
|
1437
|
-
value: elem
|
|
1438
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1439
|
-
path: _path2 + ".included_types",
|
|
1440
|
-
expected: "(Array<string> | undefined)",
|
|
1441
|
-
value: input3.included_types
|
|
1442
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1443
|
-
path: _path2 + ".isleaf",
|
|
1444
|
-
expected: "(boolean | undefined)",
|
|
1445
|
-
value: input3.isleaf
|
|
1446
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1447
|
-
path: _path2 + ".values",
|
|
1448
|
-
expected: "(TermValues | undefined)",
|
|
1449
|
-
value: input3.values
|
|
1450
|
-
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1451
|
-
path: _path2 + ".values",
|
|
1452
|
-
expected: "(TermValues | undefined)",
|
|
1453
|
-
value: input3.values
|
|
1454
|
-
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1455
|
-
path: _path2 + ".groupsetting",
|
|
1456
|
-
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
1457
|
-
value: input3.groupsetting
|
|
1458
|
-
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1459
|
-
path: _path2 + ".groupsetting",
|
|
1460
|
-
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
1461
|
-
value: input3.groupsetting
|
|
1462
|
-
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1463
|
-
path: _path2 + ".kind",
|
|
1464
|
-
expected: '"gene"',
|
|
1465
|
-
value: input3.kind
|
|
1466
|
-
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1467
|
-
path: _path2 + ".gene",
|
|
1468
|
-
expected: "string",
|
|
1469
|
-
value: input3.gene
|
|
1470
|
-
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1471
|
-
path: _path2 + ".chr",
|
|
1472
|
-
expected: "(string | undefined)",
|
|
1473
|
-
value: input3.chr
|
|
1474
|
-
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1475
|
-
path: _path2 + ".start",
|
|
1476
|
-
expected: "(number | undefined)",
|
|
1477
|
-
value: input3.start
|
|
1478
|
-
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1479
|
-
path: _path2 + ".stop",
|
|
1480
|
-
expected: "(number | undefined)",
|
|
1481
|
-
value: input3.stop
|
|
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);
|
|
1537
|
-
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1538
|
-
path: _path2 + ".disabled",
|
|
1539
|
-
expected: "boolean",
|
|
1540
|
-
value: input3.disabled
|
|
1541
|
-
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1542
|
-
path: _path2 + ".lst",
|
|
1543
|
-
expected: "([] | undefined)",
|
|
1544
|
-
value: input3.lst
|
|
1545
|
-
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
1546
|
-
path: _path2 + ".lst",
|
|
1547
|
-
expected: "[]",
|
|
1548
|
-
value: input3.lst
|
|
1549
|
-
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
1550
|
-
path: _path2 + ".lst",
|
|
1551
|
-
expected: "([] | undefined)",
|
|
1552
|
-
value: input3.lst
|
|
1553
|
-
})].every((flag) => flag);
|
|
1554
|
-
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1555
|
-
path: _path2 + ".id",
|
|
1556
|
-
expected: "string",
|
|
1557
|
-
value: input3.id
|
|
1558
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1559
|
-
path: _path2 + ".name",
|
|
1560
|
-
expected: "string",
|
|
1561
|
-
value: input3.name
|
|
1562
|
-
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
1563
|
-
path: _path2 + ".type",
|
|
1564
|
-
expected: '"geneVariant"',
|
|
1565
|
-
value: input3.type
|
|
1566
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1567
|
-
path: _path2 + ".child_types",
|
|
1568
|
-
expected: "(Array<string> | undefined)",
|
|
1569
|
-
value: input3.child_types
|
|
1570
|
-
})) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1571
|
-
path: _path2 + ".child_types[" + _index20 + "]",
|
|
1572
|
-
expected: "string",
|
|
1573
|
-
value: elem
|
|
1574
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1575
|
-
path: _path2 + ".child_types",
|
|
1576
|
-
expected: "(Array<string> | undefined)",
|
|
1577
|
-
value: input3.child_types
|
|
1578
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1579
|
-
path: _path2 + ".hashtmldetail",
|
|
1580
|
-
expected: "(boolean | undefined)",
|
|
1581
|
-
value: input3.hashtmldetail
|
|
1582
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1583
|
-
path: _path2 + ".included_types",
|
|
1584
|
-
expected: "(Array<string> | undefined)",
|
|
1585
|
-
value: input3.included_types
|
|
1586
|
-
})) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1587
|
-
path: _path2 + ".included_types[" + _index21 + "]",
|
|
1588
|
-
expected: "string",
|
|
1589
|
-
value: elem
|
|
1590
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1591
|
-
path: _path2 + ".included_types",
|
|
1592
|
-
expected: "(Array<string> | undefined)",
|
|
1593
|
-
value: input3.included_types
|
|
1594
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1595
|
-
path: _path2 + ".isleaf",
|
|
1596
|
-
expected: "(boolean | undefined)",
|
|
1597
|
-
value: input3.isleaf
|
|
1598
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1599
|
-
path: _path2 + ".values",
|
|
1600
|
-
expected: "(TermValues | undefined)",
|
|
1601
|
-
value: input3.values
|
|
1602
|
-
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1603
|
-
path: _path2 + ".values",
|
|
1604
|
-
expected: "(TermValues | undefined)",
|
|
1605
|
-
value: input3.values
|
|
1606
|
-
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1607
|
-
path: _path2 + ".groupsetting",
|
|
1608
|
-
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
1609
|
-
value: input3.groupsetting
|
|
1610
|
-
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1611
|
-
path: _path2 + ".groupsetting",
|
|
1612
|
-
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
1613
|
-
value: input3.groupsetting
|
|
1614
|
-
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1615
|
-
path: _path2 + ".kind",
|
|
1616
|
-
expected: '"coord"',
|
|
1617
|
-
value: input3.kind
|
|
1618
|
-
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1619
|
-
path: _path2 + ".chr",
|
|
1620
|
-
expected: "string",
|
|
1621
|
-
value: input3.chr
|
|
1622
|
-
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1623
|
-
path: _path2 + ".start",
|
|
1624
|
-
expected: "number",
|
|
1625
|
-
value: input3.start
|
|
1626
|
-
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1627
|
-
path: _path2 + ".stop",
|
|
1628
|
-
expected: "number",
|
|
1629
|
-
value: input3.stop
|
|
1630
|
-
})].every((flag) => flag);
|
|
1631
|
-
const $vo36 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
|
|
1632
|
-
path: _path2 + ".dt",
|
|
1633
|
-
expected: "1",
|
|
1634
|
-
value: input3.dt
|
|
1635
|
-
}), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
|
|
1636
|
-
path: _path2 + ".mclassLst",
|
|
1637
|
-
expected: "Array<SNVIndelClasses>",
|
|
1638
|
-
value: input3.mclassLst
|
|
1639
|
-
})) && input3.mclassLst.map((elem, _index22) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem || $report(_exceptionable2, {
|
|
1640
|
-
path: _path2 + ".mclassLst[" + _index22 + "]",
|
|
1641
|
-
expected: '("Blank" | "CLOSS" | "D" | "DEL" | "E" | "F" | "I" | "ITD" | "Intron" | "L" | "M" | "N" | "NLOSS" | "P" | "S" | "Utr3" | "Utr5" | "WT" | "X" | "noncoding")',
|
|
1642
|
-
value: elem
|
|
1643
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1644
|
-
path: _path2 + ".mclassLst",
|
|
1645
|
-
expected: "Array<SNVIndelClasses>",
|
|
1646
|
-
value: input3.mclassLst
|
|
1647
|
-
}), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
1648
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1649
|
-
expected: "Array<SNVIndelClasses>",
|
|
1650
|
-
value: input3.mclassExcludeLst
|
|
1651
|
-
})) && input3.mclassExcludeLst.map((elem, _index23) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem || $report(_exceptionable2, {
|
|
1652
|
-
path: _path2 + ".mclassExcludeLst[" + _index23 + "]",
|
|
1653
|
-
expected: '("Blank" | "CLOSS" | "D" | "DEL" | "E" | "F" | "I" | "ITD" | "Intron" | "L" | "M" | "N" | "NLOSS" | "P" | "S" | "Utr3" | "Utr5" | "WT" | "X" | "noncoding")',
|
|
1654
|
-
value: elem
|
|
1655
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1656
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1657
|
-
expected: "Array<SNVIndelClasses>",
|
|
1658
|
-
value: input3.mclassExcludeLst
|
|
1659
|
-
}), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
|
|
1660
|
-
path: _path2 + ".origin",
|
|
1661
|
-
expected: '("germline" | "somatic" | undefined)',
|
|
1662
|
-
value: input3.origin
|
|
1663
|
-
})].every((flag) => flag);
|
|
1664
|
-
const $vo37 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
|
|
1665
|
-
path: _path2 + ".dt",
|
|
1666
|
-
expected: "4",
|
|
1667
|
-
value: input3.dt
|
|
1668
|
-
}), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
|
|
1669
|
-
path: _path2 + ".mclassLst",
|
|
1670
|
-
expected: "Array<CNVClasses>",
|
|
1671
|
-
value: input3.mclassLst
|
|
1672
|
-
})) && input3.mclassLst.map((elem, _index24) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem || $report(_exceptionable2, {
|
|
1673
|
-
path: _path2 + ".mclassLst[" + _index24 + "]",
|
|
1674
|
-
expected: '("Blank" | "CNV_amp" | "CNV_amplification" | "CNV_homozygous_deletion" | "CNV_loh" | "CNV_loss" | "WT")',
|
|
1675
|
-
value: elem
|
|
1676
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1677
|
-
path: _path2 + ".mclassLst",
|
|
1678
|
-
expected: "Array<CNVClasses>",
|
|
1679
|
-
value: input3.mclassLst
|
|
1680
|
-
}), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
1681
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1682
|
-
expected: "Array<CNVClasses>",
|
|
1683
|
-
value: input3.mclassExcludeLst
|
|
1684
|
-
})) && input3.mclassExcludeLst.map((elem, _index25) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem || $report(_exceptionable2, {
|
|
1685
|
-
path: _path2 + ".mclassExcludeLst[" + _index25 + "]",
|
|
1686
|
-
expected: '("Blank" | "CNV_amp" | "CNV_amplification" | "CNV_homozygous_deletion" | "CNV_loh" | "CNV_loss" | "WT")',
|
|
1687
|
-
value: elem
|
|
1688
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1689
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1690
|
-
expected: "Array<CNVClasses>",
|
|
1691
|
-
value: input3.mclassExcludeLst
|
|
1692
|
-
}), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
|
|
1693
|
-
path: _path2 + ".origin",
|
|
1694
|
-
expected: '("germline" | "somatic" | undefined)',
|
|
1695
|
-
value: input3.origin
|
|
1559
|
+
path: _path2 + ".child_label",
|
|
1560
|
+
expected: "string",
|
|
1561
|
+
value: input3.child_label
|
|
1696
1562
|
})].every((flag) => flag);
|
|
1697
|
-
const $vo38 = (input3, _path2, _exceptionable2 = true) => [
|
|
1698
|
-
path: _path2 + ".
|
|
1699
|
-
expected: "
|
|
1700
|
-
value: input3.
|
|
1701
|
-
}),
|
|
1702
|
-
path: _path2 + ".
|
|
1703
|
-
expected: "
|
|
1704
|
-
value: input3.
|
|
1705
|
-
})
|
|
1706
|
-
path: _path2 + ".
|
|
1707
|
-
expected:
|
|
1563
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1564
|
+
path: _path2 + ".join",
|
|
1565
|
+
expected: "(string | undefined)",
|
|
1566
|
+
value: input3.join
|
|
1567
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1568
|
+
path: _path2 + ".isnot",
|
|
1569
|
+
expected: "(boolean | undefined)",
|
|
1570
|
+
value: input3.isnot
|
|
1571
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1572
|
+
path: _path2 + ".term",
|
|
1573
|
+
expected: "DtTerm",
|
|
1574
|
+
value: input3.term
|
|
1575
|
+
})) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1576
|
+
path: _path2 + ".term",
|
|
1577
|
+
expected: "DtTerm",
|
|
1578
|
+
value: input3.term
|
|
1579
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1580
|
+
path: _path2 + ".values",
|
|
1581
|
+
expected: "Array<__type>.o2",
|
|
1582
|
+
value: input3.values
|
|
1583
|
+
})) && input3.values.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1584
|
+
path: _path2 + ".values[" + _index20 + "]",
|
|
1585
|
+
expected: "__type.o7",
|
|
1708
1586
|
value: elem
|
|
1709
|
-
}))
|
|
1710
|
-
path: _path2 + ".
|
|
1711
|
-
expected: "
|
|
1712
|
-
value: input3.mclassLst
|
|
1713
|
-
}), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
1714
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1715
|
-
expected: "Array<SVClasses>",
|
|
1716
|
-
value: input3.mclassExcludeLst
|
|
1717
|
-
})) && input3.mclassExcludeLst.map((elem, _index27) => "Blank" === elem || "WT" === elem || "SV" === elem || $report(_exceptionable2, {
|
|
1718
|
-
path: _path2 + ".mclassExcludeLst[" + _index27 + "]",
|
|
1719
|
-
expected: '("Blank" | "SV" | "WT")',
|
|
1587
|
+
})) && $vo39(elem, _path2 + ".values[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1588
|
+
path: _path2 + ".values[" + _index20 + "]",
|
|
1589
|
+
expected: "__type.o7",
|
|
1720
1590
|
value: elem
|
|
1721
1591
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1722
|
-
path: _path2 + ".
|
|
1723
|
-
expected: "Array<
|
|
1724
|
-
value: input3.
|
|
1725
|
-
}), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
|
|
1726
|
-
path: _path2 + ".origin",
|
|
1727
|
-
expected: '("germline" | "somatic" | undefined)',
|
|
1728
|
-
value: input3.origin
|
|
1592
|
+
path: _path2 + ".values",
|
|
1593
|
+
expected: "Array<__type>.o2",
|
|
1594
|
+
value: input3.values
|
|
1729
1595
|
})].every((flag) => flag);
|
|
1730
|
-
const $vo39 = (input3, _path2, _exceptionable2 = true) => [
|
|
1731
|
-
path: _path2 + ".
|
|
1732
|
-
expected: "
|
|
1733
|
-
value: input3.
|
|
1734
|
-
}),
|
|
1735
|
-
path: _path2 + ".
|
|
1736
|
-
expected: "
|
|
1737
|
-
value: input3.
|
|
1738
|
-
})
|
|
1739
|
-
path: _path2 + ".
|
|
1740
|
-
expected:
|
|
1741
|
-
value:
|
|
1742
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1743
|
-
path: _path2 + ".mclassLst",
|
|
1744
|
-
expected: "Array<FusionRNAClasses>",
|
|
1745
|
-
value: input3.mclassLst
|
|
1746
|
-
}), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
1747
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1748
|
-
expected: "Array<FusionRNAClasses>",
|
|
1749
|
-
value: input3.mclassExcludeLst
|
|
1750
|
-
})) && input3.mclassExcludeLst.map((elem, _index29) => "Blank" === elem || "WT" === elem || "Fuserna" === elem || $report(_exceptionable2, {
|
|
1751
|
-
path: _path2 + ".mclassExcludeLst[" + _index29 + "]",
|
|
1752
|
-
expected: '("Blank" | "Fuserna" | "WT")',
|
|
1753
|
-
value: elem
|
|
1754
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1755
|
-
path: _path2 + ".mclassExcludeLst",
|
|
1756
|
-
expected: "Array<FusionRNAClasses>",
|
|
1757
|
-
value: input3.mclassExcludeLst
|
|
1758
|
-
}), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
|
|
1759
|
-
path: _path2 + ".origin",
|
|
1760
|
-
expected: '("germline" | "somatic" | undefined)',
|
|
1761
|
-
value: input3.origin
|
|
1596
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1597
|
+
path: _path2 + ".key",
|
|
1598
|
+
expected: "string",
|
|
1599
|
+
value: input3.key
|
|
1600
|
+
}), "string" === typeof input3.label || $report(_exceptionable2, {
|
|
1601
|
+
path: _path2 + ".label",
|
|
1602
|
+
expected: "string",
|
|
1603
|
+
value: input3.label
|
|
1604
|
+
}), "string" === typeof input3.value || $report(_exceptionable2, {
|
|
1605
|
+
path: _path2 + ".value",
|
|
1606
|
+
expected: "string",
|
|
1607
|
+
value: input3.value
|
|
1762
1608
|
})].every((flag) => flag);
|
|
1763
1609
|
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1764
1610
|
path: _path2 + ".id",
|
|
1765
1611
|
expected: "(string | undefined)",
|
|
1766
1612
|
value: input3.id
|
|
1767
|
-
}), "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1613
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1768
1614
|
path: _path2 + ".$id",
|
|
1769
|
-
expected: "string",
|
|
1615
|
+
expected: "(string | undefined)",
|
|
1770
1616
|
value: input3.$id
|
|
1771
1617
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
1772
1618
|
path: _path2 + ".isAtomic",
|
|
@@ -1788,7 +1634,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1788
1634
|
path: _path2 + ".term",
|
|
1789
1635
|
expected: "NumericTerm",
|
|
1790
1636
|
value: input3.term
|
|
1791
|
-
})) && $
|
|
1637
|
+
})) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1792
1638
|
path: _path2 + ".term",
|
|
1793
1639
|
expected: "NumericTerm",
|
|
1794
1640
|
value: input3.term
|
|
@@ -1796,7 +1642,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1796
1642
|
path: _path2 + ".q",
|
|
1797
1643
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1798
1644
|
value: input3.q
|
|
1799
|
-
})) && $
|
|
1645
|
+
})) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1800
1646
|
path: _path2 + ".q",
|
|
1801
1647
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1802
1648
|
value: input3.q
|
|
@@ -1842,7 +1688,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1842
1688
|
path: _path2 + ".lst[0]",
|
|
1843
1689
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1844
1690
|
value: input3.lst[0]
|
|
1845
|
-
})) && $
|
|
1691
|
+
})) && $vu3(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
|
|
1846
1692
|
path: _path2 + ".lst[0]",
|
|
1847
1693
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1848
1694
|
value: input3.lst[0]
|
|
@@ -1851,7 +1697,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
1851
1697
|
path: _path2 + ".lst[1]",
|
|
1852
1698
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
1853
1699
|
value: input3.lst[1]
|
|
1854
|
-
})) && $
|
|
1700
|
+
})) && $vu4(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
|
|
1855
1701
|
path: _path2 + ".lst[1]",
|
|
1856
1702
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
1857
1703
|
value: input3.lst[1]
|
|
@@ -1924,19 +1770,19 @@ var validBoxPlotRequest = (input) => {
|
|
|
1924
1770
|
value: input3.mode
|
|
1925
1771
|
}), (Array.isArray(input3.knots) || $report(_exceptionable2, {
|
|
1926
1772
|
path: _path2 + ".knots",
|
|
1927
|
-
expected: "Array<__type>.
|
|
1773
|
+
expected: "Array<__type>.o3",
|
|
1928
1774
|
value: input3.knots
|
|
1929
|
-
})) && input3.knots.map((elem,
|
|
1930
|
-
path: _path2 + ".knots[" +
|
|
1931
|
-
expected: "__type.
|
|
1775
|
+
})) && input3.knots.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1776
|
+
path: _path2 + ".knots[" + _index21 + "]",
|
|
1777
|
+
expected: "__type.o8",
|
|
1932
1778
|
value: elem
|
|
1933
|
-
})) && $vo44(elem, _path2 + ".knots[" +
|
|
1934
|
-
path: _path2 + ".knots[" +
|
|
1935
|
-
expected: "__type.
|
|
1779
|
+
})) && $vo44(elem, _path2 + ".knots[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1780
|
+
path: _path2 + ".knots[" + _index21 + "]",
|
|
1781
|
+
expected: "__type.o8",
|
|
1936
1782
|
value: elem
|
|
1937
1783
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1938
1784
|
path: _path2 + ".knots",
|
|
1939
|
-
expected: "Array<__type>.
|
|
1785
|
+
expected: "Array<__type>.o3",
|
|
1940
1786
|
value: input3.knots
|
|
1941
1787
|
}), (null !== input3.type || $report(_exceptionable2, {
|
|
1942
1788
|
path: _path2 + ".type",
|
|
@@ -1956,9 +1802,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
1956
1802
|
path: _path2 + ".id",
|
|
1957
1803
|
expected: "(string | undefined)",
|
|
1958
1804
|
value: input3.id
|
|
1959
|
-
}), "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1805
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
1960
1806
|
path: _path2 + ".$id",
|
|
1961
|
-
expected: "string",
|
|
1807
|
+
expected: "(string | undefined)",
|
|
1962
1808
|
value: input3.$id
|
|
1963
1809
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
1964
1810
|
path: _path2 + ".isAtomic",
|
|
@@ -2057,7 +1903,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2057
1903
|
path: _path2 + ".variant_filter",
|
|
2058
1904
|
expected: "Filter",
|
|
2059
1905
|
value: input3.variant_filter
|
|
2060
|
-
})) && $
|
|
1906
|
+
})) && $vo17(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2061
1907
|
path: _path2 + ".variant_filter",
|
|
2062
1908
|
expected: "Filter",
|
|
2063
1909
|
value: input3.variant_filter
|
|
@@ -2082,7 +1928,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2082
1928
|
path: _path2 + ".tvs",
|
|
2083
1929
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2084
1930
|
value: input3.tvs
|
|
2085
|
-
})) && $
|
|
1931
|
+
})) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
2086
1932
|
path: _path2 + ".tvs",
|
|
2087
1933
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2088
1934
|
value: input3.tvs
|
|
@@ -2103,8 +1949,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2103
1949
|
path: _path2 + ".child_types",
|
|
2104
1950
|
expected: "(Array<string> | undefined)",
|
|
2105
1951
|
value: input3.child_types
|
|
2106
|
-
})) && input3.child_types.map((elem,
|
|
2107
|
-
path: _path2 + ".child_types[" +
|
|
1952
|
+
})) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1953
|
+
path: _path2 + ".child_types[" + _index22 + "]",
|
|
2108
1954
|
expected: "string",
|
|
2109
1955
|
value: elem
|
|
2110
1956
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2119,8 +1965,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2119
1965
|
path: _path2 + ".included_types",
|
|
2120
1966
|
expected: "(Array<string> | undefined)",
|
|
2121
1967
|
value: input3.included_types
|
|
2122
|
-
})) && input3.included_types.map((elem,
|
|
2123
|
-
path: _path2 + ".included_types[" +
|
|
1968
|
+
})) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1969
|
+
path: _path2 + ".included_types[" + _index23 + "]",
|
|
2124
1970
|
expected: "string",
|
|
2125
1971
|
value: elem
|
|
2126
1972
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2135,11 +1981,19 @@ var validBoxPlotRequest = (input) => {
|
|
|
2135
1981
|
path: _path2 + ".values",
|
|
2136
1982
|
expected: "(TermValues | undefined)",
|
|
2137
1983
|
value: input3.values
|
|
2138
|
-
})) && $
|
|
1984
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2139
1985
|
path: _path2 + ".values",
|
|
2140
1986
|
expected: "(TermValues | undefined)",
|
|
2141
1987
|
value: input3.values
|
|
2142
|
-
}),
|
|
1988
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
1989
|
+
path: _path2 + ".filter",
|
|
1990
|
+
expected: "(TermFilter | undefined)",
|
|
1991
|
+
value: input3.filter
|
|
1992
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
1993
|
+
path: _path2 + ".filter",
|
|
1994
|
+
expected: "(TermFilter | undefined)",
|
|
1995
|
+
value: input3.filter
|
|
1996
|
+
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2143
1997
|
path: _path2 + ".reachedVariantLimit",
|
|
2144
1998
|
expected: "(boolean | undefined)",
|
|
2145
1999
|
value: input3.reachedVariantLimit
|
|
@@ -2147,12 +2001,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
2147
2001
|
path: _path2 + ".snps",
|
|
2148
2002
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2149
2003
|
value: input3.snps
|
|
2150
|
-
})) && input3.snps.map((elem,
|
|
2151
|
-
path: _path2 + ".snps[" +
|
|
2004
|
+
})) && input3.snps.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2005
|
+
path: _path2 + ".snps[" + _index24 + "]",
|
|
2152
2006
|
expected: "SnpsEntry",
|
|
2153
2007
|
value: elem
|
|
2154
|
-
})) && $vo49(elem, _path2 + ".snps[" +
|
|
2155
|
-
path: _path2 + ".snps[" +
|
|
2008
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2009
|
+
path: _path2 + ".snps[" + _index24 + "]",
|
|
2156
2010
|
expected: "SnpsEntry",
|
|
2157
2011
|
value: elem
|
|
2158
2012
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2164,8 +2018,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2164
2018
|
path: _path2 + ".altAlleles",
|
|
2165
2019
|
expected: "(Array<string> | undefined)",
|
|
2166
2020
|
value: input3.altAlleles
|
|
2167
|
-
})) && input3.altAlleles.map((elem,
|
|
2168
|
-
path: _path2 + ".altAlleles[" +
|
|
2021
|
+
})) && input3.altAlleles.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2022
|
+
path: _path2 + ".altAlleles[" + _index25 + "]",
|
|
2169
2023
|
expected: "string",
|
|
2170
2024
|
value: elem
|
|
2171
2025
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2176,12 +2030,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
2176
2030
|
path: _path2 + ".alleles",
|
|
2177
2031
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
2178
2032
|
value: input3.alleles
|
|
2179
|
-
})) && input3.alleles.map((elem,
|
|
2180
|
-
path: _path2 + ".alleles[" +
|
|
2033
|
+
})) && input3.alleles.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2034
|
+
path: _path2 + ".alleles[" + _index26 + "]",
|
|
2181
2035
|
expected: "AllelesEntry",
|
|
2182
2036
|
value: elem
|
|
2183
|
-
})) && $vo50(elem, _path2 + ".alleles[" +
|
|
2184
|
-
path: _path2 + ".alleles[" +
|
|
2037
|
+
})) && $vo50(elem, _path2 + ".alleles[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2038
|
+
path: _path2 + ".alleles[" + _index26 + "]",
|
|
2185
2039
|
expected: "AllelesEntry",
|
|
2186
2040
|
value: elem
|
|
2187
2041
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2194,11 +2048,11 @@ var validBoxPlotRequest = (input) => {
|
|
|
2194
2048
|
value: input3.effectAllele
|
|
2195
2049
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
2196
2050
|
path: _path2 + ".gt2count",
|
|
2197
|
-
expected: "(__type.
|
|
2051
|
+
expected: "(__type.o9 | undefined)",
|
|
2198
2052
|
value: input3.gt2count
|
|
2199
2053
|
})) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2200
2054
|
path: _path2 + ".gt2count",
|
|
2201
|
-
expected: "(__type.
|
|
2055
|
+
expected: "(__type.o9 | undefined)",
|
|
2202
2056
|
value: input3.gt2count
|
|
2203
2057
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
2204
2058
|
path: _path2 + ".invalid",
|
|
@@ -2251,9 +2105,9 @@ var validBoxPlotRequest = (input) => {
|
|
|
2251
2105
|
path: _path2 + ".id",
|
|
2252
2106
|
expected: "(string | undefined)",
|
|
2253
2107
|
value: input3.id
|
|
2254
|
-
}), "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
2108
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
2255
2109
|
path: _path2 + ".$id",
|
|
2256
|
-
expected: "string",
|
|
2110
|
+
expected: "(string | undefined)",
|
|
2257
2111
|
value: input3.$id
|
|
2258
2112
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
2259
2113
|
path: _path2 + ".isAtomic",
|
|
@@ -2273,19 +2127,19 @@ var validBoxPlotRequest = (input) => {
|
|
|
2273
2127
|
value: input3.minNumSamples
|
|
2274
2128
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2275
2129
|
path: _path2 + ".term",
|
|
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";
|
|
2130
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2277
2131
|
value: input3.term
|
|
2278
|
-
})) && $
|
|
2132
|
+
})) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2279
2133
|
path: _path2 + ".term",
|
|
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";
|
|
2134
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2281
2135
|
value: input3.term
|
|
2282
2136
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2283
2137
|
path: _path2 + ".q",
|
|
2284
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ |
|
|
2138
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2285
2139
|
value: input3.q
|
|
2286
|
-
})) && $
|
|
2140
|
+
})) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2287
2141
|
path: _path2 + ".q",
|
|
2288
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ |
|
|
2142
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2289
2143
|
value: input3.q
|
|
2290
2144
|
})].every((flag) => flag);
|
|
2291
2145
|
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -2296,16 +2150,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
2296
2150
|
path: _path2 + ".name",
|
|
2297
2151
|
expected: "string",
|
|
2298
2152
|
value: input3.name
|
|
2299
|
-
}), "
|
|
2153
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
2300
2154
|
path: _path2 + ".type",
|
|
2301
|
-
expected: '"
|
|
2155
|
+
expected: '"geneVariant"',
|
|
2302
2156
|
value: input3.type
|
|
2303
2157
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2304
2158
|
path: _path2 + ".child_types",
|
|
2305
2159
|
expected: "(Array<string> | undefined)",
|
|
2306
2160
|
value: input3.child_types
|
|
2307
|
-
})) && input3.child_types.map((elem,
|
|
2308
|
-
path: _path2 + ".child_types[" +
|
|
2161
|
+
})) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2162
|
+
path: _path2 + ".child_types[" + _index27 + "]",
|
|
2309
2163
|
expected: "string",
|
|
2310
2164
|
value: elem
|
|
2311
2165
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2320,8 +2174,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2320
2174
|
path: _path2 + ".included_types",
|
|
2321
2175
|
expected: "(Array<string> | undefined)",
|
|
2322
2176
|
value: input3.included_types
|
|
2323
|
-
})) && input3.included_types.map((elem,
|
|
2324
|
-
path: _path2 + ".included_types[" +
|
|
2177
|
+
})) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2178
|
+
path: _path2 + ".included_types[" + _index28 + "]",
|
|
2325
2179
|
expected: "string",
|
|
2326
2180
|
value: elem
|
|
2327
2181
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2336,11 +2190,39 @@ var validBoxPlotRequest = (input) => {
|
|
|
2336
2190
|
path: _path2 + ".values",
|
|
2337
2191
|
expected: "(TermValues | undefined)",
|
|
2338
2192
|
value: input3.values
|
|
2339
|
-
})) && $
|
|
2193
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2340
2194
|
path: _path2 + ".values",
|
|
2341
2195
|
expected: "(TermValues | undefined)",
|
|
2342
2196
|
value: input3.values
|
|
2343
|
-
}),
|
|
2197
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2198
|
+
path: _path2 + ".filter",
|
|
2199
|
+
expected: "(TermFilter | undefined)",
|
|
2200
|
+
value: input3.filter
|
|
2201
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2202
|
+
path: _path2 + ".filter",
|
|
2203
|
+
expected: "(TermFilter | undefined)",
|
|
2204
|
+
value: input3.filter
|
|
2205
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2206
|
+
path: _path2 + ".kind",
|
|
2207
|
+
expected: '"gene"',
|
|
2208
|
+
value: input3.kind
|
|
2209
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
2210
|
+
path: _path2 + ".gene",
|
|
2211
|
+
expected: "string",
|
|
2212
|
+
value: input3.gene
|
|
2213
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2214
|
+
path: _path2 + ".chr",
|
|
2215
|
+
expected: "(string | undefined)",
|
|
2216
|
+
value: input3.chr
|
|
2217
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2218
|
+
path: _path2 + ".start",
|
|
2219
|
+
expected: "(number | undefined)",
|
|
2220
|
+
value: input3.start
|
|
2221
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2222
|
+
path: _path2 + ".stop",
|
|
2223
|
+
expected: "(number | undefined)",
|
|
2224
|
+
value: input3.stop
|
|
2225
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2344
2226
|
path: _path2 + ".groupsetting",
|
|
2345
2227
|
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2346
2228
|
value: input3.groupsetting
|
|
@@ -2357,16 +2239,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
2357
2239
|
path: _path2 + ".name",
|
|
2358
2240
|
expected: "string",
|
|
2359
2241
|
value: input3.name
|
|
2360
|
-
}), "
|
|
2242
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
2361
2243
|
path: _path2 + ".type",
|
|
2362
|
-
expected: '
|
|
2244
|
+
expected: '"geneVariant"',
|
|
2363
2245
|
value: input3.type
|
|
2364
2246
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2365
2247
|
path: _path2 + ".child_types",
|
|
2366
2248
|
expected: "(Array<string> | undefined)",
|
|
2367
2249
|
value: input3.child_types
|
|
2368
|
-
})) && input3.child_types.map((elem,
|
|
2369
|
-
path: _path2 + ".child_types[" +
|
|
2250
|
+
})) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2251
|
+
path: _path2 + ".child_types[" + _index29 + "]",
|
|
2370
2252
|
expected: "string",
|
|
2371
2253
|
value: elem
|
|
2372
2254
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2381,8 +2263,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2381
2263
|
path: _path2 + ".included_types",
|
|
2382
2264
|
expected: "(Array<string> | undefined)",
|
|
2383
2265
|
value: input3.included_types
|
|
2384
|
-
})) && input3.included_types.map((elem,
|
|
2385
|
-
path: _path2 + ".included_types[" +
|
|
2266
|
+
})) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2267
|
+
path: _path2 + ".included_types[" + _index30 + "]",
|
|
2386
2268
|
expected: "string",
|
|
2387
2269
|
value: elem
|
|
2388
2270
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2397,30 +2279,42 @@ var validBoxPlotRequest = (input) => {
|
|
|
2397
2279
|
path: _path2 + ".values",
|
|
2398
2280
|
expected: "(TermValues | undefined)",
|
|
2399
2281
|
value: input3.values
|
|
2400
|
-
})) && $
|
|
2282
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2401
2283
|
path: _path2 + ".values",
|
|
2402
2284
|
expected: "(TermValues | undefined)",
|
|
2403
2285
|
value: input3.values
|
|
2404
|
-
}),
|
|
2405
|
-
path: _path2 + ".
|
|
2406
|
-
expected: "
|
|
2407
|
-
value: input3.
|
|
2408
|
-
})) && $
|
|
2409
|
-
path: _path2 + ".
|
|
2410
|
-
expected: "
|
|
2411
|
-
value: input3.
|
|
2412
|
-
}),
|
|
2413
|
-
path: _path2 + ".
|
|
2414
|
-
expected: "
|
|
2415
|
-
value: input3.
|
|
2416
|
-
}),
|
|
2417
|
-
path: _path2 + ".
|
|
2418
|
-
expected: "
|
|
2419
|
-
value: input3.
|
|
2420
|
-
})
|
|
2421
|
-
path: _path2 + ".
|
|
2422
|
-
expected: "
|
|
2423
|
-
value: input3.
|
|
2286
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2287
|
+
path: _path2 + ".filter",
|
|
2288
|
+
expected: "(TermFilter | undefined)",
|
|
2289
|
+
value: input3.filter
|
|
2290
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2291
|
+
path: _path2 + ".filter",
|
|
2292
|
+
expected: "(TermFilter | undefined)",
|
|
2293
|
+
value: input3.filter
|
|
2294
|
+
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2295
|
+
path: _path2 + ".kind",
|
|
2296
|
+
expected: '"coord"',
|
|
2297
|
+
value: input3.kind
|
|
2298
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2299
|
+
path: _path2 + ".chr",
|
|
2300
|
+
expected: "string",
|
|
2301
|
+
value: input3.chr
|
|
2302
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2303
|
+
path: _path2 + ".start",
|
|
2304
|
+
expected: "number",
|
|
2305
|
+
value: input3.start
|
|
2306
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2307
|
+
path: _path2 + ".stop",
|
|
2308
|
+
expected: "number",
|
|
2309
|
+
value: input3.stop
|
|
2310
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2311
|
+
path: _path2 + ".groupsetting",
|
|
2312
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2313
|
+
value: input3.groupsetting
|
|
2314
|
+
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2315
|
+
path: _path2 + ".groupsetting",
|
|
2316
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2317
|
+
value: input3.groupsetting
|
|
2424
2318
|
})].every((flag) => flag);
|
|
2425
2319
|
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2426
2320
|
path: _path2 + ".id",
|
|
@@ -2430,16 +2324,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
2430
2324
|
path: _path2 + ".name",
|
|
2431
2325
|
expected: "string",
|
|
2432
2326
|
value: input3.name
|
|
2433
|
-
}), "
|
|
2327
|
+
}), "categorical" === input3.type || $report(_exceptionable2, {
|
|
2434
2328
|
path: _path2 + ".type",
|
|
2435
|
-
expected: '"
|
|
2329
|
+
expected: '"categorical"',
|
|
2436
2330
|
value: input3.type
|
|
2437
2331
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2438
2332
|
path: _path2 + ".child_types",
|
|
2439
2333
|
expected: "(Array<string> | undefined)",
|
|
2440
2334
|
value: input3.child_types
|
|
2441
|
-
})) && input3.child_types.map((elem,
|
|
2442
|
-
path: _path2 + ".child_types[" +
|
|
2335
|
+
})) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2336
|
+
path: _path2 + ".child_types[" + _index31 + "]",
|
|
2443
2337
|
expected: "string",
|
|
2444
2338
|
value: elem
|
|
2445
2339
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2454,8 +2348,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2454
2348
|
path: _path2 + ".included_types",
|
|
2455
2349
|
expected: "(Array<string> | undefined)",
|
|
2456
2350
|
value: input3.included_types
|
|
2457
|
-
})) && input3.included_types.map((elem,
|
|
2458
|
-
path: _path2 + ".included_types[" +
|
|
2351
|
+
})) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2352
|
+
path: _path2 + ".included_types[" + _index32 + "]",
|
|
2459
2353
|
expected: "string",
|
|
2460
2354
|
value: elem
|
|
2461
2355
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2470,11 +2364,27 @@ var validBoxPlotRequest = (input) => {
|
|
|
2470
2364
|
path: _path2 + ".values",
|
|
2471
2365
|
expected: "(TermValues | undefined)",
|
|
2472
2366
|
value: input3.values
|
|
2473
|
-
})) && $
|
|
2367
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2474
2368
|
path: _path2 + ".values",
|
|
2475
2369
|
expected: "(TermValues | undefined)",
|
|
2476
2370
|
value: input3.values
|
|
2477
|
-
}),
|
|
2371
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2372
|
+
path: _path2 + ".filter",
|
|
2373
|
+
expected: "(TermFilter | undefined)",
|
|
2374
|
+
value: input3.filter
|
|
2375
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2376
|
+
path: _path2 + ".filter",
|
|
2377
|
+
expected: "(TermFilter | undefined)",
|
|
2378
|
+
value: input3.filter
|
|
2379
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2380
|
+
path: _path2 + ".groupsetting",
|
|
2381
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2382
|
+
value: input3.groupsetting
|
|
2383
|
+
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2384
|
+
path: _path2 + ".groupsetting",
|
|
2385
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2386
|
+
value: input3.groupsetting
|
|
2387
|
+
})].every((flag) => flag);
|
|
2478
2388
|
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2479
2389
|
path: _path2 + ".id",
|
|
2480
2390
|
expected: "string",
|
|
@@ -2483,16 +2393,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
2483
2393
|
path: _path2 + ".name",
|
|
2484
2394
|
expected: "string",
|
|
2485
2395
|
value: input3.name
|
|
2486
|
-
}), "
|
|
2396
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
2487
2397
|
path: _path2 + ".type",
|
|
2488
|
-
expected: '"
|
|
2398
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2489
2399
|
value: input3.type
|
|
2490
2400
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2491
2401
|
path: _path2 + ".child_types",
|
|
2492
2402
|
expected: "(Array<string> | undefined)",
|
|
2493
2403
|
value: input3.child_types
|
|
2494
|
-
})) && input3.child_types.map((elem,
|
|
2495
|
-
path: _path2 + ".child_types[" +
|
|
2404
|
+
})) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2405
|
+
path: _path2 + ".child_types[" + _index33 + "]",
|
|
2496
2406
|
expected: "string",
|
|
2497
2407
|
value: elem
|
|
2498
2408
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2507,8 +2417,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2507
2417
|
path: _path2 + ".included_types",
|
|
2508
2418
|
expected: "(Array<string> | undefined)",
|
|
2509
2419
|
value: input3.included_types
|
|
2510
|
-
})) && input3.included_types.map((elem,
|
|
2511
|
-
path: _path2 + ".included_types[" +
|
|
2420
|
+
})) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2421
|
+
path: _path2 + ".included_types[" + _index34 + "]",
|
|
2512
2422
|
expected: "string",
|
|
2513
2423
|
value: elem
|
|
2514
2424
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2523,38 +2433,38 @@ var validBoxPlotRequest = (input) => {
|
|
|
2523
2433
|
path: _path2 + ".values",
|
|
2524
2434
|
expected: "(TermValues | undefined)",
|
|
2525
2435
|
value: input3.values
|
|
2526
|
-
})) && $
|
|
2436
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2527
2437
|
path: _path2 + ".values",
|
|
2528
2438
|
expected: "(TermValues | undefined)",
|
|
2529
2439
|
value: input3.values
|
|
2530
|
-
}),
|
|
2531
|
-
path: _path2 + ".
|
|
2532
|
-
expected: "(
|
|
2533
|
-
value: input3.
|
|
2534
|
-
})) && $
|
|
2535
|
-
path: _path2 + ".
|
|
2536
|
-
expected: "(
|
|
2537
|
-
value: input3.
|
|
2538
|
-
}), "
|
|
2539
|
-
path: _path2 + ".
|
|
2540
|
-
expected:
|
|
2541
|
-
value: input3.
|
|
2542
|
-
}), "
|
|
2543
|
-
path: _path2 + ".
|
|
2544
|
-
expected: "
|
|
2545
|
-
value: input3.
|
|
2546
|
-
}), void 0 === input3.
|
|
2547
|
-
path: _path2 + ".
|
|
2440
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2441
|
+
path: _path2 + ".filter",
|
|
2442
|
+
expected: "(TermFilter | undefined)",
|
|
2443
|
+
value: input3.filter
|
|
2444
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2445
|
+
path: _path2 + ".filter",
|
|
2446
|
+
expected: "(TermFilter | undefined)",
|
|
2447
|
+
value: input3.filter
|
|
2448
|
+
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2449
|
+
path: _path2 + ".bins",
|
|
2450
|
+
expected: "PresetNumericBins",
|
|
2451
|
+
value: input3.bins
|
|
2452
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2453
|
+
path: _path2 + ".bins",
|
|
2454
|
+
expected: "PresetNumericBins",
|
|
2455
|
+
value: input3.bins
|
|
2456
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2457
|
+
path: _path2 + ".unit",
|
|
2548
2458
|
expected: "(string | undefined)",
|
|
2549
|
-
value: input3.
|
|
2550
|
-
}), void 0 === input3.
|
|
2551
|
-
path: _path2 + ".
|
|
2552
|
-
expected: "(
|
|
2553
|
-
value: input3.
|
|
2554
|
-
})
|
|
2555
|
-
path: _path2 + ".
|
|
2556
|
-
expected: "(
|
|
2557
|
-
value: input3.
|
|
2459
|
+
value: input3.unit
|
|
2460
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2461
|
+
path: _path2 + ".continuousColorScale",
|
|
2462
|
+
expected: "(__type.o5 | undefined)",
|
|
2463
|
+
value: input3.continuousColorScale
|
|
2464
|
+
})) && $vo33(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2465
|
+
path: _path2 + ".continuousColorScale",
|
|
2466
|
+
expected: "(__type.o5 | undefined)",
|
|
2467
|
+
value: input3.continuousColorScale
|
|
2558
2468
|
})].every((flag) => flag);
|
|
2559
2469
|
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2560
2470
|
path: _path2 + ".id",
|
|
@@ -2564,16 +2474,16 @@ var validBoxPlotRequest = (input) => {
|
|
|
2564
2474
|
path: _path2 + ".name",
|
|
2565
2475
|
expected: "string",
|
|
2566
2476
|
value: input3.name
|
|
2567
|
-
}), "
|
|
2477
|
+
}), "condition" === input3.type || $report(_exceptionable2, {
|
|
2568
2478
|
path: _path2 + ".type",
|
|
2569
|
-
expected: '"
|
|
2479
|
+
expected: '"condition"',
|
|
2570
2480
|
value: input3.type
|
|
2571
2481
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2572
2482
|
path: _path2 + ".child_types",
|
|
2573
2483
|
expected: "(Array<string> | undefined)",
|
|
2574
2484
|
value: input3.child_types
|
|
2575
|
-
})) && input3.child_types.map((elem,
|
|
2576
|
-
path: _path2 + ".child_types[" +
|
|
2485
|
+
})) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2486
|
+
path: _path2 + ".child_types[" + _index35 + "]",
|
|
2577
2487
|
expected: "string",
|
|
2578
2488
|
value: elem
|
|
2579
2489
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2588,50 +2498,34 @@ var validBoxPlotRequest = (input) => {
|
|
|
2588
2498
|
path: _path2 + ".included_types",
|
|
2589
2499
|
expected: "(Array<string> | undefined)",
|
|
2590
2500
|
value: input3.included_types
|
|
2591
|
-
})) && input3.included_types.map((elem,
|
|
2592
|
-
path: _path2 + ".included_types[" +
|
|
2501
|
+
})) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2502
|
+
path: _path2 + ".included_types[" + _index36 + "]",
|
|
2593
2503
|
expected: "string",
|
|
2594
2504
|
value: elem
|
|
2595
2505
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2596
2506
|
path: _path2 + ".included_types",
|
|
2597
2507
|
expected: "(Array<string> | undefined)",
|
|
2598
|
-
value: input3.included_types
|
|
2599
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2600
|
-
path: _path2 + ".isleaf",
|
|
2601
|
-
expected: "(boolean | undefined)",
|
|
2602
|
-
value: input3.isleaf
|
|
2603
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2604
|
-
path: _path2 + ".values",
|
|
2605
|
-
expected: "(TermValues | undefined)",
|
|
2606
|
-
value: input3.values
|
|
2607
|
-
})) && $
|
|
2608
|
-
path: _path2 + ".values",
|
|
2609
|
-
expected: "(TermValues | undefined)",
|
|
2610
|
-
value: input3.values
|
|
2611
|
-
}),
|
|
2612
|
-
path: _path2 + ".
|
|
2613
|
-
expected: "(
|
|
2614
|
-
value: input3.
|
|
2615
|
-
})) && $
|
|
2616
|
-
path: _path2 + ".
|
|
2617
|
-
expected: "(
|
|
2618
|
-
value: input3.
|
|
2619
|
-
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2620
|
-
path: _path2 + ".kind",
|
|
2621
|
-
expected: '"coord"',
|
|
2622
|
-
value: input3.kind
|
|
2623
|
-
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2624
|
-
path: _path2 + ".chr",
|
|
2625
|
-
expected: "string",
|
|
2626
|
-
value: input3.chr
|
|
2627
|
-
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2628
|
-
path: _path2 + ".start",
|
|
2629
|
-
expected: "number",
|
|
2630
|
-
value: input3.start
|
|
2631
|
-
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2632
|
-
path: _path2 + ".stop",
|
|
2633
|
-
expected: "number",
|
|
2634
|
-
value: input3.stop
|
|
2508
|
+
value: input3.included_types
|
|
2509
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2510
|
+
path: _path2 + ".isleaf",
|
|
2511
|
+
expected: "(boolean | undefined)",
|
|
2512
|
+
value: input3.isleaf
|
|
2513
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2514
|
+
path: _path2 + ".values",
|
|
2515
|
+
expected: "(TermValues | undefined)",
|
|
2516
|
+
value: input3.values
|
|
2517
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2518
|
+
path: _path2 + ".values",
|
|
2519
|
+
expected: "(TermValues | undefined)",
|
|
2520
|
+
value: input3.values
|
|
2521
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2522
|
+
path: _path2 + ".filter",
|
|
2523
|
+
expected: "(TermFilter | undefined)",
|
|
2524
|
+
value: input3.filter
|
|
2525
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2526
|
+
path: _path2 + ".filter",
|
|
2527
|
+
expected: "(TermFilter | undefined)",
|
|
2528
|
+
value: input3.filter
|
|
2635
2529
|
})].every((flag) => flag);
|
|
2636
2530
|
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2637
2531
|
path: _path2 + ".id",
|
|
@@ -2649,8 +2543,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2649
2543
|
path: _path2 + ".child_types",
|
|
2650
2544
|
expected: "(Array<string> | undefined)",
|
|
2651
2545
|
value: input3.child_types
|
|
2652
|
-
})) && input3.child_types.map((elem,
|
|
2653
|
-
path: _path2 + ".child_types[" +
|
|
2546
|
+
})) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2547
|
+
path: _path2 + ".child_types[" + _index37 + "]",
|
|
2654
2548
|
expected: "string",
|
|
2655
2549
|
value: elem
|
|
2656
2550
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2665,8 +2559,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2665
2559
|
path: _path2 + ".included_types",
|
|
2666
2560
|
expected: "(Array<string> | undefined)",
|
|
2667
2561
|
value: input3.included_types
|
|
2668
|
-
})) && input3.included_types.map((elem,
|
|
2669
|
-
path: _path2 + ".included_types[" +
|
|
2562
|
+
})) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2563
|
+
path: _path2 + ".included_types[" + _index38 + "]",
|
|
2670
2564
|
expected: "string",
|
|
2671
2565
|
value: elem
|
|
2672
2566
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2681,11 +2575,19 @@ var validBoxPlotRequest = (input) => {
|
|
|
2681
2575
|
path: _path2 + ".values",
|
|
2682
2576
|
expected: "(TermValues | undefined)",
|
|
2683
2577
|
value: input3.values
|
|
2684
|
-
})) && $
|
|
2578
|
+
})) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2685
2579
|
path: _path2 + ".values",
|
|
2686
2580
|
expected: "(TermValues | undefined)",
|
|
2687
2581
|
value: input3.values
|
|
2688
|
-
}),
|
|
2582
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2583
|
+
path: _path2 + ".filter",
|
|
2584
|
+
expected: "(TermFilter | undefined)",
|
|
2585
|
+
value: input3.filter
|
|
2586
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2587
|
+
path: _path2 + ".filter",
|
|
2588
|
+
expected: "(TermFilter | undefined)",
|
|
2589
|
+
value: input3.filter
|
|
2590
|
+
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2689
2591
|
path: _path2 + ".reachedVariantLimit",
|
|
2690
2592
|
expected: "(boolean | undefined)",
|
|
2691
2593
|
value: input3.reachedVariantLimit
|
|
@@ -2693,12 +2595,12 @@ var validBoxPlotRequest = (input) => {
|
|
|
2693
2595
|
path: _path2 + ".snps",
|
|
2694
2596
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2695
2597
|
value: input3.snps
|
|
2696
|
-
})) && input3.snps.map((elem,
|
|
2697
|
-
path: _path2 + ".snps[" +
|
|
2598
|
+
})) && input3.snps.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2599
|
+
path: _path2 + ".snps[" + _index39 + "]",
|
|
2698
2600
|
expected: "SnpsEntry",
|
|
2699
2601
|
value: elem
|
|
2700
|
-
})) && $vo49(elem, _path2 + ".snps[" +
|
|
2701
|
-
path: _path2 + ".snps[" +
|
|
2602
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2603
|
+
path: _path2 + ".snps[" + _index39 + "]",
|
|
2702
2604
|
expected: "SnpsEntry",
|
|
2703
2605
|
value: elem
|
|
2704
2606
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2722,8 +2624,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2722
2624
|
path: _path2 + ".child_types",
|
|
2723
2625
|
expected: "(Array<string> | undefined)",
|
|
2724
2626
|
value: input3.child_types
|
|
2725
|
-
})) && input3.child_types.map((elem,
|
|
2726
|
-
path: _path2 + ".child_types[" +
|
|
2627
|
+
})) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2628
|
+
path: _path2 + ".child_types[" + _index40 + "]",
|
|
2727
2629
|
expected: "string",
|
|
2728
2630
|
value: elem
|
|
2729
2631
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2738,8 +2640,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2738
2640
|
path: _path2 + ".included_types",
|
|
2739
2641
|
expected: "(Array<string> | undefined)",
|
|
2740
2642
|
value: input3.included_types
|
|
2741
|
-
})) && input3.included_types.map((elem,
|
|
2742
|
-
path: _path2 + ".included_types[" +
|
|
2643
|
+
})) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2644
|
+
path: _path2 + ".included_types[" + _index41 + "]",
|
|
2743
2645
|
expected: "string",
|
|
2744
2646
|
value: elem
|
|
2745
2647
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2758,7 +2660,15 @@ var validBoxPlotRequest = (input) => {
|
|
|
2758
2660
|
path: _path2 + ".values",
|
|
2759
2661
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2760
2662
|
value: input3.values
|
|
2761
|
-
}),
|
|
2663
|
+
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
2664
|
+
path: _path2 + ".filter",
|
|
2665
|
+
expected: "(TermFilter | undefined)",
|
|
2666
|
+
value: input3.filter
|
|
2667
|
+
})) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2668
|
+
path: _path2 + ".filter",
|
|
2669
|
+
expected: "(TermFilter | undefined)",
|
|
2670
|
+
value: input3.filter
|
|
2671
|
+
})].every((flag) => flag);
|
|
2762
2672
|
const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2763
2673
|
const value = input3[key];
|
|
2764
2674
|
if (void 0 === value)
|
|
@@ -2813,7 +2723,7 @@ var validBoxPlotRequest = (input) => {
|
|
|
2813
2723
|
path: _path2 + ".filter",
|
|
2814
2724
|
expected: "(Filter | undefined)",
|
|
2815
2725
|
value: input3.filter
|
|
2816
|
-
})) && $
|
|
2726
|
+
})) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2817
2727
|
path: _path2 + ".filter",
|
|
2818
2728
|
expected: "(Filter | undefined)",
|
|
2819
2729
|
value: input3.filter
|
|
@@ -2827,19 +2737,19 @@ var validBoxPlotRequest = (input) => {
|
|
|
2827
2737
|
value: input3.inuse
|
|
2828
2738
|
}), (Array.isArray(input3.list) || $report(_exceptionable2, {
|
|
2829
2739
|
path: _path2 + ".list",
|
|
2830
|
-
expected: "Array<__type>.
|
|
2740
|
+
expected: "Array<__type>.o4",
|
|
2831
2741
|
value: input3.list
|
|
2832
|
-
})) && input3.list.map((elem,
|
|
2833
|
-
path: _path2 + ".list[" +
|
|
2834
|
-
expected: "__type.
|
|
2742
|
+
})) && input3.list.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2743
|
+
path: _path2 + ".list[" + _index42 + "]",
|
|
2744
|
+
expected: "__type.o10",
|
|
2835
2745
|
value: elem
|
|
2836
|
-
})) && $vo62(elem, _path2 + ".list[" +
|
|
2837
|
-
path: _path2 + ".list[" +
|
|
2838
|
-
expected: "__type.
|
|
2746
|
+
})) && $vo62(elem, _path2 + ".list[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2747
|
+
path: _path2 + ".list[" + _index42 + "]",
|
|
2748
|
+
expected: "__type.o10",
|
|
2839
2749
|
value: elem
|
|
2840
2750
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2841
2751
|
path: _path2 + ".list",
|
|
2842
|
-
expected: "Array<__type>.
|
|
2752
|
+
expected: "Array<__type>.o4",
|
|
2843
2753
|
value: input3.list
|
|
2844
2754
|
}), true].every((flag) => flag);
|
|
2845
2755
|
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
@@ -2920,8 +2830,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
2920
2830
|
path: _path2 + ".breaks",
|
|
2921
2831
|
expected: "(Array<number> | undefined)",
|
|
2922
2832
|
value: input3.breaks
|
|
2923
|
-
})) && input3.breaks.map((elem,
|
|
2924
|
-
path: _path2 + ".breaks[" +
|
|
2833
|
+
})) && input3.breaks.map((elem, _index43) => "number" === typeof elem || $report(_exceptionable2, {
|
|
2834
|
+
path: _path2 + ".breaks[" + _index43 + "]",
|
|
2925
2835
|
expected: "number",
|
|
2926
2836
|
value: elem
|
|
2927
2837
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2953,246 +2863,6 @@ var validBoxPlotRequest = (input) => {
|
|
|
2953
2863
|
path: _path2 + ".hiddenValues",
|
|
2954
2864
|
expected: "(HiddenValues | undefined)",
|
|
2955
2865
|
value: input3.hiddenValues
|
|
2956
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
2957
|
-
path: _path2 + ".isAtomic",
|
|
2958
|
-
expected: "(true | undefined)",
|
|
2959
|
-
value: input3.isAtomic
|
|
2960
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2961
|
-
path: _path2 + ".name",
|
|
2962
|
-
expected: "(string | undefined)",
|
|
2963
|
-
value: input3.name
|
|
2964
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
2965
|
-
path: _path2 + ".reuseId",
|
|
2966
|
-
expected: "(string | undefined)",
|
|
2967
|
-
value: input3.reuseId
|
|
2968
|
-
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
2969
|
-
path: _path2 + ".cnvGainCutoff",
|
|
2970
|
-
expected: "(number | undefined)",
|
|
2971
|
-
value: input3.cnvGainCutoff
|
|
2972
|
-
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
2973
|
-
path: _path2 + ".cnvMaxLength",
|
|
2974
|
-
expected: "(number | undefined)",
|
|
2975
|
-
value: input3.cnvMaxLength
|
|
2976
|
-
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
2977
|
-
path: _path2 + ".cnvMinAbsValue",
|
|
2978
|
-
expected: "(number | undefined)",
|
|
2979
|
-
value: input3.cnvMinAbsValue
|
|
2980
|
-
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
2981
|
-
path: _path2 + ".cnvLossCutoff",
|
|
2982
|
-
expected: "(number | undefined)",
|
|
2983
|
-
value: input3.cnvLossCutoff
|
|
2984
|
-
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
2985
|
-
path: _path2 + ".exclude",
|
|
2986
|
-
expected: "Array<string>",
|
|
2987
|
-
value: input3.exclude
|
|
2988
|
-
})) && input3.exclude.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2989
|
-
path: _path2 + ".exclude[" + _index53 + "]",
|
|
2990
|
-
expected: "string",
|
|
2991
|
-
value: elem
|
|
2992
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2993
|
-
path: _path2 + ".exclude",
|
|
2994
|
-
expected: "Array<string>",
|
|
2995
|
-
value: input3.exclude
|
|
2996
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
2997
|
-
path: _path2 + ".mode",
|
|
2998
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
2999
|
-
value: input3.mode
|
|
3000
|
-
}), "values" === input3.type || $report(_exceptionable2, {
|
|
3001
|
-
path: _path2 + ".type",
|
|
3002
|
-
expected: '"values"',
|
|
3003
|
-
value: input3.type
|
|
3004
|
-
})].every((flag) => flag);
|
|
3005
|
-
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3006
|
-
path: _path2 + ".hiddenValues",
|
|
3007
|
-
expected: "(HiddenValues | undefined)",
|
|
3008
|
-
value: input3.hiddenValues
|
|
3009
|
-
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3010
|
-
path: _path2 + ".hiddenValues",
|
|
3011
|
-
expected: "(HiddenValues | undefined)",
|
|
3012
|
-
value: input3.hiddenValues
|
|
3013
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3014
|
-
path: _path2 + ".isAtomic",
|
|
3015
|
-
expected: "(true | undefined)",
|
|
3016
|
-
value: input3.isAtomic
|
|
3017
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3018
|
-
path: _path2 + ".name",
|
|
3019
|
-
expected: "(string | undefined)",
|
|
3020
|
-
value: input3.name
|
|
3021
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3022
|
-
path: _path2 + ".reuseId",
|
|
3023
|
-
expected: "(string | undefined)",
|
|
3024
|
-
value: input3.reuseId
|
|
3025
|
-
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
3026
|
-
path: _path2 + ".cnvGainCutoff",
|
|
3027
|
-
expected: "(number | undefined)",
|
|
3028
|
-
value: input3.cnvGainCutoff
|
|
3029
|
-
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
3030
|
-
path: _path2 + ".cnvMaxLength",
|
|
3031
|
-
expected: "(number | undefined)",
|
|
3032
|
-
value: input3.cnvMaxLength
|
|
3033
|
-
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
3034
|
-
path: _path2 + ".cnvMinAbsValue",
|
|
3035
|
-
expected: "(number | undefined)",
|
|
3036
|
-
value: input3.cnvMinAbsValue
|
|
3037
|
-
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
3038
|
-
path: _path2 + ".cnvLossCutoff",
|
|
3039
|
-
expected: "(number | undefined)",
|
|
3040
|
-
value: input3.cnvLossCutoff
|
|
3041
|
-
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
3042
|
-
path: _path2 + ".exclude",
|
|
3043
|
-
expected: "Array<string>",
|
|
3044
|
-
value: input3.exclude
|
|
3045
|
-
})) && input3.exclude.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3046
|
-
path: _path2 + ".exclude[" + _index54 + "]",
|
|
3047
|
-
expected: "string",
|
|
3048
|
-
value: elem
|
|
3049
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3050
|
-
path: _path2 + ".exclude",
|
|
3051
|
-
expected: "Array<string>",
|
|
3052
|
-
value: input3.exclude
|
|
3053
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
|
|
3054
|
-
path: _path2 + ".mode",
|
|
3055
|
-
expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
|
|
3056
|
-
value: input3.mode
|
|
3057
|
-
}), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
3058
|
-
path: _path2 + ".type",
|
|
3059
|
-
expected: '("filter" | undefined)',
|
|
3060
|
-
value: input3.type
|
|
3061
|
-
})].every((flag) => flag);
|
|
3062
|
-
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3063
|
-
path: _path2 + ".hiddenValues",
|
|
3064
|
-
expected: "(HiddenValues | undefined)",
|
|
3065
|
-
value: input3.hiddenValues
|
|
3066
|
-
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3067
|
-
path: _path2 + ".hiddenValues",
|
|
3068
|
-
expected: "(HiddenValues | undefined)",
|
|
3069
|
-
value: input3.hiddenValues
|
|
3070
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3071
|
-
path: _path2 + ".isAtomic",
|
|
3072
|
-
expected: "(true | undefined)",
|
|
3073
|
-
value: input3.isAtomic
|
|
3074
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3075
|
-
path: _path2 + ".name",
|
|
3076
|
-
expected: "(string | undefined)",
|
|
3077
|
-
value: input3.name
|
|
3078
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3079
|
-
path: _path2 + ".reuseId",
|
|
3080
|
-
expected: "(string | undefined)",
|
|
3081
|
-
value: input3.reuseId
|
|
3082
|
-
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
3083
|
-
path: _path2 + ".cnvGainCutoff",
|
|
3084
|
-
expected: "(number | undefined)",
|
|
3085
|
-
value: input3.cnvGainCutoff
|
|
3086
|
-
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
3087
|
-
path: _path2 + ".cnvMaxLength",
|
|
3088
|
-
expected: "(number | undefined)",
|
|
3089
|
-
value: input3.cnvMaxLength
|
|
3090
|
-
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
3091
|
-
path: _path2 + ".cnvMinAbsValue",
|
|
3092
|
-
expected: "(number | undefined)",
|
|
3093
|
-
value: input3.cnvMinAbsValue
|
|
3094
|
-
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
3095
|
-
path: _path2 + ".cnvLossCutoff",
|
|
3096
|
-
expected: "(number | undefined)",
|
|
3097
|
-
value: input3.cnvLossCutoff
|
|
3098
|
-
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
3099
|
-
path: _path2 + ".exclude",
|
|
3100
|
-
expected: "Array<string>",
|
|
3101
|
-
value: input3.exclude
|
|
3102
|
-
})) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3103
|
-
path: _path2 + ".exclude[" + _index55 + "]",
|
|
3104
|
-
expected: "string",
|
|
3105
|
-
value: elem
|
|
3106
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3107
|
-
path: _path2 + ".exclude",
|
|
3108
|
-
expected: "Array<string>",
|
|
3109
|
-
value: input3.exclude
|
|
3110
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3111
|
-
path: _path2 + ".mode",
|
|
3112
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3113
|
-
value: input3.mode
|
|
3114
|
-
}), "predefined-groupset" === input3.type || $report(_exceptionable2, {
|
|
3115
|
-
path: _path2 + ".type",
|
|
3116
|
-
expected: '"predefined-groupset"',
|
|
3117
|
-
value: input3.type
|
|
3118
|
-
}), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
|
|
3119
|
-
path: _path2 + ".predefined_groupset_idx",
|
|
3120
|
-
expected: "number",
|
|
3121
|
-
value: input3.predefined_groupset_idx
|
|
3122
|
-
})].every((flag) => flag);
|
|
3123
|
-
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3124
|
-
path: _path2 + ".hiddenValues",
|
|
3125
|
-
expected: "(HiddenValues | undefined)",
|
|
3126
|
-
value: input3.hiddenValues
|
|
3127
|
-
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3128
|
-
path: _path2 + ".hiddenValues",
|
|
3129
|
-
expected: "(HiddenValues | undefined)",
|
|
3130
|
-
value: input3.hiddenValues
|
|
3131
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3132
|
-
path: _path2 + ".isAtomic",
|
|
3133
|
-
expected: "(true | undefined)",
|
|
3134
|
-
value: input3.isAtomic
|
|
3135
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3136
|
-
path: _path2 + ".name",
|
|
3137
|
-
expected: "(string | undefined)",
|
|
3138
|
-
value: input3.name
|
|
3139
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3140
|
-
path: _path2 + ".reuseId",
|
|
3141
|
-
expected: "(string | undefined)",
|
|
3142
|
-
value: input3.reuseId
|
|
3143
|
-
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
3144
|
-
path: _path2 + ".cnvGainCutoff",
|
|
3145
|
-
expected: "(number | undefined)",
|
|
3146
|
-
value: input3.cnvGainCutoff
|
|
3147
|
-
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
3148
|
-
path: _path2 + ".cnvMaxLength",
|
|
3149
|
-
expected: "(number | undefined)",
|
|
3150
|
-
value: input3.cnvMaxLength
|
|
3151
|
-
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
3152
|
-
path: _path2 + ".cnvMinAbsValue",
|
|
3153
|
-
expected: "(number | undefined)",
|
|
3154
|
-
value: input3.cnvMinAbsValue
|
|
3155
|
-
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
3156
|
-
path: _path2 + ".cnvLossCutoff",
|
|
3157
|
-
expected: "(number | undefined)",
|
|
3158
|
-
value: input3.cnvLossCutoff
|
|
3159
|
-
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
3160
|
-
path: _path2 + ".exclude",
|
|
3161
|
-
expected: "Array<string>",
|
|
3162
|
-
value: input3.exclude
|
|
3163
|
-
})) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3164
|
-
path: _path2 + ".exclude[" + _index56 + "]",
|
|
3165
|
-
expected: "string",
|
|
3166
|
-
value: elem
|
|
3167
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3168
|
-
path: _path2 + ".exclude",
|
|
3169
|
-
expected: "Array<string>",
|
|
3170
|
-
value: input3.exclude
|
|
3171
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3172
|
-
path: _path2 + ".mode",
|
|
3173
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3174
|
-
value: input3.mode
|
|
3175
|
-
}), "custom-groupset" === input3.type || $report(_exceptionable2, {
|
|
3176
|
-
path: _path2 + ".type",
|
|
3177
|
-
expected: '"custom-groupset"',
|
|
3178
|
-
value: input3.type
|
|
3179
|
-
}), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
|
|
3180
|
-
path: _path2 + ".customset",
|
|
3181
|
-
expected: "BaseGroupSet",
|
|
3182
|
-
value: input3.customset
|
|
3183
|
-
})) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3184
|
-
path: _path2 + ".customset",
|
|
3185
|
-
expected: "BaseGroupSet",
|
|
3186
|
-
value: input3.customset
|
|
3187
|
-
})].every((flag) => flag);
|
|
3188
|
-
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3189
|
-
path: _path2 + ".hiddenValues",
|
|
3190
|
-
expected: "(HiddenValues | undefined)",
|
|
3191
|
-
value: input3.hiddenValues
|
|
3192
|
-
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3193
|
-
path: _path2 + ".hiddenValues",
|
|
3194
|
-
expected: "(HiddenValues | undefined)",
|
|
3195
|
-
value: input3.hiddenValues
|
|
3196
2866
|
}), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
|
|
3197
2867
|
path: _path2 + ".isAtomic",
|
|
3198
2868
|
expected: "(boolean | undefined)",
|
|
@@ -3217,38 +2887,38 @@ var validBoxPlotRequest = (input) => {
|
|
|
3217
2887
|
path: _path2 + ".groups",
|
|
3218
2888
|
expected: "SampleLstTermValues",
|
|
3219
2889
|
value: input3.groups
|
|
3220
|
-
})) && $
|
|
2890
|
+
})) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
3221
2891
|
path: _path2 + ".groups",
|
|
3222
2892
|
expected: "SampleLstTermValues",
|
|
3223
2893
|
value: input3.groups
|
|
3224
2894
|
})].every((flag) => flag);
|
|
3225
|
-
const $
|
|
2895
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3226
2896
|
const value = input3[key];
|
|
3227
2897
|
if (void 0 === value)
|
|
3228
2898
|
return true;
|
|
3229
2899
|
if (RegExp(/(.*)/).test(key))
|
|
3230
2900
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3231
2901
|
path: _path2 + $join(key),
|
|
3232
|
-
expected: "__type.
|
|
2902
|
+
expected: "__type.o11",
|
|
3233
2903
|
value
|
|
3234
|
-
})) && $
|
|
2904
|
+
})) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3235
2905
|
path: _path2 + $join(key),
|
|
3236
|
-
expected: "__type.
|
|
2906
|
+
expected: "__type.o11",
|
|
3237
2907
|
value
|
|
3238
2908
|
});
|
|
3239
2909
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
3240
2910
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3241
2911
|
path: _path2 + $join(key),
|
|
3242
|
-
expected: "__type.
|
|
2912
|
+
expected: "__type.o11",
|
|
3243
2913
|
value
|
|
3244
|
-
})) && $
|
|
2914
|
+
})) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3245
2915
|
path: _path2 + $join(key),
|
|
3246
|
-
expected: "__type.
|
|
2916
|
+
expected: "__type.o11",
|
|
3247
2917
|
value
|
|
3248
2918
|
});
|
|
3249
2919
|
return true;
|
|
3250
2920
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3251
|
-
const $
|
|
2921
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3252
2922
|
path: _path2 + ".name",
|
|
3253
2923
|
expected: "string",
|
|
3254
2924
|
value: input3.name
|
|
@@ -3258,19 +2928,19 @@ var validBoxPlotRequest = (input) => {
|
|
|
3258
2928
|
value: input3.inuse
|
|
3259
2929
|
}), (Array.isArray(input3.list) || $report(_exceptionable2, {
|
|
3260
2930
|
path: _path2 + ".list",
|
|
3261
|
-
expected: "Array<__type>.
|
|
2931
|
+
expected: "Array<__type>.o4",
|
|
3262
2932
|
value: input3.list
|
|
3263
|
-
})) && input3.list.map((elem,
|
|
3264
|
-
path: _path2 + ".list[" +
|
|
3265
|
-
expected: "__type.
|
|
2933
|
+
})) && input3.list.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2934
|
+
path: _path2 + ".list[" + _index44 + "]",
|
|
2935
|
+
expected: "__type.o10",
|
|
3266
2936
|
value: elem
|
|
3267
|
-
})) && $vo62(elem, _path2 + ".list[" +
|
|
3268
|
-
path: _path2 + ".list[" +
|
|
3269
|
-
expected: "__type.
|
|
2937
|
+
})) && $vo62(elem, _path2 + ".list[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2938
|
+
path: _path2 + ".list[" + _index44 + "]",
|
|
2939
|
+
expected: "__type.o10",
|
|
3270
2940
|
value: elem
|
|
3271
2941
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3272
2942
|
path: _path2 + ".list",
|
|
3273
|
-
expected: "Array<__type>.
|
|
2943
|
+
expected: "Array<__type>.o4",
|
|
3274
2944
|
value: input3.list
|
|
3275
2945
|
}), true].every((flag) => flag);
|
|
3276
2946
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
@@ -3285,62 +2955,51 @@ var validBoxPlotRequest = (input) => {
|
|
|
3285
2955
|
});
|
|
3286
2956
|
})();
|
|
3287
2957
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3288
|
-
if (
|
|
3289
|
-
return $vo15(input3, _path2, _exceptionable2);
|
|
3290
|
-
if (void 0 !== input3.ranges)
|
|
2958
|
+
if ("tvslst" === input3.type)
|
|
3291
2959
|
return $vo17(input3, _path2, _exceptionable2);
|
|
3292
|
-
|
|
2960
|
+
if ("tvs" === input3.type)
|
|
2961
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
2962
|
+
return $report(_exceptionable2, {
|
|
2963
|
+
path: _path2,
|
|
2964
|
+
expected: "(Filter | __type.o3)",
|
|
2965
|
+
value: input3
|
|
2966
|
+
});
|
|
3293
2967
|
})();
|
|
3294
2968
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3295
2969
|
if (true === input3.startunbounded)
|
|
3296
|
-
return $
|
|
2970
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
3297
2971
|
if (true === input3.stopunbounded)
|
|
3298
|
-
return $
|
|
3299
|
-
return $
|
|
2972
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
2973
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
3300
2974
|
})();
|
|
3301
2975
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3302
|
-
if (2 === input3.dt)
|
|
3303
|
-
return $vo39(input3, _path2, _exceptionable2);
|
|
3304
|
-
if (5 === input3.dt)
|
|
3305
|
-
return $vo38(input3, _path2, _exceptionable2);
|
|
3306
|
-
if (4 === input3.dt)
|
|
3307
|
-
return $vo37(input3, _path2, _exceptionable2);
|
|
3308
|
-
if (1 === input3.dt)
|
|
3309
|
-
return $vo36(input3, _path2, _exceptionable2);
|
|
3310
|
-
return $report(_exceptionable2, {
|
|
3311
|
-
path: _path2,
|
|
3312
|
-
expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
|
|
3313
|
-
value: input3
|
|
3314
|
-
});
|
|
3315
|
-
})();
|
|
3316
|
-
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3317
2976
|
if (true === input3.startunbounded)
|
|
3318
|
-
return $
|
|
2977
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
3319
2978
|
if (void 0 !== input3.start)
|
|
3320
|
-
return $
|
|
2979
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
3321
2980
|
return $report(_exceptionable2, {
|
|
3322
2981
|
path: _path2,
|
|
3323
2982
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
3324
2983
|
value: input3
|
|
3325
2984
|
});
|
|
3326
2985
|
})();
|
|
3327
|
-
const $
|
|
2986
|
+
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3328
2987
|
if (void 0 !== input3.stop)
|
|
3329
|
-
return $
|
|
2988
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
3330
2989
|
if (true === input3.stopunbounded)
|
|
3331
|
-
return $
|
|
2990
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3332
2991
|
return $report(_exceptionable2, {
|
|
3333
2992
|
path: _path2,
|
|
3334
2993
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
3335
2994
|
value: input3
|
|
3336
2995
|
});
|
|
3337
2996
|
})();
|
|
3338
|
-
const $
|
|
2997
|
+
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3339
2998
|
if (void 0 !== input3.type)
|
|
3340
2999
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3341
3000
|
return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
3342
3001
|
})();
|
|
3343
|
-
const $
|
|
3002
|
+
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3344
3003
|
if ("values" === input3.type)
|
|
3345
3004
|
return $vo3(input3, _path2, _exceptionable2);
|
|
3346
3005
|
if ("predefined-groupset" === input3.type)
|
|
@@ -3349,16 +3008,21 @@ var validBoxPlotRequest = (input) => {
|
|
|
3349
3008
|
return $vo7(input3, _path2, _exceptionable2);
|
|
3350
3009
|
return $vo5(input3, _path2, _exceptionable2);
|
|
3351
3010
|
})();
|
|
3011
|
+
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3012
|
+
if (void 0 !== input3.ranges)
|
|
3013
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
3014
|
+
return $vo19(input3, _path2, false) || $vo35(input3, _path2, false) || $vo38(input3, _path2, false);
|
|
3015
|
+
})();
|
|
3352
3016
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3353
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem,
|
|
3354
|
-
return $
|
|
3355
|
-
return $
|
|
3017
|
+
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index45) => "object" === typeof elem && null !== elem && $vo23(elem, _path2 + ".lst[" + _index45 + "]", false)).every((flag) => flag))
|
|
3018
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3019
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3356
3020
|
})();
|
|
3357
3021
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3358
3022
|
if ("regular-bin" === input3.type)
|
|
3359
|
-
return $
|
|
3023
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
3360
3024
|
if ("custom-bin" === input3.type)
|
|
3361
|
-
return $
|
|
3025
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3362
3026
|
return $report(_exceptionable2, {
|
|
3363
3027
|
path: _path2,
|
|
3364
3028
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3366,46 +3030,34 @@ var validBoxPlotRequest = (input) => {
|
|
|
3366
3030
|
});
|
|
3367
3031
|
})();
|
|
3368
3032
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3369
|
-
if ("gene" === input3.kind)
|
|
3370
|
-
return $vo31(input3, _path2, _exceptionable2);
|
|
3371
|
-
if ("coord" === input3.kind)
|
|
3372
|
-
return $vo35(input3, _path2, _exceptionable2);
|
|
3373
|
-
return $report(_exceptionable2, {
|
|
3374
|
-
path: _path2,
|
|
3375
|
-
expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
|
|
3376
|
-
value: input3
|
|
3377
|
-
});
|
|
3378
|
-
})();
|
|
3379
|
-
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3380
3033
|
if ("regular-bin" === input3.type)
|
|
3381
|
-
return $
|
|
3034
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
3382
3035
|
if ("continuous" === input3.mode)
|
|
3383
3036
|
return $vo42(input3, _path2, _exceptionable2);
|
|
3384
3037
|
if ("spline" === input3.mode)
|
|
3385
3038
|
return $vo43(input3, _path2, _exceptionable2);
|
|
3386
|
-
return $
|
|
3387
|
-
})();
|
|
3388
|
-
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3389
|
-
if (void 0 !== input3.ranges)
|
|
3390
|
-
return $vo17(input3, _path2, _exceptionable2);
|
|
3391
|
-
return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
3039
|
+
return $vo32(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3392
3040
|
})();
|
|
3393
|
-
const $
|
|
3394
|
-
if ("
|
|
3041
|
+
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3042
|
+
if ("gene" === input3.kind)
|
|
3395
3043
|
return $vo53(input3, _path2, _exceptionable2);
|
|
3396
|
-
if ("
|
|
3044
|
+
if ("coord" === input3.kind)
|
|
3397
3045
|
return $vo54(input3, _path2, _exceptionable2);
|
|
3398
|
-
if ("
|
|
3046
|
+
if ("categorical" === input3.type)
|
|
3399
3047
|
return $vo55(input3, _path2, _exceptionable2);
|
|
3400
|
-
if ("
|
|
3048
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3401
3049
|
return $vo56(input3, _path2, _exceptionable2);
|
|
3402
|
-
if ("
|
|
3050
|
+
if ("condition" === input3.type)
|
|
3403
3051
|
return $vo57(input3, _path2, _exceptionable2);
|
|
3404
3052
|
return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
|
|
3405
3053
|
})();
|
|
3406
|
-
const $
|
|
3054
|
+
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3055
|
+
if (void 0 !== input3.predefined_groupset_idx)
|
|
3056
|
+
return $vo6(input3, _path2, _exceptionable2);
|
|
3057
|
+
if (void 0 !== input3.customset)
|
|
3058
|
+
return $vo7(input3, _path2, _exceptionable2);
|
|
3407
3059
|
if (void 0 !== input3.bin_size)
|
|
3408
|
-
return $
|
|
3060
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
3409
3061
|
if (void 0 !== input3.knots)
|
|
3410
3062
|
return $vo43(input3, _path2, _exceptionable2);
|
|
3411
3063
|
if (void 0 !== input3.AFcutoff)
|
|
@@ -3414,8 +3066,8 @@ var validBoxPlotRequest = (input) => {
|
|
|
3414
3066
|
return $vo64(input3, _path2, _exceptionable2);
|
|
3415
3067
|
return (() => {
|
|
3416
3068
|
if (void 0 !== input3.groups)
|
|
3417
|
-
return $
|
|
3418
|
-
return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $
|
|
3069
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
3070
|
+
return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo32(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
|
|
3419
3071
|
})();
|
|
3420
3072
|
})();
|
|
3421
3073
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|