@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
|
@@ -59,7 +59,7 @@ var validCategoriesRequest = (input) => {
|
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
61
61
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true;
|
|
62
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $
|
|
62
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q)) && "QualTWValues" === input3.type;
|
|
63
63
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
64
64
|
const value = input3[key];
|
|
65
65
|
if (void 0 === value)
|
|
@@ -68,7 +68,7 @@ var validCategoriesRequest = (input) => {
|
|
|
68
68
|
return true;
|
|
69
69
|
return true;
|
|
70
70
|
});
|
|
71
|
-
const $io3 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
71
|
+
const $io3 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
|
|
72
72
|
const $io4 = (input3) => Object.keys(input3).every((key) => {
|
|
73
73
|
const value = input3[key];
|
|
74
74
|
if (void 0 === value)
|
|
@@ -83,7 +83,7 @@ var validCategoriesRequest = (input) => {
|
|
|
83
83
|
const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
84
84
|
const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
85
85
|
const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io5(elem)));
|
|
86
|
-
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $
|
|
86
|
+
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
|
|
87
87
|
const $io10 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
|
|
88
88
|
const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
89
89
|
const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
@@ -104,36 +104,40 @@ var validCategoriesRequest = (input) => {
|
|
|
104
104
|
const $io20 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
105
105
|
const $io21 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(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;
|
|
106
106
|
const $io22 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
|
|
107
|
-
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
108
|
-
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
109
|
-
const $io25 = (input3) => "string" === typeof input3.
|
|
110
|
-
const $io26 = (input3) => (void 0 === input3.
|
|
111
|
-
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
112
|
-
const $io28 = (input3) => "
|
|
113
|
-
const $io29 = (input3) =>
|
|
114
|
-
const $io30 = (input3) =>
|
|
115
|
-
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
116
|
-
const $io32 = (input3) => "
|
|
117
|
-
const $io33 = (input3) =>
|
|
118
|
-
const $io34 = (input3) => "
|
|
119
|
-
const $io35 = (input3) => "string" === typeof input3.name && (void 0 === input3.
|
|
120
|
-
const $io36 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.
|
|
121
|
-
const $io37 = (input3) => ("string" === typeof input3.
|
|
122
|
-
const $io38 = (input3) => "
|
|
123
|
-
const $io39 = (input3) => "string" === typeof input3.
|
|
124
|
-
const $io40 = (input3) => "string" === typeof input3.
|
|
125
|
-
const $io41 = (input3) => (
|
|
126
|
-
const $io42 = (input3) => "string" === typeof input3.
|
|
127
|
-
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
128
|
-
const $io44 = (input3) =>
|
|
107
|
+
const $io23 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
|
|
108
|
+
const $io24 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
|
|
109
|
+
const $io25 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
|
|
110
|
+
const $io26 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
|
|
111
|
+
const $io27 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(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);
|
|
112
|
+
const $io28 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
113
|
+
const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
114
|
+
const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(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 && $io32(elem)));
|
|
115
|
+
const $io31 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
|
|
116
|
+
const $io32 = (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;
|
|
117
|
+
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)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
118
|
+
const $io34 = (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 && $iu11(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) && $io4(input3.values));
|
|
119
|
+
const $io35 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
120
|
+
const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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);
|
|
121
|
+
const $io37 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
122
|
+
const $io38 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
123
|
+
const $io39 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
124
|
+
const $io40 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io41(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
125
|
+
const $io41 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
126
|
+
const $io42 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
|
|
127
|
+
const $io43 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
128
|
+
const $io44 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
129
|
+
const $io45 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
|
|
130
|
+
const $io46 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
131
|
+
const $io47 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
|
|
132
|
+
const $io48 = (input3) => Object.keys(input3).every((key) => {
|
|
129
133
|
const value = input3[key];
|
|
130
134
|
if (void 0 === value)
|
|
131
135
|
return true;
|
|
132
136
|
if (RegExp(/(.*)/).test(key))
|
|
133
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
137
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io49(value);
|
|
134
138
|
return true;
|
|
135
139
|
});
|
|
136
|
-
const $
|
|
140
|
+
const $io49 = (input3) => Object.keys(input3).every((key) => {
|
|
137
141
|
const value = input3[key];
|
|
138
142
|
if (void 0 === value)
|
|
139
143
|
return true;
|
|
@@ -141,43 +145,47 @@ var validCategoriesRequest = (input) => {
|
|
|
141
145
|
return true;
|
|
142
146
|
return true;
|
|
143
147
|
});
|
|
144
|
-
const $
|
|
145
|
-
const $
|
|
146
|
-
const $
|
|
147
|
-
const $
|
|
148
|
-
const $
|
|
149
|
-
const $
|
|
150
|
-
const $
|
|
151
|
-
const $
|
|
152
|
-
const $
|
|
153
|
-
const $
|
|
154
|
-
const $
|
|
155
|
-
const $
|
|
156
|
-
const $
|
|
157
|
-
const $
|
|
158
|
-
const $
|
|
159
|
-
const $
|
|
160
|
-
const $
|
|
161
|
-
const $
|
|
162
|
-
const $
|
|
163
|
-
const $
|
|
164
|
-
const $
|
|
165
|
-
const $
|
|
166
|
-
const $
|
|
167
|
-
const $
|
|
168
|
-
const $
|
|
169
|
-
const $
|
|
170
|
-
const $
|
|
171
|
-
const $
|
|
172
|
-
const $
|
|
173
|
-
const $
|
|
174
|
-
const $
|
|
175
|
-
const $
|
|
176
|
-
const $
|
|
177
|
-
const $
|
|
178
|
-
const $
|
|
179
|
-
const $
|
|
180
|
-
const $
|
|
148
|
+
const $io50 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
|
|
149
|
+
const $io51 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
150
|
+
const $io52 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $io38(input3.groupsetting));
|
|
151
|
+
const $io53 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
|
|
152
|
+
const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
153
|
+
const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
154
|
+
const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
155
|
+
const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
156
|
+
const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io60(input3.customset));
|
|
157
|
+
const $io60 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
158
|
+
const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
|
|
159
|
+
const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
|
|
160
|
+
const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
|
|
161
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
162
|
+
const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io66(input3.q));
|
|
163
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
|
|
164
|
+
const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
|
|
165
|
+
const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io69(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
166
|
+
const $io69 = (input3) => "number" === typeof input3.value;
|
|
167
|
+
const $io70 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io73(input3.q));
|
|
168
|
+
const $io71 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
169
|
+
const $io72 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
170
|
+
const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
|
|
171
|
+
const $io74 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
|
|
172
|
+
const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
|
|
173
|
+
const $io76 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
|
|
174
|
+
const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io60(input3.customset)) && Array.isArray(input3.dtLst);
|
|
175
|
+
const $io78 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu14(input3.q));
|
|
176
|
+
const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
177
|
+
const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
|
|
178
|
+
const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io84(input3.term));
|
|
179
|
+
const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io83(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
180
|
+
const $io83 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
181
|
+
const $io84 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $io85(elem)));
|
|
182
|
+
const $io85 = (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 && $io86(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io87(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);
|
|
183
|
+
const $io86 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
184
|
+
const $io87 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
185
|
+
const $io88 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io89(input3.q));
|
|
186
|
+
const $io89 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
187
|
+
const $io90 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
|
|
188
|
+
const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
|
|
181
189
|
const $iu0 = (input3) => (() => {
|
|
182
190
|
if ("tvslst" === input3.type)
|
|
183
191
|
return $io6(input3);
|
|
@@ -194,16 +202,16 @@ var validCategoriesRequest = (input) => {
|
|
|
194
202
|
})();
|
|
195
203
|
const $iu2 = (input3) => (() => {
|
|
196
204
|
if ("gene" === input3.kind)
|
|
197
|
-
return $
|
|
205
|
+
return $io36(input3);
|
|
198
206
|
if ("coord" === input3.kind)
|
|
199
|
-
return $
|
|
207
|
+
return $io37(input3);
|
|
200
208
|
return false;
|
|
201
209
|
})();
|
|
202
210
|
const $iu3 = (input3) => (() => {
|
|
203
211
|
if ("string" === typeof input3.type)
|
|
204
|
-
return $
|
|
212
|
+
return $io40(input3);
|
|
205
213
|
if ("filter" === input3.type)
|
|
206
|
-
return $
|
|
214
|
+
return $io42(input3);
|
|
207
215
|
return false;
|
|
208
216
|
})();
|
|
209
217
|
const $iu4 = (input3) => (() => {
|
|
@@ -221,32 +229,34 @@ var validCategoriesRequest = (input) => {
|
|
|
221
229
|
return false;
|
|
222
230
|
})();
|
|
223
231
|
const $iu6 = (input3) => (() => {
|
|
224
|
-
if ("
|
|
225
|
-
return $
|
|
232
|
+
if ("TermCollectionTWQual" === input3.type)
|
|
233
|
+
return $io90(input3);
|
|
234
|
+
if ("TermCollectionTWCont" === input3.type)
|
|
235
|
+
return $io88(input3);
|
|
226
236
|
if ("SnpsTW" === input3.type)
|
|
227
|
-
return $
|
|
237
|
+
return $io81(input3);
|
|
228
238
|
if ("ConditionTW" === input3.type)
|
|
229
|
-
return $
|
|
239
|
+
return $io78(input3);
|
|
230
240
|
if ("GvCustomGsTW" === input3.type)
|
|
231
|
-
return $
|
|
241
|
+
return $io76(input3);
|
|
232
242
|
if ("GvPredefinedGsTW" === input3.type)
|
|
233
|
-
return $
|
|
243
|
+
return $io74(input3);
|
|
234
244
|
if ("GvValuesTW" === input3.type)
|
|
235
|
-
return $
|
|
245
|
+
return $io70(input3);
|
|
236
246
|
if ("NumTWSpline" === input3.type)
|
|
237
|
-
return $
|
|
247
|
+
return $io67(input3);
|
|
238
248
|
if ("NumTWCont" === input3.type)
|
|
239
|
-
return $
|
|
249
|
+
return $io65(input3);
|
|
240
250
|
if ("NumTWBinary" === input3.type)
|
|
241
|
-
return $
|
|
251
|
+
return $io63(input3);
|
|
242
252
|
if ("NumTWCustomBin" === input3.type)
|
|
243
|
-
return $
|
|
253
|
+
return $io62(input3);
|
|
244
254
|
if ("NumTWRegularBin" === input3.type)
|
|
245
|
-
return $
|
|
255
|
+
return $io61(input3);
|
|
246
256
|
if ("QualTWCustomGS" === input3.type)
|
|
247
|
-
return $
|
|
257
|
+
return $io58(input3);
|
|
248
258
|
if ("QualTWPredefinedGS" === input3.type)
|
|
249
|
-
return $
|
|
259
|
+
return $io56(input3);
|
|
250
260
|
if ("QualTWValues" === input3.type)
|
|
251
261
|
return $io1(input3);
|
|
252
262
|
return false;
|
|
@@ -255,23 +265,23 @@ var validCategoriesRequest = (input) => {
|
|
|
255
265
|
if ("categorical" === input3.type)
|
|
256
266
|
return $io3(input3);
|
|
257
267
|
if ("snp" === input3.type)
|
|
258
|
-
return $
|
|
268
|
+
return $io52(input3);
|
|
259
269
|
if ("singleCellCellType" === input3.type)
|
|
260
|
-
return $
|
|
270
|
+
return $io53(input3);
|
|
261
271
|
return false;
|
|
262
272
|
})();
|
|
263
273
|
const $iu8 = (input3) => (() => {
|
|
264
274
|
if (void 0 !== input3.ranges)
|
|
265
275
|
return $io9(input3);
|
|
266
276
|
if (void 0 !== input3.ratio)
|
|
267
|
-
return $
|
|
277
|
+
return $io45(input3);
|
|
268
278
|
return (() => {
|
|
269
279
|
if ($io8(input3))
|
|
270
280
|
return $io8(input3);
|
|
271
|
-
if ($
|
|
272
|
-
return $
|
|
273
|
-
if ($
|
|
274
|
-
return $
|
|
281
|
+
if ($io30(input3))
|
|
282
|
+
return $io30(input3);
|
|
283
|
+
if ($io33(input3))
|
|
284
|
+
return $io33(input3);
|
|
275
285
|
return false;
|
|
276
286
|
})();
|
|
277
287
|
})();
|
|
@@ -280,15 +290,23 @@ var validCategoriesRequest = (input) => {
|
|
|
280
290
|
return $io10(input3);
|
|
281
291
|
if ("metaboliteIntensity" === input3.type)
|
|
282
292
|
return $io22(input3);
|
|
283
|
-
if ("
|
|
293
|
+
if ("wholeProteomeAbundance" === input3.type)
|
|
284
294
|
return $io23(input3);
|
|
285
|
-
if ("
|
|
295
|
+
if ("date" === input3.type)
|
|
286
296
|
return $io24(input3);
|
|
297
|
+
if ("ssGSEA" === input3.type)
|
|
298
|
+
return $io25(input3);
|
|
299
|
+
if ("dnaMethylation" === input3.type)
|
|
300
|
+
return $io26(input3);
|
|
287
301
|
return (() => {
|
|
288
302
|
if ($io21(input3))
|
|
289
303
|
return $io21(input3);
|
|
290
304
|
if ($io20(input3))
|
|
291
305
|
return $io20(input3);
|
|
306
|
+
if ($io28(input3))
|
|
307
|
+
return $io28(input3);
|
|
308
|
+
if ($io27(input3))
|
|
309
|
+
return $io27(input3);
|
|
292
310
|
return false;
|
|
293
311
|
})();
|
|
294
312
|
})();
|
|
@@ -301,23 +319,30 @@ var validCategoriesRequest = (input) => {
|
|
|
301
319
|
})();
|
|
302
320
|
const $iu11 = (input3) => (() => {
|
|
303
321
|
if ("gene" === input3.kind)
|
|
304
|
-
return $
|
|
322
|
+
return $io35(input3);
|
|
305
323
|
if ("coord" === input3.kind)
|
|
306
|
-
return $
|
|
324
|
+
return $io43(input3);
|
|
307
325
|
return false;
|
|
308
326
|
})();
|
|
309
327
|
const $iu12 = (input3) => (() => {
|
|
328
|
+
if ("numeric" === input3.memberType)
|
|
329
|
+
return $io46(input3);
|
|
330
|
+
if ("categorical" === input3.memberType)
|
|
331
|
+
return $io50(input3);
|
|
332
|
+
return false;
|
|
333
|
+
})();
|
|
334
|
+
const $iu13 = (input3) => (() => {
|
|
310
335
|
if ("gene" === input3.kind)
|
|
311
|
-
return $
|
|
336
|
+
return $io71(input3);
|
|
312
337
|
if ("coord" === input3.kind)
|
|
313
|
-
return $
|
|
338
|
+
return $io72(input3);
|
|
314
339
|
return false;
|
|
315
340
|
})();
|
|
316
|
-
const $
|
|
341
|
+
const $iu14 = (input3) => (() => {
|
|
317
342
|
if ("grade" === input3.valueFor)
|
|
318
|
-
return $
|
|
343
|
+
return $io79(input3);
|
|
319
344
|
if ("children" === input3.valueFor)
|
|
320
|
-
return $
|
|
345
|
+
return $io80(input3);
|
|
321
346
|
return false;
|
|
322
347
|
})();
|
|
323
348
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -340,11 +365,11 @@ var validCategoriesRequest = (input) => {
|
|
|
340
365
|
value: input3.embedder
|
|
341
366
|
}), ("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
|
|
342
367
|
path: _path2 + ".tw",
|
|
343
|
-
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW |
|
|
368
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
|
|
344
369
|
value: input3.tw
|
|
345
370
|
})) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
|
|
346
371
|
path: _path2 + ".tw",
|
|
347
|
-
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW |
|
|
372
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
|
|
348
373
|
value: input3.tw
|
|
349
374
|
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
350
375
|
path: _path2 + ".filter",
|
|
@@ -403,7 +428,7 @@ var validCategoriesRequest = (input) => {
|
|
|
403
428
|
path: _path2 + ".q",
|
|
404
429
|
expected: "ValuesQ",
|
|
405
430
|
value: input3.q
|
|
406
|
-
})) && $
|
|
431
|
+
})) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
407
432
|
path: _path2 + ".q",
|
|
408
433
|
expected: "ValuesQ",
|
|
409
434
|
value: input3.q
|
|
@@ -488,7 +513,7 @@ var validCategoriesRequest = (input) => {
|
|
|
488
513
|
path: _path2 + ".groupsetting",
|
|
489
514
|
expected: "TermGroupSetting",
|
|
490
515
|
value: input3.groupsetting
|
|
491
|
-
})) && $
|
|
516
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
492
517
|
path: _path2 + ".groupsetting",
|
|
493
518
|
expected: "TermGroupSetting",
|
|
494
519
|
value: input3.groupsetting
|
|
@@ -645,11 +670,11 @@ var validCategoriesRequest = (input) => {
|
|
|
645
670
|
value: input3.isnot
|
|
646
671
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
647
672
|
path: _path2 + ".term",
|
|
648
|
-
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)',
|
|
673
|
+
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)',
|
|
649
674
|
value: input3.term
|
|
650
675
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
651
676
|
path: _path2 + ".term",
|
|
652
|
-
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)',
|
|
677
|
+
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)',
|
|
653
678
|
value: input3.term
|
|
654
679
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
655
680
|
path: _path2 + ".ranges",
|
|
@@ -675,7 +700,7 @@ var validCategoriesRequest = (input) => {
|
|
|
675
700
|
path: _path2 + ".values[" + _index7 + "]",
|
|
676
701
|
expected: "__type.o4",
|
|
677
702
|
value: elem
|
|
678
|
-
})) && $
|
|
703
|
+
})) && $vo29(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
679
704
|
path: _path2 + ".values[" + _index7 + "]",
|
|
680
705
|
expected: "__type.o4",
|
|
681
706
|
value: elem
|
|
@@ -1378,9 +1403,9 @@ var validCategoriesRequest = (input) => {
|
|
|
1378
1403
|
path: _path2 + ".name",
|
|
1379
1404
|
expected: "string",
|
|
1380
1405
|
value: input3.name
|
|
1381
|
-
}), "
|
|
1406
|
+
}), "wholeProteomeAbundance" === input3.type || $report(_exceptionable2, {
|
|
1382
1407
|
path: _path2 + ".type",
|
|
1383
|
-
expected: '"
|
|
1408
|
+
expected: '"wholeProteomeAbundance"',
|
|
1384
1409
|
value: input3.type
|
|
1385
1410
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1386
1411
|
path: _path2 + ".child_types",
|
|
@@ -1446,6 +1471,10 @@ var validCategoriesRequest = (input) => {
|
|
|
1446
1471
|
path: _path2 + ".unit",
|
|
1447
1472
|
expected: "(string | undefined)",
|
|
1448
1473
|
value: input3.unit
|
|
1474
|
+
}), "string" === typeof input3.protein || $report(_exceptionable2, {
|
|
1475
|
+
path: _path2 + ".protein",
|
|
1476
|
+
expected: "string",
|
|
1477
|
+
value: input3.protein
|
|
1449
1478
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1450
1479
|
path: _path2 + ".bins",
|
|
1451
1480
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -1463,9 +1492,9 @@ var validCategoriesRequest = (input) => {
|
|
|
1463
1492
|
path: _path2 + ".name",
|
|
1464
1493
|
expected: "string",
|
|
1465
1494
|
value: input3.name
|
|
1466
|
-
}), "
|
|
1495
|
+
}), "date" === input3.type || $report(_exceptionable2, {
|
|
1467
1496
|
path: _path2 + ".type",
|
|
1468
|
-
expected: '"
|
|
1497
|
+
expected: '"date"',
|
|
1469
1498
|
value: input3.type
|
|
1470
1499
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1471
1500
|
path: _path2 + ".child_types",
|
|
@@ -1531,18 +1560,6 @@ var validCategoriesRequest = (input) => {
|
|
|
1531
1560
|
path: _path2 + ".unit",
|
|
1532
1561
|
expected: "(string | undefined)",
|
|
1533
1562
|
value: input3.unit
|
|
1534
|
-
}), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1535
|
-
path: _path2 + ".genes",
|
|
1536
|
-
expected: "(Array<string> | undefined)",
|
|
1537
|
-
value: input3.genes
|
|
1538
|
-
})) && input3.genes.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1539
|
-
path: _path2 + ".genes[" + _index21 + "]",
|
|
1540
|
-
expected: "string",
|
|
1541
|
-
value: elem
|
|
1542
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1543
|
-
path: _path2 + ".genes",
|
|
1544
|
-
expected: "(Array<string> | undefined)",
|
|
1545
|
-
value: input3.genes
|
|
1546
1563
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1547
1564
|
path: _path2 + ".bins",
|
|
1548
1565
|
expected: "(PresetNumericBins | undefined)",
|
|
@@ -1552,69 +1569,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1552
1569
|
expected: "(PresetNumericBins | undefined)",
|
|
1553
1570
|
value: input3.bins
|
|
1554
1571
|
})].every((flag) => flag);
|
|
1555
|
-
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
1556
|
-
path: _path2 + ".key",
|
|
1557
|
-
expected: "string",
|
|
1558
|
-
value: input3.key
|
|
1559
|
-
}), "number" === typeof input3.value || $report(_exceptionable2, {
|
|
1560
|
-
path: _path2 + ".value",
|
|
1561
|
-
expected: "number",
|
|
1562
|
-
value: input3.value
|
|
1563
|
-
}), true === input3.uncomputable || $report(_exceptionable2, {
|
|
1564
|
-
path: _path2 + ".uncomputable",
|
|
1565
|
-
expected: "true",
|
|
1566
|
-
value: input3.uncomputable
|
|
1567
|
-
}), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
|
|
1568
|
-
path: _path2 + ".label",
|
|
1569
|
-
expected: "(string | undefined)",
|
|
1570
|
-
value: input3.label
|
|
1571
|
-
})].every((flag) => flag);
|
|
1572
|
-
const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1573
|
-
path: _path2 + ".join",
|
|
1574
|
-
expected: "(string | undefined)",
|
|
1575
|
-
value: input3.join
|
|
1576
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1577
|
-
path: _path2 + ".isnot",
|
|
1578
|
-
expected: "(boolean | undefined)",
|
|
1579
|
-
value: input3.isnot
|
|
1580
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1581
|
-
path: _path2 + ".term",
|
|
1582
|
-
expected: "ConditionTerm",
|
|
1583
|
-
value: input3.term
|
|
1584
|
-
})) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1585
|
-
path: _path2 + ".term",
|
|
1586
|
-
expected: "ConditionTerm",
|
|
1587
|
-
value: input3.term
|
|
1588
|
-
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
1589
|
-
path: _path2 + ".value_by_max_grade",
|
|
1590
|
-
expected: "(boolean | undefined)",
|
|
1591
|
-
value: input3.value_by_max_grade
|
|
1592
|
-
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
1593
|
-
path: _path2 + ".value_by_most_recent",
|
|
1594
|
-
expected: "(boolean | undefined)",
|
|
1595
|
-
value: input3.value_by_most_recent
|
|
1596
|
-
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
1597
|
-
path: _path2 + ".value_by_computable_grade",
|
|
1598
|
-
expected: "(boolean | undefined)",
|
|
1599
|
-
value: input3.value_by_computable_grade
|
|
1600
|
-
}), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
|
|
1601
|
-
path: _path2 + ".grade_and_child",
|
|
1602
|
-
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1603
|
-
value: input3.grade_and_child
|
|
1604
|
-
})) && input3.grade_and_child.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1605
|
-
path: _path2 + ".grade_and_child[" + _index22 + "]",
|
|
1606
|
-
expected: "GradeAndChildEntry",
|
|
1607
|
-
value: elem
|
|
1608
|
-
})) && $vo28(elem, _path2 + ".grade_and_child[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1609
|
-
path: _path2 + ".grade_and_child[" + _index22 + "]",
|
|
1610
|
-
expected: "GradeAndChildEntry",
|
|
1611
|
-
value: elem
|
|
1612
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1613
|
-
path: _path2 + ".grade_and_child",
|
|
1614
|
-
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1615
|
-
value: input3.grade_and_child
|
|
1616
|
-
})].every((flag) => flag);
|
|
1617
|
-
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1572
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1618
1573
|
path: _path2 + ".id",
|
|
1619
1574
|
expected: "string",
|
|
1620
1575
|
value: input3.id
|
|
@@ -1622,16 +1577,16 @@ var validCategoriesRequest = (input) => {
|
|
|
1622
1577
|
path: _path2 + ".name",
|
|
1623
1578
|
expected: "string",
|
|
1624
1579
|
value: input3.name
|
|
1625
|
-
}), "
|
|
1580
|
+
}), "ssGSEA" === input3.type || $report(_exceptionable2, {
|
|
1626
1581
|
path: _path2 + ".type",
|
|
1627
|
-
expected: '"
|
|
1582
|
+
expected: '"ssGSEA"',
|
|
1628
1583
|
value: input3.type
|
|
1629
1584
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1630
1585
|
path: _path2 + ".child_types",
|
|
1631
1586
|
expected: "(Array<string> | undefined)",
|
|
1632
1587
|
value: input3.child_types
|
|
1633
|
-
})) && input3.child_types.map((elem,
|
|
1634
|
-
path: _path2 + ".child_types[" +
|
|
1588
|
+
})) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1589
|
+
path: _path2 + ".child_types[" + _index21 + "]",
|
|
1635
1590
|
expected: "string",
|
|
1636
1591
|
value: elem
|
|
1637
1592
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1646,8 +1601,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1646
1601
|
path: _path2 + ".included_types",
|
|
1647
1602
|
expected: "(Array<string> | undefined)",
|
|
1648
1603
|
value: input3.included_types
|
|
1649
|
-
})) && input3.included_types.map((elem,
|
|
1650
|
-
path: _path2 + ".included_types[" +
|
|
1604
|
+
})) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1605
|
+
path: _path2 + ".included_types[" + _index22 + "]",
|
|
1651
1606
|
expected: "string",
|
|
1652
1607
|
value: elem
|
|
1653
1608
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1678,115 +1633,40 @@ var validCategoriesRequest = (input) => {
|
|
|
1678
1633
|
path: _path2 + ".valueConversion",
|
|
1679
1634
|
expected: "(__type.o2 | undefined)",
|
|
1680
1635
|
value: input3.valueConversion
|
|
1681
|
-
})
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
path: _path2 + ".child_id",
|
|
1636
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1637
|
+
path: _path2 + ".continuousColorScale",
|
|
1638
|
+
expected: "(__type.o3 | undefined)",
|
|
1639
|
+
value: input3.continuousColorScale
|
|
1640
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1641
|
+
path: _path2 + ".continuousColorScale",
|
|
1642
|
+
expected: "(__type.o3 | undefined)",
|
|
1643
|
+
value: input3.continuousColorScale
|
|
1644
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1645
|
+
path: _path2 + ".unit",
|
|
1692
1646
|
expected: "(string | undefined)",
|
|
1693
|
-
value: input3.
|
|
1694
|
-
}),
|
|
1695
|
-
path: _path2 + ".
|
|
1647
|
+
value: input3.unit
|
|
1648
|
+
}), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1649
|
+
path: _path2 + ".genes",
|
|
1650
|
+
expected: "(Array<string> | undefined)",
|
|
1651
|
+
value: input3.genes
|
|
1652
|
+
})) && input3.genes.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1653
|
+
path: _path2 + ".genes[" + _index23 + "]",
|
|
1696
1654
|
expected: "string",
|
|
1697
|
-
value: input3.child_label
|
|
1698
|
-
})].every((flag) => flag);
|
|
1699
|
-
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1700
|
-
path: _path2 + ".join",
|
|
1701
|
-
expected: "(string | undefined)",
|
|
1702
|
-
value: input3.join
|
|
1703
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
1704
|
-
path: _path2 + ".isnot",
|
|
1705
|
-
expected: "(boolean | undefined)",
|
|
1706
|
-
value: input3.isnot
|
|
1707
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
1708
|
-
path: _path2 + ".term",
|
|
1709
|
-
expected: "DtTerm",
|
|
1710
|
-
value: input3.term
|
|
1711
|
-
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1712
|
-
path: _path2 + ".term",
|
|
1713
|
-
expected: "DtTerm",
|
|
1714
|
-
value: input3.term
|
|
1715
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1716
|
-
path: _path2 + ".values",
|
|
1717
|
-
expected: "Array<__type>.o2",
|
|
1718
|
-
value: input3.values
|
|
1719
|
-
})) && input3.values.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1720
|
-
path: _path2 + ".values[" + _index25 + "]",
|
|
1721
|
-
expected: "__type.o6",
|
|
1722
|
-
value: elem
|
|
1723
|
-
})) && $vo40(elem, _path2 + ".values[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1724
|
-
path: _path2 + ".values[" + _index25 + "]",
|
|
1725
|
-
expected: "__type.o6",
|
|
1726
1655
|
value: elem
|
|
1727
1656
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1728
|
-
path: _path2 + ".
|
|
1729
|
-
expected: "Array<
|
|
1730
|
-
value: input3.
|
|
1731
|
-
}), void 0 === input3.
|
|
1732
|
-
path: _path2 + ".
|
|
1733
|
-
expected: "(
|
|
1734
|
-
value: input3.
|
|
1735
|
-
})
|
|
1736
|
-
path: _path2 + ".
|
|
1737
|
-
expected: "(
|
|
1738
|
-
value: input3.
|
|
1739
|
-
})].every((flag) => flag);
|
|
1740
|
-
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1741
|
-
path: _path2 + ".id",
|
|
1742
|
-
expected: "string",
|
|
1743
|
-
value: input3.id
|
|
1744
|
-
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
1745
|
-
path: _path2 + ".query",
|
|
1746
|
-
expected: "string",
|
|
1747
|
-
value: input3.query
|
|
1748
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1749
|
-
path: _path2 + ".name",
|
|
1750
|
-
expected: "string",
|
|
1751
|
-
value: input3.name
|
|
1752
|
-
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
1753
|
-
path: _path2 + ".name_noOrigin",
|
|
1754
|
-
expected: "string",
|
|
1755
|
-
value: input3.name_noOrigin
|
|
1756
|
-
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
1757
|
-
path: _path2 + ".parentTerm",
|
|
1758
|
-
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)',
|
|
1759
|
-
value: input3.parentTerm
|
|
1760
|
-
})) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1761
|
-
path: _path2 + ".parentTerm",
|
|
1762
|
-
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)',
|
|
1763
|
-
value: input3.parentTerm
|
|
1764
|
-
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1765
|
-
path: _path2 + ".isleaf",
|
|
1766
|
-
expected: "boolean",
|
|
1767
|
-
value: input3.isleaf
|
|
1768
|
-
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
1769
|
-
path: _path2 + ".type",
|
|
1770
|
-
expected: "string",
|
|
1771
|
-
value: input3.type
|
|
1772
|
-
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
1773
|
-
path: _path2 + ".dt",
|
|
1774
|
-
expected: "number",
|
|
1775
|
-
value: input3.dt
|
|
1776
|
-
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
1777
|
-
path: _path2 + ".origin",
|
|
1778
|
-
expected: "(string | undefined)",
|
|
1779
|
-
value: input3.origin
|
|
1780
|
-
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1781
|
-
path: _path2 + ".values",
|
|
1782
|
-
expected: "TermValues",
|
|
1783
|
-
value: input3.values
|
|
1784
|
-
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1785
|
-
path: _path2 + ".values",
|
|
1786
|
-
expected: "TermValues",
|
|
1787
|
-
value: input3.values
|
|
1657
|
+
path: _path2 + ".genes",
|
|
1658
|
+
expected: "(Array<string> | undefined)",
|
|
1659
|
+
value: input3.genes
|
|
1660
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1661
|
+
path: _path2 + ".bins",
|
|
1662
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1663
|
+
value: input3.bins
|
|
1664
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1665
|
+
path: _path2 + ".bins",
|
|
1666
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1667
|
+
value: input3.bins
|
|
1788
1668
|
})].every((flag) => flag);
|
|
1789
|
-
const $
|
|
1669
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1790
1670
|
path: _path2 + ".id",
|
|
1791
1671
|
expected: "string",
|
|
1792
1672
|
value: input3.id
|
|
@@ -1794,16 +1674,16 @@ var validCategoriesRequest = (input) => {
|
|
|
1794
1674
|
path: _path2 + ".name",
|
|
1795
1675
|
expected: "string",
|
|
1796
1676
|
value: input3.name
|
|
1797
|
-
}), "
|
|
1677
|
+
}), "dnaMethylation" === input3.type || $report(_exceptionable2, {
|
|
1798
1678
|
path: _path2 + ".type",
|
|
1799
|
-
expected: '"
|
|
1679
|
+
expected: '"dnaMethylation"',
|
|
1800
1680
|
value: input3.type
|
|
1801
1681
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1802
1682
|
path: _path2 + ".child_types",
|
|
1803
1683
|
expected: "(Array<string> | undefined)",
|
|
1804
1684
|
value: input3.child_types
|
|
1805
|
-
})) && input3.child_types.map((elem,
|
|
1806
|
-
path: _path2 + ".child_types[" +
|
|
1685
|
+
})) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1686
|
+
path: _path2 + ".child_types[" + _index24 + "]",
|
|
1807
1687
|
expected: "string",
|
|
1808
1688
|
value: elem
|
|
1809
1689
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1818,8 +1698,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1818
1698
|
path: _path2 + ".included_types",
|
|
1819
1699
|
expected: "(Array<string> | undefined)",
|
|
1820
1700
|
value: input3.included_types
|
|
1821
|
-
})) && input3.included_types.map((elem,
|
|
1822
|
-
path: _path2 + ".included_types[" +
|
|
1701
|
+
})) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1702
|
+
path: _path2 + ".included_types[" + _index25 + "]",
|
|
1823
1703
|
expected: "string",
|
|
1824
1704
|
value: elem
|
|
1825
1705
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1850,18 +1730,567 @@ var validCategoriesRequest = (input) => {
|
|
|
1850
1730
|
path: _path2 + ".valueConversion",
|
|
1851
1731
|
expected: "(__type.o2 | undefined)",
|
|
1852
1732
|
value: input3.valueConversion
|
|
1853
|
-
}), "
|
|
1854
|
-
path: _path2 + ".
|
|
1855
|
-
expected:
|
|
1856
|
-
value: input3.
|
|
1857
|
-
}), "
|
|
1858
|
-
path: _path2 + ".
|
|
1859
|
-
expected: "
|
|
1860
|
-
value: input3.
|
|
1861
|
-
}), void 0 === input3.
|
|
1862
|
-
path: _path2 + ".
|
|
1733
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1734
|
+
path: _path2 + ".continuousColorScale",
|
|
1735
|
+
expected: "(__type.o3 | undefined)",
|
|
1736
|
+
value: input3.continuousColorScale
|
|
1737
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1738
|
+
path: _path2 + ".continuousColorScale",
|
|
1739
|
+
expected: "(__type.o3 | undefined)",
|
|
1740
|
+
value: input3.continuousColorScale
|
|
1741
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1742
|
+
path: _path2 + ".unit",
|
|
1863
1743
|
expected: "(string | undefined)",
|
|
1864
|
-
value: input3.
|
|
1744
|
+
value: input3.unit
|
|
1745
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1746
|
+
path: _path2 + ".chr",
|
|
1747
|
+
expected: "string",
|
|
1748
|
+
value: input3.chr
|
|
1749
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1750
|
+
path: _path2 + ".start",
|
|
1751
|
+
expected: "number",
|
|
1752
|
+
value: input3.start
|
|
1753
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1754
|
+
path: _path2 + ".stop",
|
|
1755
|
+
expected: "number",
|
|
1756
|
+
value: input3.stop
|
|
1757
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1758
|
+
path: _path2 + ".bins",
|
|
1759
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1760
|
+
value: input3.bins
|
|
1761
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1762
|
+
path: _path2 + ".bins",
|
|
1763
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1764
|
+
value: input3.bins
|
|
1765
|
+
})].every((flag) => flag);
|
|
1766
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1767
|
+
path: _path2 + ".id",
|
|
1768
|
+
expected: "string",
|
|
1769
|
+
value: input3.id
|
|
1770
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1771
|
+
path: _path2 + ".name",
|
|
1772
|
+
expected: "string",
|
|
1773
|
+
value: input3.name
|
|
1774
|
+
}), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
|
|
1775
|
+
path: _path2 + ".type",
|
|
1776
|
+
expected: '"singleCellGeneExpression"',
|
|
1777
|
+
value: input3.type
|
|
1778
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1779
|
+
path: _path2 + ".child_types",
|
|
1780
|
+
expected: "(Array<string> | undefined)",
|
|
1781
|
+
value: input3.child_types
|
|
1782
|
+
})) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1783
|
+
path: _path2 + ".child_types[" + _index26 + "]",
|
|
1784
|
+
expected: "string",
|
|
1785
|
+
value: elem
|
|
1786
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1787
|
+
path: _path2 + ".child_types",
|
|
1788
|
+
expected: "(Array<string> | undefined)",
|
|
1789
|
+
value: input3.child_types
|
|
1790
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1791
|
+
path: _path2 + ".hashtmldetail",
|
|
1792
|
+
expected: "(boolean | undefined)",
|
|
1793
|
+
value: input3.hashtmldetail
|
|
1794
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1795
|
+
path: _path2 + ".included_types",
|
|
1796
|
+
expected: "(Array<string> | undefined)",
|
|
1797
|
+
value: input3.included_types
|
|
1798
|
+
})) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1799
|
+
path: _path2 + ".included_types[" + _index27 + "]",
|
|
1800
|
+
expected: "string",
|
|
1801
|
+
value: elem
|
|
1802
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1803
|
+
path: _path2 + ".included_types",
|
|
1804
|
+
expected: "(Array<string> | undefined)",
|
|
1805
|
+
value: input3.included_types
|
|
1806
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1807
|
+
path: _path2 + ".isleaf",
|
|
1808
|
+
expected: "(boolean | undefined)",
|
|
1809
|
+
value: input3.isleaf
|
|
1810
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1811
|
+
path: _path2 + ".values",
|
|
1812
|
+
expected: "(TermValues | undefined)",
|
|
1813
|
+
value: input3.values
|
|
1814
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1815
|
+
path: _path2 + ".values",
|
|
1816
|
+
expected: "(TermValues | undefined)",
|
|
1817
|
+
value: input3.values
|
|
1818
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1819
|
+
path: _path2 + ".skipValuesBuild",
|
|
1820
|
+
expected: "(boolean | undefined)",
|
|
1821
|
+
value: input3.skipValuesBuild
|
|
1822
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1823
|
+
path: _path2 + ".valueConversion",
|
|
1824
|
+
expected: "(__type.o2 | undefined)",
|
|
1825
|
+
value: input3.valueConversion
|
|
1826
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1827
|
+
path: _path2 + ".valueConversion",
|
|
1828
|
+
expected: "(__type.o2 | undefined)",
|
|
1829
|
+
value: input3.valueConversion
|
|
1830
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1831
|
+
path: _path2 + ".continuousColorScale",
|
|
1832
|
+
expected: "(__type.o3 | undefined)",
|
|
1833
|
+
value: input3.continuousColorScale
|
|
1834
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1835
|
+
path: _path2 + ".continuousColorScale",
|
|
1836
|
+
expected: "(__type.o3 | undefined)",
|
|
1837
|
+
value: input3.continuousColorScale
|
|
1838
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1839
|
+
path: _path2 + ".unit",
|
|
1840
|
+
expected: "(string | undefined)",
|
|
1841
|
+
value: input3.unit
|
|
1842
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1843
|
+
path: _path2 + ".gene",
|
|
1844
|
+
expected: "string",
|
|
1845
|
+
value: input3.gene
|
|
1846
|
+
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
1847
|
+
path: _path2 + ".sample",
|
|
1848
|
+
expected: "string",
|
|
1849
|
+
value: input3.sample
|
|
1850
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1851
|
+
path: _path2 + ".bins",
|
|
1852
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1853
|
+
value: input3.bins
|
|
1854
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1855
|
+
path: _path2 + ".bins",
|
|
1856
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1857
|
+
value: input3.bins
|
|
1858
|
+
}), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
|
|
1859
|
+
path: _path2 + ".kind",
|
|
1860
|
+
expected: '("gene" | undefined)',
|
|
1861
|
+
value: input3.kind
|
|
1862
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1863
|
+
path: _path2 + ".chr",
|
|
1864
|
+
expected: "(string | undefined)",
|
|
1865
|
+
value: input3.chr
|
|
1866
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1867
|
+
path: _path2 + ".start",
|
|
1868
|
+
expected: "(number | undefined)",
|
|
1869
|
+
value: input3.start
|
|
1870
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1871
|
+
path: _path2 + ".stop",
|
|
1872
|
+
expected: "(number | undefined)",
|
|
1873
|
+
value: input3.stop
|
|
1874
|
+
})].every((flag) => flag);
|
|
1875
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1876
|
+
path: _path2 + ".id",
|
|
1877
|
+
expected: "string",
|
|
1878
|
+
value: input3.id
|
|
1879
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1880
|
+
path: _path2 + ".name",
|
|
1881
|
+
expected: "string",
|
|
1882
|
+
value: input3.name
|
|
1883
|
+
}), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
|
|
1884
|
+
path: _path2 + ".type",
|
|
1885
|
+
expected: '"singleCellGeneExpression"',
|
|
1886
|
+
value: input3.type
|
|
1887
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1888
|
+
path: _path2 + ".child_types",
|
|
1889
|
+
expected: "(Array<string> | undefined)",
|
|
1890
|
+
value: input3.child_types
|
|
1891
|
+
})) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1892
|
+
path: _path2 + ".child_types[" + _index28 + "]",
|
|
1893
|
+
expected: "string",
|
|
1894
|
+
value: elem
|
|
1895
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1896
|
+
path: _path2 + ".child_types",
|
|
1897
|
+
expected: "(Array<string> | undefined)",
|
|
1898
|
+
value: input3.child_types
|
|
1899
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1900
|
+
path: _path2 + ".hashtmldetail",
|
|
1901
|
+
expected: "(boolean | undefined)",
|
|
1902
|
+
value: input3.hashtmldetail
|
|
1903
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1904
|
+
path: _path2 + ".included_types",
|
|
1905
|
+
expected: "(Array<string> | undefined)",
|
|
1906
|
+
value: input3.included_types
|
|
1907
|
+
})) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1908
|
+
path: _path2 + ".included_types[" + _index29 + "]",
|
|
1909
|
+
expected: "string",
|
|
1910
|
+
value: elem
|
|
1911
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1912
|
+
path: _path2 + ".included_types",
|
|
1913
|
+
expected: "(Array<string> | undefined)",
|
|
1914
|
+
value: input3.included_types
|
|
1915
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1916
|
+
path: _path2 + ".isleaf",
|
|
1917
|
+
expected: "(boolean | undefined)",
|
|
1918
|
+
value: input3.isleaf
|
|
1919
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1920
|
+
path: _path2 + ".values",
|
|
1921
|
+
expected: "(TermValues | undefined)",
|
|
1922
|
+
value: input3.values
|
|
1923
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1924
|
+
path: _path2 + ".values",
|
|
1925
|
+
expected: "(TermValues | undefined)",
|
|
1926
|
+
value: input3.values
|
|
1927
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1928
|
+
path: _path2 + ".skipValuesBuild",
|
|
1929
|
+
expected: "(boolean | undefined)",
|
|
1930
|
+
value: input3.skipValuesBuild
|
|
1931
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1932
|
+
path: _path2 + ".valueConversion",
|
|
1933
|
+
expected: "(__type.o2 | undefined)",
|
|
1934
|
+
value: input3.valueConversion
|
|
1935
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1936
|
+
path: _path2 + ".valueConversion",
|
|
1937
|
+
expected: "(__type.o2 | undefined)",
|
|
1938
|
+
value: input3.valueConversion
|
|
1939
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1940
|
+
path: _path2 + ".continuousColorScale",
|
|
1941
|
+
expected: "(__type.o3 | undefined)",
|
|
1942
|
+
value: input3.continuousColorScale
|
|
1943
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1944
|
+
path: _path2 + ".continuousColorScale",
|
|
1945
|
+
expected: "(__type.o3 | undefined)",
|
|
1946
|
+
value: input3.continuousColorScale
|
|
1947
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1948
|
+
path: _path2 + ".unit",
|
|
1949
|
+
expected: "(string | undefined)",
|
|
1950
|
+
value: input3.unit
|
|
1951
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1952
|
+
path: _path2 + ".gene",
|
|
1953
|
+
expected: "string",
|
|
1954
|
+
value: input3.gene
|
|
1955
|
+
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
1956
|
+
path: _path2 + ".sample",
|
|
1957
|
+
expected: "string",
|
|
1958
|
+
value: input3.sample
|
|
1959
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1960
|
+
path: _path2 + ".bins",
|
|
1961
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1962
|
+
value: input3.bins
|
|
1963
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1964
|
+
path: _path2 + ".bins",
|
|
1965
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1966
|
+
value: input3.bins
|
|
1967
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
1968
|
+
path: _path2 + ".kind",
|
|
1969
|
+
expected: '("coord" | undefined)',
|
|
1970
|
+
value: input3.kind
|
|
1971
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1972
|
+
path: _path2 + ".chr",
|
|
1973
|
+
expected: "string",
|
|
1974
|
+
value: input3.chr
|
|
1975
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1976
|
+
path: _path2 + ".start",
|
|
1977
|
+
expected: "number",
|
|
1978
|
+
value: input3.start
|
|
1979
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1980
|
+
path: _path2 + ".stop",
|
|
1981
|
+
expected: "number",
|
|
1982
|
+
value: input3.stop
|
|
1983
|
+
})].every((flag) => flag);
|
|
1984
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1985
|
+
path: _path2 + ".key",
|
|
1986
|
+
expected: "string",
|
|
1987
|
+
value: input3.key
|
|
1988
|
+
}), "number" === typeof input3.value || $report(_exceptionable2, {
|
|
1989
|
+
path: _path2 + ".value",
|
|
1990
|
+
expected: "number",
|
|
1991
|
+
value: input3.value
|
|
1992
|
+
}), true === input3.uncomputable || $report(_exceptionable2, {
|
|
1993
|
+
path: _path2 + ".uncomputable",
|
|
1994
|
+
expected: "true",
|
|
1995
|
+
value: input3.uncomputable
|
|
1996
|
+
}), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
|
|
1997
|
+
path: _path2 + ".label",
|
|
1998
|
+
expected: "(string | undefined)",
|
|
1999
|
+
value: input3.label
|
|
2000
|
+
})].every((flag) => flag);
|
|
2001
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2002
|
+
path: _path2 + ".join",
|
|
2003
|
+
expected: "(string | undefined)",
|
|
2004
|
+
value: input3.join
|
|
2005
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
2006
|
+
path: _path2 + ".isnot",
|
|
2007
|
+
expected: "(boolean | undefined)",
|
|
2008
|
+
value: input3.isnot
|
|
2009
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2010
|
+
path: _path2 + ".term",
|
|
2011
|
+
expected: "ConditionTerm",
|
|
2012
|
+
value: input3.term
|
|
2013
|
+
})) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2014
|
+
path: _path2 + ".term",
|
|
2015
|
+
expected: "ConditionTerm",
|
|
2016
|
+
value: input3.term
|
|
2017
|
+
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
2018
|
+
path: _path2 + ".value_by_max_grade",
|
|
2019
|
+
expected: "(boolean | undefined)",
|
|
2020
|
+
value: input3.value_by_max_grade
|
|
2021
|
+
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
2022
|
+
path: _path2 + ".value_by_most_recent",
|
|
2023
|
+
expected: "(boolean | undefined)",
|
|
2024
|
+
value: input3.value_by_most_recent
|
|
2025
|
+
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
2026
|
+
path: _path2 + ".value_by_computable_grade",
|
|
2027
|
+
expected: "(boolean | undefined)",
|
|
2028
|
+
value: input3.value_by_computable_grade
|
|
2029
|
+
}), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
|
|
2030
|
+
path: _path2 + ".grade_and_child",
|
|
2031
|
+
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2032
|
+
value: input3.grade_and_child
|
|
2033
|
+
})) && input3.grade_and_child.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2034
|
+
path: _path2 + ".grade_and_child[" + _index30 + "]",
|
|
2035
|
+
expected: "GradeAndChildEntry",
|
|
2036
|
+
value: elem
|
|
2037
|
+
})) && $vo32(elem, _path2 + ".grade_and_child[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2038
|
+
path: _path2 + ".grade_and_child[" + _index30 + "]",
|
|
2039
|
+
expected: "GradeAndChildEntry",
|
|
2040
|
+
value: elem
|
|
2041
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2042
|
+
path: _path2 + ".grade_and_child",
|
|
2043
|
+
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2044
|
+
value: input3.grade_and_child
|
|
2045
|
+
})].every((flag) => flag);
|
|
2046
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2047
|
+
path: _path2 + ".id",
|
|
2048
|
+
expected: "string",
|
|
2049
|
+
value: input3.id
|
|
2050
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2051
|
+
path: _path2 + ".name",
|
|
2052
|
+
expected: "string",
|
|
2053
|
+
value: input3.name
|
|
2054
|
+
}), "condition" === input3.type || $report(_exceptionable2, {
|
|
2055
|
+
path: _path2 + ".type",
|
|
2056
|
+
expected: '"condition"',
|
|
2057
|
+
value: input3.type
|
|
2058
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2059
|
+
path: _path2 + ".child_types",
|
|
2060
|
+
expected: "(Array<string> | undefined)",
|
|
2061
|
+
value: input3.child_types
|
|
2062
|
+
})) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2063
|
+
path: _path2 + ".child_types[" + _index31 + "]",
|
|
2064
|
+
expected: "string",
|
|
2065
|
+
value: elem
|
|
2066
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2067
|
+
path: _path2 + ".child_types",
|
|
2068
|
+
expected: "(Array<string> | undefined)",
|
|
2069
|
+
value: input3.child_types
|
|
2070
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2071
|
+
path: _path2 + ".hashtmldetail",
|
|
2072
|
+
expected: "(boolean | undefined)",
|
|
2073
|
+
value: input3.hashtmldetail
|
|
2074
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2075
|
+
path: _path2 + ".included_types",
|
|
2076
|
+
expected: "(Array<string> | undefined)",
|
|
2077
|
+
value: input3.included_types
|
|
2078
|
+
})) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2079
|
+
path: _path2 + ".included_types[" + _index32 + "]",
|
|
2080
|
+
expected: "string",
|
|
2081
|
+
value: elem
|
|
2082
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2083
|
+
path: _path2 + ".included_types",
|
|
2084
|
+
expected: "(Array<string> | undefined)",
|
|
2085
|
+
value: input3.included_types
|
|
2086
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2087
|
+
path: _path2 + ".isleaf",
|
|
2088
|
+
expected: "(boolean | undefined)",
|
|
2089
|
+
value: input3.isleaf
|
|
2090
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2091
|
+
path: _path2 + ".values",
|
|
2092
|
+
expected: "(TermValues | undefined)",
|
|
2093
|
+
value: input3.values
|
|
2094
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2095
|
+
path: _path2 + ".values",
|
|
2096
|
+
expected: "(TermValues | undefined)",
|
|
2097
|
+
value: input3.values
|
|
2098
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2099
|
+
path: _path2 + ".skipValuesBuild",
|
|
2100
|
+
expected: "(boolean | undefined)",
|
|
2101
|
+
value: input3.skipValuesBuild
|
|
2102
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2103
|
+
path: _path2 + ".valueConversion",
|
|
2104
|
+
expected: "(__type.o2 | undefined)",
|
|
2105
|
+
value: input3.valueConversion
|
|
2106
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2107
|
+
path: _path2 + ".valueConversion",
|
|
2108
|
+
expected: "(__type.o2 | undefined)",
|
|
2109
|
+
value: input3.valueConversion
|
|
2110
|
+
})].every((flag) => flag);
|
|
2111
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2112
|
+
path: _path2 + ".grade",
|
|
2113
|
+
expected: "number",
|
|
2114
|
+
value: input3.grade
|
|
2115
|
+
}), "string" === typeof input3.grade_label || $report(_exceptionable2, {
|
|
2116
|
+
path: _path2 + ".grade_label",
|
|
2117
|
+
expected: "string",
|
|
2118
|
+
value: input3.grade_label
|
|
2119
|
+
}), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
|
|
2120
|
+
path: _path2 + ".child_id",
|
|
2121
|
+
expected: "(string | undefined)",
|
|
2122
|
+
value: input3.child_id
|
|
2123
|
+
}), "string" === typeof input3.child_label || $report(_exceptionable2, {
|
|
2124
|
+
path: _path2 + ".child_label",
|
|
2125
|
+
expected: "string",
|
|
2126
|
+
value: input3.child_label
|
|
2127
|
+
})].every((flag) => flag);
|
|
2128
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2129
|
+
path: _path2 + ".join",
|
|
2130
|
+
expected: "(string | undefined)",
|
|
2131
|
+
value: input3.join
|
|
2132
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
2133
|
+
path: _path2 + ".isnot",
|
|
2134
|
+
expected: "(boolean | undefined)",
|
|
2135
|
+
value: input3.isnot
|
|
2136
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2137
|
+
path: _path2 + ".term",
|
|
2138
|
+
expected: "DtTerm",
|
|
2139
|
+
value: input3.term
|
|
2140
|
+
})) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2141
|
+
path: _path2 + ".term",
|
|
2142
|
+
expected: "DtTerm",
|
|
2143
|
+
value: input3.term
|
|
2144
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2145
|
+
path: _path2 + ".values",
|
|
2146
|
+
expected: "Array<__type>.o2",
|
|
2147
|
+
value: input3.values
|
|
2148
|
+
})) && input3.values.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2149
|
+
path: _path2 + ".values[" + _index33 + "]",
|
|
2150
|
+
expected: "__type.o6",
|
|
2151
|
+
value: elem
|
|
2152
|
+
})) && $vo44(elem, _path2 + ".values[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2153
|
+
path: _path2 + ".values[" + _index33 + "]",
|
|
2154
|
+
expected: "__type.o6",
|
|
2155
|
+
value: elem
|
|
2156
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2157
|
+
path: _path2 + ".values",
|
|
2158
|
+
expected: "Array<__type>.o2",
|
|
2159
|
+
value: input3.values
|
|
2160
|
+
}), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
|
|
2161
|
+
path: _path2 + ".includeNotTested",
|
|
2162
|
+
expected: "(boolean | undefined)",
|
|
2163
|
+
value: input3.includeNotTested
|
|
2164
|
+
}), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
|
|
2165
|
+
path: _path2 + ".excludeGeneName",
|
|
2166
|
+
expected: "(boolean | undefined)",
|
|
2167
|
+
value: input3.excludeGeneName
|
|
2168
|
+
})].every((flag) => flag);
|
|
2169
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2170
|
+
path: _path2 + ".id",
|
|
2171
|
+
expected: "string",
|
|
2172
|
+
value: input3.id
|
|
2173
|
+
}), "string" === typeof input3.query || $report(_exceptionable2, {
|
|
2174
|
+
path: _path2 + ".query",
|
|
2175
|
+
expected: "string",
|
|
2176
|
+
value: input3.query
|
|
2177
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2178
|
+
path: _path2 + ".name",
|
|
2179
|
+
expected: "string",
|
|
2180
|
+
value: input3.name
|
|
2181
|
+
}), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
|
|
2182
|
+
path: _path2 + ".name_noOrigin",
|
|
2183
|
+
expected: "string",
|
|
2184
|
+
value: input3.name_noOrigin
|
|
2185
|
+
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
2186
|
+
path: _path2 + ".parentTerm",
|
|
2187
|
+
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)',
|
|
2188
|
+
value: input3.parentTerm
|
|
2189
|
+
})) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
2190
|
+
path: _path2 + ".parentTerm",
|
|
2191
|
+
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)',
|
|
2192
|
+
value: input3.parentTerm
|
|
2193
|
+
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2194
|
+
path: _path2 + ".isleaf",
|
|
2195
|
+
expected: "boolean",
|
|
2196
|
+
value: input3.isleaf
|
|
2197
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2198
|
+
path: _path2 + ".type",
|
|
2199
|
+
expected: "string",
|
|
2200
|
+
value: input3.type
|
|
2201
|
+
}), "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
2202
|
+
path: _path2 + ".dt",
|
|
2203
|
+
expected: "number",
|
|
2204
|
+
value: input3.dt
|
|
2205
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
2206
|
+
path: _path2 + ".origin",
|
|
2207
|
+
expected: "(string | undefined)",
|
|
2208
|
+
value: input3.origin
|
|
2209
|
+
}), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2210
|
+
path: _path2 + ".values",
|
|
2211
|
+
expected: "TermValues",
|
|
2212
|
+
value: input3.values
|
|
2213
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2214
|
+
path: _path2 + ".values",
|
|
2215
|
+
expected: "TermValues",
|
|
2216
|
+
value: input3.values
|
|
2217
|
+
})].every((flag) => flag);
|
|
2218
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2219
|
+
path: _path2 + ".id",
|
|
2220
|
+
expected: "string",
|
|
2221
|
+
value: input3.id
|
|
2222
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2223
|
+
path: _path2 + ".name",
|
|
2224
|
+
expected: "string",
|
|
2225
|
+
value: input3.name
|
|
2226
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
2227
|
+
path: _path2 + ".type",
|
|
2228
|
+
expected: '"geneVariant"',
|
|
2229
|
+
value: input3.type
|
|
2230
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2231
|
+
path: _path2 + ".child_types",
|
|
2232
|
+
expected: "(Array<string> | undefined)",
|
|
2233
|
+
value: input3.child_types
|
|
2234
|
+
})) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2235
|
+
path: _path2 + ".child_types[" + _index34 + "]",
|
|
2236
|
+
expected: "string",
|
|
2237
|
+
value: elem
|
|
2238
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2239
|
+
path: _path2 + ".child_types",
|
|
2240
|
+
expected: "(Array<string> | undefined)",
|
|
2241
|
+
value: input3.child_types
|
|
2242
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2243
|
+
path: _path2 + ".hashtmldetail",
|
|
2244
|
+
expected: "(boolean | undefined)",
|
|
2245
|
+
value: input3.hashtmldetail
|
|
2246
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2247
|
+
path: _path2 + ".included_types",
|
|
2248
|
+
expected: "(Array<string> | undefined)",
|
|
2249
|
+
value: input3.included_types
|
|
2250
|
+
})) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2251
|
+
path: _path2 + ".included_types[" + _index35 + "]",
|
|
2252
|
+
expected: "string",
|
|
2253
|
+
value: elem
|
|
2254
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2255
|
+
path: _path2 + ".included_types",
|
|
2256
|
+
expected: "(Array<string> | undefined)",
|
|
2257
|
+
value: input3.included_types
|
|
2258
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2259
|
+
path: _path2 + ".isleaf",
|
|
2260
|
+
expected: "(boolean | undefined)",
|
|
2261
|
+
value: input3.isleaf
|
|
2262
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2263
|
+
path: _path2 + ".values",
|
|
2264
|
+
expected: "(TermValues | undefined)",
|
|
2265
|
+
value: input3.values
|
|
2266
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2267
|
+
path: _path2 + ".values",
|
|
2268
|
+
expected: "(TermValues | undefined)",
|
|
2269
|
+
value: input3.values
|
|
2270
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2271
|
+
path: _path2 + ".skipValuesBuild",
|
|
2272
|
+
expected: "(boolean | undefined)",
|
|
2273
|
+
value: input3.skipValuesBuild
|
|
2274
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2275
|
+
path: _path2 + ".valueConversion",
|
|
2276
|
+
expected: "(__type.o2 | undefined)",
|
|
2277
|
+
value: input3.valueConversion
|
|
2278
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2279
|
+
path: _path2 + ".valueConversion",
|
|
2280
|
+
expected: "(__type.o2 | undefined)",
|
|
2281
|
+
value: input3.valueConversion
|
|
2282
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2283
|
+
path: _path2 + ".kind",
|
|
2284
|
+
expected: '"gene"',
|
|
2285
|
+
value: input3.kind
|
|
2286
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
2287
|
+
path: _path2 + ".gene",
|
|
2288
|
+
expected: "string",
|
|
2289
|
+
value: input3.gene
|
|
2290
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2291
|
+
path: _path2 + ".chr",
|
|
2292
|
+
expected: "(string | undefined)",
|
|
2293
|
+
value: input3.chr
|
|
1865
2294
|
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1866
2295
|
path: _path2 + ".start",
|
|
1867
2296
|
expected: "(number | undefined)",
|
|
@@ -1874,12 +2303,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1874
2303
|
path: _path2 + ".genes",
|
|
1875
2304
|
expected: "Array<GvGeneTerm>",
|
|
1876
2305
|
value: input3.genes
|
|
1877
|
-
})) && input3.genes.map((elem,
|
|
1878
|
-
path: _path2 + ".genes[" +
|
|
2306
|
+
})) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2307
|
+
path: _path2 + ".genes[" + _index36 + "]",
|
|
1879
2308
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1880
2309
|
value: elem
|
|
1881
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
1882
|
-
path: _path2 + ".genes[" +
|
|
2310
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2311
|
+
path: _path2 + ".genes[" + _index36 + "]",
|
|
1883
2312
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1884
2313
|
value: elem
|
|
1885
2314
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1890,7 +2319,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1890
2319
|
path: _path2 + ".groupsetting",
|
|
1891
2320
|
expected: "(TermGroupSetting | undefined)",
|
|
1892
2321
|
value: input3.groupsetting
|
|
1893
|
-
})) && $
|
|
2322
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1894
2323
|
path: _path2 + ".groupsetting",
|
|
1895
2324
|
expected: "(TermGroupSetting | undefined)",
|
|
1896
2325
|
value: input3.groupsetting
|
|
@@ -1898,12 +2327,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1898
2327
|
path: _path2 + ".childTerms",
|
|
1899
2328
|
expected: "(Array<DtTerm> | undefined)",
|
|
1900
2329
|
value: input3.childTerms
|
|
1901
|
-
})) && input3.childTerms.map((elem,
|
|
1902
|
-
path: _path2 + ".childTerms[" +
|
|
2330
|
+
})) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2331
|
+
path: _path2 + ".childTerms[" + _index37 + "]",
|
|
1903
2332
|
expected: "DtTerm",
|
|
1904
2333
|
value: elem
|
|
1905
|
-
})) && $
|
|
1906
|
-
path: _path2 + ".childTerms[" +
|
|
2334
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2335
|
+
path: _path2 + ".childTerms[" + _index37 + "]",
|
|
1907
2336
|
expected: "DtTerm",
|
|
1908
2337
|
value: elem
|
|
1909
2338
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1911,7 +2340,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1911
2340
|
expected: "(Array<DtTerm> | undefined)",
|
|
1912
2341
|
value: input3.childTerms
|
|
1913
2342
|
})].every((flag) => flag);
|
|
1914
|
-
const $
|
|
2343
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1915
2344
|
path: _path2 + ".id",
|
|
1916
2345
|
expected: "string",
|
|
1917
2346
|
value: input3.id
|
|
@@ -1927,8 +2356,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1927
2356
|
path: _path2 + ".child_types",
|
|
1928
2357
|
expected: "(Array<string> | undefined)",
|
|
1929
2358
|
value: input3.child_types
|
|
1930
|
-
})) && input3.child_types.map((elem,
|
|
1931
|
-
path: _path2 + ".child_types[" +
|
|
2359
|
+
})) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2360
|
+
path: _path2 + ".child_types[" + _index38 + "]",
|
|
1932
2361
|
expected: "string",
|
|
1933
2362
|
value: elem
|
|
1934
2363
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1943,8 +2372,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1943
2372
|
path: _path2 + ".included_types",
|
|
1944
2373
|
expected: "(Array<string> | undefined)",
|
|
1945
2374
|
value: input3.included_types
|
|
1946
|
-
})) && input3.included_types.map((elem,
|
|
1947
|
-
path: _path2 + ".included_types[" +
|
|
2375
|
+
})) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2376
|
+
path: _path2 + ".included_types[" + _index39 + "]",
|
|
1948
2377
|
expected: "string",
|
|
1949
2378
|
value: elem
|
|
1950
2379
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1996,7 +2425,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1996
2425
|
expected: "(number | undefined)",
|
|
1997
2426
|
value: input3.stop
|
|
1998
2427
|
})].every((flag) => flag);
|
|
1999
|
-
const $
|
|
2428
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2000
2429
|
path: _path2 + ".id",
|
|
2001
2430
|
expected: "string",
|
|
2002
2431
|
value: input3.id
|
|
@@ -2012,8 +2441,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2012
2441
|
path: _path2 + ".child_types",
|
|
2013
2442
|
expected: "(Array<string> | undefined)",
|
|
2014
2443
|
value: input3.child_types
|
|
2015
|
-
})) && input3.child_types.map((elem,
|
|
2016
|
-
path: _path2 + ".child_types[" +
|
|
2444
|
+
})) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2445
|
+
path: _path2 + ".child_types[" + _index40 + "]",
|
|
2017
2446
|
expected: "string",
|
|
2018
2447
|
value: elem
|
|
2019
2448
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2028,8 +2457,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2028
2457
|
path: _path2 + ".included_types",
|
|
2029
2458
|
expected: "(Array<string> | undefined)",
|
|
2030
2459
|
value: input3.included_types
|
|
2031
|
-
})) && input3.included_types.map((elem,
|
|
2032
|
-
path: _path2 + ".included_types[" +
|
|
2460
|
+
})) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2461
|
+
path: _path2 + ".included_types[" + _index41 + "]",
|
|
2033
2462
|
expected: "string",
|
|
2034
2463
|
value: elem
|
|
2035
2464
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2077,7 +2506,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2077
2506
|
expected: "number",
|
|
2078
2507
|
value: input3.stop
|
|
2079
2508
|
})].every((flag) => flag);
|
|
2080
|
-
const $
|
|
2509
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2081
2510
|
path: _path2 + ".disabled",
|
|
2082
2511
|
expected: "boolean",
|
|
2083
2512
|
value: input3.disabled
|
|
@@ -2085,12 +2514,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2085
2514
|
path: _path2 + ".lst",
|
|
2086
2515
|
expected: "(Array<Groupset> | undefined)",
|
|
2087
2516
|
value: input3.lst
|
|
2088
|
-
})) && input3.lst.map((elem,
|
|
2089
|
-
path: _path2 + ".lst[" +
|
|
2517
|
+
})) && input3.lst.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2518
|
+
path: _path2 + ".lst[" + _index42 + "]",
|
|
2090
2519
|
expected: "Groupset",
|
|
2091
2520
|
value: elem
|
|
2092
|
-
})) && $
|
|
2093
|
-
path: _path2 + ".lst[" +
|
|
2521
|
+
})) && $vo39(elem, _path2 + ".lst[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2522
|
+
path: _path2 + ".lst[" + _index42 + "]",
|
|
2094
2523
|
expected: "Groupset",
|
|
2095
2524
|
value: elem
|
|
2096
2525
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2098,7 +2527,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2098
2527
|
expected: "(Array<Groupset> | undefined)",
|
|
2099
2528
|
value: input3.lst
|
|
2100
2529
|
})].every((flag) => flag);
|
|
2101
|
-
const $
|
|
2530
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2102
2531
|
path: _path2 + ".name",
|
|
2103
2532
|
expected: "string",
|
|
2104
2533
|
value: input3.name
|
|
@@ -2118,12 +2547,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2118
2547
|
path: _path2 + ".groups",
|
|
2119
2548
|
expected: "Array<GroupEntry>",
|
|
2120
2549
|
value: input3.groups
|
|
2121
|
-
})) && input3.groups.map((elem,
|
|
2122
|
-
path: _path2 + ".groups[" +
|
|
2550
|
+
})) && input3.groups.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2551
|
+
path: _path2 + ".groups[" + _index43 + "]",
|
|
2123
2552
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2124
2553
|
value: elem
|
|
2125
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2126
|
-
path: _path2 + ".groups[" +
|
|
2554
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2555
|
+
path: _path2 + ".groups[" + _index43 + "]",
|
|
2127
2556
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2128
2557
|
value: elem
|
|
2129
2558
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2131,7 +2560,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2131
2560
|
expected: "Array<GroupEntry>",
|
|
2132
2561
|
value: input3.groups
|
|
2133
2562
|
})].every((flag) => flag);
|
|
2134
|
-
const $
|
|
2563
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2135
2564
|
path: _path2 + ".name",
|
|
2136
2565
|
expected: "string",
|
|
2137
2566
|
value: input3.name
|
|
@@ -2143,12 +2572,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2143
2572
|
path: _path2 + ".values",
|
|
2144
2573
|
expected: "Array<__type>.o1",
|
|
2145
2574
|
value: input3.values
|
|
2146
|
-
})) && input3.values.map((elem,
|
|
2147
|
-
path: _path2 + ".values[" +
|
|
2575
|
+
})) && input3.values.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2576
|
+
path: _path2 + ".values[" + _index44 + "]",
|
|
2148
2577
|
expected: "__type.o5",
|
|
2149
2578
|
value: elem
|
|
2150
|
-
})) && $
|
|
2151
|
-
path: _path2 + ".values[" +
|
|
2579
|
+
})) && $vo41(elem, _path2 + ".values[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2580
|
+
path: _path2 + ".values[" + _index44 + "]",
|
|
2152
2581
|
expected: "__type.o5",
|
|
2153
2582
|
value: elem
|
|
2154
2583
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2160,7 +2589,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2160
2589
|
expected: "(boolean | undefined)",
|
|
2161
2590
|
value: input3.uncomputable
|
|
2162
2591
|
})].every((flag) => flag);
|
|
2163
|
-
const $
|
|
2592
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2164
2593
|
path: _path2 + ".key",
|
|
2165
2594
|
expected: "(number | string)",
|
|
2166
2595
|
value: input3.key
|
|
@@ -2169,7 +2598,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2169
2598
|
expected: "string",
|
|
2170
2599
|
value: input3.label
|
|
2171
2600
|
})].every((flag) => flag);
|
|
2172
|
-
const $
|
|
2601
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2173
2602
|
path: _path2 + ".name",
|
|
2174
2603
|
expected: "string",
|
|
2175
2604
|
value: input3.name
|
|
@@ -2190,7 +2619,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2190
2619
|
expected: "string",
|
|
2191
2620
|
value: input3.color
|
|
2192
2621
|
})].every((flag) => flag);
|
|
2193
|
-
const $
|
|
2622
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2194
2623
|
path: _path2 + ".id",
|
|
2195
2624
|
expected: "string",
|
|
2196
2625
|
value: input3.id
|
|
@@ -2206,8 +2635,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2206
2635
|
path: _path2 + ".child_types",
|
|
2207
2636
|
expected: "(Array<string> | undefined)",
|
|
2208
2637
|
value: input3.child_types
|
|
2209
|
-
})) && input3.child_types.map((elem,
|
|
2210
|
-
path: _path2 + ".child_types[" +
|
|
2638
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2639
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2211
2640
|
expected: "string",
|
|
2212
2641
|
value: elem
|
|
2213
2642
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2222,8 +2651,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2222
2651
|
path: _path2 + ".included_types",
|
|
2223
2652
|
expected: "(Array<string> | undefined)",
|
|
2224
2653
|
value: input3.included_types
|
|
2225
|
-
})) && input3.included_types.map((elem,
|
|
2226
|
-
path: _path2 + ".included_types[" +
|
|
2654
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2655
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2227
2656
|
expected: "string",
|
|
2228
2657
|
value: elem
|
|
2229
2658
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2274,12 +2703,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2274
2703
|
path: _path2 + ".genes",
|
|
2275
2704
|
expected: "Array<GvGeneTerm>",
|
|
2276
2705
|
value: input3.genes
|
|
2277
|
-
})) && input3.genes.map((elem,
|
|
2278
|
-
path: _path2 + ".genes[" +
|
|
2706
|
+
})) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2707
|
+
path: _path2 + ".genes[" + _index47 + "]",
|
|
2279
2708
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2280
2709
|
value: elem
|
|
2281
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2282
|
-
path: _path2 + ".genes[" +
|
|
2710
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2711
|
+
path: _path2 + ".genes[" + _index47 + "]",
|
|
2283
2712
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2284
2713
|
value: elem
|
|
2285
2714
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2290,7 +2719,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2290
2719
|
path: _path2 + ".groupsetting",
|
|
2291
2720
|
expected: "(TermGroupSetting | undefined)",
|
|
2292
2721
|
value: input3.groupsetting
|
|
2293
|
-
})) && $
|
|
2722
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2294
2723
|
path: _path2 + ".groupsetting",
|
|
2295
2724
|
expected: "(TermGroupSetting | undefined)",
|
|
2296
2725
|
value: input3.groupsetting
|
|
@@ -2298,12 +2727,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2298
2727
|
path: _path2 + ".childTerms",
|
|
2299
2728
|
expected: "(Array<DtTerm> | undefined)",
|
|
2300
2729
|
value: input3.childTerms
|
|
2301
|
-
})) && input3.childTerms.map((elem,
|
|
2302
|
-
path: _path2 + ".childTerms[" +
|
|
2730
|
+
})) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2731
|
+
path: _path2 + ".childTerms[" + _index48 + "]",
|
|
2303
2732
|
expected: "DtTerm",
|
|
2304
2733
|
value: elem
|
|
2305
|
-
})) && $
|
|
2306
|
-
path: _path2 + ".childTerms[" +
|
|
2734
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2735
|
+
path: _path2 + ".childTerms[" + _index48 + "]",
|
|
2307
2736
|
expected: "DtTerm",
|
|
2308
2737
|
value: elem
|
|
2309
2738
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2311,7 +2740,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2311
2740
|
expected: "(Array<DtTerm> | undefined)",
|
|
2312
2741
|
value: input3.childTerms
|
|
2313
2742
|
})].every((flag) => flag);
|
|
2314
|
-
const $
|
|
2743
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2315
2744
|
path: _path2 + ".key",
|
|
2316
2745
|
expected: "string",
|
|
2317
2746
|
value: input3.key
|
|
@@ -2324,7 +2753,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2324
2753
|
expected: "string",
|
|
2325
2754
|
value: input3.value
|
|
2326
2755
|
})].every((flag) => flag);
|
|
2327
|
-
const $
|
|
2756
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2328
2757
|
path: _path2 + ".join",
|
|
2329
2758
|
expected: "(string | undefined)",
|
|
2330
2759
|
value: input3.join
|
|
@@ -2334,18 +2763,18 @@ var validCategoriesRequest = (input) => {
|
|
|
2334
2763
|
value: input3.isnot
|
|
2335
2764
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2336
2765
|
path: _path2 + ".term",
|
|
2337
|
-
expected: "
|
|
2766
|
+
expected: "(CategoricalTermCollection | NumericTermCollection)",
|
|
2338
2767
|
value: input3.term
|
|
2339
|
-
})) && $
|
|
2768
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2340
2769
|
path: _path2 + ".term",
|
|
2341
|
-
expected: "
|
|
2770
|
+
expected: "(CategoricalTermCollection | NumericTermCollection)",
|
|
2342
2771
|
value: input3.term
|
|
2343
2772
|
}), "number" === typeof input3.ratio || $report(_exceptionable2, {
|
|
2344
2773
|
path: _path2 + ".ratio",
|
|
2345
2774
|
expected: "number",
|
|
2346
2775
|
value: input3.ratio
|
|
2347
2776
|
})].every((flag) => flag);
|
|
2348
|
-
const $
|
|
2777
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2349
2778
|
path: _path2 + ".id",
|
|
2350
2779
|
expected: "string",
|
|
2351
2780
|
value: input3.id
|
|
@@ -2361,8 +2790,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2361
2790
|
path: _path2 + ".child_types",
|
|
2362
2791
|
expected: "(Array<string> | undefined)",
|
|
2363
2792
|
value: input3.child_types
|
|
2364
|
-
})) && input3.child_types.map((elem,
|
|
2365
|
-
path: _path2 + ".child_types[" +
|
|
2793
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2794
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2366
2795
|
expected: "string",
|
|
2367
2796
|
value: elem
|
|
2368
2797
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2377,8 +2806,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2377
2806
|
path: _path2 + ".included_types",
|
|
2378
2807
|
expected: "(Array<string> | undefined)",
|
|
2379
2808
|
value: input3.included_types
|
|
2380
|
-
})) && input3.included_types.map((elem,
|
|
2381
|
-
path: _path2 + ".included_types[" +
|
|
2809
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2810
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2382
2811
|
expected: "string",
|
|
2383
2812
|
value: elem
|
|
2384
2813
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2413,34 +2842,34 @@ var validCategoriesRequest = (input) => {
|
|
|
2413
2842
|
path: _path2 + ".collectionId",
|
|
2414
2843
|
expected: "(string | undefined)",
|
|
2415
2844
|
value: input3.collectionId
|
|
2845
|
+
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
2846
|
+
path: _path2 + ".termIds",
|
|
2847
|
+
expected: "(Array<string> | undefined)",
|
|
2848
|
+
value: input3.termIds
|
|
2849
|
+
})) && input3.termIds.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2850
|
+
path: _path2 + ".termIds[" + _index51 + "]",
|
|
2851
|
+
expected: "string",
|
|
2852
|
+
value: elem
|
|
2853
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2854
|
+
path: _path2 + ".termIds",
|
|
2855
|
+
expected: "(Array<string> | undefined)",
|
|
2856
|
+
value: input3.termIds
|
|
2416
2857
|
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2417
2858
|
path: _path2 + ".termlst",
|
|
2418
2859
|
expected: "Array<BaseTerm>",
|
|
2419
2860
|
value: input3.termlst
|
|
2420
|
-
})) && input3.termlst.map((elem,
|
|
2421
|
-
path: _path2 + ".termlst[" +
|
|
2861
|
+
})) && input3.termlst.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2862
|
+
path: _path2 + ".termlst[" + _index52 + "]",
|
|
2422
2863
|
expected: "BaseTerm",
|
|
2423
2864
|
value: elem
|
|
2424
|
-
})) && $
|
|
2425
|
-
path: _path2 + ".termlst[" +
|
|
2865
|
+
})) && $vo47(elem, _path2 + ".termlst[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2866
|
+
path: _path2 + ".termlst[" + _index52 + "]",
|
|
2426
2867
|
expected: "BaseTerm",
|
|
2427
2868
|
value: elem
|
|
2428
2869
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2429
2870
|
path: _path2 + ".termlst",
|
|
2430
2871
|
expected: "Array<BaseTerm>",
|
|
2431
2872
|
value: input3.termlst
|
|
2432
|
-
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2433
|
-
path: _path2 + ".numerators",
|
|
2434
|
-
expected: "(Array<string> | undefined)",
|
|
2435
|
-
value: input3.numerators
|
|
2436
|
-
})) && input3.numerators.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2437
|
-
path: _path2 + ".numerators[" + _index44 + "]",
|
|
2438
|
-
expected: "string",
|
|
2439
|
-
value: elem
|
|
2440
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2441
|
-
path: _path2 + ".numerators",
|
|
2442
|
-
expected: "(Array<string> | undefined)",
|
|
2443
|
-
value: input3.numerators
|
|
2444
2873
|
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
2445
2874
|
path: _path2 + ".newTvs",
|
|
2446
2875
|
expected: "(boolean | undefined)",
|
|
@@ -2449,12 +2878,117 @@ var validCategoriesRequest = (input) => {
|
|
|
2449
2878
|
path: _path2 + ".propsByTermId",
|
|
2450
2879
|
expected: "__type.o7",
|
|
2451
2880
|
value: input3.propsByTermId
|
|
2452
|
-
})) && $
|
|
2881
|
+
})) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2453
2882
|
path: _path2 + ".propsByTermId",
|
|
2454
2883
|
expected: "__type.o7",
|
|
2455
2884
|
value: input3.propsByTermId
|
|
2885
|
+
}), "numeric" === input3.memberType || $report(_exceptionable2, {
|
|
2886
|
+
path: _path2 + ".memberType",
|
|
2887
|
+
expected: '"numeric"',
|
|
2888
|
+
value: input3.memberType
|
|
2889
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2890
|
+
path: _path2 + ".numerators",
|
|
2891
|
+
expected: "(Array<string> | undefined)",
|
|
2892
|
+
value: input3.numerators
|
|
2893
|
+
})) && input3.numerators.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2894
|
+
path: _path2 + ".numerators[" + _index53 + "]",
|
|
2895
|
+
expected: "string",
|
|
2896
|
+
value: elem
|
|
2897
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2898
|
+
path: _path2 + ".numerators",
|
|
2899
|
+
expected: "(Array<string> | undefined)",
|
|
2900
|
+
value: input3.numerators
|
|
2901
|
+
})].every((flag) => flag);
|
|
2902
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2903
|
+
path: _path2 + ".id",
|
|
2904
|
+
expected: "string",
|
|
2905
|
+
value: input3.id
|
|
2906
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2907
|
+
path: _path2 + ".name",
|
|
2908
|
+
expected: "string",
|
|
2909
|
+
value: input3.name
|
|
2910
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2911
|
+
path: _path2 + ".type",
|
|
2912
|
+
expected: "string",
|
|
2913
|
+
value: input3.type
|
|
2914
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2915
|
+
path: _path2 + ".child_types",
|
|
2916
|
+
expected: "(Array<string> | undefined)",
|
|
2917
|
+
value: input3.child_types
|
|
2918
|
+
})) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2919
|
+
path: _path2 + ".child_types[" + _index54 + "]",
|
|
2920
|
+
expected: "string",
|
|
2921
|
+
value: elem
|
|
2922
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2923
|
+
path: _path2 + ".child_types",
|
|
2924
|
+
expected: "(Array<string> | undefined)",
|
|
2925
|
+
value: input3.child_types
|
|
2926
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2927
|
+
path: _path2 + ".hashtmldetail",
|
|
2928
|
+
expected: "(boolean | undefined)",
|
|
2929
|
+
value: input3.hashtmldetail
|
|
2930
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2931
|
+
path: _path2 + ".included_types",
|
|
2932
|
+
expected: "(Array<string> | undefined)",
|
|
2933
|
+
value: input3.included_types
|
|
2934
|
+
})) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2935
|
+
path: _path2 + ".included_types[" + _index55 + "]",
|
|
2936
|
+
expected: "string",
|
|
2937
|
+
value: elem
|
|
2938
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2939
|
+
path: _path2 + ".included_types",
|
|
2940
|
+
expected: "(Array<string> | undefined)",
|
|
2941
|
+
value: input3.included_types
|
|
2942
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2943
|
+
path: _path2 + ".isleaf",
|
|
2944
|
+
expected: "(boolean | undefined)",
|
|
2945
|
+
value: input3.isleaf
|
|
2946
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2947
|
+
path: _path2 + ".values",
|
|
2948
|
+
expected: "(TermValues | undefined)",
|
|
2949
|
+
value: input3.values
|
|
2950
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2951
|
+
path: _path2 + ".values",
|
|
2952
|
+
expected: "(TermValues | undefined)",
|
|
2953
|
+
value: input3.values
|
|
2954
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2955
|
+
path: _path2 + ".skipValuesBuild",
|
|
2956
|
+
expected: "(boolean | undefined)",
|
|
2957
|
+
value: input3.skipValuesBuild
|
|
2958
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2959
|
+
path: _path2 + ".valueConversion",
|
|
2960
|
+
expected: "(__type.o2 | undefined)",
|
|
2961
|
+
value: input3.valueConversion
|
|
2962
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2963
|
+
path: _path2 + ".valueConversion",
|
|
2964
|
+
expected: "(__type.o2 | undefined)",
|
|
2965
|
+
value: input3.valueConversion
|
|
2456
2966
|
})].every((flag) => flag);
|
|
2457
|
-
const $
|
|
2967
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2968
|
+
const value = input3[key];
|
|
2969
|
+
if (void 0 === value)
|
|
2970
|
+
return true;
|
|
2971
|
+
if (RegExp(/(.*)/).test(key))
|
|
2972
|
+
return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
|
|
2973
|
+
path: _path2 + $join(key),
|
|
2974
|
+
expected: "__type.o8",
|
|
2975
|
+
value
|
|
2976
|
+
})) && $vo49(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2977
|
+
path: _path2 + $join(key),
|
|
2978
|
+
expected: "__type.o8",
|
|
2979
|
+
value
|
|
2980
|
+
});
|
|
2981
|
+
return true;
|
|
2982
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
2983
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2984
|
+
const value = input3[key];
|
|
2985
|
+
if (void 0 === value)
|
|
2986
|
+
return true;
|
|
2987
|
+
if (RegExp(/(.*)/).test(key))
|
|
2988
|
+
return true;
|
|
2989
|
+
return true;
|
|
2990
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
2991
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2458
2992
|
path: _path2 + ".id",
|
|
2459
2993
|
expected: "string",
|
|
2460
2994
|
value: input3.id
|
|
@@ -2462,16 +2996,16 @@ var validCategoriesRequest = (input) => {
|
|
|
2462
2996
|
path: _path2 + ".name",
|
|
2463
2997
|
expected: "string",
|
|
2464
2998
|
value: input3.name
|
|
2465
|
-
}), "
|
|
2999
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
2466
3000
|
path: _path2 + ".type",
|
|
2467
|
-
expected: "
|
|
3001
|
+
expected: '"termCollection"',
|
|
2468
3002
|
value: input3.type
|
|
2469
3003
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2470
3004
|
path: _path2 + ".child_types",
|
|
2471
3005
|
expected: "(Array<string> | undefined)",
|
|
2472
3006
|
value: input3.child_types
|
|
2473
|
-
})) && input3.child_types.map((elem,
|
|
2474
|
-
path: _path2 + ".child_types[" +
|
|
3007
|
+
})) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3008
|
+
path: _path2 + ".child_types[" + _index56 + "]",
|
|
2475
3009
|
expected: "string",
|
|
2476
3010
|
value: elem
|
|
2477
3011
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2486,8 +3020,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2486
3020
|
path: _path2 + ".included_types",
|
|
2487
3021
|
expected: "(Array<string> | undefined)",
|
|
2488
3022
|
value: input3.included_types
|
|
2489
|
-
})) && input3.included_types.map((elem,
|
|
2490
|
-
path: _path2 + ".included_types[" +
|
|
3023
|
+
})) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3024
|
+
path: _path2 + ".included_types[" + _index57 + "]",
|
|
2491
3025
|
expected: "string",
|
|
2492
3026
|
value: elem
|
|
2493
3027
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2518,32 +3052,81 @@ var validCategoriesRequest = (input) => {
|
|
|
2518
3052
|
path: _path2 + ".valueConversion",
|
|
2519
3053
|
expected: "(__type.o2 | undefined)",
|
|
2520
3054
|
value: input3.valueConversion
|
|
3055
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
3056
|
+
path: _path2 + ".collectionId",
|
|
3057
|
+
expected: "(string | undefined)",
|
|
3058
|
+
value: input3.collectionId
|
|
3059
|
+
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
3060
|
+
path: _path2 + ".termIds",
|
|
3061
|
+
expected: "(Array<string> | undefined)",
|
|
3062
|
+
value: input3.termIds
|
|
3063
|
+
})) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3064
|
+
path: _path2 + ".termIds[" + _index58 + "]",
|
|
3065
|
+
expected: "string",
|
|
3066
|
+
value: elem
|
|
3067
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3068
|
+
path: _path2 + ".termIds",
|
|
3069
|
+
expected: "(Array<string> | undefined)",
|
|
3070
|
+
value: input3.termIds
|
|
3071
|
+
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
3072
|
+
path: _path2 + ".termlst",
|
|
3073
|
+
expected: "Array<BaseTerm>",
|
|
3074
|
+
value: input3.termlst
|
|
3075
|
+
})) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3076
|
+
path: _path2 + ".termlst[" + _index59 + "]",
|
|
3077
|
+
expected: "BaseTerm",
|
|
3078
|
+
value: elem
|
|
3079
|
+
})) && $vo47(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3080
|
+
path: _path2 + ".termlst[" + _index59 + "]",
|
|
3081
|
+
expected: "BaseTerm",
|
|
3082
|
+
value: elem
|
|
3083
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3084
|
+
path: _path2 + ".termlst",
|
|
3085
|
+
expected: "Array<BaseTerm>",
|
|
3086
|
+
value: input3.termlst
|
|
3087
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
3088
|
+
path: _path2 + ".newTvs",
|
|
3089
|
+
expected: "(boolean | undefined)",
|
|
3090
|
+
value: input3.newTvs
|
|
3091
|
+
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3092
|
+
path: _path2 + ".propsByTermId",
|
|
3093
|
+
expected: "__type.o7",
|
|
3094
|
+
value: input3.propsByTermId
|
|
3095
|
+
})) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3096
|
+
path: _path2 + ".propsByTermId",
|
|
3097
|
+
expected: "__type.o7",
|
|
3098
|
+
value: input3.propsByTermId
|
|
3099
|
+
}), "categorical" === input3.memberType || $report(_exceptionable2, {
|
|
3100
|
+
path: _path2 + ".memberType",
|
|
3101
|
+
expected: '"categorical"',
|
|
3102
|
+
value: input3.memberType
|
|
3103
|
+
}), (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
|
|
3104
|
+
path: _path2 + ".categoryKeys",
|
|
3105
|
+
expected: "Array<CategoryKey>",
|
|
3106
|
+
value: input3.categoryKeys
|
|
3107
|
+
})) && input3.categoryKeys.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3108
|
+
path: _path2 + ".categoryKeys[" + _index60 + "]",
|
|
3109
|
+
expected: "CategoryKey",
|
|
3110
|
+
value: elem
|
|
3111
|
+
})) && $vo51(elem, _path2 + ".categoryKeys[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3112
|
+
path: _path2 + ".categoryKeys[" + _index60 + "]",
|
|
3113
|
+
expected: "CategoryKey",
|
|
3114
|
+
value: elem
|
|
3115
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3116
|
+
path: _path2 + ".categoryKeys",
|
|
3117
|
+
expected: "Array<CategoryKey>",
|
|
3118
|
+
value: input3.categoryKeys
|
|
2521
3119
|
})].every((flag) => flag);
|
|
2522
|
-
const $
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
path: _path2 + $join(key),
|
|
2533
|
-
expected: "__type.o8",
|
|
2534
|
-
value
|
|
2535
|
-
});
|
|
2536
|
-
return true;
|
|
2537
|
-
}).every((flag) => flag)].every((flag) => flag);
|
|
2538
|
-
const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2539
|
-
const value = input3[key];
|
|
2540
|
-
if (void 0 === value)
|
|
2541
|
-
return true;
|
|
2542
|
-
if (RegExp(/(.*)/).test(key))
|
|
2543
|
-
return true;
|
|
2544
|
-
return true;
|
|
2545
|
-
}).every((flag) => flag)].every((flag) => flag);
|
|
2546
|
-
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3120
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3121
|
+
path: _path2 + ".key",
|
|
3122
|
+
expected: "string",
|
|
3123
|
+
value: input3.key
|
|
3124
|
+
}), "boolean" === typeof input3.shown || $report(_exceptionable2, {
|
|
3125
|
+
path: _path2 + ".shown",
|
|
3126
|
+
expected: "boolean",
|
|
3127
|
+
value: input3.shown
|
|
3128
|
+
})].every((flag) => flag);
|
|
3129
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2547
3130
|
path: _path2 + ".id",
|
|
2548
3131
|
expected: "string",
|
|
2549
3132
|
value: input3.id
|
|
@@ -2559,8 +3142,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2559
3142
|
path: _path2 + ".child_types",
|
|
2560
3143
|
expected: "(Array<string> | undefined)",
|
|
2561
3144
|
value: input3.child_types
|
|
2562
|
-
})) && input3.child_types.map((elem,
|
|
2563
|
-
path: _path2 + ".child_types[" +
|
|
3145
|
+
})) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3146
|
+
path: _path2 + ".child_types[" + _index61 + "]",
|
|
2564
3147
|
expected: "string",
|
|
2565
3148
|
value: elem
|
|
2566
3149
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2575,8 +3158,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2575
3158
|
path: _path2 + ".included_types",
|
|
2576
3159
|
expected: "(Array<string> | undefined)",
|
|
2577
3160
|
value: input3.included_types
|
|
2578
|
-
})) && input3.included_types.map((elem,
|
|
2579
|
-
path: _path2 + ".included_types[" +
|
|
3161
|
+
})) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3162
|
+
path: _path2 + ".included_types[" + _index62 + "]",
|
|
2580
3163
|
expected: "string",
|
|
2581
3164
|
value: elem
|
|
2582
3165
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2627,8 +3210,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2627
3210
|
path: _path2 + ".alt",
|
|
2628
3211
|
expected: "Array<string>",
|
|
2629
3212
|
value: input3.alt
|
|
2630
|
-
})) && input3.alt.map((elem,
|
|
2631
|
-
path: _path2 + ".alt[" +
|
|
3213
|
+
})) && input3.alt.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3214
|
+
path: _path2 + ".alt[" + _index63 + "]",
|
|
2632
3215
|
expected: "string",
|
|
2633
3216
|
value: elem
|
|
2634
3217
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2639,12 +3222,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2639
3222
|
path: _path2 + ".groupsetting",
|
|
2640
3223
|
expected: "TermGroupSetting",
|
|
2641
3224
|
value: input3.groupsetting
|
|
2642
|
-
})) && $
|
|
3225
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2643
3226
|
path: _path2 + ".groupsetting",
|
|
2644
3227
|
expected: "TermGroupSetting",
|
|
2645
3228
|
value: input3.groupsetting
|
|
2646
3229
|
})].every((flag) => flag);
|
|
2647
|
-
const $
|
|
3230
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2648
3231
|
path: _path2 + ".id",
|
|
2649
3232
|
expected: "string",
|
|
2650
3233
|
value: input3.id
|
|
@@ -2660,8 +3243,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2660
3243
|
path: _path2 + ".child_types",
|
|
2661
3244
|
expected: "(Array<string> | undefined)",
|
|
2662
3245
|
value: input3.child_types
|
|
2663
|
-
})) && input3.child_types.map((elem,
|
|
2664
|
-
path: _path2 + ".child_types[" +
|
|
3246
|
+
})) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3247
|
+
path: _path2 + ".child_types[" + _index64 + "]",
|
|
2665
3248
|
expected: "string",
|
|
2666
3249
|
value: elem
|
|
2667
3250
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2676,8 +3259,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2676
3259
|
path: _path2 + ".included_types",
|
|
2677
3260
|
expected: "(Array<string> | undefined)",
|
|
2678
3261
|
value: input3.included_types
|
|
2679
|
-
})) && input3.included_types.map((elem,
|
|
2680
|
-
path: _path2 + ".included_types[" +
|
|
3262
|
+
})) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3263
|
+
path: _path2 + ".included_types[" + _index65 + "]",
|
|
2681
3264
|
expected: "string",
|
|
2682
3265
|
value: elem
|
|
2683
3266
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2708,9 +3291,13 @@ var validCategoriesRequest = (input) => {
|
|
|
2708
3291
|
path: _path2 + ".valueConversion",
|
|
2709
3292
|
expected: "(__type.o2 | undefined)",
|
|
2710
3293
|
value: input3.valueConversion
|
|
2711
|
-
}), "
|
|
3294
|
+
}), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
|
|
2712
3295
|
path: _path2 + ".sample",
|
|
2713
|
-
expected: "
|
|
3296
|
+
expected: "object",
|
|
3297
|
+
value: input3.sample
|
|
3298
|
+
})) && $vo54(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3299
|
+
path: _path2 + ".sample",
|
|
3300
|
+
expected: "object",
|
|
2714
3301
|
value: input3.sample
|
|
2715
3302
|
}), "string" === typeof input3.plot || $report(_exceptionable2, {
|
|
2716
3303
|
path: _path2 + ".plot",
|
|
@@ -2720,12 +3307,13 @@ var validCategoriesRequest = (input) => {
|
|
|
2720
3307
|
path: _path2 + ".groupsetting",
|
|
2721
3308
|
expected: "TermGroupSetting",
|
|
2722
3309
|
value: input3.groupsetting
|
|
2723
|
-
})) && $
|
|
3310
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2724
3311
|
path: _path2 + ".groupsetting",
|
|
2725
3312
|
expected: "TermGroupSetting",
|
|
2726
3313
|
value: input3.groupsetting
|
|
2727
3314
|
})].every((flag) => flag);
|
|
2728
|
-
const $
|
|
3315
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3316
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2729
3317
|
path: _path2 + ".hiddenValues",
|
|
2730
3318
|
expected: "(HiddenValues | undefined)",
|
|
2731
3319
|
value: input3.hiddenValues
|
|
@@ -2754,7 +3342,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2754
3342
|
expected: '"values"',
|
|
2755
3343
|
value: input3.type
|
|
2756
3344
|
})].every((flag) => flag);
|
|
2757
|
-
const $
|
|
3345
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2758
3346
|
path: _path2 + ".id",
|
|
2759
3347
|
expected: "(string | undefined)",
|
|
2760
3348
|
value: input3.id
|
|
@@ -2790,7 +3378,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2790
3378
|
path: _path2 + ".q",
|
|
2791
3379
|
expected: "PredefinedGroupSettingQ",
|
|
2792
3380
|
value: input3.q
|
|
2793
|
-
})) && $
|
|
3381
|
+
})) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2794
3382
|
path: _path2 + ".q",
|
|
2795
3383
|
expected: "PredefinedGroupSettingQ",
|
|
2796
3384
|
value: input3.q
|
|
@@ -2799,7 +3387,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2799
3387
|
expected: '"QualTWPredefinedGS"',
|
|
2800
3388
|
value: input3.type
|
|
2801
3389
|
})].every((flag) => flag);
|
|
2802
|
-
const $
|
|
3390
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2803
3391
|
path: _path2 + ".hiddenValues",
|
|
2804
3392
|
expected: "(HiddenValues | undefined)",
|
|
2805
3393
|
value: input3.hiddenValues
|
|
@@ -2832,7 +3420,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2832
3420
|
expected: "number",
|
|
2833
3421
|
value: input3.predefined_groupset_idx
|
|
2834
3422
|
})].every((flag) => flag);
|
|
2835
|
-
const $
|
|
3423
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2836
3424
|
path: _path2 + ".id",
|
|
2837
3425
|
expected: "(string | undefined)",
|
|
2838
3426
|
value: input3.id
|
|
@@ -2868,7 +3456,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2868
3456
|
path: _path2 + ".q",
|
|
2869
3457
|
expected: "CustomGroupSettingQ",
|
|
2870
3458
|
value: input3.q
|
|
2871
|
-
})) && $
|
|
3459
|
+
})) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2872
3460
|
path: _path2 + ".q",
|
|
2873
3461
|
expected: "CustomGroupSettingQ",
|
|
2874
3462
|
value: input3.q
|
|
@@ -2877,7 +3465,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2877
3465
|
expected: '"QualTWCustomGS"',
|
|
2878
3466
|
value: input3.type
|
|
2879
3467
|
})].every((flag) => flag);
|
|
2880
|
-
const $
|
|
3468
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2881
3469
|
path: _path2 + ".hiddenValues",
|
|
2882
3470
|
expected: "(HiddenValues | undefined)",
|
|
2883
3471
|
value: input3.hiddenValues
|
|
@@ -2909,21 +3497,21 @@ var validCategoriesRequest = (input) => {
|
|
|
2909
3497
|
path: _path2 + ".customset",
|
|
2910
3498
|
expected: "BaseGroupSet",
|
|
2911
3499
|
value: input3.customset
|
|
2912
|
-
})) && $
|
|
3500
|
+
})) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2913
3501
|
path: _path2 + ".customset",
|
|
2914
3502
|
expected: "BaseGroupSet",
|
|
2915
3503
|
value: input3.customset
|
|
2916
3504
|
})].every((flag) => flag);
|
|
2917
|
-
const $
|
|
3505
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2918
3506
|
path: _path2 + ".groups",
|
|
2919
3507
|
expected: "Array<GroupEntry>",
|
|
2920
3508
|
value: input3.groups
|
|
2921
|
-
})) && input3.groups.map((elem,
|
|
2922
|
-
path: _path2 + ".groups[" +
|
|
3509
|
+
})) && input3.groups.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3510
|
+
path: _path2 + ".groups[" + _index66 + "]",
|
|
2923
3511
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2924
3512
|
value: elem
|
|
2925
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2926
|
-
path: _path2 + ".groups[" +
|
|
3513
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3514
|
+
path: _path2 + ".groups[" + _index66 + "]",
|
|
2927
3515
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2928
3516
|
value: elem
|
|
2929
3517
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2931,7 +3519,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2931
3519
|
expected: "Array<GroupEntry>",
|
|
2932
3520
|
value: input3.groups
|
|
2933
3521
|
})].every((flag) => flag);
|
|
2934
|
-
const $
|
|
3522
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2935
3523
|
path: _path2 + ".id",
|
|
2936
3524
|
expected: "(string | undefined)",
|
|
2937
3525
|
value: input3.id
|
|
@@ -2961,11 +3549,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2961
3549
|
value: input3.type
|
|
2962
3550
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2963
3551
|
path: _path2 + ".term",
|
|
2964
|
-
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)',
|
|
3552
|
+
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)',
|
|
2965
3553
|
value: input3.term
|
|
2966
3554
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2967
3555
|
path: _path2 + ".term",
|
|
2968
|
-
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)',
|
|
3556
|
+
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)',
|
|
2969
3557
|
value: input3.term
|
|
2970
3558
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2971
3559
|
path: _path2 + ".q",
|
|
@@ -2976,7 +3564,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2976
3564
|
expected: "RegularNumericBinConfig",
|
|
2977
3565
|
value: input3.q
|
|
2978
3566
|
})].every((flag) => flag);
|
|
2979
|
-
const $
|
|
3567
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2980
3568
|
path: _path2 + ".id",
|
|
2981
3569
|
expected: "(string | undefined)",
|
|
2982
3570
|
value: input3.id
|
|
@@ -3006,11 +3594,11 @@ var validCategoriesRequest = (input) => {
|
|
|
3006
3594
|
value: input3.type
|
|
3007
3595
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3008
3596
|
path: _path2 + ".term",
|
|
3009
|
-
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)',
|
|
3597
|
+
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)',
|
|
3010
3598
|
value: input3.term
|
|
3011
3599
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3012
3600
|
path: _path2 + ".term",
|
|
3013
|
-
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)',
|
|
3601
|
+
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)',
|
|
3014
3602
|
value: input3.term
|
|
3015
3603
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3016
3604
|
path: _path2 + ".q",
|
|
@@ -3021,7 +3609,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3021
3609
|
expected: "CustomNumericBinConfig",
|
|
3022
3610
|
value: input3.q
|
|
3023
3611
|
})].every((flag) => flag);
|
|
3024
|
-
const $
|
|
3612
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3025
3613
|
path: _path2 + ".id",
|
|
3026
3614
|
expected: "(string | undefined)",
|
|
3027
3615
|
value: input3.id
|
|
@@ -3051,22 +3639,22 @@ var validCategoriesRequest = (input) => {
|
|
|
3051
3639
|
value: input3.type
|
|
3052
3640
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3053
3641
|
path: _path2 + ".term",
|
|
3054
|
-
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)',
|
|
3642
|
+
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)',
|
|
3055
3643
|
value: input3.term
|
|
3056
3644
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3057
3645
|
path: _path2 + ".term",
|
|
3058
|
-
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)',
|
|
3646
|
+
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)',
|
|
3059
3647
|
value: input3.term
|
|
3060
3648
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3061
3649
|
path: _path2 + ".q",
|
|
3062
3650
|
expected: "BinaryNumericQ",
|
|
3063
3651
|
value: input3.q
|
|
3064
|
-
})) && $
|
|
3652
|
+
})) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3065
3653
|
path: _path2 + ".q",
|
|
3066
3654
|
expected: "BinaryNumericQ",
|
|
3067
3655
|
value: input3.q
|
|
3068
3656
|
})].every((flag) => flag);
|
|
3069
|
-
const $
|
|
3657
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3070
3658
|
path: _path2 + ".hiddenValues",
|
|
3071
3659
|
expected: "(HiddenValues | undefined)",
|
|
3072
3660
|
value: input3.hiddenValues
|
|
@@ -3134,7 +3722,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3134
3722
|
expected: "(number | undefined)",
|
|
3135
3723
|
value: input3.cutoffPercentile
|
|
3136
3724
|
})].every((flag) => flag);
|
|
3137
|
-
const $
|
|
3725
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3138
3726
|
path: _path2 + ".id",
|
|
3139
3727
|
expected: "(string | undefined)",
|
|
3140
3728
|
value: input3.id
|
|
@@ -3164,22 +3752,22 @@ var validCategoriesRequest = (input) => {
|
|
|
3164
3752
|
value: input3.type
|
|
3165
3753
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3166
3754
|
path: _path2 + ".term",
|
|
3167
|
-
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)',
|
|
3755
|
+
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)',
|
|
3168
3756
|
value: input3.term
|
|
3169
3757
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3170
3758
|
path: _path2 + ".term",
|
|
3171
|
-
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)',
|
|
3759
|
+
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)',
|
|
3172
3760
|
value: input3.term
|
|
3173
3761
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
3174
3762
|
path: _path2 + ".q",
|
|
3175
3763
|
expected: "ContinuousNumericQ",
|
|
3176
3764
|
value: input3.q
|
|
3177
|
-
})) && $
|
|
3765
|
+
})) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3178
3766
|
path: _path2 + ".q",
|
|
3179
3767
|
expected: "ContinuousNumericQ",
|
|
3180
3768
|
value: input3.q
|
|
3181
3769
|
})].every((flag) => flag);
|
|
3182
|
-
const $
|
|
3770
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3183
3771
|
path: _path2 + ".hiddenValues",
|
|
3184
3772
|
expected: "(HiddenValues | undefined)",
|
|
3185
3773
|
value: input3.hiddenValues
|
|
@@ -3220,7 +3808,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3220
3808
|
expected: "(number | undefined)",
|
|
3221
3809
|
value: input3.scale
|
|
3222
3810
|
})].every((flag) => flag);
|
|
3223
|
-
const $
|
|
3811
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3224
3812
|
path: _path2 + ".id",
|
|
3225
3813
|
expected: "(string | undefined)",
|
|
3226
3814
|
value: input3.id
|
|
@@ -3250,22 +3838,22 @@ var validCategoriesRequest = (input) => {
|
|
|
3250
3838
|
value: input3.type
|
|
3251
3839
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3252
3840
|
path: _path2 + ".term",
|
|
3253
|
-
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)',
|
|
3841
|
+
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)',
|
|
3254
3842
|
value: input3.term
|
|
3255
3843
|
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3256
3844
|
path: _path2 + ".term",
|
|
3257
|
-
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)',
|
|
3845
|
+
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)',
|
|
3258
3846
|
value: input3.term
|
|
3259
3847
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3260
3848
|
path: _path2 + ".q",
|
|
3261
3849
|
expected: "SplineNumericQ",
|
|
3262
3850
|
value: input3.q
|
|
3263
|
-
})) && $
|
|
3851
|
+
})) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3264
3852
|
path: _path2 + ".q",
|
|
3265
3853
|
expected: "SplineNumericQ",
|
|
3266
3854
|
value: input3.q
|
|
3267
3855
|
})].every((flag) => flag);
|
|
3268
|
-
const $
|
|
3856
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3269
3857
|
path: _path2 + ".hiddenValues",
|
|
3270
3858
|
expected: "(HiddenValues | undefined)",
|
|
3271
3859
|
value: input3.hiddenValues
|
|
@@ -3293,12 +3881,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3293
3881
|
path: _path2 + ".knots",
|
|
3294
3882
|
expected: "Array<__type>.o3",
|
|
3295
3883
|
value: input3.knots
|
|
3296
|
-
})) && input3.knots.map((elem,
|
|
3297
|
-
path: _path2 + ".knots[" +
|
|
3884
|
+
})) && input3.knots.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3885
|
+
path: _path2 + ".knots[" + _index67 + "]",
|
|
3298
3886
|
expected: "__type.o9",
|
|
3299
3887
|
value: elem
|
|
3300
|
-
})) && $
|
|
3301
|
-
path: _path2 + ".knots[" +
|
|
3888
|
+
})) && $vo69(elem, _path2 + ".knots[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3889
|
+
path: _path2 + ".knots[" + _index67 + "]",
|
|
3302
3890
|
expected: "__type.o9",
|
|
3303
3891
|
value: elem
|
|
3304
3892
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3314,12 +3902,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3314
3902
|
expected: "undefined",
|
|
3315
3903
|
value: input3.type
|
|
3316
3904
|
}))].every((flag) => flag);
|
|
3317
|
-
const $
|
|
3905
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
3318
3906
|
path: _path2 + ".value",
|
|
3319
3907
|
expected: "number",
|
|
3320
3908
|
value: input3.value
|
|
3321
3909
|
})].every((flag) => flag);
|
|
3322
|
-
const $
|
|
3910
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3323
3911
|
path: _path2 + ".id",
|
|
3324
3912
|
expected: "(string | undefined)",
|
|
3325
3913
|
value: input3.id
|
|
@@ -3351,7 +3939,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3351
3939
|
path: _path2 + ".term",
|
|
3352
3940
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3353
3941
|
value: input3.term
|
|
3354
|
-
})) && $
|
|
3942
|
+
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3355
3943
|
path: _path2 + ".term",
|
|
3356
3944
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3357
3945
|
value: input3.term
|
|
@@ -3359,12 +3947,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3359
3947
|
path: _path2 + ".q",
|
|
3360
3948
|
expected: "GvValuesQ",
|
|
3361
3949
|
value: input3.q
|
|
3362
|
-
})) && $
|
|
3950
|
+
})) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3363
3951
|
path: _path2 + ".q",
|
|
3364
3952
|
expected: "GvValuesQ",
|
|
3365
3953
|
value: input3.q
|
|
3366
3954
|
})].every((flag) => flag);
|
|
3367
|
-
const $
|
|
3955
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3368
3956
|
path: _path2 + ".id",
|
|
3369
3957
|
expected: "string",
|
|
3370
3958
|
value: input3.id
|
|
@@ -3380,8 +3968,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3380
3968
|
path: _path2 + ".child_types",
|
|
3381
3969
|
expected: "(Array<string> | undefined)",
|
|
3382
3970
|
value: input3.child_types
|
|
3383
|
-
})) && input3.child_types.map((elem,
|
|
3384
|
-
path: _path2 + ".child_types[" +
|
|
3971
|
+
})) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3972
|
+
path: _path2 + ".child_types[" + _index68 + "]",
|
|
3385
3973
|
expected: "string",
|
|
3386
3974
|
value: elem
|
|
3387
3975
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3396,8 +3984,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3396
3984
|
path: _path2 + ".included_types",
|
|
3397
3985
|
expected: "(Array<string> | undefined)",
|
|
3398
3986
|
value: input3.included_types
|
|
3399
|
-
})) && input3.included_types.map((elem,
|
|
3400
|
-
path: _path2 + ".included_types[" +
|
|
3987
|
+
})) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3988
|
+
path: _path2 + ".included_types[" + _index69 + "]",
|
|
3401
3989
|
expected: "string",
|
|
3402
3990
|
value: elem
|
|
3403
3991
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3452,12 +4040,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3452
4040
|
path: _path2 + ".genes",
|
|
3453
4041
|
expected: "Array<GvGeneTerm>",
|
|
3454
4042
|
value: input3.genes
|
|
3455
|
-
})) && input3.genes.map((elem,
|
|
3456
|
-
path: _path2 + ".genes[" +
|
|
4043
|
+
})) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4044
|
+
path: _path2 + ".genes[" + _index70 + "]",
|
|
3457
4045
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3458
4046
|
value: elem
|
|
3459
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3460
|
-
path: _path2 + ".genes[" +
|
|
4047
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4048
|
+
path: _path2 + ".genes[" + _index70 + "]",
|
|
3461
4049
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3462
4050
|
value: elem
|
|
3463
4051
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3468,7 +4056,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3468
4056
|
path: _path2 + ".groupsetting",
|
|
3469
4057
|
expected: "TermGroupSetting",
|
|
3470
4058
|
value: input3.groupsetting
|
|
3471
|
-
})) && $
|
|
4059
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3472
4060
|
path: _path2 + ".groupsetting",
|
|
3473
4061
|
expected: "TermGroupSetting",
|
|
3474
4062
|
value: input3.groupsetting
|
|
@@ -3476,12 +4064,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3476
4064
|
path: _path2 + ".childTerms",
|
|
3477
4065
|
expected: "Array<DtTerm>",
|
|
3478
4066
|
value: input3.childTerms
|
|
3479
|
-
})) && input3.childTerms.map((elem,
|
|
3480
|
-
path: _path2 + ".childTerms[" +
|
|
4067
|
+
})) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4068
|
+
path: _path2 + ".childTerms[" + _index71 + "]",
|
|
3481
4069
|
expected: "DtTerm",
|
|
3482
4070
|
value: elem
|
|
3483
|
-
})) && $
|
|
3484
|
-
path: _path2 + ".childTerms[" +
|
|
4071
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4072
|
+
path: _path2 + ".childTerms[" + _index71 + "]",
|
|
3485
4073
|
expected: "DtTerm",
|
|
3486
4074
|
value: elem
|
|
3487
4075
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3489,7 +4077,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3489
4077
|
expected: "Array<DtTerm>",
|
|
3490
4078
|
value: input3.childTerms
|
|
3491
4079
|
})].every((flag) => flag);
|
|
3492
|
-
const $
|
|
4080
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3493
4081
|
path: _path2 + ".id",
|
|
3494
4082
|
expected: "string",
|
|
3495
4083
|
value: input3.id
|
|
@@ -3505,8 +4093,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3505
4093
|
path: _path2 + ".child_types",
|
|
3506
4094
|
expected: "(Array<string> | undefined)",
|
|
3507
4095
|
value: input3.child_types
|
|
3508
|
-
})) && input3.child_types.map((elem,
|
|
3509
|
-
path: _path2 + ".child_types[" +
|
|
4096
|
+
})) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4097
|
+
path: _path2 + ".child_types[" + _index72 + "]",
|
|
3510
4098
|
expected: "string",
|
|
3511
4099
|
value: elem
|
|
3512
4100
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3521,8 +4109,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3521
4109
|
path: _path2 + ".included_types",
|
|
3522
4110
|
expected: "(Array<string> | undefined)",
|
|
3523
4111
|
value: input3.included_types
|
|
3524
|
-
})) && input3.included_types.map((elem,
|
|
3525
|
-
path: _path2 + ".included_types[" +
|
|
4112
|
+
})) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4113
|
+
path: _path2 + ".included_types[" + _index73 + "]",
|
|
3526
4114
|
expected: "string",
|
|
3527
4115
|
value: elem
|
|
3528
4116
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3573,12 +4161,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3573
4161
|
path: _path2 + ".genes",
|
|
3574
4162
|
expected: "Array<GvGeneTerm>",
|
|
3575
4163
|
value: input3.genes
|
|
3576
|
-
})) && input3.genes.map((elem,
|
|
3577
|
-
path: _path2 + ".genes[" +
|
|
4164
|
+
})) && input3.genes.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4165
|
+
path: _path2 + ".genes[" + _index74 + "]",
|
|
3578
4166
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3579
4167
|
value: elem
|
|
3580
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3581
|
-
path: _path2 + ".genes[" +
|
|
4168
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4169
|
+
path: _path2 + ".genes[" + _index74 + "]",
|
|
3582
4170
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3583
4171
|
value: elem
|
|
3584
4172
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3589,7 +4177,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3589
4177
|
path: _path2 + ".groupsetting",
|
|
3590
4178
|
expected: "TermGroupSetting",
|
|
3591
4179
|
value: input3.groupsetting
|
|
3592
|
-
})) && $
|
|
4180
|
+
})) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3593
4181
|
path: _path2 + ".groupsetting",
|
|
3594
4182
|
expected: "TermGroupSetting",
|
|
3595
4183
|
value: input3.groupsetting
|
|
@@ -3597,12 +4185,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3597
4185
|
path: _path2 + ".childTerms",
|
|
3598
4186
|
expected: "Array<DtTerm>",
|
|
3599
4187
|
value: input3.childTerms
|
|
3600
|
-
})) && input3.childTerms.map((elem,
|
|
3601
|
-
path: _path2 + ".childTerms[" +
|
|
4188
|
+
})) && input3.childTerms.map((elem, _index75) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4189
|
+
path: _path2 + ".childTerms[" + _index75 + "]",
|
|
3602
4190
|
expected: "DtTerm",
|
|
3603
4191
|
value: elem
|
|
3604
|
-
})) && $
|
|
3605
|
-
path: _path2 + ".childTerms[" +
|
|
4192
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index75 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4193
|
+
path: _path2 + ".childTerms[" + _index75 + "]",
|
|
3606
4194
|
expected: "DtTerm",
|
|
3607
4195
|
value: elem
|
|
3608
4196
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3610,7 +4198,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3610
4198
|
expected: "Array<DtTerm>",
|
|
3611
4199
|
value: input3.childTerms
|
|
3612
4200
|
})].every((flag) => flag);
|
|
3613
|
-
const $
|
|
4201
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3614
4202
|
path: _path2 + ".hiddenValues",
|
|
3615
4203
|
expected: "(HiddenValues | undefined)",
|
|
3616
4204
|
value: input3.hiddenValues
|
|
@@ -3651,7 +4239,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3651
4239
|
expected: '"values"',
|
|
3652
4240
|
value: input3.type
|
|
3653
4241
|
})].every((flag) => flag);
|
|
3654
|
-
const $
|
|
4242
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3655
4243
|
path: _path2 + ".id",
|
|
3656
4244
|
expected: "(string | undefined)",
|
|
3657
4245
|
value: input3.id
|
|
@@ -3683,7 +4271,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3683
4271
|
path: _path2 + ".term",
|
|
3684
4272
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3685
4273
|
value: input3.term
|
|
3686
|
-
})) && $
|
|
4274
|
+
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3687
4275
|
path: _path2 + ".term",
|
|
3688
4276
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3689
4277
|
value: input3.term
|
|
@@ -3691,12 +4279,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3691
4279
|
path: _path2 + ".q",
|
|
3692
4280
|
expected: "GvPredefinedGsQ",
|
|
3693
4281
|
value: input3.q
|
|
3694
|
-
})) && $
|
|
4282
|
+
})) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3695
4283
|
path: _path2 + ".q",
|
|
3696
4284
|
expected: "GvPredefinedGsQ",
|
|
3697
4285
|
value: input3.q
|
|
3698
4286
|
})].every((flag) => flag);
|
|
3699
|
-
const $
|
|
4287
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3700
4288
|
path: _path2 + ".hiddenValues",
|
|
3701
4289
|
expected: "(HiddenValues | undefined)",
|
|
3702
4290
|
value: input3.hiddenValues
|
|
@@ -3745,7 +4333,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3745
4333
|
expected: "Array<any>",
|
|
3746
4334
|
value: input3.dtLst
|
|
3747
4335
|
})].every((flag) => flag);
|
|
3748
|
-
const $
|
|
4336
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3749
4337
|
path: _path2 + ".id",
|
|
3750
4338
|
expected: "(string | undefined)",
|
|
3751
4339
|
value: input3.id
|
|
@@ -3777,7 +4365,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3777
4365
|
path: _path2 + ".term",
|
|
3778
4366
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3779
4367
|
value: input3.term
|
|
3780
|
-
})) && $
|
|
4368
|
+
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3781
4369
|
path: _path2 + ".term",
|
|
3782
4370
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3783
4371
|
value: input3.term
|
|
@@ -3785,12 +4373,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3785
4373
|
path: _path2 + ".q",
|
|
3786
4374
|
expected: "GvCustomGsQ",
|
|
3787
4375
|
value: input3.q
|
|
3788
|
-
})) && $
|
|
4376
|
+
})) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3789
4377
|
path: _path2 + ".q",
|
|
3790
4378
|
expected: "GvCustomGsQ",
|
|
3791
4379
|
value: input3.q
|
|
3792
4380
|
})].every((flag) => flag);
|
|
3793
|
-
const $
|
|
4381
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3794
4382
|
path: _path2 + ".hiddenValues",
|
|
3795
4383
|
expected: "(HiddenValues | undefined)",
|
|
3796
4384
|
value: input3.hiddenValues
|
|
@@ -3834,7 +4422,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3834
4422
|
path: _path2 + ".customset",
|
|
3835
4423
|
expected: "BaseGroupSet",
|
|
3836
4424
|
value: input3.customset
|
|
3837
|
-
})) && $
|
|
4425
|
+
})) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3838
4426
|
path: _path2 + ".customset",
|
|
3839
4427
|
expected: "BaseGroupSet",
|
|
3840
4428
|
value: input3.customset
|
|
@@ -3843,7 +4431,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3843
4431
|
expected: "Array<any>",
|
|
3844
4432
|
value: input3.dtLst
|
|
3845
4433
|
})].every((flag) => flag);
|
|
3846
|
-
const $
|
|
4434
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3847
4435
|
path: _path2 + ".id",
|
|
3848
4436
|
expected: "(string | undefined)",
|
|
3849
4437
|
value: input3.id
|
|
@@ -3875,7 +4463,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3875
4463
|
path: _path2 + ".term",
|
|
3876
4464
|
expected: "ConditionTerm",
|
|
3877
4465
|
value: input3.term
|
|
3878
|
-
})) && $
|
|
4466
|
+
})) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3879
4467
|
path: _path2 + ".term",
|
|
3880
4468
|
expected: "ConditionTerm",
|
|
3881
4469
|
value: input3.term
|
|
@@ -3883,12 +4471,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3883
4471
|
path: _path2 + ".q",
|
|
3884
4472
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3885
4473
|
value: input3.q
|
|
3886
|
-
})) && $
|
|
4474
|
+
})) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3887
4475
|
path: _path2 + ".q",
|
|
3888
4476
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3889
4477
|
value: input3.q
|
|
3890
4478
|
})].every((flag) => flag);
|
|
3891
|
-
const $
|
|
4479
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3892
4480
|
path: _path2 + ".hiddenValues",
|
|
3893
4481
|
expected: "(HiddenValues | undefined)",
|
|
3894
4482
|
value: input3.hiddenValues
|
|
@@ -3928,8 +4516,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3928
4516
|
path: _path2 + ".breaks",
|
|
3929
4517
|
expected: "(Array<number> | undefined)",
|
|
3930
4518
|
value: input3.breaks
|
|
3931
|
-
})) && input3.breaks.map((elem,
|
|
3932
|
-
path: _path2 + ".breaks[" +
|
|
4519
|
+
})) && input3.breaks.map((elem, _index76) => "number" === typeof elem || $report(_exceptionable2, {
|
|
4520
|
+
path: _path2 + ".breaks[" + _index76 + "]",
|
|
3933
4521
|
expected: "number",
|
|
3934
4522
|
value: elem
|
|
3935
4523
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3949,7 +4537,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3949
4537
|
expected: "(boolean | undefined)",
|
|
3950
4538
|
value: input3.value_by_computable_grade
|
|
3951
4539
|
}), true].every((flag) => flag);
|
|
3952
|
-
const $
|
|
4540
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3953
4541
|
path: _path2 + ".hiddenValues",
|
|
3954
4542
|
expected: "(HiddenValues | undefined)",
|
|
3955
4543
|
value: input3.hiddenValues
|
|
@@ -3982,7 +4570,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3982
4570
|
expected: "true",
|
|
3983
4571
|
value: input3.bar_by_children
|
|
3984
4572
|
}), true].every((flag) => flag);
|
|
3985
|
-
const $
|
|
4573
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3986
4574
|
path: _path2 + ".id",
|
|
3987
4575
|
expected: "(string | undefined)",
|
|
3988
4576
|
value: input3.id
|
|
@@ -4014,7 +4602,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4014
4602
|
path: _path2 + ".q",
|
|
4015
4603
|
expected: "SnpsQ",
|
|
4016
4604
|
value: input3.q
|
|
4017
|
-
})) && $
|
|
4605
|
+
})) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4018
4606
|
path: _path2 + ".q",
|
|
4019
4607
|
expected: "SnpsQ",
|
|
4020
4608
|
value: input3.q
|
|
@@ -4022,12 +4610,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4022
4610
|
path: _path2 + ".term",
|
|
4023
4611
|
expected: "SnpsTerm",
|
|
4024
4612
|
value: input3.term
|
|
4025
|
-
})) && $
|
|
4613
|
+
})) && $vo84(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4026
4614
|
path: _path2 + ".term",
|
|
4027
4615
|
expected: "SnpsTerm",
|
|
4028
4616
|
value: input3.term
|
|
4029
4617
|
})].every((flag) => flag);
|
|
4030
|
-
const $
|
|
4618
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4031
4619
|
path: _path2 + ".hiddenValues",
|
|
4032
4620
|
expected: "(HiddenValues | undefined)",
|
|
4033
4621
|
value: input3.hiddenValues
|
|
@@ -4075,7 +4663,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4075
4663
|
path: _path2 + ".restrictAncestry",
|
|
4076
4664
|
expected: "RestrictAncestry",
|
|
4077
4665
|
value: input3.restrictAncestry
|
|
4078
|
-
})) && $
|
|
4666
|
+
})) && $vo83(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
4079
4667
|
path: _path2 + ".restrictAncestry",
|
|
4080
4668
|
expected: "RestrictAncestry",
|
|
4081
4669
|
value: input3.restrictAncestry
|
|
@@ -4100,7 +4688,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4100
4688
|
expected: "number",
|
|
4101
4689
|
value: input3.stop
|
|
4102
4690
|
})].every((flag) => flag);
|
|
4103
|
-
const $
|
|
4691
|
+
const $vo83 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4104
4692
|
path: _path2 + ".name",
|
|
4105
4693
|
expected: "string",
|
|
4106
4694
|
value: input3.name
|
|
@@ -4113,7 +4701,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4113
4701
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4114
4702
|
value: input3.tvs
|
|
4115
4703
|
})].every((flag) => flag);
|
|
4116
|
-
const $
|
|
4704
|
+
const $vo84 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4117
4705
|
path: _path2 + ".id",
|
|
4118
4706
|
expected: "string",
|
|
4119
4707
|
value: input3.id
|
|
@@ -4129,8 +4717,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4129
4717
|
path: _path2 + ".child_types",
|
|
4130
4718
|
expected: "(Array<string> | undefined)",
|
|
4131
4719
|
value: input3.child_types
|
|
4132
|
-
})) && input3.child_types.map((elem,
|
|
4133
|
-
path: _path2 + ".child_types[" +
|
|
4720
|
+
})) && input3.child_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4721
|
+
path: _path2 + ".child_types[" + _index77 + "]",
|
|
4134
4722
|
expected: "string",
|
|
4135
4723
|
value: elem
|
|
4136
4724
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4145,8 +4733,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4145
4733
|
path: _path2 + ".included_types",
|
|
4146
4734
|
expected: "(Array<string> | undefined)",
|
|
4147
4735
|
value: input3.included_types
|
|
4148
|
-
})) && input3.included_types.map((elem,
|
|
4149
|
-
path: _path2 + ".included_types[" +
|
|
4736
|
+
})) && input3.included_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4737
|
+
path: _path2 + ".included_types[" + _index78 + "]",
|
|
4150
4738
|
expected: "string",
|
|
4151
4739
|
value: elem
|
|
4152
4740
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4185,12 +4773,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4185
4773
|
path: _path2 + ".snps",
|
|
4186
4774
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4187
4775
|
value: input3.snps
|
|
4188
|
-
})) && input3.snps.map((elem,
|
|
4189
|
-
path: _path2 + ".snps[" +
|
|
4776
|
+
})) && input3.snps.map((elem, _index79) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4777
|
+
path: _path2 + ".snps[" + _index79 + "]",
|
|
4190
4778
|
expected: "SnpsEntry",
|
|
4191
4779
|
value: elem
|
|
4192
|
-
})) && $
|
|
4193
|
-
path: _path2 + ".snps[" +
|
|
4780
|
+
})) && $vo85(elem, _path2 + ".snps[" + _index79 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4781
|
+
path: _path2 + ".snps[" + _index79 + "]",
|
|
4194
4782
|
expected: "SnpsEntry",
|
|
4195
4783
|
value: elem
|
|
4196
4784
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4198,12 +4786,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4198
4786
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4199
4787
|
value: input3.snps
|
|
4200
4788
|
})].every((flag) => flag);
|
|
4201
|
-
const $
|
|
4789
|
+
const $vo85 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
4202
4790
|
path: _path2 + ".altAlleles",
|
|
4203
4791
|
expected: "(Array<string> | undefined)",
|
|
4204
4792
|
value: input3.altAlleles
|
|
4205
|
-
})) && input3.altAlleles.map((elem,
|
|
4206
|
-
path: _path2 + ".altAlleles[" +
|
|
4793
|
+
})) && input3.altAlleles.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4794
|
+
path: _path2 + ".altAlleles[" + _index80 + "]",
|
|
4207
4795
|
expected: "string",
|
|
4208
4796
|
value: elem
|
|
4209
4797
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4214,12 +4802,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4214
4802
|
path: _path2 + ".alleles",
|
|
4215
4803
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
4216
4804
|
value: input3.alleles
|
|
4217
|
-
})) && input3.alleles.map((elem,
|
|
4218
|
-
path: _path2 + ".alleles[" +
|
|
4805
|
+
})) && input3.alleles.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4806
|
+
path: _path2 + ".alleles[" + _index81 + "]",
|
|
4219
4807
|
expected: "AllelesEntry",
|
|
4220
4808
|
value: elem
|
|
4221
|
-
})) && $
|
|
4222
|
-
path: _path2 + ".alleles[" +
|
|
4809
|
+
})) && $vo86(elem, _path2 + ".alleles[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4810
|
+
path: _path2 + ".alleles[" + _index81 + "]",
|
|
4223
4811
|
expected: "AllelesEntry",
|
|
4224
4812
|
value: elem
|
|
4225
4813
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4234,7 +4822,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4234
4822
|
path: _path2 + ".gt2count",
|
|
4235
4823
|
expected: "(__type.o10 | undefined)",
|
|
4236
4824
|
value: input3.gt2count
|
|
4237
|
-
})) && $
|
|
4825
|
+
})) && $vo87(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
4238
4826
|
path: _path2 + ".gt2count",
|
|
4239
4827
|
expected: "(__type.o10 | undefined)",
|
|
4240
4828
|
value: input3.gt2count
|
|
@@ -4263,7 +4851,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4263
4851
|
expected: "(number | undefined)",
|
|
4264
4852
|
value: input3.pos
|
|
4265
4853
|
})].every((flag) => flag);
|
|
4266
|
-
const $
|
|
4854
|
+
const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
4267
4855
|
path: _path2 + ".allele",
|
|
4268
4856
|
expected: "string",
|
|
4269
4857
|
value: input3.allele
|
|
@@ -4276,7 +4864,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4276
4864
|
expected: "boolean",
|
|
4277
4865
|
value: input3.isRef
|
|
4278
4866
|
})].every((flag) => flag);
|
|
4279
|
-
const $
|
|
4867
|
+
const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
4280
4868
|
path: _path2 + ".k",
|
|
4281
4869
|
expected: "string",
|
|
4282
4870
|
value: input3.k
|
|
@@ -4285,7 +4873,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4285
4873
|
expected: "(number | string)",
|
|
4286
4874
|
value: input3.v
|
|
4287
4875
|
})].every((flag) => flag);
|
|
4288
|
-
const $
|
|
4876
|
+
const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4289
4877
|
path: _path2 + ".id",
|
|
4290
4878
|
expected: "(string | undefined)",
|
|
4291
4879
|
value: input3.id
|
|
@@ -4309,28 +4897,28 @@ var validCategoriesRequest = (input) => {
|
|
|
4309
4897
|
path: _path2 + ".minNumSamples",
|
|
4310
4898
|
expected: "(number | undefined)",
|
|
4311
4899
|
value: input3.minNumSamples
|
|
4312
|
-
}), true, "
|
|
4900
|
+
}), true, "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
|
|
4313
4901
|
path: _path2 + ".type",
|
|
4314
|
-
expected: '"
|
|
4902
|
+
expected: '"TermCollectionTWCont"',
|
|
4315
4903
|
value: input3.type
|
|
4316
4904
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4317
4905
|
path: _path2 + ".term",
|
|
4318
|
-
expected: "
|
|
4906
|
+
expected: "NumericTermCollection",
|
|
4319
4907
|
value: input3.term
|
|
4320
|
-
})) && $
|
|
4908
|
+
})) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4321
4909
|
path: _path2 + ".term",
|
|
4322
|
-
expected: "
|
|
4910
|
+
expected: "NumericTermCollection",
|
|
4323
4911
|
value: input3.term
|
|
4324
4912
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
4325
4913
|
path: _path2 + ".q",
|
|
4326
|
-
expected: "
|
|
4914
|
+
expected: "TermCollectionQCont",
|
|
4327
4915
|
value: input3.q
|
|
4328
|
-
})) && $
|
|
4916
|
+
})) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4329
4917
|
path: _path2 + ".q",
|
|
4330
|
-
expected: "
|
|
4918
|
+
expected: "TermCollectionQCont",
|
|
4331
4919
|
value: input3.q
|
|
4332
4920
|
})].every((flag) => flag);
|
|
4333
|
-
const $
|
|
4921
|
+
const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4334
4922
|
path: _path2 + ".hiddenValues",
|
|
4335
4923
|
expected: "(HiddenValues | undefined)",
|
|
4336
4924
|
value: input3.hiddenValues
|
|
@@ -4362,8 +4950,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4362
4950
|
path: _path2 + ".lst",
|
|
4363
4951
|
expected: "Array<string>",
|
|
4364
4952
|
value: input3.lst
|
|
4365
|
-
})) && input3.lst.map((elem,
|
|
4366
|
-
path: _path2 + ".lst[" +
|
|
4953
|
+
})) && input3.lst.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4954
|
+
path: _path2 + ".lst[" + _index82 + "]",
|
|
4367
4955
|
expected: "string",
|
|
4368
4956
|
value: elem
|
|
4369
4957
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4374,8 +4962,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4374
4962
|
path: _path2 + ".numerators",
|
|
4375
4963
|
expected: "(Array<string> | undefined)",
|
|
4376
4964
|
value: input3.numerators
|
|
4377
|
-
})) && input3.numerators.map((elem,
|
|
4378
|
-
path: _path2 + ".numerators[" +
|
|
4965
|
+
})) && input3.numerators.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4966
|
+
path: _path2 + ".numerators[" + _index83 + "]",
|
|
4379
4967
|
expected: "string",
|
|
4380
4968
|
value: elem
|
|
4381
4969
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4383,6 +4971,108 @@ var validCategoriesRequest = (input) => {
|
|
|
4383
4971
|
expected: "(Array<string> | undefined)",
|
|
4384
4972
|
value: input3.numerators
|
|
4385
4973
|
})].every((flag) => flag);
|
|
4974
|
+
const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4975
|
+
path: _path2 + ".id",
|
|
4976
|
+
expected: "(string | undefined)",
|
|
4977
|
+
value: input3.id
|
|
4978
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
4979
|
+
path: _path2 + ".$id",
|
|
4980
|
+
expected: "(string | undefined)",
|
|
4981
|
+
value: input3.$id
|
|
4982
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
4983
|
+
path: _path2 + ".isAtomic",
|
|
4984
|
+
expected: "(true | undefined)",
|
|
4985
|
+
value: input3.isAtomic
|
|
4986
|
+
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4987
|
+
path: _path2 + ".settings",
|
|
4988
|
+
expected: "(__type | undefined)",
|
|
4989
|
+
value: input3.settings
|
|
4990
|
+
})) && $vo2(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4991
|
+
path: _path2 + ".settings",
|
|
4992
|
+
expected: "(__type | undefined)",
|
|
4993
|
+
value: input3.settings
|
|
4994
|
+
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4995
|
+
path: _path2 + ".minNumSamples",
|
|
4996
|
+
expected: "(number | undefined)",
|
|
4997
|
+
value: input3.minNumSamples
|
|
4998
|
+
}), true, "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
|
|
4999
|
+
path: _path2 + ".type",
|
|
5000
|
+
expected: '"TermCollectionTWQual"',
|
|
5001
|
+
value: input3.type
|
|
5002
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
5003
|
+
path: _path2 + ".term",
|
|
5004
|
+
expected: "CategoricalTermCollection",
|
|
5005
|
+
value: input3.term
|
|
5006
|
+
})) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5007
|
+
path: _path2 + ".term",
|
|
5008
|
+
expected: "CategoricalTermCollection",
|
|
5009
|
+
value: input3.term
|
|
5010
|
+
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
5011
|
+
path: _path2 + ".q",
|
|
5012
|
+
expected: "TermCollectionQQual",
|
|
5013
|
+
value: input3.q
|
|
5014
|
+
})) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5015
|
+
path: _path2 + ".q",
|
|
5016
|
+
expected: "TermCollectionQQual",
|
|
5017
|
+
value: input3.q
|
|
5018
|
+
})].every((flag) => flag);
|
|
5019
|
+
const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5020
|
+
path: _path2 + ".hiddenValues",
|
|
5021
|
+
expected: "(HiddenValues | undefined)",
|
|
5022
|
+
value: input3.hiddenValues
|
|
5023
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5024
|
+
path: _path2 + ".hiddenValues",
|
|
5025
|
+
expected: "(HiddenValues | undefined)",
|
|
5026
|
+
value: input3.hiddenValues
|
|
5027
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
5028
|
+
path: _path2 + ".isAtomic",
|
|
5029
|
+
expected: "(true | undefined)",
|
|
5030
|
+
value: input3.isAtomic
|
|
5031
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
5032
|
+
path: _path2 + ".name",
|
|
5033
|
+
expected: "(string | undefined)",
|
|
5034
|
+
value: input3.name
|
|
5035
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
5036
|
+
path: _path2 + ".reuseId",
|
|
5037
|
+
expected: "(string | undefined)",
|
|
5038
|
+
value: input3.reuseId
|
|
5039
|
+
}), "discrete" === input3.mode || $report(_exceptionable2, {
|
|
5040
|
+
path: _path2 + ".mode",
|
|
5041
|
+
expected: '"discrete"',
|
|
5042
|
+
value: input3.mode
|
|
5043
|
+
}), "values" === input3.type || $report(_exceptionable2, {
|
|
5044
|
+
path: _path2 + ".type",
|
|
5045
|
+
expected: '"values"',
|
|
5046
|
+
value: input3.type
|
|
5047
|
+
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
5048
|
+
path: _path2 + ".lst",
|
|
5049
|
+
expected: "Array<string>",
|
|
5050
|
+
value: input3.lst
|
|
5051
|
+
})) && input3.lst.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5052
|
+
path: _path2 + ".lst[" + _index84 + "]",
|
|
5053
|
+
expected: "string",
|
|
5054
|
+
value: elem
|
|
5055
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5056
|
+
path: _path2 + ".lst",
|
|
5057
|
+
expected: "Array<string>",
|
|
5058
|
+
value: input3.lst
|
|
5059
|
+
}), void 0 === input3.categoryKeys || (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
|
|
5060
|
+
path: _path2 + ".categoryKeys",
|
|
5061
|
+
expected: "(Array<CategoryKey> | undefined)",
|
|
5062
|
+
value: input3.categoryKeys
|
|
5063
|
+
})) && input3.categoryKeys.map((elem, _index85) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5064
|
+
path: _path2 + ".categoryKeys[" + _index85 + "]",
|
|
5065
|
+
expected: "CategoryKey",
|
|
5066
|
+
value: elem
|
|
5067
|
+
})) && $vo51(elem, _path2 + ".categoryKeys[" + _index85 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5068
|
+
path: _path2 + ".categoryKeys[" + _index85 + "]",
|
|
5069
|
+
expected: "CategoryKey",
|
|
5070
|
+
value: elem
|
|
5071
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5072
|
+
path: _path2 + ".categoryKeys",
|
|
5073
|
+
expected: "(Array<CategoryKey> | undefined)",
|
|
5074
|
+
value: input3.categoryKeys
|
|
5075
|
+
})].every((flag) => flag);
|
|
4386
5076
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4387
5077
|
if ("tvslst" === input3.type)
|
|
4388
5078
|
return $vo6(input3, _path2, _exceptionable2);
|
|
@@ -4403,9 +5093,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4403
5093
|
})();
|
|
4404
5094
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4405
5095
|
if ("gene" === input3.kind)
|
|
4406
|
-
return $
|
|
5096
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
4407
5097
|
if ("coord" === input3.kind)
|
|
4408
|
-
return $
|
|
5098
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
4409
5099
|
return $report(_exceptionable2, {
|
|
4410
5100
|
path: _path2,
|
|
4411
5101
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -4414,9 +5104,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4414
5104
|
})();
|
|
4415
5105
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4416
5106
|
if ("string" === typeof input3.type)
|
|
4417
|
-
return $
|
|
5107
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
4418
5108
|
if ("filter" === input3.type)
|
|
4419
|
-
return $
|
|
5109
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
4420
5110
|
return $report(_exceptionable2, {
|
|
4421
5111
|
path: _path2,
|
|
4422
5112
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -4446,37 +5136,39 @@ var validCategoriesRequest = (input) => {
|
|
|
4446
5136
|
});
|
|
4447
5137
|
})();
|
|
4448
5138
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4449
|
-
if ("
|
|
4450
|
-
return $
|
|
5139
|
+
if ("TermCollectionTWQual" === input3.type)
|
|
5140
|
+
return $vo90(input3, _path2, _exceptionable2);
|
|
5141
|
+
if ("TermCollectionTWCont" === input3.type)
|
|
5142
|
+
return $vo88(input3, _path2, _exceptionable2);
|
|
4451
5143
|
if ("SnpsTW" === input3.type)
|
|
4452
|
-
return $
|
|
5144
|
+
return $vo81(input3, _path2, _exceptionable2);
|
|
4453
5145
|
if ("ConditionTW" === input3.type)
|
|
4454
|
-
return $
|
|
5146
|
+
return $vo78(input3, _path2, _exceptionable2);
|
|
4455
5147
|
if ("GvCustomGsTW" === input3.type)
|
|
4456
|
-
return $
|
|
5148
|
+
return $vo76(input3, _path2, _exceptionable2);
|
|
4457
5149
|
if ("GvPredefinedGsTW" === input3.type)
|
|
4458
|
-
return $
|
|
5150
|
+
return $vo74(input3, _path2, _exceptionable2);
|
|
4459
5151
|
if ("GvValuesTW" === input3.type)
|
|
4460
|
-
return $
|
|
5152
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
4461
5153
|
if ("NumTWSpline" === input3.type)
|
|
4462
|
-
return $
|
|
5154
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
4463
5155
|
if ("NumTWCont" === input3.type)
|
|
4464
|
-
return $
|
|
5156
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
4465
5157
|
if ("NumTWBinary" === input3.type)
|
|
4466
|
-
return $
|
|
5158
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
4467
5159
|
if ("NumTWCustomBin" === input3.type)
|
|
4468
|
-
return $
|
|
5160
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
4469
5161
|
if ("NumTWRegularBin" === input3.type)
|
|
4470
|
-
return $
|
|
5162
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
4471
5163
|
if ("QualTWCustomGS" === input3.type)
|
|
4472
|
-
return $
|
|
5164
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
4473
5165
|
if ("QualTWPredefinedGS" === input3.type)
|
|
4474
|
-
return $
|
|
5166
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
4475
5167
|
if ("QualTWValues" === input3.type)
|
|
4476
5168
|
return $vo1(input3, _path2, _exceptionable2);
|
|
4477
5169
|
return $report(_exceptionable2, {
|
|
4478
5170
|
path: _path2,
|
|
4479
|
-
expected: "(
|
|
5171
|
+
expected: "(TermCollectionTWQual | TermCollectionTWCont | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
4480
5172
|
value: input3
|
|
4481
5173
|
});
|
|
4482
5174
|
})();
|
|
@@ -4484,9 +5176,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4484
5176
|
if ("categorical" === input3.type)
|
|
4485
5177
|
return $vo3(input3, _path2, _exceptionable2);
|
|
4486
5178
|
if ("snp" === input3.type)
|
|
4487
|
-
return $
|
|
5179
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
4488
5180
|
if ("singleCellCellType" === input3.type)
|
|
4489
|
-
return $
|
|
5181
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
4490
5182
|
return $report(_exceptionable2, {
|
|
4491
5183
|
path: _path2,
|
|
4492
5184
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -4497,19 +5189,23 @@ var validCategoriesRequest = (input) => {
|
|
|
4497
5189
|
if (void 0 !== input3.ranges)
|
|
4498
5190
|
return $vo9(input3, _path2, _exceptionable2);
|
|
4499
5191
|
if (void 0 !== input3.ratio)
|
|
4500
|
-
return $
|
|
4501
|
-
return $vo8(input3, _path2, false) || $
|
|
5192
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
5193
|
+
return $vo8(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
|
|
4502
5194
|
})();
|
|
4503
5195
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4504
5196
|
if ("integer" === input3.type || "float" === input3.type)
|
|
4505
5197
|
return $vo10(input3, _path2, _exceptionable2);
|
|
4506
5198
|
if ("metaboliteIntensity" === input3.type)
|
|
4507
5199
|
return $vo22(input3, _path2, _exceptionable2);
|
|
4508
|
-
if ("
|
|
5200
|
+
if ("wholeProteomeAbundance" === input3.type)
|
|
4509
5201
|
return $vo23(input3, _path2, _exceptionable2);
|
|
4510
|
-
if ("
|
|
5202
|
+
if ("date" === input3.type)
|
|
4511
5203
|
return $vo24(input3, _path2, _exceptionable2);
|
|
4512
|
-
|
|
5204
|
+
if ("ssGSEA" === input3.type)
|
|
5205
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
5206
|
+
if ("dnaMethylation" === input3.type)
|
|
5207
|
+
return $vo26(input3, _path2, _exceptionable2);
|
|
5208
|
+
return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $vo28(input3, _path2, false) || $vo27(input3, _path2, false);
|
|
4513
5209
|
})();
|
|
4514
5210
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4515
5211
|
if ("regular-bin" === input3.type)
|
|
@@ -4524,9 +5220,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4524
5220
|
})();
|
|
4525
5221
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4526
5222
|
if ("gene" === input3.kind)
|
|
4527
|
-
return $
|
|
5223
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
4528
5224
|
if ("coord" === input3.kind)
|
|
4529
|
-
return $
|
|
5225
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
4530
5226
|
return $report(_exceptionable2, {
|
|
4531
5227
|
path: _path2,
|
|
4532
5228
|
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; })',
|
|
@@ -4534,21 +5230,32 @@ var validCategoriesRequest = (input) => {
|
|
|
4534
5230
|
});
|
|
4535
5231
|
})();
|
|
4536
5232
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5233
|
+
if ("numeric" === input3.memberType)
|
|
5234
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
5235
|
+
if ("categorical" === input3.memberType)
|
|
5236
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
5237
|
+
return $report(_exceptionable2, {
|
|
5238
|
+
path: _path2,
|
|
5239
|
+
expected: "(NumericTermCollection | CategoricalTermCollection)",
|
|
5240
|
+
value: input3
|
|
5241
|
+
});
|
|
5242
|
+
})();
|
|
5243
|
+
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4537
5244
|
if ("gene" === input3.kind)
|
|
4538
|
-
return $
|
|
5245
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
4539
5246
|
if ("coord" === input3.kind)
|
|
4540
|
-
return $
|
|
5247
|
+
return $vo72(input3, _path2, _exceptionable2);
|
|
4541
5248
|
return $report(_exceptionable2, {
|
|
4542
5249
|
path: _path2,
|
|
4543
5250
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
4544
5251
|
value: input3
|
|
4545
5252
|
});
|
|
4546
5253
|
})();
|
|
4547
|
-
const $
|
|
5254
|
+
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4548
5255
|
if ("grade" === input3.valueFor)
|
|
4549
|
-
return $
|
|
5256
|
+
return $vo79(input3, _path2, _exceptionable2);
|
|
4550
5257
|
if ("children" === input3.valueFor)
|
|
4551
|
-
return $
|
|
5258
|
+
return $vo80(input3, _path2, _exceptionable2);
|
|
4552
5259
|
return $report(_exceptionable2, {
|
|
4553
5260
|
path: _path2,
|
|
4554
5261
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|