@sjcrh/proteinpaint-types 2.177.0 → 2.178.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-LHJGTOZJ.js → chunk-26UKKPK2.js} +1301 -594
- package/dist/{chunk-4SOVPEYQ.js → chunk-2XQJCZEO.js} +842 -243
- package/dist/{chunk-UQEAM7BH.js → chunk-2Y7WE3JU.js} +1301 -594
- package/dist/chunk-4DCPDZW4.js +143 -0
- package/dist/{chunk-5KF6Z3GL.js → chunk-CX2Y673E.js} +923 -329
- package/dist/chunk-CYQDO4FX.js +3191 -0
- package/dist/{chunk-W7UCAYSF.js → chunk-FQYNRDHB.js} +923 -329
- package/dist/chunk-FRXRNCDV.js +14 -0
- package/dist/{chunk-F4YCPOQV.js → chunk-GAYJUXNZ.js} +947 -353
- package/dist/{chunk-7WEVNKAM.js → chunk-HZEV7D5E.js} +1301 -594
- package/dist/{chunk-4ZMQ5CTL.js → chunk-NIEACU6R.js} +7 -31
- package/dist/{chunk-Q6MWNJ2V.js → chunk-NRV6MPRM.js} +3421 -1378
- package/dist/{chunk-44LN7YTE.js → chunk-PHRILOVX.js} +923 -329
- package/dist/{chunk-URHI6FFP.js → chunk-UFYKXOY2.js} +2233 -690
- package/dist/{chunk-63OD34W2.js → chunk-UWAVSKMD.js} +1301 -594
- package/dist/chunk-VBNF7BRI.js +3492 -0
- package/dist/{chunk-2DJFVQUQ.js → chunk-WXCXZRKP.js} +1305 -598
- package/dist/{chunk-7NKZVHIZ.js → chunk-YHKFJCXG.js} +1445 -496
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +79 -61
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +3122 -5
- package/dist/termdb.chat2.js +13 -0
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.diffMeth.js +11 -0
- package/dist/termdb.dmr.js +11 -0
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.singlecellData.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +55 -8
- package/src/index.ts +5 -1
- package/src/routes/grin2.ts +5 -11
- package/src/routes/{termdb.chat.ts → termdb.chat2.ts} +42 -15
- package/src/routes/termdb.cluster.ts +11 -0
- package/src/routes/termdb.diffMeth.ts +49 -0
- package/src/routes/termdb.dmr.ts +47 -0
- package/src/routes/termdb.singlecellData.ts +3 -1
- package/src/terms/dnaMethylation.ts +19 -0
- package/src/terms/numeric.ts +13 -2
- package/src/terms/singleCellCellType.ts +1 -1
- package/src/terms/singleCellGeneExpression.ts +25 -19
- package/src/terms/term.ts +1 -1
- package/src/terms/termCollection.ts +93 -21
- package/src/terms/wholeProteomeAbundance.ts +30 -0
- package/dist/chunk-WWE2SDCU.js +0 -494
|
@@ -82,7 +82,7 @@ var validPercentileRequest = (input) => {
|
|
|
82
82
|
const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
83
83
|
const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
84
84
|
const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
|
|
85
|
-
const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu6(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 && $
|
|
85
|
+
const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu6(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 && $io32(elem)));
|
|
86
86
|
const $io15 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
87
87
|
const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
88
88
|
const $io17 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu7(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu7(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);
|
|
@@ -101,31 +101,35 @@ var validPercentileRequest = (input) => {
|
|
|
101
101
|
const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
|
|
102
102
|
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
103
103
|
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
104
|
-
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
105
|
-
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
106
|
-
const $io28 = (input3) => "string" === typeof input3.
|
|
107
|
-
const $io29 = (input3) => (void 0 === input3.
|
|
108
|
-
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
109
|
-
const $io31 = (input3) => "
|
|
110
|
-
const $io32 = (input3) =>
|
|
111
|
-
const $io33 = (input3) =>
|
|
112
|
-
const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
113
|
-
const $io35 = (input3) => "
|
|
114
|
-
const $io36 = (input3) =>
|
|
115
|
-
const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.
|
|
116
|
-
const $io38 = (input3) => "string" === typeof input3.
|
|
117
|
-
const $io39 = (input3) => (void 0 === input3.
|
|
118
|
-
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
119
|
-
const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
120
|
-
const $io42 = (input3) =>
|
|
104
|
+
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "wholeProteomeAbundance" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
105
|
+
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
106
|
+
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
107
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
108
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
109
|
+
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
110
|
+
const $io32 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
111
|
+
const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(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 && $io35(elem)));
|
|
112
|
+
const $io34 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
113
|
+
const $io35 = (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 $io36 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io37(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
115
|
+
const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values));
|
|
116
|
+
const $io38 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
|
|
117
|
+
const $io39 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
118
|
+
const $io40 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
119
|
+
const $io41 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
|
|
120
|
+
const $io42 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
121
|
+
const $io43 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && "number" === typeof input3.ratio;
|
|
122
|
+
const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io45(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io46(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
123
|
+
const $io45 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
124
|
+
const $io46 = (input3) => Object.keys(input3).every((key) => {
|
|
121
125
|
const value = input3[key];
|
|
122
126
|
if (void 0 === value)
|
|
123
127
|
return true;
|
|
124
128
|
if (RegExp(/(.*)/).test(key))
|
|
125
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
129
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io47(value);
|
|
126
130
|
return true;
|
|
127
131
|
});
|
|
128
|
-
const $
|
|
132
|
+
const $io47 = (input3) => Object.keys(input3).every((key) => {
|
|
129
133
|
const value = input3[key];
|
|
130
134
|
if (void 0 === value)
|
|
131
135
|
return true;
|
|
@@ -133,34 +137,39 @@ var validPercentileRequest = (input) => {
|
|
|
133
137
|
return true;
|
|
134
138
|
return true;
|
|
135
139
|
});
|
|
136
|
-
const $
|
|
137
|
-
const $
|
|
138
|
-
const $
|
|
139
|
-
const $
|
|
140
|
-
const $
|
|
141
|
-
const $
|
|
142
|
-
const $
|
|
143
|
-
const $
|
|
144
|
-
const $
|
|
145
|
-
const $
|
|
146
|
-
const $
|
|
147
|
-
const $
|
|
148
|
-
const $
|
|
149
|
-
const $
|
|
150
|
-
const $
|
|
151
|
-
const $
|
|
152
|
-
const $
|
|
140
|
+
const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io45(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io46(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
141
|
+
const $io49 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
142
|
+
const $io50 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
|
|
143
|
+
const $io51 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
|
|
144
|
+
const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
145
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "wholeProteomeAbundance" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
146
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
147
|
+
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
148
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
149
|
+
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
150
|
+
const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
151
|
+
const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
152
|
+
const $io61 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
153
|
+
const $io62 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
154
|
+
const $io63 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io45(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io46(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
155
|
+
const $io64 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io45(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io46(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
156
|
+
const $io65 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io66(elem)));
|
|
157
|
+
const $io66 = (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 && $io67(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io68(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);
|
|
158
|
+
const $io67 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
159
|
+
const $io68 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
160
|
+
const $io69 = (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) && $io70(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
161
|
+
const $io70 = (input3) => Object.keys(input3).every((key) => {
|
|
153
162
|
const value = input3[key];
|
|
154
163
|
if (void 0 === value)
|
|
155
164
|
return true;
|
|
156
165
|
if (RegExp(/(.*)/).test(key))
|
|
157
|
-
return "object" === typeof value && null !== value && $
|
|
166
|
+
return "object" === typeof value && null !== value && $io71(value);
|
|
158
167
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
159
|
-
return "object" === typeof value && null !== value && $
|
|
168
|
+
return "object" === typeof value && null !== value && $io71(value);
|
|
160
169
|
return true;
|
|
161
170
|
});
|
|
162
|
-
const $
|
|
163
|
-
const $
|
|
171
|
+
const $io71 = (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 && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io72(elem))) && true;
|
|
172
|
+
const $io72 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
164
173
|
const $iu0 = (input3) => (() => {
|
|
165
174
|
if ("tvslst" === input3.type)
|
|
166
175
|
return $io4(input3);
|
|
@@ -184,43 +193,53 @@ var validPercentileRequest = (input) => {
|
|
|
184
193
|
})();
|
|
185
194
|
const $iu3 = (input3) => (() => {
|
|
186
195
|
if ("gene" === input3.kind)
|
|
187
|
-
return $
|
|
196
|
+
return $io39(input3);
|
|
188
197
|
if ("coord" === input3.kind)
|
|
189
|
-
return $
|
|
198
|
+
return $io40(input3);
|
|
190
199
|
return false;
|
|
191
200
|
})();
|
|
192
201
|
const $iu4 = (input3) => (() => {
|
|
193
202
|
if ("metaboliteIntensity" === input3.type)
|
|
194
|
-
return $
|
|
203
|
+
return $io52(input3);
|
|
204
|
+
if ("wholeProteomeAbundance" === input3.type)
|
|
205
|
+
return $io53(input3);
|
|
195
206
|
if ("categorical" === input3.type)
|
|
196
|
-
return $
|
|
207
|
+
return $io54(input3);
|
|
197
208
|
if ("snp" === input3.type)
|
|
198
|
-
return $
|
|
209
|
+
return $io55(input3);
|
|
199
210
|
if ("singleCellCellType" === input3.type)
|
|
200
|
-
return $
|
|
211
|
+
return $io56(input3);
|
|
201
212
|
if ("date" === input3.type)
|
|
202
|
-
return $
|
|
213
|
+
return $io59(input3);
|
|
203
214
|
if ("integer" === input3.type || "float" === input3.type)
|
|
204
|
-
return $
|
|
215
|
+
return $io58(input3);
|
|
205
216
|
if ("ssGSEA" === input3.type)
|
|
206
|
-
return $
|
|
217
|
+
return $io60(input3);
|
|
218
|
+
if ("dnaMethylation" === input3.type)
|
|
219
|
+
return $io61(input3);
|
|
207
220
|
if ("condition" === input3.type)
|
|
208
|
-
return $
|
|
209
|
-
if ("
|
|
210
|
-
return $
|
|
221
|
+
return $io62(input3);
|
|
222
|
+
if ("numeric" === input3.memberType)
|
|
223
|
+
return $io63(input3);
|
|
224
|
+
if ("categorical" === input3.memberType)
|
|
225
|
+
return $io64(input3);
|
|
211
226
|
return (() => {
|
|
212
227
|
if ($io24(input3))
|
|
213
228
|
return $io24(input3);
|
|
214
229
|
if ($io1(input3))
|
|
215
230
|
return $io1(input3);
|
|
216
|
-
if ($
|
|
217
|
-
return $
|
|
218
|
-
if ($
|
|
219
|
-
return $
|
|
220
|
-
if ($
|
|
221
|
-
return $
|
|
222
|
-
if ($
|
|
223
|
-
return $
|
|
231
|
+
if ($io31(input3))
|
|
232
|
+
return $io31(input3);
|
|
233
|
+
if ($io30(input3))
|
|
234
|
+
return $io30(input3);
|
|
235
|
+
if ($io50(input3))
|
|
236
|
+
return $io50(input3);
|
|
237
|
+
if ($io51(input3))
|
|
238
|
+
return $io51(input3);
|
|
239
|
+
if ($io65(input3))
|
|
240
|
+
return $io65(input3);
|
|
241
|
+
if ($io69(input3))
|
|
242
|
+
return $io69(input3);
|
|
224
243
|
return false;
|
|
225
244
|
})();
|
|
226
245
|
})();
|
|
@@ -228,14 +247,14 @@ var validPercentileRequest = (input) => {
|
|
|
228
247
|
if (void 0 !== input3.ranges)
|
|
229
248
|
return $io14(input3);
|
|
230
249
|
if (void 0 !== input3.ratio)
|
|
231
|
-
return $
|
|
250
|
+
return $io43(input3);
|
|
232
251
|
return (() => {
|
|
233
252
|
if ($io6(input3))
|
|
234
253
|
return $io6(input3);
|
|
235
|
-
if ($
|
|
236
|
-
return $
|
|
237
|
-
if ($
|
|
238
|
-
return $
|
|
254
|
+
if ($io33(input3))
|
|
255
|
+
return $io33(input3);
|
|
256
|
+
if ($io36(input3))
|
|
257
|
+
return $io36(input3);
|
|
239
258
|
return false;
|
|
240
259
|
})();
|
|
241
260
|
})();
|
|
@@ -244,15 +263,23 @@ var validPercentileRequest = (input) => {
|
|
|
244
263
|
return $io15(input3);
|
|
245
264
|
if ("metaboliteIntensity" === input3.type)
|
|
246
265
|
return $io25(input3);
|
|
247
|
-
if ("
|
|
266
|
+
if ("wholeProteomeAbundance" === input3.type)
|
|
248
267
|
return $io26(input3);
|
|
249
|
-
if ("
|
|
268
|
+
if ("date" === input3.type)
|
|
250
269
|
return $io27(input3);
|
|
270
|
+
if ("ssGSEA" === input3.type)
|
|
271
|
+
return $io28(input3);
|
|
272
|
+
if ("dnaMethylation" === input3.type)
|
|
273
|
+
return $io29(input3);
|
|
251
274
|
return (() => {
|
|
252
275
|
if ($io24(input3))
|
|
253
276
|
return $io24(input3);
|
|
254
277
|
if ($io1(input3))
|
|
255
278
|
return $io1(input3);
|
|
279
|
+
if ($io31(input3))
|
|
280
|
+
return $io31(input3);
|
|
281
|
+
if ($io30(input3))
|
|
282
|
+
return $io30(input3);
|
|
256
283
|
return false;
|
|
257
284
|
})();
|
|
258
285
|
})();
|
|
@@ -279,9 +306,16 @@ var validPercentileRequest = (input) => {
|
|
|
279
306
|
})();
|
|
280
307
|
const $iu10 = (input3) => (() => {
|
|
281
308
|
if ("gene" === input3.kind)
|
|
282
|
-
return $
|
|
309
|
+
return $io38(input3);
|
|
283
310
|
if ("coord" === input3.kind)
|
|
284
|
-
return $
|
|
311
|
+
return $io41(input3);
|
|
312
|
+
return false;
|
|
313
|
+
})();
|
|
314
|
+
const $iu11 = (input3) => (() => {
|
|
315
|
+
if ("numeric" === input3.memberType)
|
|
316
|
+
return $io44(input3);
|
|
317
|
+
if ("categorical" === input3.memberType)
|
|
318
|
+
return $io48(input3);
|
|
285
319
|
return false;
|
|
286
320
|
})();
|
|
287
321
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -316,11 +350,11 @@ var validPercentileRequest = (input) => {
|
|
|
316
350
|
value: input3.getpercentile
|
|
317
351
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
318
352
|
path: _path2 + ".term",
|
|
319
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst: BaseTerm[];
|
|
353
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "wholeProteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { ...; }; } & { ...; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { ...; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
320
354
|
value: input3.term
|
|
321
355
|
})) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
322
356
|
path: _path2 + ".term",
|
|
323
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst: BaseTerm[];
|
|
357
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "wholeProteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { ...; }; } & { ...; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { ...; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
324
358
|
value: input3.term
|
|
325
359
|
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
326
360
|
path: _path2 + ".filter",
|
|
@@ -787,11 +821,11 @@ var validPercentileRequest = (input) => {
|
|
|
787
821
|
value: input3.isnot
|
|
788
822
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
789
823
|
path: _path2 + ".term",
|
|
790
|
-
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
824
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
791
825
|
value: input3.term
|
|
792
826
|
})) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
793
827
|
path: _path2 + ".term",
|
|
794
|
-
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
828
|
+
expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
795
829
|
value: input3.term
|
|
796
830
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
797
831
|
path: _path2 + ".ranges",
|
|
@@ -817,7 +851,7 @@ var validPercentileRequest = (input) => {
|
|
|
817
851
|
path: _path2 + ".values[" + _index12 + "]",
|
|
818
852
|
expected: "__type.o4",
|
|
819
853
|
value: elem
|
|
820
|
-
})) && $
|
|
854
|
+
})) && $vo32(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
821
855
|
path: _path2 + ".values[" + _index12 + "]",
|
|
822
856
|
expected: "__type.o4",
|
|
823
857
|
value: elem
|
|
@@ -1402,9 +1436,9 @@ var validPercentileRequest = (input) => {
|
|
|
1402
1436
|
path: _path2 + ".name",
|
|
1403
1437
|
expected: "string",
|
|
1404
1438
|
value: input3.name
|
|
1405
|
-
}), "
|
|
1439
|
+
}), "wholeProteomeAbundance" === input3.type || $report(_exceptionable2, {
|
|
1406
1440
|
path: _path2 + ".type",
|
|
1407
|
-
expected: '"
|
|
1441
|
+
expected: '"wholeProteomeAbundance"',
|
|
1408
1442
|
value: input3.type
|
|
1409
1443
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1410
1444
|
path: _path2 + ".child_types",
|
|
@@ -1470,6 +1504,10 @@ var validPercentileRequest = (input) => {
|
|
|
1470
1504
|
path: _path2 + ".unit",
|
|
1471
1505
|
expected: "(string | undefined)",
|
|
1472
1506
|
value: input3.unit
|
|
1507
|
+
}), "string" === typeof input3.protein || $report(_exceptionable2, {
|
|
1508
|
+
path: _path2 + ".protein",
|
|
1509
|
+
expected: "string",
|
|
1510
|
+
value: input3.protein
|
|
1473
1511
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1474
1512
|
path: _path2 + ".bins",
|
|
1475
1513
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -1487,9 +1525,9 @@ var validPercentileRequest = (input) => {
|
|
|
1487
1525
|
path: _path2 + ".name",
|
|
1488
1526
|
expected: "string",
|
|
1489
1527
|
value: input3.name
|
|
1490
|
-
}), "
|
|
1528
|
+
}), "date" === input3.type || $report(_exceptionable2, {
|
|
1491
1529
|
path: _path2 + ".type",
|
|
1492
|
-
expected: '"
|
|
1530
|
+
expected: '"date"',
|
|
1493
1531
|
value: input3.type
|
|
1494
1532
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1495
1533
|
path: _path2 + ".child_types",
|
|
@@ -1555,18 +1593,6 @@ var validPercentileRequest = (input) => {
|
|
|
1555
1593
|
path: _path2 + ".unit",
|
|
1556
1594
|
expected: "(string | undefined)",
|
|
1557
1595
|
value: input3.unit
|
|
1558
|
-
}), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1559
|
-
path: _path2 + ".genes",
|
|
1560
|
-
expected: "(Array<string> | undefined)",
|
|
1561
|
-
value: input3.genes
|
|
1562
|
-
})) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1563
|
-
path: _path2 + ".genes[" + _index24 + "]",
|
|
1564
|
-
expected: "string",
|
|
1565
|
-
value: elem
|
|
1566
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1567
|
-
path: _path2 + ".genes",
|
|
1568
|
-
expected: "(Array<string> | undefined)",
|
|
1569
|
-
value: input3.genes
|
|
1570
1596
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1571
1597
|
path: _path2 + ".bins",
|
|
1572
1598
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -1576,69 +1602,7 @@ var validPercentileRequest = (input) => {
|
|
|
1576
1602
|
expected: "(PresetNumericBins | undefined)",
|
|
1577
1603
|
value: input3.bins
|
|
1578
1604
|
})].every((flag) => flag);
|
|
1579
|
-
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
1580
|
-
path: _path2 + ".key",
|
|
1581
|
-
expected: "string",
|
|
1582
|
-
value: input3.key
|
|
1583
|
-
}), "number" === typeof input3.value || $report(_exceptionable2, {
|
|
1584
|
-
path: _path2 + ".value",
|
|
1585
|
-
expected: "number",
|
|
1586
|
-
value: input3.value
|
|
1587
|
-
}), true === input3.uncomputable || $report(_exceptionable2, {
|
|
1588
|
-
path: _path2 + ".uncomputable",
|
|
1589
|
-
expected: "true",
|
|
1590
|
-
value: input3.uncomputable
|
|
1591
|
-
}), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
|
|
1592
|
-
path: _path2 + ".label",
|
|
1593
|
-
expected: "(string | undefined)",
|
|
1594
|
-
value: input3.label
|
|
1595
|
-
})].every((flag) => flag);
|
|
1596
|
-
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1597
|
-
path: _path2 + ".join",
|
|
1598
|
-
expected: "(string | undefined)",
|
|
1599
|
-
value: input3.join
|
|
1600
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1601
|
-
path: _path2 + ".isnot",
|
|
1602
|
-
expected: "(boolean | undefined)",
|
|
1603
|
-
value: input3.isnot
|
|
1604
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1605
|
-
path: _path2 + ".term",
|
|
1606
|
-
expected: "ConditionTerm",
|
|
1607
|
-
value: input3.term
|
|
1608
|
-
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1609
|
-
path: _path2 + ".term",
|
|
1610
|
-
expected: "ConditionTerm",
|
|
1611
|
-
value: input3.term
|
|
1612
|
-
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
1613
|
-
path: _path2 + ".value_by_max_grade",
|
|
1614
|
-
expected: "(boolean | undefined)",
|
|
1615
|
-
value: input3.value_by_max_grade
|
|
1616
|
-
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
1617
|
-
path: _path2 + ".value_by_most_recent",
|
|
1618
|
-
expected: "(boolean | undefined)",
|
|
1619
|
-
value: input3.value_by_most_recent
|
|
1620
|
-
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
1621
|
-
path: _path2 + ".value_by_computable_grade",
|
|
1622
|
-
expected: "(boolean | undefined)",
|
|
1623
|
-
value: input3.value_by_computable_grade
|
|
1624
|
-
}), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
|
|
1625
|
-
path: _path2 + ".grade_and_child",
|
|
1626
|
-
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1627
|
-
value: input3.grade_and_child
|
|
1628
|
-
})) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1629
|
-
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
1630
|
-
expected: "GradeAndChildEntry",
|
|
1631
|
-
value: elem
|
|
1632
|
-
})) && $vo31(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1633
|
-
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
1634
|
-
expected: "GradeAndChildEntry",
|
|
1635
|
-
value: elem
|
|
1636
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1637
|
-
path: _path2 + ".grade_and_child",
|
|
1638
|
-
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1639
|
-
value: input3.grade_and_child
|
|
1640
|
-
})].every((flag) => flag);
|
|
1641
|
-
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1605
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1642
1606
|
path: _path2 + ".id",
|
|
1643
1607
|
expected: "string",
|
|
1644
1608
|
value: input3.id
|
|
@@ -1646,16 +1610,16 @@ var validPercentileRequest = (input) => {
|
|
|
1646
1610
|
path: _path2 + ".name",
|
|
1647
1611
|
expected: "string",
|
|
1648
1612
|
value: input3.name
|
|
1649
|
-
}), "
|
|
1613
|
+
}), "ssGSEA" === input3.type || $report(_exceptionable2, {
|
|
1650
1614
|
path: _path2 + ".type",
|
|
1651
|
-
expected: '"
|
|
1615
|
+
expected: '"ssGSEA"',
|
|
1652
1616
|
value: input3.type
|
|
1653
1617
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1654
1618
|
path: _path2 + ".child_types",
|
|
1655
1619
|
expected: "(Array<string> | undefined)",
|
|
1656
1620
|
value: input3.child_types
|
|
1657
|
-
})) && input3.child_types.map((elem,
|
|
1658
|
-
path: _path2 + ".child_types[" +
|
|
1621
|
+
})) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1622
|
+
path: _path2 + ".child_types[" + _index24 + "]",
|
|
1659
1623
|
expected: "string",
|
|
1660
1624
|
value: elem
|
|
1661
1625
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1670,8 +1634,8 @@ var validPercentileRequest = (input) => {
|
|
|
1670
1634
|
path: _path2 + ".included_types",
|
|
1671
1635
|
expected: "(Array<string> | undefined)",
|
|
1672
1636
|
value: input3.included_types
|
|
1673
|
-
})) && input3.included_types.map((elem,
|
|
1674
|
-
path: _path2 + ".included_types[" +
|
|
1637
|
+
})) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1638
|
+
path: _path2 + ".included_types[" + _index25 + "]",
|
|
1675
1639
|
expected: "string",
|
|
1676
1640
|
value: elem
|
|
1677
1641
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1702,115 +1666,40 @@ var validPercentileRequest = (input) => {
|
|
|
1702
1666
|
path: _path2 + ".valueConversion",
|
|
1703
1667
|
expected: "(__type.o1 | undefined)",
|
|
1704
1668
|
value: input3.valueConversion
|
|
1705
|
-
})
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
path: _path2 + ".child_id",
|
|
1669
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1670
|
+
path: _path2 + ".continuousColorScale",
|
|
1671
|
+
expected: "(__type.o3 | undefined)",
|
|
1672
|
+
value: input3.continuousColorScale
|
|
1673
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1674
|
+
path: _path2 + ".continuousColorScale",
|
|
1675
|
+
expected: "(__type.o3 | undefined)",
|
|
1676
|
+
value: input3.continuousColorScale
|
|
1677
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1678
|
+
path: _path2 + ".unit",
|
|
1716
1679
|
expected: "(string | undefined)",
|
|
1717
|
-
value: input3.
|
|
1718
|
-
}),
|
|
1719
|
-
path: _path2 + ".
|
|
1680
|
+
value: input3.unit
|
|
1681
|
+
}), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1682
|
+
path: _path2 + ".genes",
|
|
1683
|
+
expected: "(Array<string> | undefined)",
|
|
1684
|
+
value: input3.genes
|
|
1685
|
+
})) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1686
|
+
path: _path2 + ".genes[" + _index26 + "]",
|
|
1720
1687
|
expected: "string",
|
|
1721
|
-
value: input3.child_label
|
|
1722
|
-
})].every((flag) => flag);
|
|
1723
|
-
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1724
|
-
path: _path2 + ".join",
|
|
1725
|
-
expected: "(string | undefined)",
|
|
1726
|
-
value: input3.join
|
|
1727
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1728
|
-
path: _path2 + ".isnot",
|
|
1729
|
-
expected: "(boolean | undefined)",
|
|
1730
|
-
value: input3.isnot
|
|
1731
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1732
|
-
path: _path2 + ".term",
|
|
1733
|
-
expected: "DtTerm",
|
|
1734
|
-
value: input3.term
|
|
1735
|
-
})) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1736
|
-
path: _path2 + ".term",
|
|
1737
|
-
expected: "DtTerm",
|
|
1738
|
-
value: input3.term
|
|
1739
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1740
|
-
path: _path2 + ".values",
|
|
1741
|
-
expected: "Array<__type>.o2",
|
|
1742
|
-
value: input3.values
|
|
1743
|
-
})) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1744
|
-
path: _path2 + ".values[" + _index28 + "]",
|
|
1745
|
-
expected: "__type.o5",
|
|
1746
|
-
value: elem
|
|
1747
|
-
})) && $vo38(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1748
|
-
path: _path2 + ".values[" + _index28 + "]",
|
|
1749
|
-
expected: "__type.o5",
|
|
1750
1688
|
value: elem
|
|
1751
1689
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1752
|
-
path: _path2 + ".
|
|
1753
|
-
expected: "Array<
|
|
1754
|
-
value: input3.
|
|
1755
|
-
}), void 0 === input3.
|
|
1756
|
-
path: _path2 + ".
|
|
1757
|
-
expected: "(
|
|
1758
|
-
value: input3.
|
|
1759
|
-
})
|
|
1760
|
-
path: _path2 + ".
|
|
1761
|
-
expected: "(
|
|
1762
|
-
value: input3.
|
|
1763
|
-
})].every((flag) => flag);
|
|
1764
|
-
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1765
|
-
path: _path2 + ".id",
|
|
1766
|
-
expected: "string",
|
|
1767
|
-
value: input3.id
|
|
1768
|
-
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
1769
|
-
path: _path2 + ".query",
|
|
1770
|
-
expected: "string",
|
|
1771
|
-
value: input3.query
|
|
1772
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1773
|
-
path: _path2 + ".name",
|
|
1774
|
-
expected: "string",
|
|
1775
|
-
value: input3.name
|
|
1776
|
-
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
1777
|
-
path: _path2 + ".name_noOrigin",
|
|
1778
|
-
expected: "string",
|
|
1779
|
-
value: input3.name_noOrigin
|
|
1780
|
-
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
1781
|
-
path: _path2 + ".parentTerm",
|
|
1782
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1783
|
-
value: input3.parentTerm
|
|
1784
|
-
})) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1785
|
-
path: _path2 + ".parentTerm",
|
|
1786
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1787
|
-
value: input3.parentTerm
|
|
1788
|
-
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1789
|
-
path: _path2 + ".isleaf",
|
|
1790
|
-
expected: "boolean",
|
|
1791
|
-
value: input3.isleaf
|
|
1792
|
-
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
1793
|
-
path: _path2 + ".type",
|
|
1794
|
-
expected: "string",
|
|
1795
|
-
value: input3.type
|
|
1796
|
-
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
1797
|
-
path: _path2 + ".dt",
|
|
1798
|
-
expected: "number",
|
|
1799
|
-
value: input3.dt
|
|
1800
|
-
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
1801
|
-
path: _path2 + ".origin",
|
|
1802
|
-
expected: "(string | undefined)",
|
|
1803
|
-
value: input3.origin
|
|
1804
|
-
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1805
|
-
path: _path2 + ".values",
|
|
1806
|
-
expected: "TermValues",
|
|
1807
|
-
value: input3.values
|
|
1808
|
-
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1809
|
-
path: _path2 + ".values",
|
|
1810
|
-
expected: "TermValues",
|
|
1811
|
-
value: input3.values
|
|
1690
|
+
path: _path2 + ".genes",
|
|
1691
|
+
expected: "(Array<string> | undefined)",
|
|
1692
|
+
value: input3.genes
|
|
1693
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1694
|
+
path: _path2 + ".bins",
|
|
1695
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1696
|
+
value: input3.bins
|
|
1697
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1698
|
+
path: _path2 + ".bins",
|
|
1699
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1700
|
+
value: input3.bins
|
|
1812
1701
|
})].every((flag) => flag);
|
|
1813
|
-
const $
|
|
1702
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1814
1703
|
path: _path2 + ".id",
|
|
1815
1704
|
expected: "string",
|
|
1816
1705
|
value: input3.id
|
|
@@ -1818,16 +1707,16 @@ var validPercentileRequest = (input) => {
|
|
|
1818
1707
|
path: _path2 + ".name",
|
|
1819
1708
|
expected: "string",
|
|
1820
1709
|
value: input3.name
|
|
1821
|
-
}), "
|
|
1710
|
+
}), "dnaMethylation" === input3.type || $report(_exceptionable2, {
|
|
1822
1711
|
path: _path2 + ".type",
|
|
1823
|
-
expected: '"
|
|
1712
|
+
expected: '"dnaMethylation"',
|
|
1824
1713
|
value: input3.type
|
|
1825
1714
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1826
1715
|
path: _path2 + ".child_types",
|
|
1827
1716
|
expected: "(Array<string> | undefined)",
|
|
1828
1717
|
value: input3.child_types
|
|
1829
|
-
})) && input3.child_types.map((elem,
|
|
1830
|
-
path: _path2 + ".child_types[" +
|
|
1718
|
+
})) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1719
|
+
path: _path2 + ".child_types[" + _index27 + "]",
|
|
1831
1720
|
expected: "string",
|
|
1832
1721
|
value: elem
|
|
1833
1722
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1842,8 +1731,8 @@ var validPercentileRequest = (input) => {
|
|
|
1842
1731
|
path: _path2 + ".included_types",
|
|
1843
1732
|
expected: "(Array<string> | undefined)",
|
|
1844
1733
|
value: input3.included_types
|
|
1845
|
-
})) && input3.included_types.map((elem,
|
|
1846
|
-
path: _path2 + ".included_types[" +
|
|
1734
|
+
})) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1735
|
+
path: _path2 + ".included_types[" + _index28 + "]",
|
|
1847
1736
|
expected: "string",
|
|
1848
1737
|
value: elem
|
|
1849
1738
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1874,36 +1763,585 @@ var validPercentileRequest = (input) => {
|
|
|
1874
1763
|
path: _path2 + ".valueConversion",
|
|
1875
1764
|
expected: "(__type.o1 | undefined)",
|
|
1876
1765
|
value: input3.valueConversion
|
|
1877
|
-
}), "
|
|
1878
|
-
path: _path2 + ".
|
|
1879
|
-
expected:
|
|
1880
|
-
value: input3.
|
|
1881
|
-
}), "
|
|
1882
|
-
path: _path2 + ".
|
|
1883
|
-
expected: "
|
|
1884
|
-
value: input3.
|
|
1885
|
-
}), void 0 === input3.
|
|
1886
|
-
path: _path2 + ".
|
|
1766
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1767
|
+
path: _path2 + ".continuousColorScale",
|
|
1768
|
+
expected: "(__type.o3 | undefined)",
|
|
1769
|
+
value: input3.continuousColorScale
|
|
1770
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1771
|
+
path: _path2 + ".continuousColorScale",
|
|
1772
|
+
expected: "(__type.o3 | undefined)",
|
|
1773
|
+
value: input3.continuousColorScale
|
|
1774
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1775
|
+
path: _path2 + ".unit",
|
|
1887
1776
|
expected: "(string | undefined)",
|
|
1777
|
+
value: input3.unit
|
|
1778
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1779
|
+
path: _path2 + ".chr",
|
|
1780
|
+
expected: "string",
|
|
1888
1781
|
value: input3.chr
|
|
1889
|
-
}),
|
|
1782
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1890
1783
|
path: _path2 + ".start",
|
|
1891
|
-
expected: "
|
|
1784
|
+
expected: "number",
|
|
1892
1785
|
value: input3.start
|
|
1893
|
-
}),
|
|
1786
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1894
1787
|
path: _path2 + ".stop",
|
|
1895
|
-
expected: "
|
|
1788
|
+
expected: "number",
|
|
1896
1789
|
value: input3.stop
|
|
1897
|
-
}),
|
|
1898
|
-
path: _path2 + ".
|
|
1899
|
-
expected: "
|
|
1790
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1791
|
+
path: _path2 + ".bins",
|
|
1792
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1793
|
+
value: input3.bins
|
|
1794
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1795
|
+
path: _path2 + ".bins",
|
|
1796
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1797
|
+
value: input3.bins
|
|
1798
|
+
})].every((flag) => flag);
|
|
1799
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1800
|
+
path: _path2 + ".id",
|
|
1801
|
+
expected: "string",
|
|
1802
|
+
value: input3.id
|
|
1803
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1804
|
+
path: _path2 + ".name",
|
|
1805
|
+
expected: "string",
|
|
1806
|
+
value: input3.name
|
|
1807
|
+
}), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
|
|
1808
|
+
path: _path2 + ".type",
|
|
1809
|
+
expected: '"singleCellGeneExpression"',
|
|
1810
|
+
value: input3.type
|
|
1811
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1812
|
+
path: _path2 + ".child_types",
|
|
1813
|
+
expected: "(Array<string> | undefined)",
|
|
1814
|
+
value: input3.child_types
|
|
1815
|
+
})) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1816
|
+
path: _path2 + ".child_types[" + _index29 + "]",
|
|
1817
|
+
expected: "string",
|
|
1818
|
+
value: elem
|
|
1819
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1820
|
+
path: _path2 + ".child_types",
|
|
1821
|
+
expected: "(Array<string> | undefined)",
|
|
1822
|
+
value: input3.child_types
|
|
1823
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1824
|
+
path: _path2 + ".hashtmldetail",
|
|
1825
|
+
expected: "(boolean | undefined)",
|
|
1826
|
+
value: input3.hashtmldetail
|
|
1827
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1828
|
+
path: _path2 + ".included_types",
|
|
1829
|
+
expected: "(Array<string> | undefined)",
|
|
1830
|
+
value: input3.included_types
|
|
1831
|
+
})) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1832
|
+
path: _path2 + ".included_types[" + _index30 + "]",
|
|
1833
|
+
expected: "string",
|
|
1834
|
+
value: elem
|
|
1835
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1836
|
+
path: _path2 + ".included_types",
|
|
1837
|
+
expected: "(Array<string> | undefined)",
|
|
1838
|
+
value: input3.included_types
|
|
1839
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1840
|
+
path: _path2 + ".isleaf",
|
|
1841
|
+
expected: "(boolean | undefined)",
|
|
1842
|
+
value: input3.isleaf
|
|
1843
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1844
|
+
path: _path2 + ".values",
|
|
1845
|
+
expected: "(TermValues | undefined)",
|
|
1846
|
+
value: input3.values
|
|
1847
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1848
|
+
path: _path2 + ".values",
|
|
1849
|
+
expected: "(TermValues | undefined)",
|
|
1850
|
+
value: input3.values
|
|
1851
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1852
|
+
path: _path2 + ".skipValuesBuild",
|
|
1853
|
+
expected: "(boolean | undefined)",
|
|
1854
|
+
value: input3.skipValuesBuild
|
|
1855
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1856
|
+
path: _path2 + ".valueConversion",
|
|
1857
|
+
expected: "(__type.o1 | undefined)",
|
|
1858
|
+
value: input3.valueConversion
|
|
1859
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1860
|
+
path: _path2 + ".valueConversion",
|
|
1861
|
+
expected: "(__type.o1 | undefined)",
|
|
1862
|
+
value: input3.valueConversion
|
|
1863
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1864
|
+
path: _path2 + ".continuousColorScale",
|
|
1865
|
+
expected: "(__type.o3 | undefined)",
|
|
1866
|
+
value: input3.continuousColorScale
|
|
1867
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1868
|
+
path: _path2 + ".continuousColorScale",
|
|
1869
|
+
expected: "(__type.o3 | undefined)",
|
|
1870
|
+
value: input3.continuousColorScale
|
|
1871
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1872
|
+
path: _path2 + ".unit",
|
|
1873
|
+
expected: "(string | undefined)",
|
|
1874
|
+
value: input3.unit
|
|
1875
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1876
|
+
path: _path2 + ".gene",
|
|
1877
|
+
expected: "string",
|
|
1878
|
+
value: input3.gene
|
|
1879
|
+
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
1880
|
+
path: _path2 + ".sample",
|
|
1881
|
+
expected: "string",
|
|
1882
|
+
value: input3.sample
|
|
1883
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1884
|
+
path: _path2 + ".bins",
|
|
1885
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1886
|
+
value: input3.bins
|
|
1887
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1888
|
+
path: _path2 + ".bins",
|
|
1889
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1890
|
+
value: input3.bins
|
|
1891
|
+
}), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
|
|
1892
|
+
path: _path2 + ".kind",
|
|
1893
|
+
expected: '("gene" | undefined)',
|
|
1894
|
+
value: input3.kind
|
|
1895
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1896
|
+
path: _path2 + ".chr",
|
|
1897
|
+
expected: "(string | undefined)",
|
|
1898
|
+
value: input3.chr
|
|
1899
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1900
|
+
path: _path2 + ".start",
|
|
1901
|
+
expected: "(number | undefined)",
|
|
1902
|
+
value: input3.start
|
|
1903
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1904
|
+
path: _path2 + ".stop",
|
|
1905
|
+
expected: "(number | undefined)",
|
|
1906
|
+
value: input3.stop
|
|
1907
|
+
})].every((flag) => flag);
|
|
1908
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1909
|
+
path: _path2 + ".id",
|
|
1910
|
+
expected: "string",
|
|
1911
|
+
value: input3.id
|
|
1912
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1913
|
+
path: _path2 + ".name",
|
|
1914
|
+
expected: "string",
|
|
1915
|
+
value: input3.name
|
|
1916
|
+
}), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
|
|
1917
|
+
path: _path2 + ".type",
|
|
1918
|
+
expected: '"singleCellGeneExpression"',
|
|
1919
|
+
value: input3.type
|
|
1920
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1921
|
+
path: _path2 + ".child_types",
|
|
1922
|
+
expected: "(Array<string> | undefined)",
|
|
1923
|
+
value: input3.child_types
|
|
1924
|
+
})) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1925
|
+
path: _path2 + ".child_types[" + _index31 + "]",
|
|
1926
|
+
expected: "string",
|
|
1927
|
+
value: elem
|
|
1928
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1929
|
+
path: _path2 + ".child_types",
|
|
1930
|
+
expected: "(Array<string> | undefined)",
|
|
1931
|
+
value: input3.child_types
|
|
1932
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1933
|
+
path: _path2 + ".hashtmldetail",
|
|
1934
|
+
expected: "(boolean | undefined)",
|
|
1935
|
+
value: input3.hashtmldetail
|
|
1936
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1937
|
+
path: _path2 + ".included_types",
|
|
1938
|
+
expected: "(Array<string> | undefined)",
|
|
1939
|
+
value: input3.included_types
|
|
1940
|
+
})) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1941
|
+
path: _path2 + ".included_types[" + _index32 + "]",
|
|
1942
|
+
expected: "string",
|
|
1943
|
+
value: elem
|
|
1944
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1945
|
+
path: _path2 + ".included_types",
|
|
1946
|
+
expected: "(Array<string> | undefined)",
|
|
1947
|
+
value: input3.included_types
|
|
1948
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1949
|
+
path: _path2 + ".isleaf",
|
|
1950
|
+
expected: "(boolean | undefined)",
|
|
1951
|
+
value: input3.isleaf
|
|
1952
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1953
|
+
path: _path2 + ".values",
|
|
1954
|
+
expected: "(TermValues | undefined)",
|
|
1955
|
+
value: input3.values
|
|
1956
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1957
|
+
path: _path2 + ".values",
|
|
1958
|
+
expected: "(TermValues | undefined)",
|
|
1959
|
+
value: input3.values
|
|
1960
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1961
|
+
path: _path2 + ".skipValuesBuild",
|
|
1962
|
+
expected: "(boolean | undefined)",
|
|
1963
|
+
value: input3.skipValuesBuild
|
|
1964
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1965
|
+
path: _path2 + ".valueConversion",
|
|
1966
|
+
expected: "(__type.o1 | undefined)",
|
|
1967
|
+
value: input3.valueConversion
|
|
1968
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1969
|
+
path: _path2 + ".valueConversion",
|
|
1970
|
+
expected: "(__type.o1 | undefined)",
|
|
1971
|
+
value: input3.valueConversion
|
|
1972
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1973
|
+
path: _path2 + ".continuousColorScale",
|
|
1974
|
+
expected: "(__type.o3 | undefined)",
|
|
1975
|
+
value: input3.continuousColorScale
|
|
1976
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1977
|
+
path: _path2 + ".continuousColorScale",
|
|
1978
|
+
expected: "(__type.o3 | undefined)",
|
|
1979
|
+
value: input3.continuousColorScale
|
|
1980
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1981
|
+
path: _path2 + ".unit",
|
|
1982
|
+
expected: "(string | undefined)",
|
|
1983
|
+
value: input3.unit
|
|
1984
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1985
|
+
path: _path2 + ".gene",
|
|
1986
|
+
expected: "string",
|
|
1987
|
+
value: input3.gene
|
|
1988
|
+
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
1989
|
+
path: _path2 + ".sample",
|
|
1990
|
+
expected: "string",
|
|
1991
|
+
value: input3.sample
|
|
1992
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1993
|
+
path: _path2 + ".bins",
|
|
1994
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1995
|
+
value: input3.bins
|
|
1996
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1997
|
+
path: _path2 + ".bins",
|
|
1998
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1999
|
+
value: input3.bins
|
|
2000
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
2001
|
+
path: _path2 + ".kind",
|
|
2002
|
+
expected: '("coord" | undefined)',
|
|
2003
|
+
value: input3.kind
|
|
2004
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2005
|
+
path: _path2 + ".chr",
|
|
2006
|
+
expected: "string",
|
|
2007
|
+
value: input3.chr
|
|
2008
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2009
|
+
path: _path2 + ".start",
|
|
2010
|
+
expected: "number",
|
|
2011
|
+
value: input3.start
|
|
2012
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2013
|
+
path: _path2 + ".stop",
|
|
2014
|
+
expected: "number",
|
|
2015
|
+
value: input3.stop
|
|
2016
|
+
})].every((flag) => flag);
|
|
2017
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2018
|
+
path: _path2 + ".key",
|
|
2019
|
+
expected: "string",
|
|
2020
|
+
value: input3.key
|
|
2021
|
+
}), "number" === typeof input3.value || $report(_exceptionable2, {
|
|
2022
|
+
path: _path2 + ".value",
|
|
2023
|
+
expected: "number",
|
|
2024
|
+
value: input3.value
|
|
2025
|
+
}), true === input3.uncomputable || $report(_exceptionable2, {
|
|
2026
|
+
path: _path2 + ".uncomputable",
|
|
2027
|
+
expected: "true",
|
|
2028
|
+
value: input3.uncomputable
|
|
2029
|
+
}), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
|
|
2030
|
+
path: _path2 + ".label",
|
|
2031
|
+
expected: "(string | undefined)",
|
|
2032
|
+
value: input3.label
|
|
2033
|
+
})].every((flag) => flag);
|
|
2034
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2035
|
+
path: _path2 + ".join",
|
|
2036
|
+
expected: "(string | undefined)",
|
|
2037
|
+
value: input3.join
|
|
2038
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
2039
|
+
path: _path2 + ".isnot",
|
|
2040
|
+
expected: "(boolean | undefined)",
|
|
2041
|
+
value: input3.isnot
|
|
2042
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2043
|
+
path: _path2 + ".term",
|
|
2044
|
+
expected: "ConditionTerm",
|
|
2045
|
+
value: input3.term
|
|
2046
|
+
})) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2047
|
+
path: _path2 + ".term",
|
|
2048
|
+
expected: "ConditionTerm",
|
|
2049
|
+
value: input3.term
|
|
2050
|
+
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
2051
|
+
path: _path2 + ".value_by_max_grade",
|
|
2052
|
+
expected: "(boolean | undefined)",
|
|
2053
|
+
value: input3.value_by_max_grade
|
|
2054
|
+
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
2055
|
+
path: _path2 + ".value_by_most_recent",
|
|
2056
|
+
expected: "(boolean | undefined)",
|
|
2057
|
+
value: input3.value_by_most_recent
|
|
2058
|
+
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
2059
|
+
path: _path2 + ".value_by_computable_grade",
|
|
2060
|
+
expected: "(boolean | undefined)",
|
|
2061
|
+
value: input3.value_by_computable_grade
|
|
2062
|
+
}), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
|
|
2063
|
+
path: _path2 + ".grade_and_child",
|
|
2064
|
+
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2065
|
+
value: input3.grade_and_child
|
|
2066
|
+
})) && input3.grade_and_child.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2067
|
+
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2068
|
+
expected: "GradeAndChildEntry",
|
|
2069
|
+
value: elem
|
|
2070
|
+
})) && $vo35(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2071
|
+
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2072
|
+
expected: "GradeAndChildEntry",
|
|
2073
|
+
value: elem
|
|
2074
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2075
|
+
path: _path2 + ".grade_and_child",
|
|
2076
|
+
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2077
|
+
value: input3.grade_and_child
|
|
2078
|
+
})].every((flag) => flag);
|
|
2079
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2080
|
+
path: _path2 + ".id",
|
|
2081
|
+
expected: "string",
|
|
2082
|
+
value: input3.id
|
|
2083
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2084
|
+
path: _path2 + ".name",
|
|
2085
|
+
expected: "string",
|
|
2086
|
+
value: input3.name
|
|
2087
|
+
}), "condition" === input3.type || $report(_exceptionable2, {
|
|
2088
|
+
path: _path2 + ".type",
|
|
2089
|
+
expected: '"condition"',
|
|
2090
|
+
value: input3.type
|
|
2091
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2092
|
+
path: _path2 + ".child_types",
|
|
2093
|
+
expected: "(Array<string> | undefined)",
|
|
2094
|
+
value: input3.child_types
|
|
2095
|
+
})) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2096
|
+
path: _path2 + ".child_types[" + _index34 + "]",
|
|
2097
|
+
expected: "string",
|
|
2098
|
+
value: elem
|
|
2099
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2100
|
+
path: _path2 + ".child_types",
|
|
2101
|
+
expected: "(Array<string> | undefined)",
|
|
2102
|
+
value: input3.child_types
|
|
2103
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2104
|
+
path: _path2 + ".hashtmldetail",
|
|
2105
|
+
expected: "(boolean | undefined)",
|
|
2106
|
+
value: input3.hashtmldetail
|
|
2107
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2108
|
+
path: _path2 + ".included_types",
|
|
2109
|
+
expected: "(Array<string> | undefined)",
|
|
2110
|
+
value: input3.included_types
|
|
2111
|
+
})) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2112
|
+
path: _path2 + ".included_types[" + _index35 + "]",
|
|
2113
|
+
expected: "string",
|
|
2114
|
+
value: elem
|
|
2115
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2116
|
+
path: _path2 + ".included_types",
|
|
2117
|
+
expected: "(Array<string> | undefined)",
|
|
2118
|
+
value: input3.included_types
|
|
2119
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2120
|
+
path: _path2 + ".isleaf",
|
|
2121
|
+
expected: "(boolean | undefined)",
|
|
2122
|
+
value: input3.isleaf
|
|
2123
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2124
|
+
path: _path2 + ".values",
|
|
2125
|
+
expected: "(TermValues | undefined)",
|
|
2126
|
+
value: input3.values
|
|
2127
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2128
|
+
path: _path2 + ".values",
|
|
2129
|
+
expected: "(TermValues | undefined)",
|
|
2130
|
+
value: input3.values
|
|
2131
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2132
|
+
path: _path2 + ".skipValuesBuild",
|
|
2133
|
+
expected: "(boolean | undefined)",
|
|
2134
|
+
value: input3.skipValuesBuild
|
|
2135
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2136
|
+
path: _path2 + ".valueConversion",
|
|
2137
|
+
expected: "(__type.o1 | undefined)",
|
|
2138
|
+
value: input3.valueConversion
|
|
2139
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2140
|
+
path: _path2 + ".valueConversion",
|
|
2141
|
+
expected: "(__type.o1 | undefined)",
|
|
2142
|
+
value: input3.valueConversion
|
|
2143
|
+
})].every((flag) => flag);
|
|
2144
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2145
|
+
path: _path2 + ".grade",
|
|
2146
|
+
expected: "number",
|
|
2147
|
+
value: input3.grade
|
|
2148
|
+
}), "string" === typeof input3.grade_label || $report(_exceptionable2, {
|
|
2149
|
+
path: _path2 + ".grade_label",
|
|
2150
|
+
expected: "string",
|
|
2151
|
+
value: input3.grade_label
|
|
2152
|
+
}), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
|
|
2153
|
+
path: _path2 + ".child_id",
|
|
2154
|
+
expected: "(string | undefined)",
|
|
2155
|
+
value: input3.child_id
|
|
2156
|
+
}), "string" === typeof input3.child_label || $report(_exceptionable2, {
|
|
2157
|
+
path: _path2 + ".child_label",
|
|
2158
|
+
expected: "string",
|
|
2159
|
+
value: input3.child_label
|
|
2160
|
+
})].every((flag) => flag);
|
|
2161
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2162
|
+
path: _path2 + ".join",
|
|
2163
|
+
expected: "(string | undefined)",
|
|
2164
|
+
value: input3.join
|
|
2165
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
2166
|
+
path: _path2 + ".isnot",
|
|
2167
|
+
expected: "(boolean | undefined)",
|
|
2168
|
+
value: input3.isnot
|
|
2169
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2170
|
+
path: _path2 + ".term",
|
|
2171
|
+
expected: "DtTerm",
|
|
2172
|
+
value: input3.term
|
|
2173
|
+
})) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2174
|
+
path: _path2 + ".term",
|
|
2175
|
+
expected: "DtTerm",
|
|
2176
|
+
value: input3.term
|
|
2177
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2178
|
+
path: _path2 + ".values",
|
|
2179
|
+
expected: "Array<__type>.o2",
|
|
2180
|
+
value: input3.values
|
|
2181
|
+
})) && input3.values.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2182
|
+
path: _path2 + ".values[" + _index36 + "]",
|
|
2183
|
+
expected: "__type.o5",
|
|
2184
|
+
value: elem
|
|
2185
|
+
})) && $vo42(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2186
|
+
path: _path2 + ".values[" + _index36 + "]",
|
|
2187
|
+
expected: "__type.o5",
|
|
2188
|
+
value: elem
|
|
2189
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2190
|
+
path: _path2 + ".values",
|
|
2191
|
+
expected: "Array<__type>.o2",
|
|
2192
|
+
value: input3.values
|
|
2193
|
+
}), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
|
|
2194
|
+
path: _path2 + ".includeNotTested",
|
|
2195
|
+
expected: "(boolean | undefined)",
|
|
2196
|
+
value: input3.includeNotTested
|
|
2197
|
+
}), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
|
|
2198
|
+
path: _path2 + ".excludeGeneName",
|
|
2199
|
+
expected: "(boolean | undefined)",
|
|
2200
|
+
value: input3.excludeGeneName
|
|
2201
|
+
})].every((flag) => flag);
|
|
2202
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2203
|
+
path: _path2 + ".id",
|
|
2204
|
+
expected: "string",
|
|
2205
|
+
value: input3.id
|
|
2206
|
+
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
2207
|
+
path: _path2 + ".query",
|
|
2208
|
+
expected: "string",
|
|
2209
|
+
value: input3.query
|
|
2210
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2211
|
+
path: _path2 + ".name",
|
|
2212
|
+
expected: "string",
|
|
2213
|
+
value: input3.name
|
|
2214
|
+
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
2215
|
+
path: _path2 + ".name_noOrigin",
|
|
2216
|
+
expected: "string",
|
|
2217
|
+
value: input3.name_noOrigin
|
|
2218
|
+
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
2219
|
+
path: _path2 + ".parentTerm",
|
|
2220
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
2221
|
+
value: input3.parentTerm
|
|
2222
|
+
})) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
2223
|
+
path: _path2 + ".parentTerm",
|
|
2224
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
2225
|
+
value: input3.parentTerm
|
|
2226
|
+
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2227
|
+
path: _path2 + ".isleaf",
|
|
2228
|
+
expected: "boolean",
|
|
2229
|
+
value: input3.isleaf
|
|
2230
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2231
|
+
path: _path2 + ".type",
|
|
2232
|
+
expected: "string",
|
|
2233
|
+
value: input3.type
|
|
2234
|
+
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
2235
|
+
path: _path2 + ".dt",
|
|
2236
|
+
expected: "number",
|
|
2237
|
+
value: input3.dt
|
|
2238
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
2239
|
+
path: _path2 + ".origin",
|
|
2240
|
+
expected: "(string | undefined)",
|
|
2241
|
+
value: input3.origin
|
|
2242
|
+
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2243
|
+
path: _path2 + ".values",
|
|
2244
|
+
expected: "TermValues",
|
|
2245
|
+
value: input3.values
|
|
2246
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2247
|
+
path: _path2 + ".values",
|
|
2248
|
+
expected: "TermValues",
|
|
2249
|
+
value: input3.values
|
|
2250
|
+
})].every((flag) => flag);
|
|
2251
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2252
|
+
path: _path2 + ".id",
|
|
2253
|
+
expected: "string",
|
|
2254
|
+
value: input3.id
|
|
2255
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2256
|
+
path: _path2 + ".name",
|
|
2257
|
+
expected: "string",
|
|
2258
|
+
value: input3.name
|
|
2259
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
2260
|
+
path: _path2 + ".type",
|
|
2261
|
+
expected: '"geneVariant"',
|
|
2262
|
+
value: input3.type
|
|
2263
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2264
|
+
path: _path2 + ".child_types",
|
|
2265
|
+
expected: "(Array<string> | undefined)",
|
|
2266
|
+
value: input3.child_types
|
|
2267
|
+
})) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2268
|
+
path: _path2 + ".child_types[" + _index37 + "]",
|
|
2269
|
+
expected: "string",
|
|
2270
|
+
value: elem
|
|
2271
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2272
|
+
path: _path2 + ".child_types",
|
|
2273
|
+
expected: "(Array<string> | undefined)",
|
|
2274
|
+
value: input3.child_types
|
|
2275
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2276
|
+
path: _path2 + ".hashtmldetail",
|
|
2277
|
+
expected: "(boolean | undefined)",
|
|
2278
|
+
value: input3.hashtmldetail
|
|
2279
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2280
|
+
path: _path2 + ".included_types",
|
|
2281
|
+
expected: "(Array<string> | undefined)",
|
|
2282
|
+
value: input3.included_types
|
|
2283
|
+
})) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2284
|
+
path: _path2 + ".included_types[" + _index38 + "]",
|
|
2285
|
+
expected: "string",
|
|
2286
|
+
value: elem
|
|
2287
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2288
|
+
path: _path2 + ".included_types",
|
|
2289
|
+
expected: "(Array<string> | undefined)",
|
|
2290
|
+
value: input3.included_types
|
|
2291
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2292
|
+
path: _path2 + ".isleaf",
|
|
2293
|
+
expected: "(boolean | undefined)",
|
|
2294
|
+
value: input3.isleaf
|
|
2295
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2296
|
+
path: _path2 + ".values",
|
|
2297
|
+
expected: "(TermValues | undefined)",
|
|
2298
|
+
value: input3.values
|
|
2299
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2300
|
+
path: _path2 + ".values",
|
|
2301
|
+
expected: "(TermValues | undefined)",
|
|
2302
|
+
value: input3.values
|
|
2303
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2304
|
+
path: _path2 + ".skipValuesBuild",
|
|
2305
|
+
expected: "(boolean | undefined)",
|
|
2306
|
+
value: input3.skipValuesBuild
|
|
2307
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2308
|
+
path: _path2 + ".valueConversion",
|
|
2309
|
+
expected: "(__type.o1 | undefined)",
|
|
2310
|
+
value: input3.valueConversion
|
|
2311
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2312
|
+
path: _path2 + ".valueConversion",
|
|
2313
|
+
expected: "(__type.o1 | undefined)",
|
|
2314
|
+
value: input3.valueConversion
|
|
2315
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2316
|
+
path: _path2 + ".kind",
|
|
2317
|
+
expected: '"gene"',
|
|
2318
|
+
value: input3.kind
|
|
2319
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
2320
|
+
path: _path2 + ".gene",
|
|
2321
|
+
expected: "string",
|
|
2322
|
+
value: input3.gene
|
|
2323
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2324
|
+
path: _path2 + ".chr",
|
|
2325
|
+
expected: "(string | undefined)",
|
|
2326
|
+
value: input3.chr
|
|
2327
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2328
|
+
path: _path2 + ".start",
|
|
2329
|
+
expected: "(number | undefined)",
|
|
2330
|
+
value: input3.start
|
|
2331
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2332
|
+
path: _path2 + ".stop",
|
|
2333
|
+
expected: "(number | undefined)",
|
|
2334
|
+
value: input3.stop
|
|
2335
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
2336
|
+
path: _path2 + ".genes",
|
|
2337
|
+
expected: "Array<GvGeneTerm>",
|
|
1900
2338
|
value: input3.genes
|
|
1901
|
-
})) && input3.genes.map((elem,
|
|
1902
|
-
path: _path2 + ".genes[" +
|
|
2339
|
+
})) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2340
|
+
path: _path2 + ".genes[" + _index39 + "]",
|
|
1903
2341
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1904
2342
|
value: elem
|
|
1905
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
1906
|
-
path: _path2 + ".genes[" +
|
|
2343
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2344
|
+
path: _path2 + ".genes[" + _index39 + "]",
|
|
1907
2345
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1908
2346
|
value: elem
|
|
1909
2347
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1922,12 +2360,12 @@ var validPercentileRequest = (input) => {
|
|
|
1922
2360
|
path: _path2 + ".childTerms",
|
|
1923
2361
|
expected: "(Array<DtTerm> | undefined)",
|
|
1924
2362
|
value: input3.childTerms
|
|
1925
|
-
})) && input3.childTerms.map((elem,
|
|
1926
|
-
path: _path2 + ".childTerms[" +
|
|
2363
|
+
})) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2364
|
+
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
1927
2365
|
expected: "DtTerm",
|
|
1928
2366
|
value: elem
|
|
1929
|
-
})) && $
|
|
1930
|
-
path: _path2 + ".childTerms[" +
|
|
2367
|
+
})) && $vo37(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2368
|
+
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
1931
2369
|
expected: "DtTerm",
|
|
1932
2370
|
value: elem
|
|
1933
2371
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1935,7 +2373,7 @@ var validPercentileRequest = (input) => {
|
|
|
1935
2373
|
expected: "(Array<DtTerm> | undefined)",
|
|
1936
2374
|
value: input3.childTerms
|
|
1937
2375
|
})].every((flag) => flag);
|
|
1938
|
-
const $
|
|
2376
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1939
2377
|
path: _path2 + ".id",
|
|
1940
2378
|
expected: "string",
|
|
1941
2379
|
value: input3.id
|
|
@@ -1951,8 +2389,8 @@ var validPercentileRequest = (input) => {
|
|
|
1951
2389
|
path: _path2 + ".child_types",
|
|
1952
2390
|
expected: "(Array<string> | undefined)",
|
|
1953
2391
|
value: input3.child_types
|
|
1954
|
-
})) && input3.child_types.map((elem,
|
|
1955
|
-
path: _path2 + ".child_types[" +
|
|
2392
|
+
})) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2393
|
+
path: _path2 + ".child_types[" + _index41 + "]",
|
|
1956
2394
|
expected: "string",
|
|
1957
2395
|
value: elem
|
|
1958
2396
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1967,8 +2405,8 @@ var validPercentileRequest = (input) => {
|
|
|
1967
2405
|
path: _path2 + ".included_types",
|
|
1968
2406
|
expected: "(Array<string> | undefined)",
|
|
1969
2407
|
value: input3.included_types
|
|
1970
|
-
})) && input3.included_types.map((elem,
|
|
1971
|
-
path: _path2 + ".included_types[" +
|
|
2408
|
+
})) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2409
|
+
path: _path2 + ".included_types[" + _index42 + "]",
|
|
1972
2410
|
expected: "string",
|
|
1973
2411
|
value: elem
|
|
1974
2412
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2020,7 +2458,7 @@ var validPercentileRequest = (input) => {
|
|
|
2020
2458
|
expected: "(number | undefined)",
|
|
2021
2459
|
value: input3.stop
|
|
2022
2460
|
})].every((flag) => flag);
|
|
2023
|
-
const $
|
|
2461
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2024
2462
|
path: _path2 + ".id",
|
|
2025
2463
|
expected: "string",
|
|
2026
2464
|
value: input3.id
|
|
@@ -2036,8 +2474,8 @@ var validPercentileRequest = (input) => {
|
|
|
2036
2474
|
path: _path2 + ".child_types",
|
|
2037
2475
|
expected: "(Array<string> | undefined)",
|
|
2038
2476
|
value: input3.child_types
|
|
2039
|
-
})) && input3.child_types.map((elem,
|
|
2040
|
-
path: _path2 + ".child_types[" +
|
|
2477
|
+
})) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2478
|
+
path: _path2 + ".child_types[" + _index43 + "]",
|
|
2041
2479
|
expected: "string",
|
|
2042
2480
|
value: elem
|
|
2043
2481
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2052,8 +2490,8 @@ var validPercentileRequest = (input) => {
|
|
|
2052
2490
|
path: _path2 + ".included_types",
|
|
2053
2491
|
expected: "(Array<string> | undefined)",
|
|
2054
2492
|
value: input3.included_types
|
|
2055
|
-
})) && input3.included_types.map((elem,
|
|
2056
|
-
path: _path2 + ".included_types[" +
|
|
2493
|
+
})) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2494
|
+
path: _path2 + ".included_types[" + _index44 + "]",
|
|
2057
2495
|
expected: "string",
|
|
2058
2496
|
value: elem
|
|
2059
2497
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2101,7 +2539,7 @@ var validPercentileRequest = (input) => {
|
|
|
2101
2539
|
expected: "number",
|
|
2102
2540
|
value: input3.stop
|
|
2103
2541
|
})].every((flag) => flag);
|
|
2104
|
-
const $
|
|
2542
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2105
2543
|
path: _path2 + ".id",
|
|
2106
2544
|
expected: "string",
|
|
2107
2545
|
value: input3.id
|
|
@@ -2117,8 +2555,8 @@ var validPercentileRequest = (input) => {
|
|
|
2117
2555
|
path: _path2 + ".child_types",
|
|
2118
2556
|
expected: "(Array<string> | undefined)",
|
|
2119
2557
|
value: input3.child_types
|
|
2120
|
-
})) && input3.child_types.map((elem,
|
|
2121
|
-
path: _path2 + ".child_types[" +
|
|
2558
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2559
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2122
2560
|
expected: "string",
|
|
2123
2561
|
value: elem
|
|
2124
2562
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2133,8 +2571,8 @@ var validPercentileRequest = (input) => {
|
|
|
2133
2571
|
path: _path2 + ".included_types",
|
|
2134
2572
|
expected: "(Array<string> | undefined)",
|
|
2135
2573
|
value: input3.included_types
|
|
2136
|
-
})) && input3.included_types.map((elem,
|
|
2137
|
-
path: _path2 + ".included_types[" +
|
|
2574
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2575
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2138
2576
|
expected: "string",
|
|
2139
2577
|
value: elem
|
|
2140
2578
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2185,12 +2623,12 @@ var validPercentileRequest = (input) => {
|
|
|
2185
2623
|
path: _path2 + ".genes",
|
|
2186
2624
|
expected: "Array<GvGeneTerm>",
|
|
2187
2625
|
value: input3.genes
|
|
2188
|
-
})) && input3.genes.map((elem,
|
|
2189
|
-
path: _path2 + ".genes[" +
|
|
2626
|
+
})) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2627
|
+
path: _path2 + ".genes[" + _index47 + "]",
|
|
2190
2628
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2191
2629
|
value: elem
|
|
2192
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2193
|
-
path: _path2 + ".genes[" +
|
|
2630
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2631
|
+
path: _path2 + ".genes[" + _index47 + "]",
|
|
2194
2632
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2195
2633
|
value: elem
|
|
2196
2634
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2209,12 +2647,12 @@ var validPercentileRequest = (input) => {
|
|
|
2209
2647
|
path: _path2 + ".childTerms",
|
|
2210
2648
|
expected: "(Array<DtTerm> | undefined)",
|
|
2211
2649
|
value: input3.childTerms
|
|
2212
|
-
})) && input3.childTerms.map((elem,
|
|
2213
|
-
path: _path2 + ".childTerms[" +
|
|
2650
|
+
})) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2651
|
+
path: _path2 + ".childTerms[" + _index48 + "]",
|
|
2214
2652
|
expected: "DtTerm",
|
|
2215
2653
|
value: elem
|
|
2216
|
-
})) && $
|
|
2217
|
-
path: _path2 + ".childTerms[" +
|
|
2654
|
+
})) && $vo37(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2655
|
+
path: _path2 + ".childTerms[" + _index48 + "]",
|
|
2218
2656
|
expected: "DtTerm",
|
|
2219
2657
|
value: elem
|
|
2220
2658
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2222,7 +2660,7 @@ var validPercentileRequest = (input) => {
|
|
|
2222
2660
|
expected: "(Array<DtTerm> | undefined)",
|
|
2223
2661
|
value: input3.childTerms
|
|
2224
2662
|
})].every((flag) => flag);
|
|
2225
|
-
const $
|
|
2663
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2226
2664
|
path: _path2 + ".key",
|
|
2227
2665
|
expected: "string",
|
|
2228
2666
|
value: input3.key
|
|
@@ -2235,7 +2673,7 @@ var validPercentileRequest = (input) => {
|
|
|
2235
2673
|
expected: "string",
|
|
2236
2674
|
value: input3.value
|
|
2237
2675
|
})].every((flag) => flag);
|
|
2238
|
-
const $
|
|
2676
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2239
2677
|
path: _path2 + ".join",
|
|
2240
2678
|
expected: "(string | undefined)",
|
|
2241
2679
|
value: input3.join
|
|
@@ -2245,18 +2683,18 @@ var validPercentileRequest = (input) => {
|
|
|
2245
2683
|
value: input3.isnot
|
|
2246
2684
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2247
2685
|
path: _path2 + ".term",
|
|
2248
|
-
expected: "
|
|
2686
|
+
expected: "(CategoricalTermCollection | NumericTermCollection)",
|
|
2249
2687
|
value: input3.term
|
|
2250
|
-
})) && $
|
|
2688
|
+
})) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2251
2689
|
path: _path2 + ".term",
|
|
2252
|
-
expected: "
|
|
2690
|
+
expected: "(CategoricalTermCollection | NumericTermCollection)",
|
|
2253
2691
|
value: input3.term
|
|
2254
2692
|
}), "number" === typeof input3.ratio || $report(_exceptionable2, {
|
|
2255
2693
|
path: _path2 + ".ratio",
|
|
2256
2694
|
expected: "number",
|
|
2257
2695
|
value: input3.ratio
|
|
2258
2696
|
})].every((flag) => flag);
|
|
2259
|
-
const $
|
|
2697
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2260
2698
|
path: _path2 + ".id",
|
|
2261
2699
|
expected: "string",
|
|
2262
2700
|
value: input3.id
|
|
@@ -2272,8 +2710,8 @@ var validPercentileRequest = (input) => {
|
|
|
2272
2710
|
path: _path2 + ".child_types",
|
|
2273
2711
|
expected: "(Array<string> | undefined)",
|
|
2274
2712
|
value: input3.child_types
|
|
2275
|
-
})) && input3.child_types.map((elem,
|
|
2276
|
-
path: _path2 + ".child_types[" +
|
|
2713
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2714
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2277
2715
|
expected: "string",
|
|
2278
2716
|
value: elem
|
|
2279
2717
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2288,8 +2726,8 @@ var validPercentileRequest = (input) => {
|
|
|
2288
2726
|
path: _path2 + ".included_types",
|
|
2289
2727
|
expected: "(Array<string> | undefined)",
|
|
2290
2728
|
value: input3.included_types
|
|
2291
|
-
})) && input3.included_types.map((elem,
|
|
2292
|
-
path: _path2 + ".included_types[" +
|
|
2729
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2730
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2293
2731
|
expected: "string",
|
|
2294
2732
|
value: elem
|
|
2295
2733
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2324,34 +2762,34 @@ var validPercentileRequest = (input) => {
|
|
|
2324
2762
|
path: _path2 + ".collectionId",
|
|
2325
2763
|
expected: "(string | undefined)",
|
|
2326
2764
|
value: input3.collectionId
|
|
2765
|
+
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
2766
|
+
path: _path2 + ".termIds",
|
|
2767
|
+
expected: "(Array<string> | undefined)",
|
|
2768
|
+
value: input3.termIds
|
|
2769
|
+
})) && input3.termIds.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2770
|
+
path: _path2 + ".termIds[" + _index51 + "]",
|
|
2771
|
+
expected: "string",
|
|
2772
|
+
value: elem
|
|
2773
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2774
|
+
path: _path2 + ".termIds",
|
|
2775
|
+
expected: "(Array<string> | undefined)",
|
|
2776
|
+
value: input3.termIds
|
|
2327
2777
|
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2328
2778
|
path: _path2 + ".termlst",
|
|
2329
2779
|
expected: "Array<BaseTerm>",
|
|
2330
2780
|
value: input3.termlst
|
|
2331
|
-
})) && input3.termlst.map((elem,
|
|
2332
|
-
path: _path2 + ".termlst[" +
|
|
2781
|
+
})) && input3.termlst.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2782
|
+
path: _path2 + ".termlst[" + _index52 + "]",
|
|
2333
2783
|
expected: "BaseTerm",
|
|
2334
2784
|
value: elem
|
|
2335
|
-
})) && $
|
|
2336
|
-
path: _path2 + ".termlst[" +
|
|
2785
|
+
})) && $vo45(elem, _path2 + ".termlst[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2786
|
+
path: _path2 + ".termlst[" + _index52 + "]",
|
|
2337
2787
|
expected: "BaseTerm",
|
|
2338
2788
|
value: elem
|
|
2339
2789
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2340
2790
|
path: _path2 + ".termlst",
|
|
2341
2791
|
expected: "Array<BaseTerm>",
|
|
2342
2792
|
value: input3.termlst
|
|
2343
|
-
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2344
|
-
path: _path2 + ".numerators",
|
|
2345
|
-
expected: "(Array<string> | undefined)",
|
|
2346
|
-
value: input3.numerators
|
|
2347
|
-
})) && input3.numerators.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2348
|
-
path: _path2 + ".numerators[" + _index44 + "]",
|
|
2349
|
-
expected: "string",
|
|
2350
|
-
value: elem
|
|
2351
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2352
|
-
path: _path2 + ".numerators",
|
|
2353
|
-
expected: "(Array<string> | undefined)",
|
|
2354
|
-
value: input3.numerators
|
|
2355
2793
|
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
2356
2794
|
path: _path2 + ".newTvs",
|
|
2357
2795
|
expected: "(boolean | undefined)",
|
|
@@ -2360,12 +2798,28 @@ var validPercentileRequest = (input) => {
|
|
|
2360
2798
|
path: _path2 + ".propsByTermId",
|
|
2361
2799
|
expected: "__type.o6",
|
|
2362
2800
|
value: input3.propsByTermId
|
|
2363
|
-
})) && $
|
|
2801
|
+
})) && $vo46(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2364
2802
|
path: _path2 + ".propsByTermId",
|
|
2365
2803
|
expected: "__type.o6",
|
|
2366
2804
|
value: input3.propsByTermId
|
|
2805
|
+
}), "numeric" === input3.memberType || $report(_exceptionable2, {
|
|
2806
|
+
path: _path2 + ".memberType",
|
|
2807
|
+
expected: '"numeric"',
|
|
2808
|
+
value: input3.memberType
|
|
2809
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2810
|
+
path: _path2 + ".numerators",
|
|
2811
|
+
expected: "(Array<string> | undefined)",
|
|
2812
|
+
value: input3.numerators
|
|
2813
|
+
})) && input3.numerators.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2814
|
+
path: _path2 + ".numerators[" + _index53 + "]",
|
|
2815
|
+
expected: "string",
|
|
2816
|
+
value: elem
|
|
2817
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2818
|
+
path: _path2 + ".numerators",
|
|
2819
|
+
expected: "(Array<string> | undefined)",
|
|
2820
|
+
value: input3.numerators
|
|
2367
2821
|
})].every((flag) => flag);
|
|
2368
|
-
const $
|
|
2822
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2369
2823
|
path: _path2 + ".id",
|
|
2370
2824
|
expected: "string",
|
|
2371
2825
|
value: input3.id
|
|
@@ -2381,8 +2835,8 @@ var validPercentileRequest = (input) => {
|
|
|
2381
2835
|
path: _path2 + ".child_types",
|
|
2382
2836
|
expected: "(Array<string> | undefined)",
|
|
2383
2837
|
value: input3.child_types
|
|
2384
|
-
})) && input3.child_types.map((elem,
|
|
2385
|
-
path: _path2 + ".child_types[" +
|
|
2838
|
+
})) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2839
|
+
path: _path2 + ".child_types[" + _index54 + "]",
|
|
2386
2840
|
expected: "string",
|
|
2387
2841
|
value: elem
|
|
2388
2842
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2397,8 +2851,8 @@ var validPercentileRequest = (input) => {
|
|
|
2397
2851
|
path: _path2 + ".included_types",
|
|
2398
2852
|
expected: "(Array<string> | undefined)",
|
|
2399
2853
|
value: input3.included_types
|
|
2400
|
-
})) && input3.included_types.map((elem,
|
|
2401
|
-
path: _path2 + ".included_types[" +
|
|
2854
|
+
})) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2855
|
+
path: _path2 + ".included_types[" + _index55 + "]",
|
|
2402
2856
|
expected: "string",
|
|
2403
2857
|
value: elem
|
|
2404
2858
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2430,7 +2884,7 @@ var validPercentileRequest = (input) => {
|
|
|
2430
2884
|
expected: "(__type.o1 | undefined)",
|
|
2431
2885
|
value: input3.valueConversion
|
|
2432
2886
|
})].every((flag) => flag);
|
|
2433
|
-
const $
|
|
2887
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2434
2888
|
const value = input3[key];
|
|
2435
2889
|
if (void 0 === value)
|
|
2436
2890
|
return true;
|
|
@@ -2439,14 +2893,14 @@ var validPercentileRequest = (input) => {
|
|
|
2439
2893
|
path: _path2 + $join(key),
|
|
2440
2894
|
expected: "__type.o7",
|
|
2441
2895
|
value
|
|
2442
|
-
})) && $
|
|
2896
|
+
})) && $vo47(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2443
2897
|
path: _path2 + $join(key),
|
|
2444
2898
|
expected: "__type.o7",
|
|
2445
2899
|
value
|
|
2446
2900
|
});
|
|
2447
2901
|
return true;
|
|
2448
2902
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2449
|
-
const $
|
|
2903
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2450
2904
|
const value = input3[key];
|
|
2451
2905
|
if (void 0 === value)
|
|
2452
2906
|
return true;
|
|
@@ -2454,7 +2908,145 @@ var validPercentileRequest = (input) => {
|
|
|
2454
2908
|
return true;
|
|
2455
2909
|
return true;
|
|
2456
2910
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2457
|
-
const $
|
|
2911
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2912
|
+
path: _path2 + ".id",
|
|
2913
|
+
expected: "string",
|
|
2914
|
+
value: input3.id
|
|
2915
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2916
|
+
path: _path2 + ".name",
|
|
2917
|
+
expected: "string",
|
|
2918
|
+
value: input3.name
|
|
2919
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
2920
|
+
path: _path2 + ".type",
|
|
2921
|
+
expected: '"termCollection"',
|
|
2922
|
+
value: input3.type
|
|
2923
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2924
|
+
path: _path2 + ".child_types",
|
|
2925
|
+
expected: "(Array<string> | undefined)",
|
|
2926
|
+
value: input3.child_types
|
|
2927
|
+
})) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2928
|
+
path: _path2 + ".child_types[" + _index56 + "]",
|
|
2929
|
+
expected: "string",
|
|
2930
|
+
value: elem
|
|
2931
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2932
|
+
path: _path2 + ".child_types",
|
|
2933
|
+
expected: "(Array<string> | undefined)",
|
|
2934
|
+
value: input3.child_types
|
|
2935
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2936
|
+
path: _path2 + ".hashtmldetail",
|
|
2937
|
+
expected: "(boolean | undefined)",
|
|
2938
|
+
value: input3.hashtmldetail
|
|
2939
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2940
|
+
path: _path2 + ".included_types",
|
|
2941
|
+
expected: "(Array<string> | undefined)",
|
|
2942
|
+
value: input3.included_types
|
|
2943
|
+
})) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2944
|
+
path: _path2 + ".included_types[" + _index57 + "]",
|
|
2945
|
+
expected: "string",
|
|
2946
|
+
value: elem
|
|
2947
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2948
|
+
path: _path2 + ".included_types",
|
|
2949
|
+
expected: "(Array<string> | undefined)",
|
|
2950
|
+
value: input3.included_types
|
|
2951
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2952
|
+
path: _path2 + ".isleaf",
|
|
2953
|
+
expected: "(boolean | undefined)",
|
|
2954
|
+
value: input3.isleaf
|
|
2955
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2956
|
+
path: _path2 + ".values",
|
|
2957
|
+
expected: "(TermValues | undefined)",
|
|
2958
|
+
value: input3.values
|
|
2959
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2960
|
+
path: _path2 + ".values",
|
|
2961
|
+
expected: "(TermValues | undefined)",
|
|
2962
|
+
value: input3.values
|
|
2963
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2964
|
+
path: _path2 + ".skipValuesBuild",
|
|
2965
|
+
expected: "(boolean | undefined)",
|
|
2966
|
+
value: input3.skipValuesBuild
|
|
2967
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2968
|
+
path: _path2 + ".valueConversion",
|
|
2969
|
+
expected: "(__type.o1 | undefined)",
|
|
2970
|
+
value: input3.valueConversion
|
|
2971
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2972
|
+
path: _path2 + ".valueConversion",
|
|
2973
|
+
expected: "(__type.o1 | undefined)",
|
|
2974
|
+
value: input3.valueConversion
|
|
2975
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
2976
|
+
path: _path2 + ".collectionId",
|
|
2977
|
+
expected: "(string | undefined)",
|
|
2978
|
+
value: input3.collectionId
|
|
2979
|
+
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
2980
|
+
path: _path2 + ".termIds",
|
|
2981
|
+
expected: "(Array<string> | undefined)",
|
|
2982
|
+
value: input3.termIds
|
|
2983
|
+
})) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2984
|
+
path: _path2 + ".termIds[" + _index58 + "]",
|
|
2985
|
+
expected: "string",
|
|
2986
|
+
value: elem
|
|
2987
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2988
|
+
path: _path2 + ".termIds",
|
|
2989
|
+
expected: "(Array<string> | undefined)",
|
|
2990
|
+
value: input3.termIds
|
|
2991
|
+
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2992
|
+
path: _path2 + ".termlst",
|
|
2993
|
+
expected: "Array<BaseTerm>",
|
|
2994
|
+
value: input3.termlst
|
|
2995
|
+
})) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2996
|
+
path: _path2 + ".termlst[" + _index59 + "]",
|
|
2997
|
+
expected: "BaseTerm",
|
|
2998
|
+
value: elem
|
|
2999
|
+
})) && $vo45(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3000
|
+
path: _path2 + ".termlst[" + _index59 + "]",
|
|
3001
|
+
expected: "BaseTerm",
|
|
3002
|
+
value: elem
|
|
3003
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3004
|
+
path: _path2 + ".termlst",
|
|
3005
|
+
expected: "Array<BaseTerm>",
|
|
3006
|
+
value: input3.termlst
|
|
3007
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
3008
|
+
path: _path2 + ".newTvs",
|
|
3009
|
+
expected: "(boolean | undefined)",
|
|
3010
|
+
value: input3.newTvs
|
|
3011
|
+
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3012
|
+
path: _path2 + ".propsByTermId",
|
|
3013
|
+
expected: "__type.o6",
|
|
3014
|
+
value: input3.propsByTermId
|
|
3015
|
+
})) && $vo46(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3016
|
+
path: _path2 + ".propsByTermId",
|
|
3017
|
+
expected: "__type.o6",
|
|
3018
|
+
value: input3.propsByTermId
|
|
3019
|
+
}), "categorical" === input3.memberType || $report(_exceptionable2, {
|
|
3020
|
+
path: _path2 + ".memberType",
|
|
3021
|
+
expected: '"categorical"',
|
|
3022
|
+
value: input3.memberType
|
|
3023
|
+
}), (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
|
|
3024
|
+
path: _path2 + ".categoryKeys",
|
|
3025
|
+
expected: "Array<CategoryKey>",
|
|
3026
|
+
value: input3.categoryKeys
|
|
3027
|
+
})) && input3.categoryKeys.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3028
|
+
path: _path2 + ".categoryKeys[" + _index60 + "]",
|
|
3029
|
+
expected: "CategoryKey",
|
|
3030
|
+
value: elem
|
|
3031
|
+
})) && $vo49(elem, _path2 + ".categoryKeys[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3032
|
+
path: _path2 + ".categoryKeys[" + _index60 + "]",
|
|
3033
|
+
expected: "CategoryKey",
|
|
3034
|
+
value: elem
|
|
3035
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3036
|
+
path: _path2 + ".categoryKeys",
|
|
3037
|
+
expected: "Array<CategoryKey>",
|
|
3038
|
+
value: input3.categoryKeys
|
|
3039
|
+
})].every((flag) => flag);
|
|
3040
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3041
|
+
path: _path2 + ".key",
|
|
3042
|
+
expected: "string",
|
|
3043
|
+
value: input3.key
|
|
3044
|
+
}), "boolean" === typeof input3.shown || $report(_exceptionable2, {
|
|
3045
|
+
path: _path2 + ".shown",
|
|
3046
|
+
expected: "boolean",
|
|
3047
|
+
value: input3.shown
|
|
3048
|
+
})].every((flag) => flag);
|
|
3049
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2458
3050
|
path: _path2 + ".id",
|
|
2459
3051
|
expected: "string",
|
|
2460
3052
|
value: input3.id
|
|
@@ -2470,8 +3062,8 @@ var validPercentileRequest = (input) => {
|
|
|
2470
3062
|
path: _path2 + ".child_types",
|
|
2471
3063
|
expected: "(Array<string> | undefined)",
|
|
2472
3064
|
value: input3.child_types
|
|
2473
|
-
})) && input3.child_types.map((elem,
|
|
2474
|
-
path: _path2 + ".child_types[" +
|
|
3065
|
+
})) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3066
|
+
path: _path2 + ".child_types[" + _index61 + "]",
|
|
2475
3067
|
expected: "string",
|
|
2476
3068
|
value: elem
|
|
2477
3069
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2486,8 +3078,8 @@ var validPercentileRequest = (input) => {
|
|
|
2486
3078
|
path: _path2 + ".included_types",
|
|
2487
3079
|
expected: "(Array<string> | undefined)",
|
|
2488
3080
|
value: input3.included_types
|
|
2489
|
-
})) && input3.included_types.map((elem,
|
|
2490
|
-
path: _path2 + ".included_types[" +
|
|
3081
|
+
})) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3082
|
+
path: _path2 + ".included_types[" + _index62 + "]",
|
|
2491
3083
|
expected: "string",
|
|
2492
3084
|
value: elem
|
|
2493
3085
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2542,12 +3134,12 @@ var validPercentileRequest = (input) => {
|
|
|
2542
3134
|
path: _path2 + ".genes",
|
|
2543
3135
|
expected: "Array<GvGeneTerm>",
|
|
2544
3136
|
value: input3.genes
|
|
2545
|
-
})) && input3.genes.map((elem,
|
|
2546
|
-
path: _path2 + ".genes[" +
|
|
3137
|
+
})) && input3.genes.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3138
|
+
path: _path2 + ".genes[" + _index63 + "]",
|
|
2547
3139
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2548
3140
|
value: elem
|
|
2549
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2550
|
-
path: _path2 + ".genes[" +
|
|
3141
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3142
|
+
path: _path2 + ".genes[" + _index63 + "]",
|
|
2551
3143
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2552
3144
|
value: elem
|
|
2553
3145
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2566,12 +3158,12 @@ var validPercentileRequest = (input) => {
|
|
|
2566
3158
|
path: _path2 + ".childTerms",
|
|
2567
3159
|
expected: "Array<DtTerm>",
|
|
2568
3160
|
value: input3.childTerms
|
|
2569
|
-
})) && input3.childTerms.map((elem,
|
|
2570
|
-
path: _path2 + ".childTerms[" +
|
|
3161
|
+
})) && input3.childTerms.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3162
|
+
path: _path2 + ".childTerms[" + _index64 + "]",
|
|
2571
3163
|
expected: "DtTerm",
|
|
2572
3164
|
value: elem
|
|
2573
|
-
})) && $
|
|
2574
|
-
path: _path2 + ".childTerms[" +
|
|
3165
|
+
})) && $vo37(elem, _path2 + ".childTerms[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3166
|
+
path: _path2 + ".childTerms[" + _index64 + "]",
|
|
2575
3167
|
expected: "DtTerm",
|
|
2576
3168
|
value: elem
|
|
2577
3169
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2579,7 +3171,7 @@ var validPercentileRequest = (input) => {
|
|
|
2579
3171
|
expected: "Array<DtTerm>",
|
|
2580
3172
|
value: input3.childTerms
|
|
2581
3173
|
})].every((flag) => flag);
|
|
2582
|
-
const $
|
|
3174
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2583
3175
|
path: _path2 + ".id",
|
|
2584
3176
|
expected: "string",
|
|
2585
3177
|
value: input3.id
|
|
@@ -2595,8 +3187,8 @@ var validPercentileRequest = (input) => {
|
|
|
2595
3187
|
path: _path2 + ".child_types",
|
|
2596
3188
|
expected: "(Array<string> | undefined)",
|
|
2597
3189
|
value: input3.child_types
|
|
2598
|
-
})) && input3.child_types.map((elem,
|
|
2599
|
-
path: _path2 + ".child_types[" +
|
|
3190
|
+
})) && input3.child_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3191
|
+
path: _path2 + ".child_types[" + _index65 + "]",
|
|
2600
3192
|
expected: "string",
|
|
2601
3193
|
value: elem
|
|
2602
3194
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2611,8 +3203,8 @@ var validPercentileRequest = (input) => {
|
|
|
2611
3203
|
path: _path2 + ".included_types",
|
|
2612
3204
|
expected: "(Array<string> | undefined)",
|
|
2613
3205
|
value: input3.included_types
|
|
2614
|
-
})) && input3.included_types.map((elem,
|
|
2615
|
-
path: _path2 + ".included_types[" +
|
|
3206
|
+
})) && input3.included_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3207
|
+
path: _path2 + ".included_types[" + _index66 + "]",
|
|
2616
3208
|
expected: "string",
|
|
2617
3209
|
value: elem
|
|
2618
3210
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2663,12 +3255,12 @@ var validPercentileRequest = (input) => {
|
|
|
2663
3255
|
path: _path2 + ".genes",
|
|
2664
3256
|
expected: "Array<GvGeneTerm>",
|
|
2665
3257
|
value: input3.genes
|
|
2666
|
-
})) && input3.genes.map((elem,
|
|
2667
|
-
path: _path2 + ".genes[" +
|
|
3258
|
+
})) && input3.genes.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3259
|
+
path: _path2 + ".genes[" + _index67 + "]",
|
|
2668
3260
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2669
3261
|
value: elem
|
|
2670
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2671
|
-
path: _path2 + ".genes[" +
|
|
3262
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3263
|
+
path: _path2 + ".genes[" + _index67 + "]",
|
|
2672
3264
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2673
3265
|
value: elem
|
|
2674
3266
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2687,12 +3279,12 @@ var validPercentileRequest = (input) => {
|
|
|
2687
3279
|
path: _path2 + ".childTerms",
|
|
2688
3280
|
expected: "Array<DtTerm>",
|
|
2689
3281
|
value: input3.childTerms
|
|
2690
|
-
})) && input3.childTerms.map((elem,
|
|
2691
|
-
path: _path2 + ".childTerms[" +
|
|
3282
|
+
})) && input3.childTerms.map((elem, _index68) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3283
|
+
path: _path2 + ".childTerms[" + _index68 + "]",
|
|
2692
3284
|
expected: "DtTerm",
|
|
2693
3285
|
value: elem
|
|
2694
|
-
})) && $
|
|
2695
|
-
path: _path2 + ".childTerms[" +
|
|
3286
|
+
})) && $vo37(elem, _path2 + ".childTerms[" + _index68 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3287
|
+
path: _path2 + ".childTerms[" + _index68 + "]",
|
|
2696
3288
|
expected: "DtTerm",
|
|
2697
3289
|
value: elem
|
|
2698
3290
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2700,7 +3292,96 @@ var validPercentileRequest = (input) => {
|
|
|
2700
3292
|
expected: "Array<DtTerm>",
|
|
2701
3293
|
value: input3.childTerms
|
|
2702
3294
|
})].every((flag) => flag);
|
|
2703
|
-
const $
|
|
3295
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3296
|
+
path: _path2 + ".id",
|
|
3297
|
+
expected: "string",
|
|
3298
|
+
value: input3.id
|
|
3299
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3300
|
+
path: _path2 + ".name",
|
|
3301
|
+
expected: "string",
|
|
3302
|
+
value: input3.name
|
|
3303
|
+
}), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
3304
|
+
path: _path2 + ".type",
|
|
3305
|
+
expected: '"metaboliteIntensity"',
|
|
3306
|
+
value: input3.type
|
|
3307
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
3308
|
+
path: _path2 + ".child_types",
|
|
3309
|
+
expected: "(Array<string> | undefined)",
|
|
3310
|
+
value: input3.child_types
|
|
3311
|
+
})) && input3.child_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3312
|
+
path: _path2 + ".child_types[" + _index69 + "]",
|
|
3313
|
+
expected: "string",
|
|
3314
|
+
value: elem
|
|
3315
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3316
|
+
path: _path2 + ".child_types",
|
|
3317
|
+
expected: "(Array<string> | undefined)",
|
|
3318
|
+
value: input3.child_types
|
|
3319
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
3320
|
+
path: _path2 + ".hashtmldetail",
|
|
3321
|
+
expected: "(boolean | undefined)",
|
|
3322
|
+
value: input3.hashtmldetail
|
|
3323
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
3324
|
+
path: _path2 + ".included_types",
|
|
3325
|
+
expected: "(Array<string> | undefined)",
|
|
3326
|
+
value: input3.included_types
|
|
3327
|
+
})) && input3.included_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3328
|
+
path: _path2 + ".included_types[" + _index70 + "]",
|
|
3329
|
+
expected: "string",
|
|
3330
|
+
value: elem
|
|
3331
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3332
|
+
path: _path2 + ".included_types",
|
|
3333
|
+
expected: "(Array<string> | undefined)",
|
|
3334
|
+
value: input3.included_types
|
|
3335
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
3336
|
+
path: _path2 + ".isleaf",
|
|
3337
|
+
expected: "(boolean | undefined)",
|
|
3338
|
+
value: input3.isleaf
|
|
3339
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3340
|
+
path: _path2 + ".values",
|
|
3341
|
+
expected: "(TermValues | undefined)",
|
|
3342
|
+
value: input3.values
|
|
3343
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3344
|
+
path: _path2 + ".values",
|
|
3345
|
+
expected: "(TermValues | undefined)",
|
|
3346
|
+
value: input3.values
|
|
3347
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
3348
|
+
path: _path2 + ".skipValuesBuild",
|
|
3349
|
+
expected: "(boolean | undefined)",
|
|
3350
|
+
value: input3.skipValuesBuild
|
|
3351
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3352
|
+
path: _path2 + ".valueConversion",
|
|
3353
|
+
expected: "(__type.o1 | undefined)",
|
|
3354
|
+
value: input3.valueConversion
|
|
3355
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3356
|
+
path: _path2 + ".valueConversion",
|
|
3357
|
+
expected: "(__type.o1 | undefined)",
|
|
3358
|
+
value: input3.valueConversion
|
|
3359
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
3360
|
+
path: _path2 + ".continuousColorScale",
|
|
3361
|
+
expected: "(__type.o3 | undefined)",
|
|
3362
|
+
value: input3.continuousColorScale
|
|
3363
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
3364
|
+
path: _path2 + ".continuousColorScale",
|
|
3365
|
+
expected: "(__type.o3 | undefined)",
|
|
3366
|
+
value: input3.continuousColorScale
|
|
3367
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
3368
|
+
path: _path2 + ".unit",
|
|
3369
|
+
expected: "(string | undefined)",
|
|
3370
|
+
value: input3.unit
|
|
3371
|
+
}), "string" === typeof input3.metabolite || $report(_exceptionable2, {
|
|
3372
|
+
path: _path2 + ".metabolite",
|
|
3373
|
+
expected: "string",
|
|
3374
|
+
value: input3.metabolite
|
|
3375
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
3376
|
+
path: _path2 + ".bins",
|
|
3377
|
+
expected: "(PresetNumericBins | undefined)",
|
|
3378
|
+
value: input3.bins
|
|
3379
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
3380
|
+
path: _path2 + ".bins",
|
|
3381
|
+
expected: "(PresetNumericBins | undefined)",
|
|
3382
|
+
value: input3.bins
|
|
3383
|
+
})].every((flag) => flag);
|
|
3384
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2704
3385
|
path: _path2 + ".id",
|
|
2705
3386
|
expected: "string",
|
|
2706
3387
|
value: input3.id
|
|
@@ -2708,16 +3389,16 @@ var validPercentileRequest = (input) => {
|
|
|
2708
3389
|
path: _path2 + ".name",
|
|
2709
3390
|
expected: "string",
|
|
2710
3391
|
value: input3.name
|
|
2711
|
-
}), "
|
|
3392
|
+
}), "wholeProteomeAbundance" === input3.type || $report(_exceptionable2, {
|
|
2712
3393
|
path: _path2 + ".type",
|
|
2713
|
-
expected: '"
|
|
3394
|
+
expected: '"wholeProteomeAbundance"',
|
|
2714
3395
|
value: input3.type
|
|
2715
3396
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2716
3397
|
path: _path2 + ".child_types",
|
|
2717
3398
|
expected: "(Array<string> | undefined)",
|
|
2718
3399
|
value: input3.child_types
|
|
2719
|
-
})) && input3.child_types.map((elem,
|
|
2720
|
-
path: _path2 + ".child_types[" +
|
|
3400
|
+
})) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3401
|
+
path: _path2 + ".child_types[" + _index71 + "]",
|
|
2721
3402
|
expected: "string",
|
|
2722
3403
|
value: elem
|
|
2723
3404
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2732,8 +3413,8 @@ var validPercentileRequest = (input) => {
|
|
|
2732
3413
|
path: _path2 + ".included_types",
|
|
2733
3414
|
expected: "(Array<string> | undefined)",
|
|
2734
3415
|
value: input3.included_types
|
|
2735
|
-
})) && input3.included_types.map((elem,
|
|
2736
|
-
path: _path2 + ".included_types[" +
|
|
3416
|
+
})) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3417
|
+
path: _path2 + ".included_types[" + _index72 + "]",
|
|
2737
3418
|
expected: "string",
|
|
2738
3419
|
value: elem
|
|
2739
3420
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2776,10 +3457,10 @@ var validPercentileRequest = (input) => {
|
|
|
2776
3457
|
path: _path2 + ".unit",
|
|
2777
3458
|
expected: "(string | undefined)",
|
|
2778
3459
|
value: input3.unit
|
|
2779
|
-
}), "string" === typeof input3.
|
|
2780
|
-
path: _path2 + ".
|
|
3460
|
+
}), "string" === typeof input3.protein || $report(_exceptionable2, {
|
|
3461
|
+
path: _path2 + ".protein",
|
|
2781
3462
|
expected: "string",
|
|
2782
|
-
value: input3.
|
|
3463
|
+
value: input3.protein
|
|
2783
3464
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2784
3465
|
path: _path2 + ".bins",
|
|
2785
3466
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -2789,7 +3470,7 @@ var validPercentileRequest = (input) => {
|
|
|
2789
3470
|
expected: "(PresetNumericBins | undefined)",
|
|
2790
3471
|
value: input3.bins
|
|
2791
3472
|
})].every((flag) => flag);
|
|
2792
|
-
const $
|
|
3473
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2793
3474
|
path: _path2 + ".id",
|
|
2794
3475
|
expected: "string",
|
|
2795
3476
|
value: input3.id
|
|
@@ -2805,8 +3486,8 @@ var validPercentileRequest = (input) => {
|
|
|
2805
3486
|
path: _path2 + ".child_types",
|
|
2806
3487
|
expected: "(Array<string> | undefined)",
|
|
2807
3488
|
value: input3.child_types
|
|
2808
|
-
})) && input3.child_types.map((elem,
|
|
2809
|
-
path: _path2 + ".child_types[" +
|
|
3489
|
+
})) && input3.child_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3490
|
+
path: _path2 + ".child_types[" + _index73 + "]",
|
|
2810
3491
|
expected: "string",
|
|
2811
3492
|
value: elem
|
|
2812
3493
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2821,8 +3502,8 @@ var validPercentileRequest = (input) => {
|
|
|
2821
3502
|
path: _path2 + ".included_types",
|
|
2822
3503
|
expected: "(Array<string> | undefined)",
|
|
2823
3504
|
value: input3.included_types
|
|
2824
|
-
})) && input3.included_types.map((elem,
|
|
2825
|
-
path: _path2 + ".included_types[" +
|
|
3505
|
+
})) && input3.included_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3506
|
+
path: _path2 + ".included_types[" + _index74 + "]",
|
|
2826
3507
|
expected: "string",
|
|
2827
3508
|
value: elem
|
|
2828
3509
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2862,7 +3543,7 @@ var validPercentileRequest = (input) => {
|
|
|
2862
3543
|
expected: "TermGroupSetting",
|
|
2863
3544
|
value: input3.groupsetting
|
|
2864
3545
|
})].every((flag) => flag);
|
|
2865
|
-
const $
|
|
3546
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2866
3547
|
path: _path2 + ".id",
|
|
2867
3548
|
expected: "string",
|
|
2868
3549
|
value: input3.id
|
|
@@ -2878,8 +3559,8 @@ var validPercentileRequest = (input) => {
|
|
|
2878
3559
|
path: _path2 + ".child_types",
|
|
2879
3560
|
expected: "(Array<string> | undefined)",
|
|
2880
3561
|
value: input3.child_types
|
|
2881
|
-
})) && input3.child_types.map((elem,
|
|
2882
|
-
path: _path2 + ".child_types[" +
|
|
3562
|
+
})) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3563
|
+
path: _path2 + ".child_types[" + _index75 + "]",
|
|
2883
3564
|
expected: "string",
|
|
2884
3565
|
value: elem
|
|
2885
3566
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2894,8 +3575,8 @@ var validPercentileRequest = (input) => {
|
|
|
2894
3575
|
path: _path2 + ".included_types",
|
|
2895
3576
|
expected: "(Array<string> | undefined)",
|
|
2896
3577
|
value: input3.included_types
|
|
2897
|
-
})) && input3.included_types.map((elem,
|
|
2898
|
-
path: _path2 + ".included_types[" +
|
|
3578
|
+
})) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3579
|
+
path: _path2 + ".included_types[" + _index76 + "]",
|
|
2899
3580
|
expected: "string",
|
|
2900
3581
|
value: elem
|
|
2901
3582
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2946,8 +3627,8 @@ var validPercentileRequest = (input) => {
|
|
|
2946
3627
|
path: _path2 + ".alt",
|
|
2947
3628
|
expected: "Array<string>",
|
|
2948
3629
|
value: input3.alt
|
|
2949
|
-
})) && input3.alt.map((elem,
|
|
2950
|
-
path: _path2 + ".alt[" +
|
|
3630
|
+
})) && input3.alt.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3631
|
+
path: _path2 + ".alt[" + _index77 + "]",
|
|
2951
3632
|
expected: "string",
|
|
2952
3633
|
value: elem
|
|
2953
3634
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2963,7 +3644,7 @@ var validPercentileRequest = (input) => {
|
|
|
2963
3644
|
expected: "TermGroupSetting",
|
|
2964
3645
|
value: input3.groupsetting
|
|
2965
3646
|
})].every((flag) => flag);
|
|
2966
|
-
const $
|
|
3647
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2967
3648
|
path: _path2 + ".id",
|
|
2968
3649
|
expected: "string",
|
|
2969
3650
|
value: input3.id
|
|
@@ -2979,8 +3660,8 @@ var validPercentileRequest = (input) => {
|
|
|
2979
3660
|
path: _path2 + ".child_types",
|
|
2980
3661
|
expected: "(Array<string> | undefined)",
|
|
2981
3662
|
value: input3.child_types
|
|
2982
|
-
})) && input3.child_types.map((elem,
|
|
2983
|
-
path: _path2 + ".child_types[" +
|
|
3663
|
+
})) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3664
|
+
path: _path2 + ".child_types[" + _index78 + "]",
|
|
2984
3665
|
expected: "string",
|
|
2985
3666
|
value: elem
|
|
2986
3667
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2995,8 +3676,8 @@ var validPercentileRequest = (input) => {
|
|
|
2995
3676
|
path: _path2 + ".included_types",
|
|
2996
3677
|
expected: "(Array<string> | undefined)",
|
|
2997
3678
|
value: input3.included_types
|
|
2998
|
-
})) && input3.included_types.map((elem,
|
|
2999
|
-
path: _path2 + ".included_types[" +
|
|
3679
|
+
})) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3680
|
+
path: _path2 + ".included_types[" + _index79 + "]",
|
|
3000
3681
|
expected: "string",
|
|
3001
3682
|
value: elem
|
|
3002
3683
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3027,9 +3708,13 @@ var validPercentileRequest = (input) => {
|
|
|
3027
3708
|
path: _path2 + ".valueConversion",
|
|
3028
3709
|
expected: "(__type.o1 | undefined)",
|
|
3029
3710
|
value: input3.valueConversion
|
|
3030
|
-
}), "
|
|
3711
|
+
}), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
|
|
3031
3712
|
path: _path2 + ".sample",
|
|
3032
|
-
expected: "
|
|
3713
|
+
expected: "object",
|
|
3714
|
+
value: input3.sample
|
|
3715
|
+
})) && $vo57(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3716
|
+
path: _path2 + ".sample",
|
|
3717
|
+
expected: "object",
|
|
3033
3718
|
value: input3.sample
|
|
3034
3719
|
}), "string" === typeof input3.plot || $report(_exceptionable2, {
|
|
3035
3720
|
path: _path2 + ".plot",
|
|
@@ -3044,7 +3729,8 @@ var validPercentileRequest = (input) => {
|
|
|
3044
3729
|
expected: "TermGroupSetting",
|
|
3045
3730
|
value: input3.groupsetting
|
|
3046
3731
|
})].every((flag) => flag);
|
|
3047
|
-
const $
|
|
3732
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3733
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3048
3734
|
path: _path2 + ".id",
|
|
3049
3735
|
expected: "string",
|
|
3050
3736
|
value: input3.id
|
|
@@ -3060,8 +3746,8 @@ var validPercentileRequest = (input) => {
|
|
|
3060
3746
|
path: _path2 + ".child_types",
|
|
3061
3747
|
expected: "(Array<string> | undefined)",
|
|
3062
3748
|
value: input3.child_types
|
|
3063
|
-
})) && input3.child_types.map((elem,
|
|
3064
|
-
path: _path2 + ".child_types[" +
|
|
3749
|
+
})) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3750
|
+
path: _path2 + ".child_types[" + _index80 + "]",
|
|
3065
3751
|
expected: "string",
|
|
3066
3752
|
value: elem
|
|
3067
3753
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3076,8 +3762,8 @@ var validPercentileRequest = (input) => {
|
|
|
3076
3762
|
path: _path2 + ".included_types",
|
|
3077
3763
|
expected: "(Array<string> | undefined)",
|
|
3078
3764
|
value: input3.included_types
|
|
3079
|
-
})) && input3.included_types.map((elem,
|
|
3080
|
-
path: _path2 + ".included_types[" +
|
|
3765
|
+
})) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3766
|
+
path: _path2 + ".included_types[" + _index81 + "]",
|
|
3081
3767
|
expected: "string",
|
|
3082
3768
|
value: elem
|
|
3083
3769
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3129,7 +3815,7 @@ var validPercentileRequest = (input) => {
|
|
|
3129
3815
|
expected: "PresetNumericBins",
|
|
3130
3816
|
value: input3.bins
|
|
3131
3817
|
})].every((flag) => flag);
|
|
3132
|
-
const $
|
|
3818
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3133
3819
|
path: _path2 + ".id",
|
|
3134
3820
|
expected: "string",
|
|
3135
3821
|
value: input3.id
|
|
@@ -3145,8 +3831,8 @@ var validPercentileRequest = (input) => {
|
|
|
3145
3831
|
path: _path2 + ".child_types",
|
|
3146
3832
|
expected: "(Array<string> | undefined)",
|
|
3147
3833
|
value: input3.child_types
|
|
3148
|
-
})) && input3.child_types.map((elem,
|
|
3149
|
-
path: _path2 + ".child_types[" +
|
|
3834
|
+
})) && input3.child_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3835
|
+
path: _path2 + ".child_types[" + _index82 + "]",
|
|
3150
3836
|
expected: "string",
|
|
3151
3837
|
value: elem
|
|
3152
3838
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3161,8 +3847,8 @@ var validPercentileRequest = (input) => {
|
|
|
3161
3847
|
path: _path2 + ".included_types",
|
|
3162
3848
|
expected: "(Array<string> | undefined)",
|
|
3163
3849
|
value: input3.included_types
|
|
3164
|
-
})) && input3.included_types.map((elem,
|
|
3165
|
-
path: _path2 + ".included_types[" +
|
|
3850
|
+
})) && input3.included_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3851
|
+
path: _path2 + ".included_types[" + _index83 + "]",
|
|
3166
3852
|
expected: "string",
|
|
3167
3853
|
value: elem
|
|
3168
3854
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3214,7 +3900,7 @@ var validPercentileRequest = (input) => {
|
|
|
3214
3900
|
expected: "(PresetNumericBins | undefined)",
|
|
3215
3901
|
value: input3.bins
|
|
3216
3902
|
})].every((flag) => flag);
|
|
3217
|
-
const $
|
|
3903
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3218
3904
|
path: _path2 + ".id",
|
|
3219
3905
|
expected: "string",
|
|
3220
3906
|
value: input3.id
|
|
@@ -3230,8 +3916,8 @@ var validPercentileRequest = (input) => {
|
|
|
3230
3916
|
path: _path2 + ".child_types",
|
|
3231
3917
|
expected: "(Array<string> | undefined)",
|
|
3232
3918
|
value: input3.child_types
|
|
3233
|
-
})) && input3.child_types.map((elem,
|
|
3234
|
-
path: _path2 + ".child_types[" +
|
|
3919
|
+
})) && input3.child_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3920
|
+
path: _path2 + ".child_types[" + _index84 + "]",
|
|
3235
3921
|
expected: "string",
|
|
3236
3922
|
value: elem
|
|
3237
3923
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3246,8 +3932,8 @@ var validPercentileRequest = (input) => {
|
|
|
3246
3932
|
path: _path2 + ".included_types",
|
|
3247
3933
|
expected: "(Array<string> | undefined)",
|
|
3248
3934
|
value: input3.included_types
|
|
3249
|
-
})) && input3.included_types.map((elem,
|
|
3250
|
-
path: _path2 + ".included_types[" +
|
|
3935
|
+
})) && input3.included_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3936
|
+
path: _path2 + ".included_types[" + _index85 + "]",
|
|
3251
3937
|
expected: "string",
|
|
3252
3938
|
value: elem
|
|
3253
3939
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3294,8 +3980,8 @@ var validPercentileRequest = (input) => {
|
|
|
3294
3980
|
path: _path2 + ".genes",
|
|
3295
3981
|
expected: "(Array<string> | undefined)",
|
|
3296
3982
|
value: input3.genes
|
|
3297
|
-
})) && input3.genes.map((elem,
|
|
3298
|
-
path: _path2 + ".genes[" +
|
|
3983
|
+
})) && input3.genes.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3984
|
+
path: _path2 + ".genes[" + _index86 + "]",
|
|
3299
3985
|
expected: "string",
|
|
3300
3986
|
value: elem
|
|
3301
3987
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3311,7 +3997,104 @@ var validPercentileRequest = (input) => {
|
|
|
3311
3997
|
expected: "(PresetNumericBins | undefined)",
|
|
3312
3998
|
value: input3.bins
|
|
3313
3999
|
})].every((flag) => flag);
|
|
3314
|
-
const $
|
|
4000
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4001
|
+
path: _path2 + ".id",
|
|
4002
|
+
expected: "string",
|
|
4003
|
+
value: input3.id
|
|
4004
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
4005
|
+
path: _path2 + ".name",
|
|
4006
|
+
expected: "string",
|
|
4007
|
+
value: input3.name
|
|
4008
|
+
}), "dnaMethylation" === input3.type || $report(_exceptionable2, {
|
|
4009
|
+
path: _path2 + ".type",
|
|
4010
|
+
expected: '"dnaMethylation"',
|
|
4011
|
+
value: input3.type
|
|
4012
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
4013
|
+
path: _path2 + ".child_types",
|
|
4014
|
+
expected: "(Array<string> | undefined)",
|
|
4015
|
+
value: input3.child_types
|
|
4016
|
+
})) && input3.child_types.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4017
|
+
path: _path2 + ".child_types[" + _index87 + "]",
|
|
4018
|
+
expected: "string",
|
|
4019
|
+
value: elem
|
|
4020
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4021
|
+
path: _path2 + ".child_types",
|
|
4022
|
+
expected: "(Array<string> | undefined)",
|
|
4023
|
+
value: input3.child_types
|
|
4024
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
4025
|
+
path: _path2 + ".hashtmldetail",
|
|
4026
|
+
expected: "(boolean | undefined)",
|
|
4027
|
+
value: input3.hashtmldetail
|
|
4028
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
4029
|
+
path: _path2 + ".included_types",
|
|
4030
|
+
expected: "(Array<string> | undefined)",
|
|
4031
|
+
value: input3.included_types
|
|
4032
|
+
})) && input3.included_types.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4033
|
+
path: _path2 + ".included_types[" + _index88 + "]",
|
|
4034
|
+
expected: "string",
|
|
4035
|
+
value: elem
|
|
4036
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4037
|
+
path: _path2 + ".included_types",
|
|
4038
|
+
expected: "(Array<string> | undefined)",
|
|
4039
|
+
value: input3.included_types
|
|
4040
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
4041
|
+
path: _path2 + ".isleaf",
|
|
4042
|
+
expected: "(boolean | undefined)",
|
|
4043
|
+
value: input3.isleaf
|
|
4044
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4045
|
+
path: _path2 + ".values",
|
|
4046
|
+
expected: "(TermValues | undefined)",
|
|
4047
|
+
value: input3.values
|
|
4048
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4049
|
+
path: _path2 + ".values",
|
|
4050
|
+
expected: "(TermValues | undefined)",
|
|
4051
|
+
value: input3.values
|
|
4052
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
4053
|
+
path: _path2 + ".skipValuesBuild",
|
|
4054
|
+
expected: "(boolean | undefined)",
|
|
4055
|
+
value: input3.skipValuesBuild
|
|
4056
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4057
|
+
path: _path2 + ".valueConversion",
|
|
4058
|
+
expected: "(__type.o1 | undefined)",
|
|
4059
|
+
value: input3.valueConversion
|
|
4060
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4061
|
+
path: _path2 + ".valueConversion",
|
|
4062
|
+
expected: "(__type.o1 | undefined)",
|
|
4063
|
+
value: input3.valueConversion
|
|
4064
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4065
|
+
path: _path2 + ".continuousColorScale",
|
|
4066
|
+
expected: "(__type.o3 | undefined)",
|
|
4067
|
+
value: input3.continuousColorScale
|
|
4068
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4069
|
+
path: _path2 + ".continuousColorScale",
|
|
4070
|
+
expected: "(__type.o3 | undefined)",
|
|
4071
|
+
value: input3.continuousColorScale
|
|
4072
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4073
|
+
path: _path2 + ".unit",
|
|
4074
|
+
expected: "(string | undefined)",
|
|
4075
|
+
value: input3.unit
|
|
4076
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
4077
|
+
path: _path2 + ".chr",
|
|
4078
|
+
expected: "string",
|
|
4079
|
+
value: input3.chr
|
|
4080
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
4081
|
+
path: _path2 + ".start",
|
|
4082
|
+
expected: "number",
|
|
4083
|
+
value: input3.start
|
|
4084
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
4085
|
+
path: _path2 + ".stop",
|
|
4086
|
+
expected: "number",
|
|
4087
|
+
value: input3.stop
|
|
4088
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
4089
|
+
path: _path2 + ".bins",
|
|
4090
|
+
expected: "(PresetNumericBins | undefined)",
|
|
4091
|
+
value: input3.bins
|
|
4092
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4093
|
+
path: _path2 + ".bins",
|
|
4094
|
+
expected: "(PresetNumericBins | undefined)",
|
|
4095
|
+
value: input3.bins
|
|
4096
|
+
})].every((flag) => flag);
|
|
4097
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3315
4098
|
path: _path2 + ".id",
|
|
3316
4099
|
expected: "string",
|
|
3317
4100
|
value: input3.id
|
|
@@ -3327,8 +4110,8 @@ var validPercentileRequest = (input) => {
|
|
|
3327
4110
|
path: _path2 + ".child_types",
|
|
3328
4111
|
expected: "(Array<string> | undefined)",
|
|
3329
4112
|
value: input3.child_types
|
|
3330
|
-
})) && input3.child_types.map((elem,
|
|
3331
|
-
path: _path2 + ".child_types[" +
|
|
4113
|
+
})) && input3.child_types.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4114
|
+
path: _path2 + ".child_types[" + _index89 + "]",
|
|
3332
4115
|
expected: "string",
|
|
3333
4116
|
value: elem
|
|
3334
4117
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3343,8 +4126,8 @@ var validPercentileRequest = (input) => {
|
|
|
3343
4126
|
path: _path2 + ".included_types",
|
|
3344
4127
|
expected: "(Array<string> | undefined)",
|
|
3345
4128
|
value: input3.included_types
|
|
3346
|
-
})) && input3.included_types.map((elem,
|
|
3347
|
-
path: _path2 + ".included_types[" +
|
|
4129
|
+
})) && input3.included_types.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4130
|
+
path: _path2 + ".included_types[" + _index90 + "]",
|
|
3348
4131
|
expected: "string",
|
|
3349
4132
|
value: elem
|
|
3350
4133
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3376,7 +4159,7 @@ var validPercentileRequest = (input) => {
|
|
|
3376
4159
|
expected: "(__type.o1 | undefined)",
|
|
3377
4160
|
value: input3.valueConversion
|
|
3378
4161
|
})].every((flag) => flag);
|
|
3379
|
-
const $
|
|
4162
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3380
4163
|
path: _path2 + ".id",
|
|
3381
4164
|
expected: "string",
|
|
3382
4165
|
value: input3.id
|
|
@@ -3392,8 +4175,8 @@ var validPercentileRequest = (input) => {
|
|
|
3392
4175
|
path: _path2 + ".child_types",
|
|
3393
4176
|
expected: "(Array<string> | undefined)",
|
|
3394
4177
|
value: input3.child_types
|
|
3395
|
-
})) && input3.child_types.map((elem,
|
|
3396
|
-
path: _path2 + ".child_types[" +
|
|
4178
|
+
})) && input3.child_types.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4179
|
+
path: _path2 + ".child_types[" + _index91 + "]",
|
|
3397
4180
|
expected: "string",
|
|
3398
4181
|
value: elem
|
|
3399
4182
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3408,8 +4191,8 @@ var validPercentileRequest = (input) => {
|
|
|
3408
4191
|
path: _path2 + ".included_types",
|
|
3409
4192
|
expected: "(Array<string> | undefined)",
|
|
3410
4193
|
value: input3.included_types
|
|
3411
|
-
})) && input3.included_types.map((elem,
|
|
3412
|
-
path: _path2 + ".included_types[" +
|
|
4194
|
+
})) && input3.included_types.map((elem, _index92) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4195
|
+
path: _path2 + ".included_types[" + _index92 + "]",
|
|
3413
4196
|
expected: "string",
|
|
3414
4197
|
value: elem
|
|
3415
4198
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3444,34 +4227,159 @@ var validPercentileRequest = (input) => {
|
|
|
3444
4227
|
path: _path2 + ".collectionId",
|
|
3445
4228
|
expected: "(string | undefined)",
|
|
3446
4229
|
value: input3.collectionId
|
|
4230
|
+
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
4231
|
+
path: _path2 + ".termIds",
|
|
4232
|
+
expected: "(Array<string> | undefined)",
|
|
4233
|
+
value: input3.termIds
|
|
4234
|
+
})) && input3.termIds.map((elem, _index93) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4235
|
+
path: _path2 + ".termIds[" + _index93 + "]",
|
|
4236
|
+
expected: "string",
|
|
4237
|
+
value: elem
|
|
4238
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4239
|
+
path: _path2 + ".termIds",
|
|
4240
|
+
expected: "(Array<string> | undefined)",
|
|
4241
|
+
value: input3.termIds
|
|
3447
4242
|
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
3448
4243
|
path: _path2 + ".termlst",
|
|
3449
4244
|
expected: "Array<BaseTerm>",
|
|
3450
4245
|
value: input3.termlst
|
|
3451
|
-
})) && input3.termlst.map((elem,
|
|
3452
|
-
path: _path2 + ".termlst[" +
|
|
4246
|
+
})) && input3.termlst.map((elem, _index94) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4247
|
+
path: _path2 + ".termlst[" + _index94 + "]",
|
|
3453
4248
|
expected: "BaseTerm",
|
|
3454
4249
|
value: elem
|
|
3455
|
-
})) && $
|
|
3456
|
-
path: _path2 + ".termlst[" +
|
|
4250
|
+
})) && $vo45(elem, _path2 + ".termlst[" + _index94 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4251
|
+
path: _path2 + ".termlst[" + _index94 + "]",
|
|
3457
4252
|
expected: "BaseTerm",
|
|
3458
4253
|
value: elem
|
|
3459
4254
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3460
4255
|
path: _path2 + ".termlst",
|
|
3461
4256
|
expected: "Array<BaseTerm>",
|
|
3462
4257
|
value: input3.termlst
|
|
4258
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
4259
|
+
path: _path2 + ".newTvs",
|
|
4260
|
+
expected: "(boolean | undefined)",
|
|
4261
|
+
value: input3.newTvs
|
|
4262
|
+
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
4263
|
+
path: _path2 + ".propsByTermId",
|
|
4264
|
+
expected: "__type.o6",
|
|
4265
|
+
value: input3.propsByTermId
|
|
4266
|
+
})) && $vo46(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
4267
|
+
path: _path2 + ".propsByTermId",
|
|
4268
|
+
expected: "__type.o6",
|
|
4269
|
+
value: input3.propsByTermId
|
|
4270
|
+
}), "numeric" === input3.memberType || $report(_exceptionable2, {
|
|
4271
|
+
path: _path2 + ".memberType",
|
|
4272
|
+
expected: '"numeric"',
|
|
4273
|
+
value: input3.memberType
|
|
3463
4274
|
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
3464
4275
|
path: _path2 + ".numerators",
|
|
3465
4276
|
expected: "(Array<string> | undefined)",
|
|
3466
4277
|
value: input3.numerators
|
|
3467
|
-
})) && input3.numerators.map((elem,
|
|
3468
|
-
path: _path2 + ".numerators[" +
|
|
4278
|
+
})) && input3.numerators.map((elem, _index95) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4279
|
+
path: _path2 + ".numerators[" + _index95 + "]",
|
|
3469
4280
|
expected: "string",
|
|
3470
4281
|
value: elem
|
|
3471
4282
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3472
4283
|
path: _path2 + ".numerators",
|
|
3473
4284
|
expected: "(Array<string> | undefined)",
|
|
3474
4285
|
value: input3.numerators
|
|
4286
|
+
})].every((flag) => flag);
|
|
4287
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4288
|
+
path: _path2 + ".id",
|
|
4289
|
+
expected: "string",
|
|
4290
|
+
value: input3.id
|
|
4291
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
4292
|
+
path: _path2 + ".name",
|
|
4293
|
+
expected: "string",
|
|
4294
|
+
value: input3.name
|
|
4295
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
4296
|
+
path: _path2 + ".type",
|
|
4297
|
+
expected: '"termCollection"',
|
|
4298
|
+
value: input3.type
|
|
4299
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
4300
|
+
path: _path2 + ".child_types",
|
|
4301
|
+
expected: "(Array<string> | undefined)",
|
|
4302
|
+
value: input3.child_types
|
|
4303
|
+
})) && input3.child_types.map((elem, _index96) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4304
|
+
path: _path2 + ".child_types[" + _index96 + "]",
|
|
4305
|
+
expected: "string",
|
|
4306
|
+
value: elem
|
|
4307
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4308
|
+
path: _path2 + ".child_types",
|
|
4309
|
+
expected: "(Array<string> | undefined)",
|
|
4310
|
+
value: input3.child_types
|
|
4311
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
4312
|
+
path: _path2 + ".hashtmldetail",
|
|
4313
|
+
expected: "(boolean | undefined)",
|
|
4314
|
+
value: input3.hashtmldetail
|
|
4315
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
4316
|
+
path: _path2 + ".included_types",
|
|
4317
|
+
expected: "(Array<string> | undefined)",
|
|
4318
|
+
value: input3.included_types
|
|
4319
|
+
})) && input3.included_types.map((elem, _index97) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4320
|
+
path: _path2 + ".included_types[" + _index97 + "]",
|
|
4321
|
+
expected: "string",
|
|
4322
|
+
value: elem
|
|
4323
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4324
|
+
path: _path2 + ".included_types",
|
|
4325
|
+
expected: "(Array<string> | undefined)",
|
|
4326
|
+
value: input3.included_types
|
|
4327
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
4328
|
+
path: _path2 + ".isleaf",
|
|
4329
|
+
expected: "(boolean | undefined)",
|
|
4330
|
+
value: input3.isleaf
|
|
4331
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4332
|
+
path: _path2 + ".values",
|
|
4333
|
+
expected: "(TermValues | undefined)",
|
|
4334
|
+
value: input3.values
|
|
4335
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4336
|
+
path: _path2 + ".values",
|
|
4337
|
+
expected: "(TermValues | undefined)",
|
|
4338
|
+
value: input3.values
|
|
4339
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
4340
|
+
path: _path2 + ".skipValuesBuild",
|
|
4341
|
+
expected: "(boolean | undefined)",
|
|
4342
|
+
value: input3.skipValuesBuild
|
|
4343
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4344
|
+
path: _path2 + ".valueConversion",
|
|
4345
|
+
expected: "(__type.o1 | undefined)",
|
|
4346
|
+
value: input3.valueConversion
|
|
4347
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4348
|
+
path: _path2 + ".valueConversion",
|
|
4349
|
+
expected: "(__type.o1 | undefined)",
|
|
4350
|
+
value: input3.valueConversion
|
|
4351
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
4352
|
+
path: _path2 + ".collectionId",
|
|
4353
|
+
expected: "(string | undefined)",
|
|
4354
|
+
value: input3.collectionId
|
|
4355
|
+
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
4356
|
+
path: _path2 + ".termIds",
|
|
4357
|
+
expected: "(Array<string> | undefined)",
|
|
4358
|
+
value: input3.termIds
|
|
4359
|
+
})) && input3.termIds.map((elem, _index98) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4360
|
+
path: _path2 + ".termIds[" + _index98 + "]",
|
|
4361
|
+
expected: "string",
|
|
4362
|
+
value: elem
|
|
4363
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4364
|
+
path: _path2 + ".termIds",
|
|
4365
|
+
expected: "(Array<string> | undefined)",
|
|
4366
|
+
value: input3.termIds
|
|
4367
|
+
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
4368
|
+
path: _path2 + ".termlst",
|
|
4369
|
+
expected: "Array<BaseTerm>",
|
|
4370
|
+
value: input3.termlst
|
|
4371
|
+
})) && input3.termlst.map((elem, _index99) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4372
|
+
path: _path2 + ".termlst[" + _index99 + "]",
|
|
4373
|
+
expected: "BaseTerm",
|
|
4374
|
+
value: elem
|
|
4375
|
+
})) && $vo45(elem, _path2 + ".termlst[" + _index99 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4376
|
+
path: _path2 + ".termlst[" + _index99 + "]",
|
|
4377
|
+
expected: "BaseTerm",
|
|
4378
|
+
value: elem
|
|
4379
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4380
|
+
path: _path2 + ".termlst",
|
|
4381
|
+
expected: "Array<BaseTerm>",
|
|
4382
|
+
value: input3.termlst
|
|
3475
4383
|
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
3476
4384
|
path: _path2 + ".newTvs",
|
|
3477
4385
|
expected: "(boolean | undefined)",
|
|
@@ -3480,12 +4388,32 @@ var validPercentileRequest = (input) => {
|
|
|
3480
4388
|
path: _path2 + ".propsByTermId",
|
|
3481
4389
|
expected: "__type.o6",
|
|
3482
4390
|
value: input3.propsByTermId
|
|
3483
|
-
})) && $
|
|
4391
|
+
})) && $vo46(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3484
4392
|
path: _path2 + ".propsByTermId",
|
|
3485
4393
|
expected: "__type.o6",
|
|
3486
4394
|
value: input3.propsByTermId
|
|
4395
|
+
}), "categorical" === input3.memberType || $report(_exceptionable2, {
|
|
4396
|
+
path: _path2 + ".memberType",
|
|
4397
|
+
expected: '"categorical"',
|
|
4398
|
+
value: input3.memberType
|
|
4399
|
+
}), (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
|
|
4400
|
+
path: _path2 + ".categoryKeys",
|
|
4401
|
+
expected: "Array<CategoryKey>",
|
|
4402
|
+
value: input3.categoryKeys
|
|
4403
|
+
})) && input3.categoryKeys.map((elem, _index100) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4404
|
+
path: _path2 + ".categoryKeys[" + _index100 + "]",
|
|
4405
|
+
expected: "CategoryKey",
|
|
4406
|
+
value: elem
|
|
4407
|
+
})) && $vo49(elem, _path2 + ".categoryKeys[" + _index100 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4408
|
+
path: _path2 + ".categoryKeys[" + _index100 + "]",
|
|
4409
|
+
expected: "CategoryKey",
|
|
4410
|
+
value: elem
|
|
4411
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4412
|
+
path: _path2 + ".categoryKeys",
|
|
4413
|
+
expected: "Array<CategoryKey>",
|
|
4414
|
+
value: input3.categoryKeys
|
|
3487
4415
|
})].every((flag) => flag);
|
|
3488
|
-
const $
|
|
4416
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3489
4417
|
path: _path2 + ".id",
|
|
3490
4418
|
expected: "string",
|
|
3491
4419
|
value: input3.id
|
|
@@ -3501,8 +4429,8 @@ var validPercentileRequest = (input) => {
|
|
|
3501
4429
|
path: _path2 + ".child_types",
|
|
3502
4430
|
expected: "(Array<string> | undefined)",
|
|
3503
4431
|
value: input3.child_types
|
|
3504
|
-
})) && input3.child_types.map((elem,
|
|
3505
|
-
path: _path2 + ".child_types[" +
|
|
4432
|
+
})) && input3.child_types.map((elem, _index101) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4433
|
+
path: _path2 + ".child_types[" + _index101 + "]",
|
|
3506
4434
|
expected: "string",
|
|
3507
4435
|
value: elem
|
|
3508
4436
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3517,8 +4445,8 @@ var validPercentileRequest = (input) => {
|
|
|
3517
4445
|
path: _path2 + ".included_types",
|
|
3518
4446
|
expected: "(Array<string> | undefined)",
|
|
3519
4447
|
value: input3.included_types
|
|
3520
|
-
})) && input3.included_types.map((elem,
|
|
3521
|
-
path: _path2 + ".included_types[" +
|
|
4448
|
+
})) && input3.included_types.map((elem, _index102) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4449
|
+
path: _path2 + ".included_types[" + _index102 + "]",
|
|
3522
4450
|
expected: "string",
|
|
3523
4451
|
value: elem
|
|
3524
4452
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3557,12 +4485,12 @@ var validPercentileRequest = (input) => {
|
|
|
3557
4485
|
path: _path2 + ".snps",
|
|
3558
4486
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3559
4487
|
value: input3.snps
|
|
3560
|
-
})) && input3.snps.map((elem,
|
|
3561
|
-
path: _path2 + ".snps[" +
|
|
4488
|
+
})) && input3.snps.map((elem, _index103) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4489
|
+
path: _path2 + ".snps[" + _index103 + "]",
|
|
3562
4490
|
expected: "SnpsEntry",
|
|
3563
4491
|
value: elem
|
|
3564
|
-
})) && $
|
|
3565
|
-
path: _path2 + ".snps[" +
|
|
4492
|
+
})) && $vo66(elem, _path2 + ".snps[" + _index103 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4493
|
+
path: _path2 + ".snps[" + _index103 + "]",
|
|
3566
4494
|
expected: "SnpsEntry",
|
|
3567
4495
|
value: elem
|
|
3568
4496
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3570,12 +4498,12 @@ var validPercentileRequest = (input) => {
|
|
|
3570
4498
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3571
4499
|
value: input3.snps
|
|
3572
4500
|
})].every((flag) => flag);
|
|
3573
|
-
const $
|
|
4501
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3574
4502
|
path: _path2 + ".altAlleles",
|
|
3575
4503
|
expected: "(Array<string> | undefined)",
|
|
3576
4504
|
value: input3.altAlleles
|
|
3577
|
-
})) && input3.altAlleles.map((elem,
|
|
3578
|
-
path: _path2 + ".altAlleles[" +
|
|
4505
|
+
})) && input3.altAlleles.map((elem, _index104) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4506
|
+
path: _path2 + ".altAlleles[" + _index104 + "]",
|
|
3579
4507
|
expected: "string",
|
|
3580
4508
|
value: elem
|
|
3581
4509
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3586,12 +4514,12 @@ var validPercentileRequest = (input) => {
|
|
|
3586
4514
|
path: _path2 + ".alleles",
|
|
3587
4515
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
3588
4516
|
value: input3.alleles
|
|
3589
|
-
})) && input3.alleles.map((elem,
|
|
3590
|
-
path: _path2 + ".alleles[" +
|
|
4517
|
+
})) && input3.alleles.map((elem, _index105) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4518
|
+
path: _path2 + ".alleles[" + _index105 + "]",
|
|
3591
4519
|
expected: "AllelesEntry",
|
|
3592
4520
|
value: elem
|
|
3593
|
-
})) && $
|
|
3594
|
-
path: _path2 + ".alleles[" +
|
|
4521
|
+
})) && $vo67(elem, _path2 + ".alleles[" + _index105 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4522
|
+
path: _path2 + ".alleles[" + _index105 + "]",
|
|
3595
4523
|
expected: "AllelesEntry",
|
|
3596
4524
|
value: elem
|
|
3597
4525
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3606,7 +4534,7 @@ var validPercentileRequest = (input) => {
|
|
|
3606
4534
|
path: _path2 + ".gt2count",
|
|
3607
4535
|
expected: "(__type.o8 | undefined)",
|
|
3608
4536
|
value: input3.gt2count
|
|
3609
|
-
})) && $
|
|
4537
|
+
})) && $vo68(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3610
4538
|
path: _path2 + ".gt2count",
|
|
3611
4539
|
expected: "(__type.o8 | undefined)",
|
|
3612
4540
|
value: input3.gt2count
|
|
@@ -3635,7 +4563,7 @@ var validPercentileRequest = (input) => {
|
|
|
3635
4563
|
expected: "(number | undefined)",
|
|
3636
4564
|
value: input3.pos
|
|
3637
4565
|
})].every((flag) => flag);
|
|
3638
|
-
const $
|
|
4566
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3639
4567
|
path: _path2 + ".allele",
|
|
3640
4568
|
expected: "string",
|
|
3641
4569
|
value: input3.allele
|
|
@@ -3648,7 +4576,7 @@ var validPercentileRequest = (input) => {
|
|
|
3648
4576
|
expected: "boolean",
|
|
3649
4577
|
value: input3.isRef
|
|
3650
4578
|
})].every((flag) => flag);
|
|
3651
|
-
const $
|
|
4579
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3652
4580
|
path: _path2 + ".k",
|
|
3653
4581
|
expected: "string",
|
|
3654
4582
|
value: input3.k
|
|
@@ -3657,7 +4585,7 @@ var validPercentileRequest = (input) => {
|
|
|
3657
4585
|
expected: "(number | string)",
|
|
3658
4586
|
value: input3.v
|
|
3659
4587
|
})].every((flag) => flag);
|
|
3660
|
-
const $
|
|
4588
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3661
4589
|
path: _path2 + ".id",
|
|
3662
4590
|
expected: "string",
|
|
3663
4591
|
value: input3.id
|
|
@@ -3673,8 +4601,8 @@ var validPercentileRequest = (input) => {
|
|
|
3673
4601
|
path: _path2 + ".child_types",
|
|
3674
4602
|
expected: "(Array<string> | undefined)",
|
|
3675
4603
|
value: input3.child_types
|
|
3676
|
-
})) && input3.child_types.map((elem,
|
|
3677
|
-
path: _path2 + ".child_types[" +
|
|
4604
|
+
})) && input3.child_types.map((elem, _index106) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4605
|
+
path: _path2 + ".child_types[" + _index106 + "]",
|
|
3678
4606
|
expected: "string",
|
|
3679
4607
|
value: elem
|
|
3680
4608
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3689,8 +4617,8 @@ var validPercentileRequest = (input) => {
|
|
|
3689
4617
|
path: _path2 + ".included_types",
|
|
3690
4618
|
expected: "(Array<string> | undefined)",
|
|
3691
4619
|
value: input3.included_types
|
|
3692
|
-
})) && input3.included_types.map((elem,
|
|
3693
|
-
path: _path2 + ".included_types[" +
|
|
4620
|
+
})) && input3.included_types.map((elem, _index107) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4621
|
+
path: _path2 + ".included_types[" + _index107 + "]",
|
|
3694
4622
|
expected: "string",
|
|
3695
4623
|
value: elem
|
|
3696
4624
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3705,7 +4633,7 @@ var validPercentileRequest = (input) => {
|
|
|
3705
4633
|
path: _path2 + ".values",
|
|
3706
4634
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
3707
4635
|
value: input3.values
|
|
3708
|
-
})) && $
|
|
4636
|
+
})) && $vo70(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3709
4637
|
path: _path2 + ".values",
|
|
3710
4638
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
3711
4639
|
value: input3.values
|
|
@@ -3722,7 +4650,7 @@ var validPercentileRequest = (input) => {
|
|
|
3722
4650
|
expected: "(__type.o1 | undefined)",
|
|
3723
4651
|
value: input3.valueConversion
|
|
3724
4652
|
})].every((flag) => flag);
|
|
3725
|
-
const $
|
|
4653
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3726
4654
|
const value = input3[key];
|
|
3727
4655
|
if (void 0 === value)
|
|
3728
4656
|
return true;
|
|
@@ -3731,7 +4659,7 @@ var validPercentileRequest = (input) => {
|
|
|
3731
4659
|
path: _path2 + $join(key),
|
|
3732
4660
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3733
4661
|
value
|
|
3734
|
-
})) && $
|
|
4662
|
+
})) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3735
4663
|
path: _path2 + $join(key),
|
|
3736
4664
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3737
4665
|
value
|
|
@@ -3741,14 +4669,14 @@ var validPercentileRequest = (input) => {
|
|
|
3741
4669
|
path: _path2 + $join(key),
|
|
3742
4670
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3743
4671
|
value
|
|
3744
|
-
})) && $
|
|
4672
|
+
})) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3745
4673
|
path: _path2 + $join(key),
|
|
3746
4674
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3747
4675
|
value
|
|
3748
4676
|
});
|
|
3749
4677
|
return true;
|
|
3750
4678
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3751
|
-
const $
|
|
4679
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
3752
4680
|
path: _path2 + ".key",
|
|
3753
4681
|
expected: "(string | undefined)",
|
|
3754
4682
|
value: input3.key
|
|
@@ -3792,12 +4720,12 @@ var validPercentileRequest = (input) => {
|
|
|
3792
4720
|
path: _path2 + ".list",
|
|
3793
4721
|
expected: "Array<__type>.o3",
|
|
3794
4722
|
value: input3.list
|
|
3795
|
-
})) && input3.list.map((elem,
|
|
3796
|
-
path: _path2 + ".list[" +
|
|
4723
|
+
})) && input3.list.map((elem, _index108) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4724
|
+
path: _path2 + ".list[" + _index108 + "]",
|
|
3797
4725
|
expected: "__type.o9",
|
|
3798
4726
|
value: elem
|
|
3799
|
-
})) && $
|
|
3800
|
-
path: _path2 + ".list[" +
|
|
4727
|
+
})) && $vo72(elem, _path2 + ".list[" + _index108 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4728
|
+
path: _path2 + ".list[" + _index108 + "]",
|
|
3801
4729
|
expected: "__type.o9",
|
|
3802
4730
|
value: elem
|
|
3803
4731
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3805,7 +4733,7 @@ var validPercentileRequest = (input) => {
|
|
|
3805
4733
|
expected: "Array<__type>.o3",
|
|
3806
4734
|
value: input3.list
|
|
3807
4735
|
}), true].every((flag) => flag);
|
|
3808
|
-
const $
|
|
4736
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
3809
4737
|
path: _path2 + ".sampleId",
|
|
3810
4738
|
expected: "string",
|
|
3811
4739
|
value: input3.sampleId
|
|
@@ -3845,9 +4773,9 @@ var validPercentileRequest = (input) => {
|
|
|
3845
4773
|
})();
|
|
3846
4774
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3847
4775
|
if ("gene" === input3.kind)
|
|
3848
|
-
return $
|
|
4776
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
3849
4777
|
if ("coord" === input3.kind)
|
|
3850
|
-
return $
|
|
4778
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
3851
4779
|
return $report(_exceptionable2, {
|
|
3852
4780
|
path: _path2,
|
|
3853
4781
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3856,42 +4784,52 @@ var validPercentileRequest = (input) => {
|
|
|
3856
4784
|
})();
|
|
3857
4785
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3858
4786
|
if ("metaboliteIntensity" === input3.type)
|
|
3859
|
-
return $
|
|
4787
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
4788
|
+
if ("wholeProteomeAbundance" === input3.type)
|
|
4789
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
3860
4790
|
if ("categorical" === input3.type)
|
|
3861
|
-
return $
|
|
4791
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3862
4792
|
if ("snp" === input3.type)
|
|
3863
|
-
return $
|
|
4793
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
3864
4794
|
if ("singleCellCellType" === input3.type)
|
|
3865
|
-
return $
|
|
4795
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
3866
4796
|
if ("date" === input3.type)
|
|
3867
|
-
return $
|
|
4797
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
3868
4798
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3869
|
-
return $
|
|
4799
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
3870
4800
|
if ("ssGSEA" === input3.type)
|
|
3871
|
-
return $
|
|
4801
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
4802
|
+
if ("dnaMethylation" === input3.type)
|
|
4803
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
3872
4804
|
if ("condition" === input3.type)
|
|
3873
|
-
return $
|
|
3874
|
-
if ("
|
|
3875
|
-
return $
|
|
3876
|
-
|
|
4805
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
4806
|
+
if ("numeric" === input3.memberType)
|
|
4807
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
4808
|
+
if ("categorical" === input3.memberType)
|
|
4809
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
4810
|
+
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false) || $vo50(input3, _path2, false) || $vo51(input3, _path2, false) || $vo65(input3, _path2, false) || $vo69(input3, _path2, false);
|
|
3877
4811
|
})();
|
|
3878
4812
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3879
4813
|
if (void 0 !== input3.ranges)
|
|
3880
4814
|
return $vo14(input3, _path2, _exceptionable2);
|
|
3881
4815
|
if (void 0 !== input3.ratio)
|
|
3882
|
-
return $
|
|
3883
|
-
return $vo6(input3, _path2, false) || $
|
|
4816
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
4817
|
+
return $vo6(input3, _path2, false) || $vo33(input3, _path2, false) || $vo36(input3, _path2, false);
|
|
3884
4818
|
})();
|
|
3885
4819
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3886
4820
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3887
4821
|
return $vo15(input3, _path2, _exceptionable2);
|
|
3888
4822
|
if ("metaboliteIntensity" === input3.type)
|
|
3889
4823
|
return $vo25(input3, _path2, _exceptionable2);
|
|
3890
|
-
if ("
|
|
4824
|
+
if ("wholeProteomeAbundance" === input3.type)
|
|
3891
4825
|
return $vo26(input3, _path2, _exceptionable2);
|
|
3892
|
-
if ("
|
|
4826
|
+
if ("date" === input3.type)
|
|
3893
4827
|
return $vo27(input3, _path2, _exceptionable2);
|
|
3894
|
-
|
|
4828
|
+
if ("ssGSEA" === input3.type)
|
|
4829
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
4830
|
+
if ("dnaMethylation" === input3.type)
|
|
4831
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
4832
|
+
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
3895
4833
|
})();
|
|
3896
4834
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3897
4835
|
if ("regular-bin" === input3.type)
|
|
@@ -3928,15 +4866,26 @@ var validPercentileRequest = (input) => {
|
|
|
3928
4866
|
})();
|
|
3929
4867
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3930
4868
|
if ("gene" === input3.kind)
|
|
3931
|
-
return $
|
|
4869
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
3932
4870
|
if ("coord" === input3.kind)
|
|
3933
|
-
return $
|
|
4871
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
3934
4872
|
return $report(_exceptionable2, {
|
|
3935
4873
|
path: _path2,
|
|
3936
4874
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
3937
4875
|
value: input3
|
|
3938
4876
|
});
|
|
3939
4877
|
})();
|
|
4878
|
+
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4879
|
+
if ("numeric" === input3.memberType)
|
|
4880
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
4881
|
+
if ("categorical" === input3.memberType)
|
|
4882
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
4883
|
+
return $report(_exceptionable2, {
|
|
4884
|
+
path: _path2,
|
|
4885
|
+
expected: "(NumericTermCollection | CategoricalTermCollection)",
|
|
4886
|
+
value: input3
|
|
4887
|
+
});
|
|
4888
|
+
})();
|
|
3940
4889
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
3941
4890
|
path: _path + "",
|
|
3942
4891
|
expected: "PercentileRequest",
|