@sjcrh/proteinpaint-types 2.113.0 → 2.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brainImaging.js +1 -1
- package/dist/chunk-5HL5BPE5.js +126 -0
- package/dist/{chunk-A72XYNKT.js → chunk-7GSVLBKZ.js} +22 -22
- package/dist/{chunk-7Z3AE4AY.js → chunk-C7DJDPLP.js} +592 -496
- package/dist/{chunk-GHAIGRB7.js → chunk-EQGBEPDC.js} +22 -22
- package/dist/{chunk-KHPBBU43.js → chunk-GS37E7DB.js} +592 -496
- package/dist/{chunk-TXZQ56TX.js → chunk-I3U2T7HV.js} +590 -494
- package/dist/{chunk-Q5F2XI6A.js → chunk-IJHMCHUT.js} +31 -23
- package/dist/{chunk-GGKNEHME.js → chunk-KBTAXZM4.js} +331 -305
- package/dist/{chunk-4CCAF4O5.js → chunk-KZIZMP7Y.js} +64 -64
- package/dist/{chunk-ES6BRZ4L.js → chunk-M26XQDA4.js} +22 -22
- package/dist/{chunk-FMW25T52.js → chunk-MDBZCBM2.js} +293 -197
- package/dist/{chunk-OJWYCYKF.js → chunk-NESPJ4GG.js} +76 -76
- package/dist/{chunk-2WZPM25H.js → chunk-PTYGGJLG.js} +592 -496
- package/dist/{chunk-ZFUF4XMD.js → chunk-ZPN2DV5E.js} +22 -22
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +45 -37
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topMutatedGenes.js +11 -0
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/dist/wsisamples.js +11 -0
- package/package.json +1 -1
- package/src/dataset.ts +32 -9
- package/src/index.ts +2 -1
- package/src/routes/{gdc.topMutatedGenes.ts → termdb.topMutatedGenes.ts} +9 -7
- package/src/routes/wsisamples.ts +25 -0
- package/src/terms/geneVariant.ts +23 -2
- package/src/terms/numeric.ts +2 -2
- package/src/terms/term.ts +18 -9
- package/dist/gdc.topMutatedGenes.js +0 -11
|
@@ -58,8 +58,8 @@ var validCategoriesRequest = (input) => {
|
|
|
58
58
|
const errors = [];
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
61
|
-
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $
|
|
62
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $
|
|
61
|
+
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true;
|
|
62
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io12(input3.term));
|
|
63
63
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
64
64
|
const value = input3[key];
|
|
65
65
|
if (void 0 === value)
|
|
@@ -77,126 +77,128 @@ var validCategoriesRequest = (input) => {
|
|
|
77
77
|
return "number" === typeof value;
|
|
78
78
|
return true;
|
|
79
79
|
});
|
|
80
|
-
const $io5 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic ||
|
|
81
|
-
const $io6 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "
|
|
82
|
-
const $io7 = (input3) => Array.isArray(input3.
|
|
83
|
-
const $io8 = (input3) =>
|
|
84
|
-
const $io9 = (input3) =>
|
|
85
|
-
const $io10 = (input3) => "string" === typeof input3.
|
|
86
|
-
const $io11 = (input3) => "
|
|
87
|
-
const $io12 = (input3) =>
|
|
88
|
-
const $io13 = (input3) =>
|
|
89
|
-
const $io14 = (input3) => Object.keys(input3).every((key) => {
|
|
80
|
+
const $io5 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
|
|
81
|
+
const $io6 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
82
|
+
const $io7 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io8(input3.customset));
|
|
83
|
+
const $io8 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
|
|
84
|
+
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);
|
|
85
|
+
const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
86
|
+
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && true && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
87
|
+
const $io12 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
88
|
+
const $io13 = (input3) => Object.keys(input3).every((key) => {
|
|
90
89
|
const value = input3[key];
|
|
91
90
|
if (void 0 === value)
|
|
92
91
|
return true;
|
|
93
92
|
if (RegExp(/(.*)/).test(key))
|
|
94
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
93
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
|
|
95
94
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
96
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
95
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
|
|
97
96
|
return true;
|
|
98
97
|
});
|
|
99
|
-
const $
|
|
100
|
-
const $
|
|
101
|
-
const $
|
|
102
|
-
const $
|
|
103
|
-
const $
|
|
104
|
-
const $
|
|
105
|
-
const $
|
|
106
|
-
const $
|
|
107
|
-
const $
|
|
108
|
-
const $
|
|
109
|
-
const $
|
|
110
|
-
const $
|
|
111
|
-
const $
|
|
112
|
-
const $
|
|
113
|
-
const $
|
|
114
|
-
const $
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
98
|
+
const $io14 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter));
|
|
99
|
+
const $io15 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
|
|
100
|
+
const $io16 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io12(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io14(elem)));
|
|
101
|
+
const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io18(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io26(elem)));
|
|
102
|
+
const $io18 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
|
|
103
|
+
const $io19 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
104
|
+
const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
105
|
+
const $io21 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
106
|
+
const $io22 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
107
|
+
const $io23 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
108
|
+
const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
109
|
+
const $io25 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
110
|
+
const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
111
|
+
const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
|
|
112
|
+
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true;
|
|
113
|
+
const $io29 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
114
|
+
const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
115
|
+
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
116
|
+
const $io32 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
117
|
+
const $io33 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
118
|
+
const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
119
119
|
const $io35 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
120
120
|
const $io36 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
121
121
|
const $io37 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
122
122
|
const $io38 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
123
|
-
const $io39 = (input3) =>
|
|
124
|
-
const $io40 = (input3) => (void 0 === input3.
|
|
125
|
-
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) && "
|
|
126
|
-
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) && "
|
|
127
|
-
const $io43 = (input3) => "
|
|
128
|
-
const $io44 = (input3) =>
|
|
129
|
-
const $io45 = (input3) => (void 0 === input3.
|
|
130
|
-
const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.
|
|
131
|
-
const $io47 = (input3) => "string" === typeof input3.
|
|
132
|
-
const $io48 = (input3) =>
|
|
133
|
-
const $io49 = (input3) => "string" === typeof input3.
|
|
134
|
-
const $io50 = (input3) => "string" === typeof input3.
|
|
135
|
-
const $io51 = (input3) =>
|
|
136
|
-
const $io52 = (input3) =>
|
|
137
|
-
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
138
|
-
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
139
|
-
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
140
|
-
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $
|
|
141
|
-
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
142
|
-
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) && $
|
|
143
|
-
const $io59 = (input3) =>
|
|
123
|
+
const $io39 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
124
|
+
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));
|
|
125
|
+
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]))));
|
|
126
|
+
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);
|
|
127
|
+
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);
|
|
128
|
+
const $io44 = (input3) => "number" === typeof input3.value;
|
|
129
|
+
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));
|
|
130
|
+
const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io15(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
131
|
+
const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
|
|
132
|
+
const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
133
|
+
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);
|
|
134
|
+
const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
135
|
+
const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
136
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
|
|
137
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
138
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
|
|
139
|
+
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true;
|
|
140
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
141
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
142
|
+
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
143
|
+
const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io60(input3.values)) && true;
|
|
144
|
+
const $io60 = (input3) => Object.keys(input3).every((key) => {
|
|
144
145
|
const value = input3[key];
|
|
145
146
|
if (void 0 === value)
|
|
146
147
|
return true;
|
|
147
148
|
if (RegExp(/(.*)/).test(key))
|
|
148
|
-
return "object" === typeof value && null !== value && $
|
|
149
|
+
return "object" === typeof value && null !== value && $io61(value);
|
|
149
150
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
150
|
-
return "object" === typeof value && null !== value && $
|
|
151
|
+
return "object" === typeof value && null !== value && $io61(value);
|
|
151
152
|
return true;
|
|
152
153
|
});
|
|
153
|
-
const $
|
|
154
|
-
const $
|
|
155
|
-
const $
|
|
156
|
-
const $
|
|
157
|
-
const $
|
|
158
|
-
const $
|
|
159
|
-
const $
|
|
160
|
-
const $
|
|
161
|
-
const $
|
|
154
|
+
const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
155
|
+
const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
156
|
+
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);
|
|
157
|
+
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;
|
|
158
|
+
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
159
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.type || "filter" === input3.type);
|
|
160
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
161
|
+
const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io8(input3.customset));
|
|
162
|
+
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));
|
|
163
|
+
const $io70 = (input3) => Object.keys(input3).every((key) => {
|
|
162
164
|
const value = input3[key];
|
|
163
165
|
if (void 0 === value)
|
|
164
166
|
return true;
|
|
165
167
|
if (RegExp(/(.*)/).test(key))
|
|
166
|
-
return "object" === typeof value && null !== value && $
|
|
168
|
+
return "object" === typeof value && null !== value && $io71(value);
|
|
167
169
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
168
|
-
return "object" === typeof value && null !== value && $
|
|
170
|
+
return "object" === typeof value && null !== value && $io71(value);
|
|
169
171
|
return true;
|
|
170
172
|
});
|
|
171
|
-
const $
|
|
173
|
+
const $io71 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
172
174
|
const $iu0 = (input3) => (() => {
|
|
173
175
|
if ("string" === typeof input3.type)
|
|
174
|
-
return $
|
|
176
|
+
return $io9(input3);
|
|
175
177
|
if ("filter" === input3.type)
|
|
176
|
-
return $
|
|
178
|
+
return $io11(input3);
|
|
177
179
|
return false;
|
|
178
180
|
})();
|
|
179
181
|
const $iu1 = (input3) => (() => {
|
|
180
182
|
if (void 0 !== input3.type)
|
|
181
|
-
return $
|
|
183
|
+
return $io15(input3);
|
|
182
184
|
if (void 0 !== input3.ranges)
|
|
183
|
-
return $
|
|
185
|
+
return $io17(input3);
|
|
184
186
|
return (() => {
|
|
185
|
-
if ($
|
|
186
|
-
return $
|
|
187
|
-
if ($
|
|
188
|
-
return $
|
|
189
|
-
if ($
|
|
190
|
-
return $
|
|
187
|
+
if ($io16(input3))
|
|
188
|
+
return $io16(input3);
|
|
189
|
+
if ($io27(input3))
|
|
190
|
+
return $io27(input3);
|
|
191
|
+
if ($io30(input3))
|
|
192
|
+
return $io30(input3);
|
|
191
193
|
return false;
|
|
192
194
|
})();
|
|
193
195
|
})();
|
|
194
196
|
const $iu2 = (input3) => (() => {
|
|
195
197
|
if (true === input3.startunbounded)
|
|
196
|
-
return $
|
|
198
|
+
return $io21(input3);
|
|
197
199
|
if (true === input3.stopunbounded)
|
|
198
|
-
return $
|
|
199
|
-
return $
|
|
200
|
+
return $io23(input3);
|
|
201
|
+
return $io22(input3);
|
|
200
202
|
})();
|
|
201
203
|
const $iu3 = (input3) => (() => {
|
|
202
204
|
if (2 === input3.dt)
|
|
@@ -211,28 +213,28 @@ var validCategoriesRequest = (input) => {
|
|
|
211
213
|
})();
|
|
212
214
|
const $iu4 = (input3) => (() => {
|
|
213
215
|
if (true === input3.startunbounded)
|
|
214
|
-
return $
|
|
216
|
+
return $io21(input3);
|
|
215
217
|
if (void 0 !== input3.start)
|
|
216
|
-
return $
|
|
218
|
+
return $io22(input3);
|
|
217
219
|
return false;
|
|
218
220
|
})();
|
|
219
221
|
const $iu5 = (input3) => (() => {
|
|
220
222
|
if (void 0 !== input3.stop)
|
|
221
|
-
return $
|
|
223
|
+
return $io22(input3);
|
|
222
224
|
if (true === input3.stopunbounded)
|
|
223
|
-
return $
|
|
225
|
+
return $io23(input3);
|
|
224
226
|
return false;
|
|
225
227
|
})();
|
|
226
228
|
const $iu6 = (input3) => (() => {
|
|
227
229
|
if (void 0 !== input3.type)
|
|
228
230
|
return $io1(input3);
|
|
229
231
|
return (() => {
|
|
230
|
-
if ($
|
|
231
|
-
return $
|
|
232
|
-
if ($
|
|
233
|
-
return $
|
|
234
|
-
if ($
|
|
235
|
-
return $
|
|
232
|
+
if ($io52(input3))
|
|
233
|
+
return $io52(input3);
|
|
234
|
+
if ($io45(input3))
|
|
235
|
+
return $io45(input3);
|
|
236
|
+
if ($io40(input3))
|
|
237
|
+
return $io40(input3);
|
|
236
238
|
return false;
|
|
237
239
|
})();
|
|
238
240
|
})();
|
|
@@ -240,110 +242,114 @@ var validCategoriesRequest = (input) => {
|
|
|
240
242
|
if ("values" === input3.type)
|
|
241
243
|
return $io3(input3);
|
|
242
244
|
if ("predefined-groupset" === input3.type)
|
|
243
|
-
return $io5(input3);
|
|
244
|
-
if ("custom-groupset" === input3.type)
|
|
245
245
|
return $io6(input3);
|
|
246
|
-
|
|
246
|
+
if ("custom-groupset" === input3.type)
|
|
247
|
+
return $io7(input3);
|
|
248
|
+
return $io5(input3);
|
|
247
249
|
})();
|
|
248
250
|
const $iu8 = (input3) => (() => {
|
|
249
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $
|
|
250
|
-
return $
|
|
251
|
-
return $
|
|
251
|
+
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)))
|
|
252
|
+
return $io32(input3);
|
|
253
|
+
return $io39(input3);
|
|
252
254
|
})();
|
|
253
255
|
const $iu9 = (input3) => (() => {
|
|
254
256
|
if ("regular-bin" === input3.type)
|
|
255
|
-
return $
|
|
257
|
+
return $io20(input3);
|
|
256
258
|
if ("custom-bin" === input3.type)
|
|
257
|
-
return $
|
|
259
|
+
return $io24(input3);
|
|
258
260
|
return false;
|
|
259
261
|
})();
|
|
260
262
|
const $iu10 = (input3) => (() => {
|
|
261
263
|
if ("gene" === input3.kind)
|
|
262
|
-
return $
|
|
264
|
+
return $io31(input3);
|
|
263
265
|
if ("coord" === input3.kind)
|
|
264
266
|
return $io34(input3);
|
|
265
267
|
return false;
|
|
266
268
|
})();
|
|
267
269
|
const $iu11 = (input3) => (() => {
|
|
268
270
|
if ("regular-bin" === input3.type)
|
|
269
|
-
return $
|
|
271
|
+
return $io20(input3);
|
|
270
272
|
if ("continuous" === input3.mode)
|
|
271
|
-
return $io41(input3);
|
|
272
|
-
if ("spline" === input3.mode)
|
|
273
273
|
return $io42(input3);
|
|
274
|
+
if ("spline" === input3.mode)
|
|
275
|
+
return $io43(input3);
|
|
274
276
|
return (() => {
|
|
275
|
-
if ($
|
|
276
|
-
return $
|
|
277
|
-
if ($
|
|
278
|
-
return $
|
|
277
|
+
if ($io24(input3))
|
|
278
|
+
return $io24(input3);
|
|
279
|
+
if ($io41(input3))
|
|
280
|
+
return $io41(input3);
|
|
279
281
|
return false;
|
|
280
282
|
})();
|
|
281
283
|
})();
|
|
282
284
|
const $iu12 = (input3) => (() => {
|
|
283
285
|
if (void 0 !== input3.ranges)
|
|
284
|
-
return $
|
|
286
|
+
return $io17(input3);
|
|
285
287
|
return (() => {
|
|
286
|
-
if ($
|
|
287
|
-
return $
|
|
288
|
-
if ($
|
|
289
|
-
return $
|
|
290
|
-
if ($
|
|
291
|
-
return $
|
|
288
|
+
if ($io16(input3))
|
|
289
|
+
return $io16(input3);
|
|
290
|
+
if ($io27(input3))
|
|
291
|
+
return $io27(input3);
|
|
292
|
+
if ($io30(input3))
|
|
293
|
+
return $io30(input3);
|
|
292
294
|
return false;
|
|
293
295
|
})();
|
|
294
296
|
})();
|
|
295
297
|
const $iu13 = (input3) => (() => {
|
|
296
298
|
if ("categorical" === input3.type)
|
|
297
|
-
return $io52(input3);
|
|
298
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
299
299
|
return $io53(input3);
|
|
300
|
-
if ("
|
|
300
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
301
301
|
return $io54(input3);
|
|
302
|
-
if ("
|
|
302
|
+
if ("condition" === input3.type)
|
|
303
303
|
return $io55(input3);
|
|
304
|
-
if ("
|
|
304
|
+
if ("gene" === input3.kind)
|
|
305
305
|
return $io56(input3);
|
|
306
|
+
if ("coord" === input3.kind)
|
|
307
|
+
return $io57(input3);
|
|
306
308
|
return (() => {
|
|
307
|
-
if ($io57(input3))
|
|
308
|
-
return $io57(input3);
|
|
309
309
|
if ($io58(input3))
|
|
310
310
|
return $io58(input3);
|
|
311
|
+
if ($io59(input3))
|
|
312
|
+
return $io59(input3);
|
|
311
313
|
return false;
|
|
312
314
|
})();
|
|
313
315
|
})();
|
|
314
316
|
const $iu14 = (input3) => (() => {
|
|
315
317
|
if (void 0 !== input3.bin_size)
|
|
316
|
-
return $
|
|
318
|
+
return $io20(input3);
|
|
317
319
|
if (void 0 !== input3.knots)
|
|
318
|
-
return $
|
|
320
|
+
return $io43(input3);
|
|
319
321
|
if (void 0 !== input3.AFcutoff)
|
|
320
|
-
return $
|
|
322
|
+
return $io46(input3);
|
|
321
323
|
if (void 0 !== input3.timeScale)
|
|
322
|
-
return $
|
|
324
|
+
return $io64(input3);
|
|
323
325
|
return (() => {
|
|
324
326
|
if (void 0 !== input3.groups)
|
|
325
|
-
return $
|
|
327
|
+
return $io69(input3);
|
|
326
328
|
return (() => {
|
|
327
|
-
if ($io3(input3))
|
|
328
|
-
return $io3(input3);
|
|
329
329
|
if ($io5(input3))
|
|
330
330
|
return $io5(input3);
|
|
331
|
+
if ($io63(input3))
|
|
332
|
+
return $io63(input3);
|
|
333
|
+
if ($io3(input3))
|
|
334
|
+
return $io3(input3);
|
|
331
335
|
if ($io6(input3))
|
|
332
336
|
return $io6(input3);
|
|
333
|
-
if ($
|
|
334
|
-
return $
|
|
335
|
-
if ($
|
|
336
|
-
return $
|
|
337
|
+
if ($io7(input3))
|
|
338
|
+
return $io7(input3);
|
|
339
|
+
if ($io24(input3))
|
|
340
|
+
return $io24(input3);
|
|
337
341
|
if ($io41(input3))
|
|
338
342
|
return $io41(input3);
|
|
339
|
-
if ($
|
|
340
|
-
return $
|
|
341
|
-
if ($io64(input3))
|
|
342
|
-
return $io64(input3);
|
|
343
|
-
if ($io65(input3))
|
|
344
|
-
return $io65(input3);
|
|
343
|
+
if ($io42(input3))
|
|
344
|
+
return $io42(input3);
|
|
345
345
|
if ($io66(input3))
|
|
346
346
|
return $io66(input3);
|
|
347
|
+
if ($io65(input3))
|
|
348
|
+
return $io65(input3);
|
|
349
|
+
if ($io67(input3))
|
|
350
|
+
return $io67(input3);
|
|
351
|
+
if ($io68(input3))
|
|
352
|
+
return $io68(input3);
|
|
347
353
|
return false;
|
|
348
354
|
})();
|
|
349
355
|
})();
|
|
@@ -378,7 +384,7 @@ var validCategoriesRequest = (input) => {
|
|
|
378
384
|
path: _path2 + ".filter",
|
|
379
385
|
expected: "(Filter | undefined)",
|
|
380
386
|
value: input3.filter
|
|
381
|
-
})) && $
|
|
387
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
382
388
|
path: _path2 + ".filter",
|
|
383
389
|
expected: "(Filter | undefined)",
|
|
384
390
|
value: input3.filter
|
|
@@ -423,19 +429,19 @@ var validCategoriesRequest = (input) => {
|
|
|
423
429
|
path: _path2 + ".type",
|
|
424
430
|
expected: '("CatTWCustomGS" | "CatTWPredefinedGS" | "CatTWValues")',
|
|
425
431
|
value: input3.type
|
|
426
|
-
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
432
|
+
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
427
433
|
path: _path2 + ".q",
|
|
428
|
-
expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
434
|
+
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
429
435
|
value: input3.q
|
|
430
436
|
})) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
431
437
|
path: _path2 + ".q",
|
|
432
|
-
expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
438
|
+
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
433
439
|
value: input3.q
|
|
434
440
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
435
441
|
path: _path2 + ".term",
|
|
436
442
|
expected: "CategoricalTerm",
|
|
437
443
|
value: input3.term
|
|
438
|
-
})) && $
|
|
444
|
+
})) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
439
445
|
path: _path2 + ".term",
|
|
440
446
|
expected: "CategoricalTerm",
|
|
441
447
|
value: input3.term
|
|
@@ -497,6 +503,35 @@ var validCategoriesRequest = (input) => {
|
|
|
497
503
|
path: _path2 + ".hiddenValues",
|
|
498
504
|
expected: "(HiddenValues | undefined)",
|
|
499
505
|
value: input3.hiddenValues
|
|
506
|
+
}), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
|
|
507
|
+
path: _path2 + ".isAtomic",
|
|
508
|
+
expected: "(boolean | undefined)",
|
|
509
|
+
value: input3.isAtomic
|
|
510
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
511
|
+
path: _path2 + ".name",
|
|
512
|
+
expected: "(string | undefined)",
|
|
513
|
+
value: input3.name
|
|
514
|
+
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
|
|
515
|
+
path: _path2 + ".mode",
|
|
516
|
+
expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
|
|
517
|
+
value: input3.mode
|
|
518
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
519
|
+
path: _path2 + ".reuseId",
|
|
520
|
+
expected: "(string | undefined)",
|
|
521
|
+
value: input3.reuseId
|
|
522
|
+
}), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
523
|
+
path: _path2 + ".type",
|
|
524
|
+
expected: '("filter" | undefined)',
|
|
525
|
+
value: input3.type
|
|
526
|
+
})].every((flag) => flag);
|
|
527
|
+
const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
528
|
+
path: _path2 + ".hiddenValues",
|
|
529
|
+
expected: "(HiddenValues | undefined)",
|
|
530
|
+
value: input3.hiddenValues
|
|
531
|
+
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
532
|
+
path: _path2 + ".hiddenValues",
|
|
533
|
+
expected: "(HiddenValues | undefined)",
|
|
534
|
+
value: input3.hiddenValues
|
|
500
535
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
501
536
|
path: _path2 + ".isAtomic",
|
|
502
537
|
expected: "(true | undefined)",
|
|
@@ -522,7 +557,7 @@ var validCategoriesRequest = (input) => {
|
|
|
522
557
|
expected: "number",
|
|
523
558
|
value: input3.predefined_groupset_idx
|
|
524
559
|
})].every((flag) => flag);
|
|
525
|
-
const $
|
|
560
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
526
561
|
path: _path2 + ".hiddenValues",
|
|
527
562
|
expected: "(HiddenValues | undefined)",
|
|
528
563
|
value: input3.hiddenValues
|
|
@@ -554,12 +589,12 @@ var validCategoriesRequest = (input) => {
|
|
|
554
589
|
path: _path2 + ".customset",
|
|
555
590
|
expected: "BaseGroupSet",
|
|
556
591
|
value: input3.customset
|
|
557
|
-
})) && $
|
|
592
|
+
})) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
558
593
|
path: _path2 + ".customset",
|
|
559
594
|
expected: "BaseGroupSet",
|
|
560
595
|
value: input3.customset
|
|
561
596
|
})].every((flag) => flag);
|
|
562
|
-
const $
|
|
597
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
563
598
|
path: _path2 + ".groups",
|
|
564
599
|
expected: "Array<GroupEntry>",
|
|
565
600
|
value: input3.groups
|
|
@@ -576,7 +611,7 @@ var validCategoriesRequest = (input) => {
|
|
|
576
611
|
expected: "Array<GroupEntry>",
|
|
577
612
|
value: input3.groups
|
|
578
613
|
})].every((flag) => flag);
|
|
579
|
-
const $
|
|
614
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
580
615
|
path: _path2 + ".name",
|
|
581
616
|
expected: "string",
|
|
582
617
|
value: input3.name
|
|
@@ -592,7 +627,7 @@ var validCategoriesRequest = (input) => {
|
|
|
592
627
|
path: _path2 + ".values[" + _index3 + "]",
|
|
593
628
|
expected: "__type.o1",
|
|
594
629
|
value: elem
|
|
595
|
-
})) && $
|
|
630
|
+
})) && $vo10(elem, _path2 + ".values[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
596
631
|
path: _path2 + ".values[" + _index3 + "]",
|
|
597
632
|
expected: "__type.o1",
|
|
598
633
|
value: elem
|
|
@@ -605,7 +640,7 @@ var validCategoriesRequest = (input) => {
|
|
|
605
640
|
expected: "(boolean | undefined)",
|
|
606
641
|
value: input3.uncomputable
|
|
607
642
|
})].every((flag) => flag);
|
|
608
|
-
const $
|
|
643
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
609
644
|
path: _path2 + ".key",
|
|
610
645
|
expected: "(number | string)",
|
|
611
646
|
value: input3.key
|
|
@@ -614,7 +649,7 @@ var validCategoriesRequest = (input) => {
|
|
|
614
649
|
expected: "string",
|
|
615
650
|
value: input3.label
|
|
616
651
|
})].every((flag) => flag);
|
|
617
|
-
const $
|
|
652
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
618
653
|
path: _path2 + ".name",
|
|
619
654
|
expected: "string",
|
|
620
655
|
value: input3.name
|
|
@@ -622,86 +657,12 @@ var validCategoriesRequest = (input) => {
|
|
|
622
657
|
path: _path2 + ".type",
|
|
623
658
|
expected: '"filter"',
|
|
624
659
|
value: input3.type
|
|
625
|
-
}),
|
|
626
|
-
path: _path2 + ".
|
|
627
|
-
expected: "Filter",
|
|
628
|
-
value: input3.filter
|
|
629
|
-
})) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
630
|
-
path: _path2 + ".filter",
|
|
631
|
-
expected: "Filter",
|
|
632
|
-
value: input3.filter
|
|
633
|
-
})].every((flag) => flag);
|
|
634
|
-
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
|
|
635
|
-
path: _path2 + ".type",
|
|
636
|
-
expected: '"lst"',
|
|
637
|
-
value: input3.type
|
|
638
|
-
}), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
639
|
-
path: _path2 + '["in"]',
|
|
640
|
-
expected: "(boolean | undefined)",
|
|
641
|
-
value: input3["in"]
|
|
642
|
-
}), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
|
|
643
|
-
path: _path2 + ".join",
|
|
644
|
-
expected: '("and" | "or")',
|
|
645
|
-
value: input3.join
|
|
646
|
-
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
647
|
-
path: _path2 + ".tag",
|
|
648
|
-
expected: "(string | undefined)",
|
|
649
|
-
value: input3.tag
|
|
650
|
-
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
651
|
-
path: _path2 + ".lst",
|
|
652
|
-
expected: "Array<Filter | Tvs>",
|
|
653
|
-
value: input3.lst
|
|
654
|
-
})) && input3.lst.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
655
|
-
path: _path2 + ".lst[" + _index4 + "]",
|
|
656
|
-
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
657
|
-
value: elem
|
|
658
|
-
})) && $vu1(elem, _path2 + ".lst[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
659
|
-
path: _path2 + ".lst[" + _index4 + "]",
|
|
660
|
-
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
661
|
-
value: elem
|
|
662
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
663
|
-
path: _path2 + ".lst",
|
|
664
|
-
expected: "Array<Filter | Tvs>",
|
|
665
|
-
value: input3.lst
|
|
666
|
-
})].every((flag) => flag);
|
|
667
|
-
const $vo12 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
668
|
-
path: _path2 + ".join",
|
|
669
|
-
expected: "(string | undefined)",
|
|
670
|
-
value: input3.join
|
|
671
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
672
|
-
path: _path2 + ".isnot",
|
|
660
|
+
}), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
|
|
661
|
+
path: _path2 + ".uncomputable",
|
|
673
662
|
expected: "(boolean | undefined)",
|
|
674
|
-
value: input3.
|
|
675
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
676
|
-
path: _path2 + ".term",
|
|
677
|
-
expected: "CategoricalTerm",
|
|
678
|
-
value: input3.term
|
|
679
|
-
})) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
680
|
-
path: _path2 + ".term",
|
|
681
|
-
expected: "CategoricalTerm",
|
|
682
|
-
value: input3.term
|
|
683
|
-
}), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
|
|
684
|
-
path: _path2 + ".groupset_label",
|
|
685
|
-
expected: "(string | undefined)",
|
|
686
|
-
value: input3.groupset_label
|
|
687
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
688
|
-
path: _path2 + ".values",
|
|
689
|
-
expected: "Array<BaseValue>",
|
|
690
|
-
value: input3.values
|
|
691
|
-
})) && input3.values.map((elem, _index5) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
692
|
-
path: _path2 + ".values[" + _index5 + "]",
|
|
693
|
-
expected: "BaseValue",
|
|
694
|
-
value: elem
|
|
695
|
-
})) && $vo15(elem, _path2 + ".values[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
696
|
-
path: _path2 + ".values[" + _index5 + "]",
|
|
697
|
-
expected: "BaseValue",
|
|
698
|
-
value: elem
|
|
699
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
700
|
-
path: _path2 + ".values",
|
|
701
|
-
expected: "Array<BaseValue>",
|
|
702
|
-
value: input3.values
|
|
663
|
+
value: input3.uncomputable
|
|
703
664
|
})].every((flag) => flag);
|
|
704
|
-
const $
|
|
665
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
705
666
|
path: _path2 + ".id",
|
|
706
667
|
expected: "string",
|
|
707
668
|
value: input3.id
|
|
@@ -717,8 +678,8 @@ var validCategoriesRequest = (input) => {
|
|
|
717
678
|
path: _path2 + ".child_types",
|
|
718
679
|
expected: "(Array<string> | undefined)",
|
|
719
680
|
value: input3.child_types
|
|
720
|
-
})) && input3.child_types.map((elem,
|
|
721
|
-
path: _path2 + ".child_types[" +
|
|
681
|
+
})) && input3.child_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
|
|
682
|
+
path: _path2 + ".child_types[" + _index4 + "]",
|
|
722
683
|
expected: "string",
|
|
723
684
|
value: elem
|
|
724
685
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -733,8 +694,8 @@ var validCategoriesRequest = (input) => {
|
|
|
733
694
|
path: _path2 + ".included_types",
|
|
734
695
|
expected: "(Array<string> | undefined)",
|
|
735
696
|
value: input3.included_types
|
|
736
|
-
})) && input3.included_types.map((elem,
|
|
737
|
-
path: _path2 + ".included_types[" +
|
|
697
|
+
})) && input3.included_types.map((elem, _index5) => "string" === typeof elem || $report(_exceptionable2, {
|
|
698
|
+
path: _path2 + ".included_types[" + _index5 + "]",
|
|
738
699
|
expected: "string",
|
|
739
700
|
value: elem
|
|
740
701
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -749,20 +710,20 @@ var validCategoriesRequest = (input) => {
|
|
|
749
710
|
path: _path2 + ".values",
|
|
750
711
|
expected: "(TermValues | undefined)",
|
|
751
712
|
value: input3.values
|
|
752
|
-
})) && $
|
|
713
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
753
714
|
path: _path2 + ".values",
|
|
754
715
|
expected: "(TermValues | undefined)",
|
|
755
716
|
value: input3.values
|
|
756
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
717
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
757
718
|
path: _path2 + ".groupsetting",
|
|
758
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
719
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
759
720
|
value: input3.groupsetting
|
|
760
721
|
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
761
722
|
path: _path2 + ".groupsetting",
|
|
762
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
723
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
763
724
|
value: input3.groupsetting
|
|
764
725
|
})].every((flag) => flag);
|
|
765
|
-
const $
|
|
726
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
766
727
|
const value = input3[key];
|
|
767
728
|
if (void 0 === value)
|
|
768
729
|
return true;
|
|
@@ -771,7 +732,7 @@ var validCategoriesRequest = (input) => {
|
|
|
771
732
|
path: _path2 + $join(key),
|
|
772
733
|
expected: "BaseValue",
|
|
773
734
|
value
|
|
774
|
-
})) && $
|
|
735
|
+
})) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
775
736
|
path: _path2 + $join(key),
|
|
776
737
|
expected: "BaseValue",
|
|
777
738
|
value
|
|
@@ -781,14 +742,14 @@ var validCategoriesRequest = (input) => {
|
|
|
781
742
|
path: _path2 + $join(key),
|
|
782
743
|
expected: "BaseValue",
|
|
783
744
|
value
|
|
784
|
-
})) && $
|
|
745
|
+
})) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
785
746
|
path: _path2 + $join(key),
|
|
786
747
|
expected: "BaseValue",
|
|
787
748
|
value
|
|
788
749
|
});
|
|
789
750
|
return true;
|
|
790
751
|
}).every((flag) => flag)].every((flag) => flag);
|
|
791
|
-
const $
|
|
752
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
792
753
|
path: _path2 + ".key",
|
|
793
754
|
expected: "(string | undefined)",
|
|
794
755
|
value: input3.key
|
|
@@ -816,79 +777,82 @@ var validCategoriesRequest = (input) => {
|
|
|
816
777
|
path: _path2 + ".filter",
|
|
817
778
|
expected: "(Filter | undefined)",
|
|
818
779
|
value: input3.filter
|
|
819
|
-
})) && $
|
|
780
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
820
781
|
path: _path2 + ".filter",
|
|
821
782
|
expected: "(Filter | undefined)",
|
|
822
783
|
value: input3.filter
|
|
823
784
|
})].every((flag) => flag);
|
|
824
|
-
const $
|
|
825
|
-
path: _path2 + ".
|
|
785
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
|
|
786
|
+
path: _path2 + ".type",
|
|
787
|
+
expected: '"lst"',
|
|
788
|
+
value: input3.type
|
|
789
|
+
}), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
790
|
+
path: _path2 + '["in"]',
|
|
826
791
|
expected: "(boolean | undefined)",
|
|
827
|
-
value: input3
|
|
792
|
+
value: input3["in"]
|
|
793
|
+
}), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
|
|
794
|
+
path: _path2 + ".join",
|
|
795
|
+
expected: '("and" | "or")',
|
|
796
|
+
value: input3.join
|
|
797
|
+
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
798
|
+
path: _path2 + ".tag",
|
|
799
|
+
expected: "(string | undefined)",
|
|
800
|
+
value: input3.tag
|
|
828
801
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
829
802
|
path: _path2 + ".lst",
|
|
830
|
-
expected: "Array<
|
|
803
|
+
expected: "Array<Filter | Tvs>",
|
|
831
804
|
value: input3.lst
|
|
832
|
-
})) && input3.lst.map((elem,
|
|
833
|
-
path: _path2 + ".lst[" +
|
|
834
|
-
expected: "
|
|
805
|
+
})) && input3.lst.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
806
|
+
path: _path2 + ".lst[" + _index6 + "]",
|
|
807
|
+
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
835
808
|
value: elem
|
|
836
|
-
})) && $
|
|
837
|
-
path: _path2 + ".lst[" +
|
|
838
|
-
expected: "
|
|
809
|
+
})) && $vu1(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
810
|
+
path: _path2 + ".lst[" + _index6 + "]",
|
|
811
|
+
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
839
812
|
value: elem
|
|
840
813
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
841
814
|
path: _path2 + ".lst",
|
|
842
|
-
expected: "Array<
|
|
815
|
+
expected: "Array<Filter | Tvs>",
|
|
843
816
|
value: input3.lst
|
|
844
817
|
})].every((flag) => flag);
|
|
845
|
-
const $
|
|
846
|
-
path: _path2 + ".
|
|
847
|
-
expected: "string",
|
|
848
|
-
value: input3.
|
|
849
|
-
}), void 0 === input3.
|
|
850
|
-
path: _path2 + ".
|
|
851
|
-
expected: "(boolean | undefined)",
|
|
852
|
-
value: input3.is_grade
|
|
853
|
-
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
854
|
-
path: _path2 + ".is_subcondition",
|
|
818
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
819
|
+
path: _path2 + ".join",
|
|
820
|
+
expected: "(string | undefined)",
|
|
821
|
+
value: input3.join
|
|
822
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
823
|
+
path: _path2 + ".isnot",
|
|
855
824
|
expected: "(boolean | undefined)",
|
|
856
|
-
value: input3.
|
|
857
|
-
}), (
|
|
858
|
-
path: _path2 + ".
|
|
859
|
-
expected: "
|
|
860
|
-
value: input3.
|
|
861
|
-
})) && input3.
|
|
862
|
-
path: _path2 + ".
|
|
863
|
-
expected: "
|
|
825
|
+
value: input3.isnot
|
|
826
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
827
|
+
path: _path2 + ".term",
|
|
828
|
+
expected: "CategoricalTerm",
|
|
829
|
+
value: input3.term
|
|
830
|
+
})) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
831
|
+
path: _path2 + ".term",
|
|
832
|
+
expected: "CategoricalTerm",
|
|
833
|
+
value: input3.term
|
|
834
|
+
}), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
|
|
835
|
+
path: _path2 + ".groupset_label",
|
|
836
|
+
expected: "(string | undefined)",
|
|
837
|
+
value: input3.groupset_label
|
|
838
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
839
|
+
path: _path2 + ".values",
|
|
840
|
+
expected: "Array<BaseValue>",
|
|
841
|
+
value: input3.values
|
|
842
|
+
})) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
843
|
+
path: _path2 + ".values[" + _index7 + "]",
|
|
844
|
+
expected: "BaseValue",
|
|
864
845
|
value: elem
|
|
865
|
-
})) && $
|
|
866
|
-
path: _path2 + ".
|
|
867
|
-
expected: "
|
|
846
|
+
})) && $vo14(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
847
|
+
path: _path2 + ".values[" + _index7 + "]",
|
|
848
|
+
expected: "BaseValue",
|
|
868
849
|
value: elem
|
|
869
850
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
870
|
-
path: _path2 + ".
|
|
871
|
-
expected: "Array<
|
|
872
|
-
value: input3.
|
|
873
|
-
})].every((flag) => flag);
|
|
874
|
-
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
875
|
-
path: _path2 + ".disabled",
|
|
876
|
-
expected: "boolean",
|
|
877
|
-
value: input3.disabled
|
|
878
|
-
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
879
|
-
path: _path2 + ".lst",
|
|
880
|
-
expected: "([] | undefined)",
|
|
881
|
-
value: input3.lst
|
|
882
|
-
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
883
|
-
path: _path2 + ".lst",
|
|
884
|
-
expected: "[]",
|
|
885
|
-
value: input3.lst
|
|
886
|
-
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
887
|
-
path: _path2 + ".lst",
|
|
888
|
-
expected: "([] | undefined)",
|
|
889
|
-
value: input3.lst
|
|
851
|
+
path: _path2 + ".values",
|
|
852
|
+
expected: "Array<BaseValue>",
|
|
853
|
+
value: input3.values
|
|
890
854
|
})].every((flag) => flag);
|
|
891
|
-
const $
|
|
855
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
892
856
|
path: _path2 + ".join",
|
|
893
857
|
expected: "(string | undefined)",
|
|
894
858
|
value: input3.join
|
|
@@ -900,7 +864,7 @@ var validCategoriesRequest = (input) => {
|
|
|
900
864
|
path: _path2 + ".term",
|
|
901
865
|
expected: "NumericTerm",
|
|
902
866
|
value: input3.term
|
|
903
|
-
})) && $
|
|
867
|
+
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
904
868
|
path: _path2 + ".term",
|
|
905
869
|
expected: "NumericTerm",
|
|
906
870
|
value: input3.term
|
|
@@ -908,12 +872,12 @@ var validCategoriesRequest = (input) => {
|
|
|
908
872
|
path: _path2 + ".ranges",
|
|
909
873
|
expected: "Array<NumericBin>",
|
|
910
874
|
value: input3.ranges
|
|
911
|
-
})) && input3.ranges.map((elem,
|
|
912
|
-
path: _path2 + ".ranges[" +
|
|
875
|
+
})) && input3.ranges.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
876
|
+
path: _path2 + ".ranges[" + _index8 + "]",
|
|
913
877
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
914
878
|
value: elem
|
|
915
|
-
})) && $vu2(elem, _path2 + ".ranges[" +
|
|
916
|
-
path: _path2 + ".ranges[" +
|
|
879
|
+
})) && $vu2(elem, _path2 + ".ranges[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
880
|
+
path: _path2 + ".ranges[" + _index8 + "]",
|
|
917
881
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
918
882
|
value: elem
|
|
919
883
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -924,20 +888,20 @@ var validCategoriesRequest = (input) => {
|
|
|
924
888
|
path: _path2 + ".values",
|
|
925
889
|
expected: "Array<__type>.o1",
|
|
926
890
|
value: input3.values
|
|
927
|
-
})) && input3.values.map((elem,
|
|
928
|
-
path: _path2 + ".values[" +
|
|
929
|
-
expected: "__type.
|
|
891
|
+
})) && input3.values.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
892
|
+
path: _path2 + ".values[" + _index9 + "]",
|
|
893
|
+
expected: "__type.o3",
|
|
930
894
|
value: elem
|
|
931
|
-
})) && $
|
|
932
|
-
path: _path2 + ".values[" +
|
|
933
|
-
expected: "__type.
|
|
895
|
+
})) && $vo26(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
896
|
+
path: _path2 + ".values[" + _index9 + "]",
|
|
897
|
+
expected: "__type.o3",
|
|
934
898
|
value: elem
|
|
935
899
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
936
900
|
path: _path2 + ".values",
|
|
937
901
|
expected: "Array<__type>.o1",
|
|
938
902
|
value: input3.values
|
|
939
903
|
})].every((flag) => flag);
|
|
940
|
-
const $
|
|
904
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
941
905
|
path: _path2 + ".id",
|
|
942
906
|
expected: "string",
|
|
943
907
|
value: input3.id
|
|
@@ -945,16 +909,16 @@ var validCategoriesRequest = (input) => {
|
|
|
945
909
|
path: _path2 + ".name",
|
|
946
910
|
expected: "string",
|
|
947
911
|
value: input3.name
|
|
948
|
-
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
912
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
949
913
|
path: _path2 + ".type",
|
|
950
|
-
expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
914
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
951
915
|
value: input3.type
|
|
952
916
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
953
917
|
path: _path2 + ".child_types",
|
|
954
918
|
expected: "(Array<string> | undefined)",
|
|
955
919
|
value: input3.child_types
|
|
956
|
-
})) && input3.child_types.map((elem,
|
|
957
|
-
path: _path2 + ".child_types[" +
|
|
920
|
+
})) && input3.child_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
|
|
921
|
+
path: _path2 + ".child_types[" + _index10 + "]",
|
|
958
922
|
expected: "string",
|
|
959
923
|
value: elem
|
|
960
924
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -969,8 +933,8 @@ var validCategoriesRequest = (input) => {
|
|
|
969
933
|
path: _path2 + ".included_types",
|
|
970
934
|
expected: "(Array<string> | undefined)",
|
|
971
935
|
value: input3.included_types
|
|
972
|
-
})) && input3.included_types.map((elem,
|
|
973
|
-
path: _path2 + ".included_types[" +
|
|
936
|
+
})) && input3.included_types.map((elem, _index11) => "string" === typeof elem || $report(_exceptionable2, {
|
|
937
|
+
path: _path2 + ".included_types[" + _index11 + "]",
|
|
974
938
|
expected: "string",
|
|
975
939
|
value: elem
|
|
976
940
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -985,15 +949,15 @@ var validCategoriesRequest = (input) => {
|
|
|
985
949
|
path: _path2 + ".values",
|
|
986
950
|
expected: "(TermValues | undefined)",
|
|
987
951
|
value: input3.values
|
|
988
|
-
})) && $
|
|
952
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
989
953
|
path: _path2 + ".values",
|
|
990
954
|
expected: "(TermValues | undefined)",
|
|
991
955
|
value: input3.values
|
|
992
|
-
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
956
|
+
}), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
993
957
|
path: _path2 + ".bins",
|
|
994
958
|
expected: "PresetNumericBins",
|
|
995
959
|
value: input3.bins
|
|
996
|
-
})) && $
|
|
960
|
+
})) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
997
961
|
path: _path2 + ".bins",
|
|
998
962
|
expected: "PresetNumericBins",
|
|
999
963
|
value: input3.bins
|
|
@@ -1003,14 +967,14 @@ var validCategoriesRequest = (input) => {
|
|
|
1003
967
|
value: input3.unit
|
|
1004
968
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1005
969
|
path: _path2 + ".continuousColorScale",
|
|
1006
|
-
expected: "(__type.
|
|
970
|
+
expected: "(__type.o2 | undefined)",
|
|
1007
971
|
value: input3.continuousColorScale
|
|
1008
|
-
})) && $
|
|
972
|
+
})) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1009
973
|
path: _path2 + ".continuousColorScale",
|
|
1010
|
-
expected: "(__type.
|
|
974
|
+
expected: "(__type.o2 | undefined)",
|
|
1011
975
|
value: input3.continuousColorScale
|
|
1012
976
|
})].every((flag) => flag);
|
|
1013
|
-
const $
|
|
977
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
1014
978
|
path: _path2 + '["default"]',
|
|
1015
979
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1016
980
|
value: input3["default"]
|
|
@@ -1047,7 +1011,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1047
1011
|
expected: "(number | undefined)",
|
|
1048
1012
|
value: input3.max
|
|
1049
1013
|
})].every((flag) => flag);
|
|
1050
|
-
const $
|
|
1014
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1051
1015
|
path: _path2 + ".hiddenValues",
|
|
1052
1016
|
expected: "(HiddenValues | undefined)",
|
|
1053
1017
|
value: input3.hiddenValues
|
|
@@ -1100,7 +1064,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1100
1064
|
expected: "(number | undefined)",
|
|
1101
1065
|
value: input3.label_offset
|
|
1102
1066
|
})].every((flag) => flag);
|
|
1103
|
-
const $
|
|
1067
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
1104
1068
|
path: _path2 + ".startunbounded",
|
|
1105
1069
|
expected: "true",
|
|
1106
1070
|
value: input3.startunbounded
|
|
@@ -1125,7 +1089,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1125
1089
|
expected: "(string | undefined)",
|
|
1126
1090
|
value: input3.label
|
|
1127
1091
|
})].every((flag) => flag);
|
|
1128
|
-
const $
|
|
1092
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
1129
1093
|
path: _path2 + ".startunbounded",
|
|
1130
1094
|
expected: "(false | undefined)",
|
|
1131
1095
|
value: input3.startunbounded
|
|
@@ -1154,7 +1118,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1154
1118
|
expected: "(string | undefined)",
|
|
1155
1119
|
value: input3.label
|
|
1156
1120
|
})].every((flag) => flag);
|
|
1157
|
-
const $
|
|
1121
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
1158
1122
|
path: _path2 + ".start",
|
|
1159
1123
|
expected: "number",
|
|
1160
1124
|
value: input3.start
|
|
@@ -1179,7 +1143,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1179
1143
|
expected: "(string | undefined)",
|
|
1180
1144
|
value: input3.label
|
|
1181
1145
|
})].every((flag) => flag);
|
|
1182
|
-
const $
|
|
1146
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1183
1147
|
path: _path2 + ".hiddenValues",
|
|
1184
1148
|
expected: "(HiddenValues | undefined)",
|
|
1185
1149
|
value: input3.hiddenValues
|
|
@@ -1225,12 +1189,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1225
1189
|
path: _path2 + ".lst",
|
|
1226
1190
|
expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1227
1191
|
value: input3.lst.slice(1)
|
|
1228
|
-
})) && input3.lst.slice(1).map((elem,
|
|
1229
|
-
path: _path2 + ".lst[" + (1 +
|
|
1192
|
+
})) && input3.lst.slice(1).map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1193
|
+
path: _path2 + ".lst[" + (1 + _index12) + "]",
|
|
1230
1194
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1231
1195
|
value: elem
|
|
1232
|
-
})) && $vu2(elem, _path2 + ".lst[" + (1 +
|
|
1233
|
-
path: _path2 + ".lst[" + (1 +
|
|
1196
|
+
})) && $vu2(elem, _path2 + ".lst[" + (1 + _index12) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1197
|
+
path: _path2 + ".lst[" + (1 + _index12) + "]",
|
|
1234
1198
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1235
1199
|
value: elem
|
|
1236
1200
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1246,7 +1210,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1246
1210
|
expected: '("median" | undefined)',
|
|
1247
1211
|
value: input3.preferredBins
|
|
1248
1212
|
})].every((flag) => flag);
|
|
1249
|
-
const $
|
|
1213
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1250
1214
|
path: _path2 + ".minColor",
|
|
1251
1215
|
expected: "string",
|
|
1252
1216
|
value: input3.minColor
|
|
@@ -1255,7 +1219,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1255
1219
|
expected: "string",
|
|
1256
1220
|
value: input3.maxColor
|
|
1257
1221
|
})].every((flag) => flag);
|
|
1258
|
-
const $
|
|
1222
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1259
1223
|
path: _path2 + ".key",
|
|
1260
1224
|
expected: "string",
|
|
1261
1225
|
value: input3.key
|
|
@@ -1272,7 +1236,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1272
1236
|
expected: "(string | undefined)",
|
|
1273
1237
|
value: input3.label
|
|
1274
1238
|
})].every((flag) => flag);
|
|
1275
|
-
const $
|
|
1239
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1276
1240
|
path: _path2 + ".join",
|
|
1277
1241
|
expected: "(string | undefined)",
|
|
1278
1242
|
value: input3.join
|
|
@@ -1284,7 +1248,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1284
1248
|
path: _path2 + ".term",
|
|
1285
1249
|
expected: "ConditionTerm",
|
|
1286
1250
|
value: input3.term
|
|
1287
|
-
})) && $
|
|
1251
|
+
})) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1288
1252
|
path: _path2 + ".term",
|
|
1289
1253
|
expected: "ConditionTerm",
|
|
1290
1254
|
value: input3.term
|
|
@@ -1304,12 +1268,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1304
1268
|
path: _path2 + ".grade_and_child",
|
|
1305
1269
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1306
1270
|
value: input3.grade_and_child
|
|
1307
|
-
})) && input3.grade_and_child.map((elem,
|
|
1308
|
-
path: _path2 + ".grade_and_child[" +
|
|
1271
|
+
})) && input3.grade_and_child.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1272
|
+
path: _path2 + ".grade_and_child[" + _index13 + "]",
|
|
1309
1273
|
expected: "GradeAndChildEntry",
|
|
1310
1274
|
value: elem
|
|
1311
|
-
})) && $
|
|
1312
|
-
path: _path2 + ".grade_and_child[" +
|
|
1275
|
+
})) && $vo29(elem, _path2 + ".grade_and_child[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1276
|
+
path: _path2 + ".grade_and_child[" + _index13 + "]",
|
|
1313
1277
|
expected: "GradeAndChildEntry",
|
|
1314
1278
|
value: elem
|
|
1315
1279
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1317,7 +1281,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1317
1281
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1318
1282
|
value: input3.grade_and_child
|
|
1319
1283
|
})].every((flag) => flag);
|
|
1320
|
-
const $
|
|
1284
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1321
1285
|
path: _path2 + ".id",
|
|
1322
1286
|
expected: "string",
|
|
1323
1287
|
value: input3.id
|
|
@@ -1333,8 +1297,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1333
1297
|
path: _path2 + ".child_types",
|
|
1334
1298
|
expected: "(Array<string> | undefined)",
|
|
1335
1299
|
value: input3.child_types
|
|
1336
|
-
})) && input3.child_types.map((elem,
|
|
1337
|
-
path: _path2 + ".child_types[" +
|
|
1300
|
+
})) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1301
|
+
path: _path2 + ".child_types[" + _index14 + "]",
|
|
1338
1302
|
expected: "string",
|
|
1339
1303
|
value: elem
|
|
1340
1304
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1349,8 +1313,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1349
1313
|
path: _path2 + ".included_types",
|
|
1350
1314
|
expected: "(Array<string> | undefined)",
|
|
1351
1315
|
value: input3.included_types
|
|
1352
|
-
})) && input3.included_types.map((elem,
|
|
1353
|
-
path: _path2 + ".included_types[" +
|
|
1316
|
+
})) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1317
|
+
path: _path2 + ".included_types[" + _index15 + "]",
|
|
1354
1318
|
expected: "string",
|
|
1355
1319
|
value: elem
|
|
1356
1320
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1365,12 +1329,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1365
1329
|
path: _path2 + ".values",
|
|
1366
1330
|
expected: "(TermValues | undefined)",
|
|
1367
1331
|
value: input3.values
|
|
1368
|
-
})) && $
|
|
1332
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1369
1333
|
path: _path2 + ".values",
|
|
1370
1334
|
expected: "(TermValues | undefined)",
|
|
1371
1335
|
value: input3.values
|
|
1372
|
-
})].every((flag) => flag);
|
|
1373
|
-
const $
|
|
1336
|
+
}), true].every((flag) => flag);
|
|
1337
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1374
1338
|
path: _path2 + ".grade",
|
|
1375
1339
|
expected: "number",
|
|
1376
1340
|
value: input3.grade
|
|
@@ -1387,7 +1351,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1387
1351
|
expected: "string",
|
|
1388
1352
|
value: input3.child_label
|
|
1389
1353
|
})].every((flag) => flag);
|
|
1390
|
-
const $
|
|
1354
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1391
1355
|
path: _path2 + ".join",
|
|
1392
1356
|
expected: "(string | undefined)",
|
|
1393
1357
|
value: input3.join
|
|
@@ -1407,12 +1371,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1407
1371
|
path: _path2 + ".values",
|
|
1408
1372
|
expected: "Array<GeneVariantTvsValue>",
|
|
1409
1373
|
value: input3.values
|
|
1410
|
-
})) && input3.values.map((elem,
|
|
1411
|
-
path: _path2 + ".values[" +
|
|
1374
|
+
})) && input3.values.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1375
|
+
path: _path2 + ".values[" + _index16 + "]",
|
|
1412
1376
|
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1413
1377
|
value: elem
|
|
1414
|
-
})) && $vu3(elem, _path2 + ".values[" +
|
|
1415
|
-
path: _path2 + ".values[" +
|
|
1378
|
+
})) && $vu3(elem, _path2 + ".values[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1379
|
+
path: _path2 + ".values[" + _index16 + "]",
|
|
1416
1380
|
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1417
1381
|
value: elem
|
|
1418
1382
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1420,7 +1384,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1420
1384
|
expected: "Array<GeneVariantTvsValue>",
|
|
1421
1385
|
value: input3.values
|
|
1422
1386
|
})].every((flag) => flag);
|
|
1423
|
-
const $
|
|
1387
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1424
1388
|
path: _path2 + ".id",
|
|
1425
1389
|
expected: "string",
|
|
1426
1390
|
value: input3.id
|
|
@@ -1436,8 +1400,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1436
1400
|
path: _path2 + ".child_types",
|
|
1437
1401
|
expected: "(Array<string> | undefined)",
|
|
1438
1402
|
value: input3.child_types
|
|
1439
|
-
})) && input3.child_types.map((elem,
|
|
1440
|
-
path: _path2 + ".child_types[" +
|
|
1403
|
+
})) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1404
|
+
path: _path2 + ".child_types[" + _index17 + "]",
|
|
1441
1405
|
expected: "string",
|
|
1442
1406
|
value: elem
|
|
1443
1407
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1452,8 +1416,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1452
1416
|
path: _path2 + ".included_types",
|
|
1453
1417
|
expected: "(Array<string> | undefined)",
|
|
1454
1418
|
value: input3.included_types
|
|
1455
|
-
})) && input3.included_types.map((elem,
|
|
1456
|
-
path: _path2 + ".included_types[" +
|
|
1419
|
+
})) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1420
|
+
path: _path2 + ".included_types[" + _index18 + "]",
|
|
1457
1421
|
expected: "string",
|
|
1458
1422
|
value: elem
|
|
1459
1423
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1468,15 +1432,15 @@ var validCategoriesRequest = (input) => {
|
|
|
1468
1432
|
path: _path2 + ".values",
|
|
1469
1433
|
expected: "(TermValues | undefined)",
|
|
1470
1434
|
value: input3.values
|
|
1471
|
-
})) && $
|
|
1435
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1472
1436
|
path: _path2 + ".values",
|
|
1473
1437
|
expected: "(TermValues | undefined)",
|
|
1474
1438
|
value: input3.values
|
|
1475
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1439
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1476
1440
|
path: _path2 + ".groupsetting",
|
|
1477
1441
|
expected: "EnabledTermGroupSetting",
|
|
1478
1442
|
value: input3.groupsetting
|
|
1479
|
-
})) && $
|
|
1443
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1480
1444
|
path: _path2 + ".groupsetting",
|
|
1481
1445
|
expected: "EnabledTermGroupSetting",
|
|
1482
1446
|
value: input3.groupsetting
|
|
@@ -1501,6 +1465,60 @@ var validCategoriesRequest = (input) => {
|
|
|
1501
1465
|
expected: "(number | undefined)",
|
|
1502
1466
|
value: input3.stop
|
|
1503
1467
|
})].every((flag) => flag);
|
|
1468
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1469
|
+
path: _path2 + ".disabled",
|
|
1470
|
+
expected: "(boolean | undefined)",
|
|
1471
|
+
value: input3.disabled
|
|
1472
|
+
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1473
|
+
path: _path2 + ".lst",
|
|
1474
|
+
expected: "Array<Groupset>",
|
|
1475
|
+
value: input3.lst
|
|
1476
|
+
})) && input3.lst.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1477
|
+
path: _path2 + ".lst[" + _index19 + "]",
|
|
1478
|
+
expected: "Groupset",
|
|
1479
|
+
value: elem
|
|
1480
|
+
})) && $vo33(elem, _path2 + ".lst[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1481
|
+
path: _path2 + ".lst[" + _index19 + "]",
|
|
1482
|
+
expected: "Groupset",
|
|
1483
|
+
value: elem
|
|
1484
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1485
|
+
path: _path2 + ".lst",
|
|
1486
|
+
expected: "Array<Groupset>",
|
|
1487
|
+
value: input3.lst
|
|
1488
|
+
})].every((flag) => flag);
|
|
1489
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1490
|
+
path: _path2 + ".name",
|
|
1491
|
+
expected: "string",
|
|
1492
|
+
value: input3.name
|
|
1493
|
+
}), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
|
|
1494
|
+
path: _path2 + ".is_grade",
|
|
1495
|
+
expected: "(boolean | undefined)",
|
|
1496
|
+
value: input3.is_grade
|
|
1497
|
+
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
1498
|
+
path: _path2 + ".is_subcondition",
|
|
1499
|
+
expected: "(boolean | undefined)",
|
|
1500
|
+
value: input3.is_subcondition
|
|
1501
|
+
}), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1502
|
+
path: _path2 + ".id",
|
|
1503
|
+
expected: "(string | undefined)",
|
|
1504
|
+
value: input3.id
|
|
1505
|
+
}), (Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
1506
|
+
path: _path2 + ".groups",
|
|
1507
|
+
expected: "Array<GroupEntry>",
|
|
1508
|
+
value: input3.groups
|
|
1509
|
+
})) && input3.groups.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1510
|
+
path: _path2 + ".groups[" + _index20 + "]",
|
|
1511
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1512
|
+
value: elem
|
|
1513
|
+
})) && $vu0(elem, _path2 + ".groups[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1514
|
+
path: _path2 + ".groups[" + _index20 + "]",
|
|
1515
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1516
|
+
value: elem
|
|
1517
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1518
|
+
path: _path2 + ".groups",
|
|
1519
|
+
expected: "Array<GroupEntry>",
|
|
1520
|
+
value: input3.groups
|
|
1521
|
+
})].every((flag) => flag);
|
|
1504
1522
|
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1505
1523
|
path: _path2 + ".id",
|
|
1506
1524
|
expected: "string",
|
|
@@ -1549,15 +1567,15 @@ var validCategoriesRequest = (input) => {
|
|
|
1549
1567
|
path: _path2 + ".values",
|
|
1550
1568
|
expected: "(TermValues | undefined)",
|
|
1551
1569
|
value: input3.values
|
|
1552
|
-
})) && $
|
|
1570
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1553
1571
|
path: _path2 + ".values",
|
|
1554
1572
|
expected: "(TermValues | undefined)",
|
|
1555
1573
|
value: input3.values
|
|
1556
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1574
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1557
1575
|
path: _path2 + ".groupsetting",
|
|
1558
1576
|
expected: "EnabledTermGroupSetting",
|
|
1559
1577
|
value: input3.groupsetting
|
|
1560
|
-
})) && $
|
|
1578
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1561
1579
|
path: _path2 + ".groupsetting",
|
|
1562
1580
|
expected: "EnabledTermGroupSetting",
|
|
1563
1581
|
value: input3.groupsetting
|
|
@@ -1710,7 +1728,24 @@ var validCategoriesRequest = (input) => {
|
|
|
1710
1728
|
expected: '("germline" | "somatic" | undefined)',
|
|
1711
1729
|
value: input3.origin
|
|
1712
1730
|
})].every((flag) => flag);
|
|
1713
|
-
const $vo39 = (input3, _path2, _exceptionable2 = true) => [
|
|
1731
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1732
|
+
path: _path2 + ".disabled",
|
|
1733
|
+
expected: "boolean",
|
|
1734
|
+
value: input3.disabled
|
|
1735
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1736
|
+
path: _path2 + ".lst",
|
|
1737
|
+
expected: "([] | undefined)",
|
|
1738
|
+
value: input3.lst
|
|
1739
|
+
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
1740
|
+
path: _path2 + ".lst",
|
|
1741
|
+
expected: "[]",
|
|
1742
|
+
value: input3.lst
|
|
1743
|
+
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
1744
|
+
path: _path2 + ".lst",
|
|
1745
|
+
expected: "([] | undefined)",
|
|
1746
|
+
value: input3.lst
|
|
1747
|
+
})].every((flag) => flag);
|
|
1748
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1714
1749
|
path: _path2 + ".id",
|
|
1715
1750
|
expected: "(string | undefined)",
|
|
1716
1751
|
value: input3.id
|
|
@@ -1738,7 +1773,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1738
1773
|
path: _path2 + ".term",
|
|
1739
1774
|
expected: "NumericTerm",
|
|
1740
1775
|
value: input3.term
|
|
1741
|
-
})) && $
|
|
1776
|
+
})) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1742
1777
|
path: _path2 + ".term",
|
|
1743
1778
|
expected: "NumericTerm",
|
|
1744
1779
|
value: input3.term
|
|
@@ -1751,7 +1786,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1751
1786
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1752
1787
|
value: input3.q
|
|
1753
1788
|
})].every((flag) => flag);
|
|
1754
|
-
const $
|
|
1789
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1755
1790
|
path: _path2 + ".hiddenValues",
|
|
1756
1791
|
expected: "(HiddenValues | undefined)",
|
|
1757
1792
|
value: input3.hiddenValues
|
|
@@ -1811,7 +1846,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1811
1846
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
1812
1847
|
value: input3.lst
|
|
1813
1848
|
})].every((flag) => flag);
|
|
1814
|
-
const $
|
|
1849
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1815
1850
|
path: _path2 + ".hiddenValues",
|
|
1816
1851
|
expected: "(HiddenValues | undefined)",
|
|
1817
1852
|
value: input3.hiddenValues
|
|
@@ -1848,7 +1883,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1848
1883
|
expected: "undefined",
|
|
1849
1884
|
value: input3.type
|
|
1850
1885
|
}))].every((flag) => flag);
|
|
1851
|
-
const $
|
|
1886
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1852
1887
|
path: _path2 + ".hiddenValues",
|
|
1853
1888
|
expected: "(HiddenValues | undefined)",
|
|
1854
1889
|
value: input3.hiddenValues
|
|
@@ -1880,7 +1915,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1880
1915
|
path: _path2 + ".knots[" + _index31 + "]",
|
|
1881
1916
|
expected: "__type.o5",
|
|
1882
1917
|
value: elem
|
|
1883
|
-
})) && $
|
|
1918
|
+
})) && $vo44(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1884
1919
|
path: _path2 + ".knots[" + _index31 + "]",
|
|
1885
1920
|
expected: "__type.o5",
|
|
1886
1921
|
value: elem
|
|
@@ -1897,12 +1932,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1897
1932
|
expected: "undefined",
|
|
1898
1933
|
value: input3.type
|
|
1899
1934
|
}))].every((flag) => flag);
|
|
1900
|
-
const $
|
|
1935
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
1901
1936
|
path: _path2 + ".value",
|
|
1902
1937
|
expected: "number",
|
|
1903
1938
|
value: input3.value
|
|
1904
1939
|
})].every((flag) => flag);
|
|
1905
|
-
const $
|
|
1940
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1906
1941
|
path: _path2 + ".id",
|
|
1907
1942
|
expected: "(string | undefined)",
|
|
1908
1943
|
value: input3.id
|
|
@@ -1930,7 +1965,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1930
1965
|
path: _path2 + ".q",
|
|
1931
1966
|
expected: "SnpsQ",
|
|
1932
1967
|
value: input3.q
|
|
1933
|
-
})) && $
|
|
1968
|
+
})) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1934
1969
|
path: _path2 + ".q",
|
|
1935
1970
|
expected: "SnpsQ",
|
|
1936
1971
|
value: input3.q
|
|
@@ -1938,12 +1973,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1938
1973
|
path: _path2 + ".term",
|
|
1939
1974
|
expected: "SnpsTerm",
|
|
1940
1975
|
value: input3.term
|
|
1941
|
-
})) && $
|
|
1976
|
+
})) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1942
1977
|
path: _path2 + ".term",
|
|
1943
1978
|
expected: "SnpsTerm",
|
|
1944
1979
|
value: input3.term
|
|
1945
1980
|
})].every((flag) => flag);
|
|
1946
|
-
const $
|
|
1981
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1947
1982
|
path: _path2 + ".hiddenValues",
|
|
1948
1983
|
expected: "(HiddenValues | undefined)",
|
|
1949
1984
|
value: input3.hiddenValues
|
|
@@ -1967,9 +2002,9 @@ var validCategoriesRequest = (input) => {
|
|
|
1967
2002
|
path: _path2 + ".reuseId",
|
|
1968
2003
|
expected: "(string | undefined)",
|
|
1969
2004
|
value: input3.reuseId
|
|
1970
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
2005
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
1971
2006
|
path: _path2 + ".type",
|
|
1972
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2007
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
1973
2008
|
value: input3.type
|
|
1974
2009
|
}), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
|
|
1975
2010
|
path: _path2 + ".AFcutoff",
|
|
@@ -1999,7 +2034,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1999
2034
|
path: _path2 + ".restrictAncestry",
|
|
2000
2035
|
expected: "RestrictAncestry",
|
|
2001
2036
|
value: input3.restrictAncestry
|
|
2002
|
-
})) && $
|
|
2037
|
+
})) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
2003
2038
|
path: _path2 + ".restrictAncestry",
|
|
2004
2039
|
expected: "RestrictAncestry",
|
|
2005
2040
|
value: input3.restrictAncestry
|
|
@@ -2007,7 +2042,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2007
2042
|
path: _path2 + ".variant_filter",
|
|
2008
2043
|
expected: "Filter",
|
|
2009
2044
|
value: input3.variant_filter
|
|
2010
|
-
})) && $
|
|
2045
|
+
})) && $vo15(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2011
2046
|
path: _path2 + ".variant_filter",
|
|
2012
2047
|
expected: "Filter",
|
|
2013
2048
|
value: input3.variant_filter
|
|
@@ -2024,7 +2059,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2024
2059
|
expected: "number",
|
|
2025
2060
|
value: input3.stop
|
|
2026
2061
|
})].every((flag) => flag);
|
|
2027
|
-
const $
|
|
2062
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2028
2063
|
path: _path2 + ".name",
|
|
2029
2064
|
expected: "string",
|
|
2030
2065
|
value: input3.name
|
|
@@ -2037,7 +2072,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2037
2072
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2038
2073
|
value: input3.tvs
|
|
2039
2074
|
})].every((flag) => flag);
|
|
2040
|
-
const $
|
|
2075
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2041
2076
|
path: _path2 + ".id",
|
|
2042
2077
|
expected: "string",
|
|
2043
2078
|
value: input3.id
|
|
@@ -2085,11 +2120,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2085
2120
|
path: _path2 + ".values",
|
|
2086
2121
|
expected: "(TermValues | undefined)",
|
|
2087
2122
|
value: input3.values
|
|
2088
|
-
})) && $
|
|
2123
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2089
2124
|
path: _path2 + ".values",
|
|
2090
2125
|
expected: "(TermValues | undefined)",
|
|
2091
2126
|
value: input3.values
|
|
2092
|
-
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2127
|
+
}), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2093
2128
|
path: _path2 + ".reachedVariantLimit",
|
|
2094
2129
|
expected: "(boolean | undefined)",
|
|
2095
2130
|
value: input3.reachedVariantLimit
|
|
@@ -2101,7 +2136,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2101
2136
|
path: _path2 + ".snps[" + _index34 + "]",
|
|
2102
2137
|
expected: "SnpsEntry",
|
|
2103
2138
|
value: elem
|
|
2104
|
-
})) && $
|
|
2139
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2105
2140
|
path: _path2 + ".snps[" + _index34 + "]",
|
|
2106
2141
|
expected: "SnpsEntry",
|
|
2107
2142
|
value: elem
|
|
@@ -2110,7 +2145,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2110
2145
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2111
2146
|
value: input3.snps
|
|
2112
2147
|
})].every((flag) => flag);
|
|
2113
|
-
const $
|
|
2148
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
2114
2149
|
path: _path2 + ".altAlleles",
|
|
2115
2150
|
expected: "(Array<string> | undefined)",
|
|
2116
2151
|
value: input3.altAlleles
|
|
@@ -2130,7 +2165,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2130
2165
|
path: _path2 + ".alleles[" + _index36 + "]",
|
|
2131
2166
|
expected: "AllelesEntry",
|
|
2132
2167
|
value: elem
|
|
2133
|
-
})) && $
|
|
2168
|
+
})) && $vo50(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2134
2169
|
path: _path2 + ".alleles[" + _index36 + "]",
|
|
2135
2170
|
expected: "AllelesEntry",
|
|
2136
2171
|
value: elem
|
|
@@ -2146,7 +2181,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2146
2181
|
path: _path2 + ".gt2count",
|
|
2147
2182
|
expected: "(__type.o6 | undefined)",
|
|
2148
2183
|
value: input3.gt2count
|
|
2149
|
-
})) && $
|
|
2184
|
+
})) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2150
2185
|
path: _path2 + ".gt2count",
|
|
2151
2186
|
expected: "(__type.o6 | undefined)",
|
|
2152
2187
|
value: input3.gt2count
|
|
@@ -2175,7 +2210,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2175
2210
|
expected: "(number | undefined)",
|
|
2176
2211
|
value: input3.pos
|
|
2177
2212
|
})].every((flag) => flag);
|
|
2178
|
-
const $
|
|
2213
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
2179
2214
|
path: _path2 + ".allele",
|
|
2180
2215
|
expected: "string",
|
|
2181
2216
|
value: input3.allele
|
|
@@ -2188,7 +2223,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2188
2223
|
expected: "boolean",
|
|
2189
2224
|
value: input3.isRef
|
|
2190
2225
|
})].every((flag) => flag);
|
|
2191
|
-
const $
|
|
2226
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
2192
2227
|
path: _path2 + ".k",
|
|
2193
2228
|
expected: "string",
|
|
2194
2229
|
value: input3.k
|
|
@@ -2197,7 +2232,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2197
2232
|
expected: "(number | string)",
|
|
2198
2233
|
value: input3.v
|
|
2199
2234
|
})].every((flag) => flag);
|
|
2200
|
-
const $
|
|
2235
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2201
2236
|
path: _path2 + ".id",
|
|
2202
2237
|
expected: "(string | undefined)",
|
|
2203
2238
|
value: input3.id
|
|
@@ -2223,22 +2258,22 @@ var validCategoriesRequest = (input) => {
|
|
|
2223
2258
|
value: input3.minNumSamples
|
|
2224
2259
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2225
2260
|
path: _path2 + ".term",
|
|
2226
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2261
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2227
2262
|
value: input3.term
|
|
2228
2263
|
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2229
2264
|
path: _path2 + ".term",
|
|
2230
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2265
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2231
2266
|
value: input3.term
|
|
2232
2267
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2233
2268
|
path: _path2 + ".q",
|
|
2234
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2269
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2235
2270
|
value: input3.q
|
|
2236
2271
|
})) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2237
2272
|
path: _path2 + ".q",
|
|
2238
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2273
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2239
2274
|
value: input3.q
|
|
2240
2275
|
})].every((flag) => flag);
|
|
2241
|
-
const $
|
|
2276
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2242
2277
|
path: _path2 + ".id",
|
|
2243
2278
|
expected: "string",
|
|
2244
2279
|
value: input3.id
|
|
@@ -2286,20 +2321,20 @@ var validCategoriesRequest = (input) => {
|
|
|
2286
2321
|
path: _path2 + ".values",
|
|
2287
2322
|
expected: "(TermValues | undefined)",
|
|
2288
2323
|
value: input3.values
|
|
2289
|
-
})) && $
|
|
2324
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2290
2325
|
path: _path2 + ".values",
|
|
2291
2326
|
expected: "(TermValues | undefined)",
|
|
2292
2327
|
value: input3.values
|
|
2293
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2328
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2294
2329
|
path: _path2 + ".groupsetting",
|
|
2295
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2330
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2296
2331
|
value: input3.groupsetting
|
|
2297
2332
|
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2298
2333
|
path: _path2 + ".groupsetting",
|
|
2299
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2334
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
2300
2335
|
value: input3.groupsetting
|
|
2301
2336
|
})].every((flag) => flag);
|
|
2302
|
-
const $
|
|
2337
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2303
2338
|
path: _path2 + ".id",
|
|
2304
2339
|
expected: "string",
|
|
2305
2340
|
value: input3.id
|
|
@@ -2307,9 +2342,9 @@ var validCategoriesRequest = (input) => {
|
|
|
2307
2342
|
path: _path2 + ".name",
|
|
2308
2343
|
expected: "string",
|
|
2309
2344
|
value: input3.name
|
|
2310
|
-
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
2345
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
2311
2346
|
path: _path2 + ".type",
|
|
2312
|
-
expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2347
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2313
2348
|
value: input3.type
|
|
2314
2349
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2315
2350
|
path: _path2 + ".child_types",
|
|
@@ -2347,15 +2382,15 @@ var validCategoriesRequest = (input) => {
|
|
|
2347
2382
|
path: _path2 + ".values",
|
|
2348
2383
|
expected: "(TermValues | undefined)",
|
|
2349
2384
|
value: input3.values
|
|
2350
|
-
})) && $
|
|
2385
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2351
2386
|
path: _path2 + ".values",
|
|
2352
2387
|
expected: "(TermValues | undefined)",
|
|
2353
2388
|
value: input3.values
|
|
2354
|
-
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2389
|
+
}), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2355
2390
|
path: _path2 + ".bins",
|
|
2356
2391
|
expected: "PresetNumericBins",
|
|
2357
2392
|
value: input3.bins
|
|
2358
|
-
})) && $
|
|
2393
|
+
})) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2359
2394
|
path: _path2 + ".bins",
|
|
2360
2395
|
expected: "PresetNumericBins",
|
|
2361
2396
|
value: input3.bins
|
|
@@ -2365,14 +2400,14 @@ var validCategoriesRequest = (input) => {
|
|
|
2365
2400
|
value: input3.unit
|
|
2366
2401
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2367
2402
|
path: _path2 + ".continuousColorScale",
|
|
2368
|
-
expected: "(__type.
|
|
2403
|
+
expected: "(__type.o2 | undefined)",
|
|
2369
2404
|
value: input3.continuousColorScale
|
|
2370
|
-
})) && $
|
|
2405
|
+
})) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2371
2406
|
path: _path2 + ".continuousColorScale",
|
|
2372
|
-
expected: "(__type.
|
|
2407
|
+
expected: "(__type.o2 | undefined)",
|
|
2373
2408
|
value: input3.continuousColorScale
|
|
2374
2409
|
})].every((flag) => flag);
|
|
2375
|
-
const $
|
|
2410
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2376
2411
|
path: _path2 + ".id",
|
|
2377
2412
|
expected: "string",
|
|
2378
2413
|
value: input3.id
|
|
@@ -2420,12 +2455,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2420
2455
|
path: _path2 + ".values",
|
|
2421
2456
|
expected: "(TermValues | undefined)",
|
|
2422
2457
|
value: input3.values
|
|
2423
|
-
})) && $
|
|
2458
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2424
2459
|
path: _path2 + ".values",
|
|
2425
2460
|
expected: "(TermValues | undefined)",
|
|
2426
2461
|
value: input3.values
|
|
2427
|
-
})].every((flag) => flag);
|
|
2428
|
-
const $
|
|
2462
|
+
}), true].every((flag) => flag);
|
|
2463
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2429
2464
|
path: _path2 + ".id",
|
|
2430
2465
|
expected: "string",
|
|
2431
2466
|
value: input3.id
|
|
@@ -2473,15 +2508,15 @@ var validCategoriesRequest = (input) => {
|
|
|
2473
2508
|
path: _path2 + ".values",
|
|
2474
2509
|
expected: "(TermValues | undefined)",
|
|
2475
2510
|
value: input3.values
|
|
2476
|
-
})) && $
|
|
2511
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2477
2512
|
path: _path2 + ".values",
|
|
2478
2513
|
expected: "(TermValues | undefined)",
|
|
2479
2514
|
value: input3.values
|
|
2480
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2515
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2481
2516
|
path: _path2 + ".groupsetting",
|
|
2482
2517
|
expected: "EnabledTermGroupSetting",
|
|
2483
2518
|
value: input3.groupsetting
|
|
2484
|
-
})) && $
|
|
2519
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2485
2520
|
path: _path2 + ".groupsetting",
|
|
2486
2521
|
expected: "EnabledTermGroupSetting",
|
|
2487
2522
|
value: input3.groupsetting
|
|
@@ -2506,7 +2541,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2506
2541
|
expected: "(number | undefined)",
|
|
2507
2542
|
value: input3.stop
|
|
2508
2543
|
})].every((flag) => flag);
|
|
2509
|
-
const $
|
|
2544
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2510
2545
|
path: _path2 + ".id",
|
|
2511
2546
|
expected: "string",
|
|
2512
2547
|
value: input3.id
|
|
@@ -2554,15 +2589,15 @@ var validCategoriesRequest = (input) => {
|
|
|
2554
2589
|
path: _path2 + ".values",
|
|
2555
2590
|
expected: "(TermValues | undefined)",
|
|
2556
2591
|
value: input3.values
|
|
2557
|
-
})) && $
|
|
2592
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2558
2593
|
path: _path2 + ".values",
|
|
2559
2594
|
expected: "(TermValues | undefined)",
|
|
2560
2595
|
value: input3.values
|
|
2561
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2596
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2562
2597
|
path: _path2 + ".groupsetting",
|
|
2563
2598
|
expected: "EnabledTermGroupSetting",
|
|
2564
2599
|
value: input3.groupsetting
|
|
2565
|
-
})) && $
|
|
2600
|
+
})) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2566
2601
|
path: _path2 + ".groupsetting",
|
|
2567
2602
|
expected: "EnabledTermGroupSetting",
|
|
2568
2603
|
value: input3.groupsetting
|
|
@@ -2583,7 +2618,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2583
2618
|
expected: "number",
|
|
2584
2619
|
value: input3.stop
|
|
2585
2620
|
})].every((flag) => flag);
|
|
2586
|
-
const $
|
|
2621
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2587
2622
|
path: _path2 + ".id",
|
|
2588
2623
|
expected: "string",
|
|
2589
2624
|
value: input3.id
|
|
@@ -2631,11 +2666,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2631
2666
|
path: _path2 + ".values",
|
|
2632
2667
|
expected: "(TermValues | undefined)",
|
|
2633
2668
|
value: input3.values
|
|
2634
|
-
})) && $
|
|
2669
|
+
})) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2635
2670
|
path: _path2 + ".values",
|
|
2636
2671
|
expected: "(TermValues | undefined)",
|
|
2637
2672
|
value: input3.values
|
|
2638
|
-
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2673
|
+
}), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2639
2674
|
path: _path2 + ".reachedVariantLimit",
|
|
2640
2675
|
expected: "(boolean | undefined)",
|
|
2641
2676
|
value: input3.reachedVariantLimit
|
|
@@ -2647,7 +2682,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2647
2682
|
path: _path2 + ".snps[" + _index49 + "]",
|
|
2648
2683
|
expected: "SnpsEntry",
|
|
2649
2684
|
value: elem
|
|
2650
|
-
})) && $
|
|
2685
|
+
})) && $vo49(elem, _path2 + ".snps[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2651
2686
|
path: _path2 + ".snps[" + _index49 + "]",
|
|
2652
2687
|
expected: "SnpsEntry",
|
|
2653
2688
|
value: elem
|
|
@@ -2656,7 +2691,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2656
2691
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2657
2692
|
value: input3.snps
|
|
2658
2693
|
})].every((flag) => flag);
|
|
2659
|
-
const $
|
|
2694
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2660
2695
|
path: _path2 + ".id",
|
|
2661
2696
|
expected: "string",
|
|
2662
2697
|
value: input3.id
|
|
@@ -2704,12 +2739,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2704
2739
|
path: _path2 + ".values",
|
|
2705
2740
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2706
2741
|
value: input3.values
|
|
2707
|
-
})) && $
|
|
2742
|
+
})) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2708
2743
|
path: _path2 + ".values",
|
|
2709
2744
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2710
2745
|
value: input3.values
|
|
2711
|
-
})].every((flag) => flag);
|
|
2712
|
-
const $
|
|
2746
|
+
}), true].every((flag) => flag);
|
|
2747
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2713
2748
|
const value = input3[key];
|
|
2714
2749
|
if (void 0 === value)
|
|
2715
2750
|
return true;
|
|
@@ -2718,7 +2753,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2718
2753
|
path: _path2 + $join(key),
|
|
2719
2754
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2720
2755
|
value
|
|
2721
|
-
})) && $
|
|
2756
|
+
})) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2722
2757
|
path: _path2 + $join(key),
|
|
2723
2758
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2724
2759
|
value
|
|
@@ -2728,14 +2763,14 @@ var validCategoriesRequest = (input) => {
|
|
|
2728
2763
|
path: _path2 + $join(key),
|
|
2729
2764
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2730
2765
|
value
|
|
2731
|
-
})) && $
|
|
2766
|
+
})) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2732
2767
|
path: _path2 + $join(key),
|
|
2733
2768
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2734
2769
|
value
|
|
2735
2770
|
});
|
|
2736
2771
|
return true;
|
|
2737
2772
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2738
|
-
const $
|
|
2773
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2739
2774
|
path: _path2 + ".key",
|
|
2740
2775
|
expected: "(string | undefined)",
|
|
2741
2776
|
value: input3.key
|
|
@@ -2763,7 +2798,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2763
2798
|
path: _path2 + ".filter",
|
|
2764
2799
|
expected: "(Filter | undefined)",
|
|
2765
2800
|
value: input3.filter
|
|
2766
|
-
})) && $
|
|
2801
|
+
})) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2767
2802
|
path: _path2 + ".filter",
|
|
2768
2803
|
expected: "(Filter | undefined)",
|
|
2769
2804
|
value: input3.filter
|
|
@@ -2783,7 +2818,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2783
2818
|
path: _path2 + ".list[" + _index52 + "]",
|
|
2784
2819
|
expected: "__type.o7",
|
|
2785
2820
|
value: elem
|
|
2786
|
-
})) && $
|
|
2821
|
+
})) && $vo62(elem, _path2 + ".list[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2787
2822
|
path: _path2 + ".list[" + _index52 + "]",
|
|
2788
2823
|
expected: "__type.o7",
|
|
2789
2824
|
value: elem
|
|
@@ -2792,7 +2827,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2792
2827
|
expected: "Array<__type>.o3",
|
|
2793
2828
|
value: input3.list
|
|
2794
2829
|
}), true].every((flag) => flag);
|
|
2795
|
-
const $
|
|
2830
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
2796
2831
|
path: _path2 + ".sampleId",
|
|
2797
2832
|
expected: "string",
|
|
2798
2833
|
value: input3.sampleId
|
|
@@ -2801,7 +2836,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2801
2836
|
expected: "string",
|
|
2802
2837
|
value: input3.sample
|
|
2803
2838
|
})].every((flag) => flag);
|
|
2804
|
-
const $
|
|
2839
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2805
2840
|
path: _path2 + ".hiddenValues",
|
|
2806
2841
|
expected: "(HiddenValues | undefined)",
|
|
2807
2842
|
value: input3.hiddenValues
|
|
@@ -2825,12 +2860,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2825
2860
|
path: _path2 + ".reuseId",
|
|
2826
2861
|
expected: "(string | undefined)",
|
|
2827
2862
|
value: input3.reuseId
|
|
2828
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
2863
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
2829
2864
|
path: _path2 + ".type",
|
|
2830
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2865
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2831
2866
|
value: input3.type
|
|
2832
2867
|
})].every((flag) => flag);
|
|
2833
|
-
const $
|
|
2868
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2834
2869
|
path: _path2 + ".hiddenValues",
|
|
2835
2870
|
expected: "(HiddenValues | undefined)",
|
|
2836
2871
|
value: input3.hiddenValues
|
|
@@ -2895,7 +2930,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2895
2930
|
expected: "(boolean | undefined)",
|
|
2896
2931
|
value: input3.value_by_computable_grade
|
|
2897
2932
|
}), true].every((flag) => flag);
|
|
2898
|
-
const $
|
|
2933
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2899
2934
|
path: _path2 + ".hiddenValues",
|
|
2900
2935
|
expected: "(HiddenValues | undefined)",
|
|
2901
2936
|
value: input3.hiddenValues
|
|
@@ -2960,7 +2995,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2960
2995
|
expected: '"values"',
|
|
2961
2996
|
value: input3.type
|
|
2962
2997
|
})].every((flag) => flag);
|
|
2963
|
-
const $
|
|
2998
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2964
2999
|
path: _path2 + ".hiddenValues",
|
|
2965
3000
|
expected: "(HiddenValues | undefined)",
|
|
2966
3001
|
value: input3.hiddenValues
|
|
@@ -3016,6 +3051,71 @@ var validCategoriesRequest = (input) => {
|
|
|
3016
3051
|
path: _path2 + ".origin",
|
|
3017
3052
|
expected: "(string | undefined)",
|
|
3018
3053
|
value: input3.origin
|
|
3054
|
+
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
|
|
3055
|
+
path: _path2 + ".mode",
|
|
3056
|
+
expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
|
|
3057
|
+
value: input3.mode
|
|
3058
|
+
}), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
3059
|
+
path: _path2 + ".type",
|
|
3060
|
+
expected: '("filter" | undefined)',
|
|
3061
|
+
value: input3.type
|
|
3062
|
+
})].every((flag) => flag);
|
|
3063
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3064
|
+
path: _path2 + ".hiddenValues",
|
|
3065
|
+
expected: "(HiddenValues | undefined)",
|
|
3066
|
+
value: input3.hiddenValues
|
|
3067
|
+
})) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3068
|
+
path: _path2 + ".hiddenValues",
|
|
3069
|
+
expected: "(HiddenValues | undefined)",
|
|
3070
|
+
value: input3.hiddenValues
|
|
3071
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3072
|
+
path: _path2 + ".isAtomic",
|
|
3073
|
+
expected: "(true | undefined)",
|
|
3074
|
+
value: input3.isAtomic
|
|
3075
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3076
|
+
path: _path2 + ".name",
|
|
3077
|
+
expected: "(string | undefined)",
|
|
3078
|
+
value: input3.name
|
|
3079
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3080
|
+
path: _path2 + ".reuseId",
|
|
3081
|
+
expected: "(string | undefined)",
|
|
3082
|
+
value: input3.reuseId
|
|
3083
|
+
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
3084
|
+
path: _path2 + ".cnvGainCutoff",
|
|
3085
|
+
expected: "(number | undefined)",
|
|
3086
|
+
value: input3.cnvGainCutoff
|
|
3087
|
+
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
3088
|
+
path: _path2 + ".cnvMaxLength",
|
|
3089
|
+
expected: "(number | undefined)",
|
|
3090
|
+
value: input3.cnvMaxLength
|
|
3091
|
+
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
3092
|
+
path: _path2 + ".cnvMinAbsValue",
|
|
3093
|
+
expected: "(number | undefined)",
|
|
3094
|
+
value: input3.cnvMinAbsValue
|
|
3095
|
+
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
3096
|
+
path: _path2 + ".cnvLossCutoff",
|
|
3097
|
+
expected: "(number | undefined)",
|
|
3098
|
+
value: input3.cnvLossCutoff
|
|
3099
|
+
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
3100
|
+
path: _path2 + ".exclude",
|
|
3101
|
+
expected: "Array<string>",
|
|
3102
|
+
value: input3.exclude
|
|
3103
|
+
})) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3104
|
+
path: _path2 + ".exclude[" + _index56 + "]",
|
|
3105
|
+
expected: "string",
|
|
3106
|
+
value: elem
|
|
3107
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3108
|
+
path: _path2 + ".exclude",
|
|
3109
|
+
expected: "Array<string>",
|
|
3110
|
+
value: input3.exclude
|
|
3111
|
+
}), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
3112
|
+
path: _path2 + ".dt",
|
|
3113
|
+
expected: "(number | undefined)",
|
|
3114
|
+
value: input3.dt
|
|
3115
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
3116
|
+
path: _path2 + ".origin",
|
|
3117
|
+
expected: "(string | undefined)",
|
|
3118
|
+
value: input3.origin
|
|
3019
3119
|
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3020
3120
|
path: _path2 + ".mode",
|
|
3021
3121
|
expected: '("binary" | "discrete" | undefined)',
|
|
@@ -3029,7 +3129,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3029
3129
|
expected: "number",
|
|
3030
3130
|
value: input3.predefined_groupset_idx
|
|
3031
3131
|
})].every((flag) => flag);
|
|
3032
|
-
const $
|
|
3132
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3033
3133
|
path: _path2 + ".hiddenValues",
|
|
3034
3134
|
expected: "(HiddenValues | undefined)",
|
|
3035
3135
|
value: input3.hiddenValues
|
|
@@ -3069,8 +3169,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3069
3169
|
path: _path2 + ".exclude",
|
|
3070
3170
|
expected: "Array<string>",
|
|
3071
3171
|
value: input3.exclude
|
|
3072
|
-
})) && input3.exclude.map((elem,
|
|
3073
|
-
path: _path2 + ".exclude[" +
|
|
3172
|
+
})) && input3.exclude.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3173
|
+
path: _path2 + ".exclude[" + _index57 + "]",
|
|
3074
3174
|
expected: "string",
|
|
3075
3175
|
value: elem
|
|
3076
3176
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3097,12 +3197,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3097
3197
|
path: _path2 + ".customset",
|
|
3098
3198
|
expected: "BaseGroupSet",
|
|
3099
3199
|
value: input3.customset
|
|
3100
|
-
})) && $
|
|
3200
|
+
})) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3101
3201
|
path: _path2 + ".customset",
|
|
3102
3202
|
expected: "BaseGroupSet",
|
|
3103
3203
|
value: input3.customset
|
|
3104
3204
|
})].every((flag) => flag);
|
|
3105
|
-
const $
|
|
3205
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3106
3206
|
path: _path2 + ".hiddenValues",
|
|
3107
3207
|
expected: "(HiddenValues | undefined)",
|
|
3108
3208
|
value: input3.hiddenValues
|
|
@@ -3126,20 +3226,20 @@ var validCategoriesRequest = (input) => {
|
|
|
3126
3226
|
path: _path2 + ".reuseId",
|
|
3127
3227
|
expected: "(string | undefined)",
|
|
3128
3228
|
value: input3.reuseId
|
|
3129
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
3229
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
3130
3230
|
path: _path2 + ".type",
|
|
3131
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
3231
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
3132
3232
|
value: input3.type
|
|
3133
3233
|
}), ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3134
3234
|
path: _path2 + ".groups",
|
|
3135
3235
|
expected: "SampleLstTermValues",
|
|
3136
3236
|
value: input3.groups
|
|
3137
|
-
})) && $
|
|
3237
|
+
})) && $vo70(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
3138
3238
|
path: _path2 + ".groups",
|
|
3139
3239
|
expected: "SampleLstTermValues",
|
|
3140
3240
|
value: input3.groups
|
|
3141
3241
|
})].every((flag) => flag);
|
|
3142
|
-
const $
|
|
3242
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3143
3243
|
const value = input3[key];
|
|
3144
3244
|
if (void 0 === value)
|
|
3145
3245
|
return true;
|
|
@@ -3148,7 +3248,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3148
3248
|
path: _path2 + $join(key),
|
|
3149
3249
|
expected: "__type.o8",
|
|
3150
3250
|
value
|
|
3151
|
-
})) && $
|
|
3251
|
+
})) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3152
3252
|
path: _path2 + $join(key),
|
|
3153
3253
|
expected: "__type.o8",
|
|
3154
3254
|
value
|
|
@@ -3158,14 +3258,14 @@ var validCategoriesRequest = (input) => {
|
|
|
3158
3258
|
path: _path2 + $join(key),
|
|
3159
3259
|
expected: "__type.o8",
|
|
3160
3260
|
value
|
|
3161
|
-
})) && $
|
|
3261
|
+
})) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3162
3262
|
path: _path2 + $join(key),
|
|
3163
3263
|
expected: "__type.o8",
|
|
3164
3264
|
value
|
|
3165
3265
|
});
|
|
3166
3266
|
return true;
|
|
3167
3267
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3168
|
-
const $
|
|
3268
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3169
3269
|
path: _path2 + ".name",
|
|
3170
3270
|
expected: "string",
|
|
3171
3271
|
value: input3.name
|
|
@@ -3177,12 +3277,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3177
3277
|
path: _path2 + ".list",
|
|
3178
3278
|
expected: "Array<__type>.o3",
|
|
3179
3279
|
value: input3.list
|
|
3180
|
-
})) && input3.list.map((elem,
|
|
3181
|
-
path: _path2 + ".list[" +
|
|
3280
|
+
})) && input3.list.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3281
|
+
path: _path2 + ".list[" + _index58 + "]",
|
|
3182
3282
|
expected: "__type.o7",
|
|
3183
3283
|
value: elem
|
|
3184
|
-
})) && $
|
|
3185
|
-
path: _path2 + ".list[" +
|
|
3284
|
+
})) && $vo62(elem, _path2 + ".list[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3285
|
+
path: _path2 + ".list[" + _index58 + "]",
|
|
3186
3286
|
expected: "__type.o7",
|
|
3187
3287
|
value: elem
|
|
3188
3288
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3192,9 +3292,9 @@ var validCategoriesRequest = (input) => {
|
|
|
3192
3292
|
}), true].every((flag) => flag);
|
|
3193
3293
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3194
3294
|
if ("string" === typeof input3.type)
|
|
3195
|
-
return $
|
|
3295
|
+
return $vo9(input3, _path2, _exceptionable2);
|
|
3196
3296
|
if ("filter" === input3.type)
|
|
3197
|
-
return $
|
|
3297
|
+
return $vo11(input3, _path2, _exceptionable2);
|
|
3198
3298
|
return $report(_exceptionable2, {
|
|
3199
3299
|
path: _path2,
|
|
3200
3300
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3203,17 +3303,17 @@ var validCategoriesRequest = (input) => {
|
|
|
3203
3303
|
})();
|
|
3204
3304
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3205
3305
|
if (void 0 !== input3.type)
|
|
3206
|
-
return $
|
|
3306
|
+
return $vo15(input3, _path2, _exceptionable2);
|
|
3207
3307
|
if (void 0 !== input3.ranges)
|
|
3208
|
-
return $
|
|
3209
|
-
return $
|
|
3308
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3309
|
+
return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
3210
3310
|
})();
|
|
3211
3311
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3212
3312
|
if (true === input3.startunbounded)
|
|
3213
|
-
return $
|
|
3313
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3214
3314
|
if (true === input3.stopunbounded)
|
|
3215
|
-
return $
|
|
3216
|
-
return $
|
|
3315
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3316
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3217
3317
|
})();
|
|
3218
3318
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3219
3319
|
if (2 === input3.dt)
|
|
@@ -3232,9 +3332,9 @@ var validCategoriesRequest = (input) => {
|
|
|
3232
3332
|
})();
|
|
3233
3333
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3234
3334
|
if (true === input3.startunbounded)
|
|
3235
|
-
return $
|
|
3335
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3236
3336
|
if (void 0 !== input3.start)
|
|
3237
|
-
return $
|
|
3337
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3238
3338
|
return $report(_exceptionable2, {
|
|
3239
3339
|
path: _path2,
|
|
3240
3340
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3243,9 +3343,9 @@ var validCategoriesRequest = (input) => {
|
|
|
3243
3343
|
})();
|
|
3244
3344
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3245
3345
|
if (void 0 !== input3.stop)
|
|
3246
|
-
return $
|
|
3346
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3247
3347
|
if (true === input3.stopunbounded)
|
|
3248
|
-
return $
|
|
3348
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3249
3349
|
return $report(_exceptionable2, {
|
|
3250
3350
|
path: _path2,
|
|
3251
3351
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3255,31 +3355,27 @@ var validCategoriesRequest = (input) => {
|
|
|
3255
3355
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3256
3356
|
if (void 0 !== input3.type)
|
|
3257
3357
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3258
|
-
return $
|
|
3358
|
+
return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
3259
3359
|
})();
|
|
3260
3360
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3261
3361
|
if ("values" === input3.type)
|
|
3262
3362
|
return $vo3(input3, _path2, _exceptionable2);
|
|
3263
3363
|
if ("predefined-groupset" === input3.type)
|
|
3264
|
-
return $vo5(input3, _path2, _exceptionable2);
|
|
3265
|
-
if ("custom-groupset" === input3.type)
|
|
3266
3364
|
return $vo6(input3, _path2, _exceptionable2);
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
value: input3
|
|
3271
|
-
});
|
|
3365
|
+
if ("custom-groupset" === input3.type)
|
|
3366
|
+
return $vo7(input3, _path2, _exceptionable2);
|
|
3367
|
+
return $vo5(input3, _path2, _exceptionable2);
|
|
3272
3368
|
})();
|
|
3273
3369
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3274
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem,
|
|
3275
|
-
return $
|
|
3276
|
-
return $
|
|
3370
|
+
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index59) => "object" === typeof elem && null !== elem && $vo33(elem, _path2 + ".lst[" + _index59 + "]", false)).every((flag) => flag))
|
|
3371
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3372
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
3277
3373
|
})();
|
|
3278
3374
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3279
3375
|
if ("regular-bin" === input3.type)
|
|
3280
|
-
return $
|
|
3376
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3281
3377
|
if ("custom-bin" === input3.type)
|
|
3282
|
-
return $
|
|
3378
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3283
3379
|
return $report(_exceptionable2, {
|
|
3284
3380
|
path: _path2,
|
|
3285
3381
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3288,7 +3384,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3288
3384
|
})();
|
|
3289
3385
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3290
3386
|
if ("gene" === input3.kind)
|
|
3291
|
-
return $
|
|
3387
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3292
3388
|
if ("coord" === input3.kind)
|
|
3293
3389
|
return $vo34(input3, _path2, _exceptionable2);
|
|
3294
3390
|
return $report(_exceptionable2, {
|
|
@@ -3299,44 +3395,44 @@ var validCategoriesRequest = (input) => {
|
|
|
3299
3395
|
})();
|
|
3300
3396
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3301
3397
|
if ("regular-bin" === input3.type)
|
|
3302
|
-
return $
|
|
3398
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3303
3399
|
if ("continuous" === input3.mode)
|
|
3304
|
-
return $vo41(input3, _path2, _exceptionable2);
|
|
3305
|
-
if ("spline" === input3.mode)
|
|
3306
3400
|
return $vo42(input3, _path2, _exceptionable2);
|
|
3307
|
-
|
|
3401
|
+
if ("spline" === input3.mode)
|
|
3402
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3403
|
+
return $vo24(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3308
3404
|
})();
|
|
3309
3405
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3310
3406
|
if (void 0 !== input3.ranges)
|
|
3311
|
-
return $
|
|
3312
|
-
return $
|
|
3407
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3408
|
+
return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
3313
3409
|
})();
|
|
3314
3410
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3315
3411
|
if ("categorical" === input3.type)
|
|
3316
|
-
return $vo52(input3, _path2, _exceptionable2);
|
|
3317
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
3318
3412
|
return $vo53(input3, _path2, _exceptionable2);
|
|
3319
|
-
if ("
|
|
3413
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3320
3414
|
return $vo54(input3, _path2, _exceptionable2);
|
|
3321
|
-
if ("
|
|
3415
|
+
if ("condition" === input3.type)
|
|
3322
3416
|
return $vo55(input3, _path2, _exceptionable2);
|
|
3323
|
-
if ("
|
|
3417
|
+
if ("gene" === input3.kind)
|
|
3324
3418
|
return $vo56(input3, _path2, _exceptionable2);
|
|
3325
|
-
|
|
3419
|
+
if ("coord" === input3.kind)
|
|
3420
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
3421
|
+
return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
|
|
3326
3422
|
})();
|
|
3327
3423
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3328
3424
|
if (void 0 !== input3.bin_size)
|
|
3329
|
-
return $
|
|
3425
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3330
3426
|
if (void 0 !== input3.knots)
|
|
3331
|
-
return $
|
|
3427
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3332
3428
|
if (void 0 !== input3.AFcutoff)
|
|
3333
|
-
return $
|
|
3429
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3334
3430
|
if (void 0 !== input3.timeScale)
|
|
3335
|
-
return $
|
|
3431
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
3336
3432
|
return (() => {
|
|
3337
3433
|
if (void 0 !== input3.groups)
|
|
3338
|
-
return $
|
|
3339
|
-
return $
|
|
3434
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
3435
|
+
return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo6(input3, _path2, false) || $vo7(input3, _path2, false) || $vo24(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo67(input3, _path2, false) || $vo68(input3, _path2, false);
|
|
3340
3436
|
})();
|
|
3341
3437
|
})();
|
|
3342
3438
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|