@sjcrh/proteinpaint-types 2.180.1 → 2.182.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-XCSFBW4V.js → chunk-2QTCQFYE.js} +1101 -649
- package/dist/{chunk-DIKDKRFN.js → chunk-3DA4MJ2U.js} +691 -467
- package/dist/{chunk-Y6F7ZVSV.js → chunk-45VA4Y6L.js} +691 -467
- package/dist/chunk-7OA6G77M.js +113 -0
- package/dist/{chunk-XAGXFLSH.js → chunk-C5ECCXOT.js} +1402 -756
- package/dist/{chunk-PZUKZRSI.js → chunk-DDMUMMOL.js} +438 -214
- package/dist/{chunk-4DCPDZW4.js → chunk-G6ZTAMGK.js} +13 -1
- package/dist/{chunk-DPWX7ORN.js → chunk-J55IQXT7.js} +515 -291
- package/dist/{chunk-P75GBHFO.js → chunk-K6W2WEPW.js} +857 -395
- package/dist/{chunk-LLBTODL6.js → chunk-KNDCWQJD.js} +691 -467
- package/dist/{chunk-NOT62STS.js → chunk-UBAJYDGK.js} +453 -229
- package/dist/{chunk-WSKMTIOO.js → chunk-URYAC364.js} +677 -453
- package/dist/{chunk-6PTYP7X4.js → chunk-UYKWZWCU.js} +2180 -1062
- package/dist/{chunk-OT6W3FNI.js → chunk-VUNM6QTX.js} +438 -214
- package/dist/{chunk-ICACMXK2.js → chunk-ZKO7LMCC.js} +438 -214
- package/dist/{chunk-KFNXZOED.js → chunk-ZRTB7SRA.js} +653 -425
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +34 -34
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +438 -214
- package/dist/termdb.chat2.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.diffMeth.js +1 -1
- package/dist/termdb.dmr.js +1 -1
- package/dist/termdb.isoformAvailability.js +11 -0
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violinBox.js +11 -0
- package/package.json +1 -1
- package/src/dataset.ts +92 -58
- package/src/index.ts +3 -2
- package/src/routes/termdb.cluster.ts +11 -0
- package/src/routes/termdb.diffMeth.ts +6 -0
- package/src/routes/termdb.dmr.ts +73 -14
- package/src/routes/termdb.isoformAvailability.ts +22 -0
- package/src/routes/termdb.violinBox.ts +230 -0
- package/src/terms/isoformExpression.ts +36 -0
- package/src/terms/numeric.ts +2 -0
- package/src/vocab.ts +0 -1
- package/dist/chunk-R7BNDCKV.js +0 -3722
- package/dist/termdb.boxplot.js +0 -11
- package/dist/termdb.violin.js +0 -11
- package/src/routes/termdb.boxplot.ts +0 -164
- package/src/routes/termdb.violin.ts +0 -163
|
@@ -59,7 +59,7 @@ var validDescrStatsRequest = (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 && $iu7(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && 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 && $iu8(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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(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 validDescrStatsRequest = (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 && $io43(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 validDescrStatsRequest = (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))) && (void 0 === input3.$id || "string" === typeof input3.$id);
|
|
84
84
|
const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
|
|
85
85
|
const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("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))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
|
|
86
|
-
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || 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) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io33(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;
|
|
@@ -103,19 +103,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
103
103
|
const $io19 = (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) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
|
|
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
|
-
const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
107
|
-
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
108
|
-
const $
|
|
109
|
-
const $
|
|
110
|
-
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
111
|
-
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
112
|
-
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
113
|
-
const $io30 = (input3) => "
|
|
114
|
-
const $io31 = (input3) => "string" === typeof input3.
|
|
115
|
-
const $io32 = (input3) =>
|
|
116
|
-
const $io33 = (input3) => "string" === typeof input3.
|
|
117
|
-
const $io34 = (input3) => "
|
|
118
|
-
const $io35 = (input3) =>
|
|
106
|
+
const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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 || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "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);
|
|
107
|
+
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
108
|
+
const $io24 = (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));
|
|
109
|
+
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === 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)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
|
|
110
|
+
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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));
|
|
111
|
+
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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));
|
|
112
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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));
|
|
113
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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);
|
|
114
|
+
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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;
|
|
115
|
+
const $io32 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
|
|
116
|
+
const $io33 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
117
|
+
const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io35(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io36(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
|
|
118
|
+
const $io35 = (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));
|
|
119
|
+
const $io36 = (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;
|
|
120
|
+
const $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
|
|
119
121
|
if (["key", "label"].some((prop) => key === prop))
|
|
120
122
|
return true;
|
|
121
123
|
const value = input3[key];
|
|
@@ -125,30 +127,30 @@ var validDescrStatsRequest = (input) => {
|
|
|
125
127
|
return true;
|
|
126
128
|
return true;
|
|
127
129
|
});
|
|
128
|
-
const $
|
|
129
|
-
const $
|
|
130
|
-
const $
|
|
131
|
-
const $
|
|
132
|
-
const $
|
|
133
|
-
const $
|
|
134
|
-
const $
|
|
135
|
-
const $
|
|
136
|
-
const $
|
|
137
|
-
const $
|
|
138
|
-
const $
|
|
139
|
-
const $
|
|
140
|
-
const $
|
|
141
|
-
const $
|
|
142
|
-
const $
|
|
143
|
-
const $
|
|
130
|
+
const $io38 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io39(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io49(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
|
|
131
|
+
const $io39 = (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 && $iu12(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));
|
|
132
|
+
const $io40 = (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 && $io43(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
133
|
+
const $io41 = (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);
|
|
134
|
+
const $io42 = (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;
|
|
135
|
+
const $io43 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io44(elem)));
|
|
136
|
+
const $io44 = (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)));
|
|
137
|
+
const $io45 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io46(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
138
|
+
const $io46 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
139
|
+
const $io47 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
|
|
140
|
+
const $io48 = (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 && $io43(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
141
|
+
const $io49 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
|
|
142
|
+
const $io50 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && "number" === typeof input3.ratio;
|
|
143
|
+
const $io51 = (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.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 && $io52(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io53(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io55(input3.valueTransform));
|
|
144
|
+
const $io52 = (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));
|
|
145
|
+
const $io53 = (input3) => Object.keys(input3).every((key) => {
|
|
144
146
|
const value = input3[key];
|
|
145
147
|
if (void 0 === value)
|
|
146
148
|
return true;
|
|
147
149
|
if (RegExp(/(.*)/).test(key))
|
|
148
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
150
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io54(value);
|
|
149
151
|
return true;
|
|
150
152
|
});
|
|
151
|
-
const $
|
|
153
|
+
const $io54 = (input3) => Object.keys(input3).every((key) => {
|
|
152
154
|
const value = input3[key];
|
|
153
155
|
if (void 0 === value)
|
|
154
156
|
return true;
|
|
@@ -156,48 +158,48 @@ var validDescrStatsRequest = (input) => {
|
|
|
156
158
|
return true;
|
|
157
159
|
return true;
|
|
158
160
|
});
|
|
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 $
|
|
181
|
-
const $
|
|
182
|
-
const $
|
|
183
|
-
const $
|
|
184
|
-
const $
|
|
185
|
-
const $
|
|
186
|
-
const $
|
|
187
|
-
const $
|
|
188
|
-
const $
|
|
189
|
-
const $
|
|
190
|
-
const $
|
|
191
|
-
const $
|
|
192
|
-
const $
|
|
193
|
-
const $
|
|
194
|
-
const $
|
|
195
|
-
const $
|
|
196
|
-
const $
|
|
197
|
-
const $
|
|
198
|
-
const $
|
|
199
|
-
const $
|
|
200
|
-
const $
|
|
161
|
+
const $io55 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
|
|
162
|
+
const $io56 = (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.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 && $io52(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io53(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io57(elem)));
|
|
163
|
+
const $io57 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
164
|
+
const $io58 = (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 && $io43(input3.groupsetting));
|
|
165
|
+
const $io59 = (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 && $io43(input3.groupsetting));
|
|
166
|
+
const $io61 = (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;
|
|
167
|
+
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 && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
168
|
+
const $io63 = (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;
|
|
169
|
+
const $io64 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
170
|
+
const $io65 = (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 && $io66(input3.customset));
|
|
171
|
+
const $io66 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
172
|
+
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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
|
|
173
|
+
const $io68 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
|
|
174
|
+
const $io69 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
|
|
175
|
+
const $io70 = (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] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
176
|
+
const $io71 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io72(input3.q));
|
|
177
|
+
const $io72 = (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);
|
|
178
|
+
const $io73 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io74(input3.q));
|
|
179
|
+
const $io74 = (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 && $io75(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
180
|
+
const $io75 = (input3) => "number" === typeof input3.value;
|
|
181
|
+
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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
|
|
182
|
+
const $io77 = (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 && $io43(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
183
|
+
const $io78 = (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 && $io43(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
184
|
+
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) && (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;
|
|
185
|
+
const $io80 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
|
|
186
|
+
const $io81 = (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);
|
|
187
|
+
const $io82 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
|
|
188
|
+
const $io83 = (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 && $io66(input3.customset)) && Array.isArray(input3.dtLst);
|
|
189
|
+
const $io84 = (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 && $io35(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
|
|
190
|
+
const $io85 = (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;
|
|
191
|
+
const $io86 = (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;
|
|
192
|
+
const $io87 = (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 && $io88(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io90(input3.term));
|
|
193
|
+
const $io88 = (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 && $io89(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;
|
|
194
|
+
const $io89 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
|
|
195
|
+
const $io90 = (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 && $io91(elem)));
|
|
196
|
+
const $io91 = (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 && $io92(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io93(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);
|
|
197
|
+
const $io92 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
198
|
+
const $io93 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
199
|
+
const $io94 = (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 && $io51(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io95(input3.q));
|
|
200
|
+
const $io95 = (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));
|
|
201
|
+
const $io96 = (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 && $io56(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io97(input3.q));
|
|
202
|
+
const $io97 = (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 && $io57(elem)));
|
|
201
203
|
const $iu0 = (input3) => (() => {
|
|
202
204
|
if ("tvslst" === input3.type)
|
|
203
205
|
return $io6(input3);
|
|
@@ -211,21 +213,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
211
213
|
if (true === input3.stopunbounded)
|
|
212
214
|
return $io18(input3);
|
|
213
215
|
if (void 0 !== input3.value)
|
|
214
|
-
return $
|
|
216
|
+
return $io32(input3);
|
|
215
217
|
return $io17(input3);
|
|
216
218
|
})();
|
|
217
219
|
const $iu2 = (input3) => (() => {
|
|
218
220
|
if ("gene" === input3.kind)
|
|
219
|
-
return $
|
|
221
|
+
return $io41(input3);
|
|
220
222
|
if ("coord" === input3.kind)
|
|
221
|
-
return $
|
|
223
|
+
return $io42(input3);
|
|
222
224
|
return false;
|
|
223
225
|
})();
|
|
224
226
|
const $iu3 = (input3) => (() => {
|
|
225
227
|
if ("string" === typeof input3.type)
|
|
226
|
-
return $io43(input3);
|
|
227
|
-
if ("filter" === input3.type)
|
|
228
228
|
return $io45(input3);
|
|
229
|
+
if ("filter" === input3.type)
|
|
230
|
+
return $io47(input3);
|
|
229
231
|
return false;
|
|
230
232
|
})();
|
|
231
233
|
const $iu4 = (input3) => (() => {
|
|
@@ -251,33 +253,33 @@ var validDescrStatsRequest = (input) => {
|
|
|
251
253
|
})();
|
|
252
254
|
const $iu7 = (input3) => (() => {
|
|
253
255
|
if ("TermCollectionTWQual" === input3.type)
|
|
254
|
-
return $
|
|
256
|
+
return $io96(input3);
|
|
255
257
|
if ("TermCollectionTWCont" === input3.type)
|
|
256
|
-
return $
|
|
258
|
+
return $io94(input3);
|
|
257
259
|
if ("SnpsTW" === input3.type)
|
|
258
|
-
return $
|
|
260
|
+
return $io87(input3);
|
|
259
261
|
if ("ConditionTW" === input3.type)
|
|
260
|
-
return $
|
|
262
|
+
return $io84(input3);
|
|
261
263
|
if ("GvCustomGsTW" === input3.type)
|
|
262
|
-
return $
|
|
264
|
+
return $io82(input3);
|
|
263
265
|
if ("GvPredefinedGsTW" === input3.type)
|
|
264
|
-
return $
|
|
266
|
+
return $io80(input3);
|
|
265
267
|
if ("GvValuesTW" === input3.type)
|
|
266
|
-
return $
|
|
268
|
+
return $io76(input3);
|
|
267
269
|
if ("NumTWSpline" === input3.type)
|
|
268
|
-
return $
|
|
270
|
+
return $io73(input3);
|
|
269
271
|
if ("NumTWCont" === input3.type)
|
|
270
|
-
return $
|
|
272
|
+
return $io71(input3);
|
|
271
273
|
if ("NumTWBinary" === input3.type)
|
|
272
|
-
return $
|
|
274
|
+
return $io69(input3);
|
|
273
275
|
if ("NumTWCustomBin" === input3.type)
|
|
274
|
-
return $
|
|
276
|
+
return $io68(input3);
|
|
275
277
|
if ("NumTWRegularBin" === input3.type)
|
|
276
|
-
return $
|
|
278
|
+
return $io67(input3);
|
|
277
279
|
if ("QualTWCustomGS" === input3.type)
|
|
278
|
-
return $
|
|
280
|
+
return $io64(input3);
|
|
279
281
|
if ("QualTWPredefinedGS" === input3.type)
|
|
280
|
-
return $
|
|
282
|
+
return $io62(input3);
|
|
281
283
|
if ("QualTWValues" === input3.type)
|
|
282
284
|
return $io1(input3);
|
|
283
285
|
return false;
|
|
@@ -286,23 +288,23 @@ var validDescrStatsRequest = (input) => {
|
|
|
286
288
|
if ("categorical" === input3.type)
|
|
287
289
|
return $io3(input3);
|
|
288
290
|
if ("snp" === input3.type)
|
|
289
|
-
return $
|
|
291
|
+
return $io58(input3);
|
|
290
292
|
if ("singleCellCellType" === input3.type)
|
|
291
|
-
return $
|
|
293
|
+
return $io59(input3);
|
|
292
294
|
return false;
|
|
293
295
|
})();
|
|
294
296
|
const $iu9 = (input3) => (() => {
|
|
295
297
|
if (void 0 !== input3.ranges)
|
|
296
298
|
return $io9(input3);
|
|
297
299
|
if (void 0 !== input3.ratio)
|
|
298
|
-
return $
|
|
300
|
+
return $io50(input3);
|
|
299
301
|
return (() => {
|
|
300
302
|
if ($io8(input3))
|
|
301
303
|
return $io8(input3);
|
|
302
|
-
if ($
|
|
303
|
-
return $
|
|
304
|
-
if ($
|
|
305
|
-
return $
|
|
304
|
+
if ($io34(input3))
|
|
305
|
+
return $io34(input3);
|
|
306
|
+
if ($io38(input3))
|
|
307
|
+
return $io38(input3);
|
|
306
308
|
return false;
|
|
307
309
|
})();
|
|
308
310
|
})();
|
|
@@ -310,24 +312,28 @@ var validDescrStatsRequest = (input) => {
|
|
|
310
312
|
if ("integer" === input3.type || "float" === input3.type)
|
|
311
313
|
return $io10(input3);
|
|
312
314
|
if ("metaboliteIntensity" === input3.type)
|
|
313
|
-
return $
|
|
315
|
+
return $io24(input3);
|
|
314
316
|
if ("proteomeAbundance" === input3.type)
|
|
315
|
-
return $io23(input3);
|
|
316
|
-
if ("date" === input3.type)
|
|
317
317
|
return $io25(input3);
|
|
318
|
+
if ("date" === input3.type)
|
|
319
|
+
return $io27(input3);
|
|
318
320
|
if ("ssGSEA" === input3.type)
|
|
319
|
-
return $
|
|
321
|
+
return $io28(input3);
|
|
320
322
|
if ("dnaMethylation" === input3.type)
|
|
321
|
-
return $
|
|
323
|
+
return $io29(input3);
|
|
322
324
|
return (() => {
|
|
323
325
|
if ($io21(input3))
|
|
324
326
|
return $io21(input3);
|
|
325
327
|
if ($io20(input3))
|
|
326
328
|
return $io20(input3);
|
|
327
|
-
if ($
|
|
328
|
-
return $
|
|
329
|
-
if ($
|
|
330
|
-
return $
|
|
329
|
+
if ($io23(input3))
|
|
330
|
+
return $io23(input3);
|
|
331
|
+
if ($io22(input3))
|
|
332
|
+
return $io22(input3);
|
|
333
|
+
if ($io31(input3))
|
|
334
|
+
return $io31(input3);
|
|
335
|
+
if ($io30(input3))
|
|
336
|
+
return $io30(input3);
|
|
331
337
|
return false;
|
|
332
338
|
})();
|
|
333
339
|
})();
|
|
@@ -340,30 +346,30 @@ var validDescrStatsRequest = (input) => {
|
|
|
340
346
|
})();
|
|
341
347
|
const $iu12 = (input3) => (() => {
|
|
342
348
|
if ("gene" === input3.kind)
|
|
343
|
-
return $
|
|
349
|
+
return $io40(input3);
|
|
344
350
|
if ("coord" === input3.kind)
|
|
345
|
-
return $
|
|
351
|
+
return $io48(input3);
|
|
346
352
|
return false;
|
|
347
353
|
})();
|
|
348
354
|
const $iu13 = (input3) => (() => {
|
|
349
355
|
if ("numeric" === input3.memberType)
|
|
350
|
-
return $
|
|
356
|
+
return $io51(input3);
|
|
351
357
|
if ("categorical" === input3.memberType)
|
|
352
|
-
return $
|
|
358
|
+
return $io56(input3);
|
|
353
359
|
return false;
|
|
354
360
|
})();
|
|
355
361
|
const $iu14 = (input3) => (() => {
|
|
356
362
|
if ("gene" === input3.kind)
|
|
357
|
-
return $
|
|
363
|
+
return $io77(input3);
|
|
358
364
|
if ("coord" === input3.kind)
|
|
359
|
-
return $
|
|
365
|
+
return $io78(input3);
|
|
360
366
|
return false;
|
|
361
367
|
})();
|
|
362
368
|
const $iu15 = (input3) => (() => {
|
|
363
369
|
if ("grade" === input3.valueFor)
|
|
364
|
-
return $
|
|
370
|
+
return $io85(input3);
|
|
365
371
|
if ("children" === input3.valueFor)
|
|
366
|
-
return $
|
|
372
|
+
return $io86(input3);
|
|
367
373
|
return false;
|
|
368
374
|
})();
|
|
369
375
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -441,7 +447,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
441
447
|
path: _path2 + ".q",
|
|
442
448
|
expected: "ValuesQ",
|
|
443
449
|
value: input3.q
|
|
444
|
-
})) && $
|
|
450
|
+
})) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
445
451
|
path: _path2 + ".q",
|
|
446
452
|
expected: "ValuesQ",
|
|
447
453
|
value: input3.q
|
|
@@ -526,7 +532,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
526
532
|
path: _path2 + ".groupsetting",
|
|
527
533
|
expected: "TermGroupSetting",
|
|
528
534
|
value: input3.groupsetting
|
|
529
|
-
})) && $
|
|
535
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
530
536
|
path: _path2 + ".groupsetting",
|
|
531
537
|
expected: "TermGroupSetting",
|
|
532
538
|
value: input3.groupsetting
|
|
@@ -731,11 +737,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
731
737
|
value: input3.value_by_computable_grade
|
|
732
738
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
733
739
|
path: _path2 + ".term",
|
|
734
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
740
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
735
741
|
value: input3.term
|
|
736
742
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
737
743
|
path: _path2 + ".term",
|
|
738
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
744
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
739
745
|
value: input3.term
|
|
740
746
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
741
747
|
path: _path2 + ".ranges",
|
|
@@ -761,7 +767,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
761
767
|
path: _path2 + ".values[" + _index6 + "]",
|
|
762
768
|
expected: "__type.o5",
|
|
763
769
|
value: elem
|
|
764
|
-
})) && $
|
|
770
|
+
})) && $vo33(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
765
771
|
path: _path2 + ".values[" + _index6 + "]",
|
|
766
772
|
expected: "__type.o5",
|
|
767
773
|
value: elem
|
|
@@ -1375,9 +1381,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
1375
1381
|
path: _path2 + ".name",
|
|
1376
1382
|
expected: "string",
|
|
1377
1383
|
value: input3.name
|
|
1378
|
-
}), "
|
|
1384
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1379
1385
|
path: _path2 + ".type",
|
|
1380
|
-
expected: '"
|
|
1386
|
+
expected: '"isoformExpression"',
|
|
1381
1387
|
value: input3.type
|
|
1382
1388
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1383
1389
|
path: _path2 + ".child_types",
|
|
@@ -1443,6 +1449,224 @@ var validDescrStatsRequest = (input) => {
|
|
|
1443
1449
|
path: _path2 + ".unit",
|
|
1444
1450
|
expected: "(string | undefined)",
|
|
1445
1451
|
value: input3.unit
|
|
1452
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1453
|
+
path: _path2 + ".bins",
|
|
1454
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1455
|
+
value: input3.bins
|
|
1456
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1457
|
+
path: _path2 + ".bins",
|
|
1458
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1459
|
+
value: input3.bins
|
|
1460
|
+
}), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
|
|
1461
|
+
path: _path2 + ".kind",
|
|
1462
|
+
expected: '("isoform" | undefined)',
|
|
1463
|
+
value: input3.kind
|
|
1464
|
+
}), "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1465
|
+
path: _path2 + ".isoform",
|
|
1466
|
+
expected: "string",
|
|
1467
|
+
value: input3.isoform
|
|
1468
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1469
|
+
path: _path2 + ".gene",
|
|
1470
|
+
expected: "(string | undefined)",
|
|
1471
|
+
value: input3.gene
|
|
1472
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1473
|
+
path: _path2 + ".chr",
|
|
1474
|
+
expected: "(string | undefined)",
|
|
1475
|
+
value: input3.chr
|
|
1476
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1477
|
+
path: _path2 + ".start",
|
|
1478
|
+
expected: "(number | undefined)",
|
|
1479
|
+
value: input3.start
|
|
1480
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1481
|
+
path: _path2 + ".stop",
|
|
1482
|
+
expected: "(number | undefined)",
|
|
1483
|
+
value: input3.stop
|
|
1484
|
+
})].every((flag) => flag);
|
|
1485
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1486
|
+
path: _path2 + ".id",
|
|
1487
|
+
expected: "string",
|
|
1488
|
+
value: input3.id
|
|
1489
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1490
|
+
path: _path2 + ".name",
|
|
1491
|
+
expected: "string",
|
|
1492
|
+
value: input3.name
|
|
1493
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1494
|
+
path: _path2 + ".type",
|
|
1495
|
+
expected: '"isoformExpression"',
|
|
1496
|
+
value: input3.type
|
|
1497
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1498
|
+
path: _path2 + ".child_types",
|
|
1499
|
+
expected: "(Array<string> | undefined)",
|
|
1500
|
+
value: input3.child_types
|
|
1501
|
+
})) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1502
|
+
path: _path2 + ".child_types[" + _index16 + "]",
|
|
1503
|
+
expected: "string",
|
|
1504
|
+
value: elem
|
|
1505
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1506
|
+
path: _path2 + ".child_types",
|
|
1507
|
+
expected: "(Array<string> | undefined)",
|
|
1508
|
+
value: input3.child_types
|
|
1509
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1510
|
+
path: _path2 + ".hashtmldetail",
|
|
1511
|
+
expected: "(boolean | undefined)",
|
|
1512
|
+
value: input3.hashtmldetail
|
|
1513
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1514
|
+
path: _path2 + ".included_types",
|
|
1515
|
+
expected: "(Array<string> | undefined)",
|
|
1516
|
+
value: input3.included_types
|
|
1517
|
+
})) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1518
|
+
path: _path2 + ".included_types[" + _index17 + "]",
|
|
1519
|
+
expected: "string",
|
|
1520
|
+
value: elem
|
|
1521
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1522
|
+
path: _path2 + ".included_types",
|
|
1523
|
+
expected: "(Array<string> | undefined)",
|
|
1524
|
+
value: input3.included_types
|
|
1525
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1526
|
+
path: _path2 + ".isleaf",
|
|
1527
|
+
expected: "(boolean | undefined)",
|
|
1528
|
+
value: input3.isleaf
|
|
1529
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1530
|
+
path: _path2 + ".values",
|
|
1531
|
+
expected: "(TermValues | undefined)",
|
|
1532
|
+
value: input3.values
|
|
1533
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1534
|
+
path: _path2 + ".values",
|
|
1535
|
+
expected: "(TermValues | undefined)",
|
|
1536
|
+
value: input3.values
|
|
1537
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1538
|
+
path: _path2 + ".skipValuesBuild",
|
|
1539
|
+
expected: "(boolean | undefined)",
|
|
1540
|
+
value: input3.skipValuesBuild
|
|
1541
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1542
|
+
path: _path2 + ".valueConversion",
|
|
1543
|
+
expected: "(__type.o2 | undefined)",
|
|
1544
|
+
value: input3.valueConversion
|
|
1545
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1546
|
+
path: _path2 + ".valueConversion",
|
|
1547
|
+
expected: "(__type.o2 | undefined)",
|
|
1548
|
+
value: input3.valueConversion
|
|
1549
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1550
|
+
path: _path2 + ".continuousColorScale",
|
|
1551
|
+
expected: "(__type.o3 | undefined)",
|
|
1552
|
+
value: input3.continuousColorScale
|
|
1553
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1554
|
+
path: _path2 + ".continuousColorScale",
|
|
1555
|
+
expected: "(__type.o3 | undefined)",
|
|
1556
|
+
value: input3.continuousColorScale
|
|
1557
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1558
|
+
path: _path2 + ".unit",
|
|
1559
|
+
expected: "(string | undefined)",
|
|
1560
|
+
value: input3.unit
|
|
1561
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1562
|
+
path: _path2 + ".bins",
|
|
1563
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1564
|
+
value: input3.bins
|
|
1565
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1566
|
+
path: _path2 + ".bins",
|
|
1567
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1568
|
+
value: input3.bins
|
|
1569
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
1570
|
+
path: _path2 + ".kind",
|
|
1571
|
+
expected: '("coord" | undefined)',
|
|
1572
|
+
value: input3.kind
|
|
1573
|
+
}), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1574
|
+
path: _path2 + ".isoform",
|
|
1575
|
+
expected: "(string | undefined)",
|
|
1576
|
+
value: input3.isoform
|
|
1577
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1578
|
+
path: _path2 + ".gene",
|
|
1579
|
+
expected: "(string | undefined)",
|
|
1580
|
+
value: input3.gene
|
|
1581
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1582
|
+
path: _path2 + ".chr",
|
|
1583
|
+
expected: "string",
|
|
1584
|
+
value: input3.chr
|
|
1585
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1586
|
+
path: _path2 + ".start",
|
|
1587
|
+
expected: "number",
|
|
1588
|
+
value: input3.start
|
|
1589
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1590
|
+
path: _path2 + ".stop",
|
|
1591
|
+
expected: "number",
|
|
1592
|
+
value: input3.stop
|
|
1593
|
+
})].every((flag) => flag);
|
|
1594
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1595
|
+
path: _path2 + ".id",
|
|
1596
|
+
expected: "string",
|
|
1597
|
+
value: input3.id
|
|
1598
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1599
|
+
path: _path2 + ".name",
|
|
1600
|
+
expected: "string",
|
|
1601
|
+
value: input3.name
|
|
1602
|
+
}), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
1603
|
+
path: _path2 + ".type",
|
|
1604
|
+
expected: '"metaboliteIntensity"',
|
|
1605
|
+
value: input3.type
|
|
1606
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1607
|
+
path: _path2 + ".child_types",
|
|
1608
|
+
expected: "(Array<string> | undefined)",
|
|
1609
|
+
value: input3.child_types
|
|
1610
|
+
})) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1611
|
+
path: _path2 + ".child_types[" + _index18 + "]",
|
|
1612
|
+
expected: "string",
|
|
1613
|
+
value: elem
|
|
1614
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1615
|
+
path: _path2 + ".child_types",
|
|
1616
|
+
expected: "(Array<string> | undefined)",
|
|
1617
|
+
value: input3.child_types
|
|
1618
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1619
|
+
path: _path2 + ".hashtmldetail",
|
|
1620
|
+
expected: "(boolean | undefined)",
|
|
1621
|
+
value: input3.hashtmldetail
|
|
1622
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1623
|
+
path: _path2 + ".included_types",
|
|
1624
|
+
expected: "(Array<string> | undefined)",
|
|
1625
|
+
value: input3.included_types
|
|
1626
|
+
})) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1627
|
+
path: _path2 + ".included_types[" + _index19 + "]",
|
|
1628
|
+
expected: "string",
|
|
1629
|
+
value: elem
|
|
1630
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1631
|
+
path: _path2 + ".included_types",
|
|
1632
|
+
expected: "(Array<string> | undefined)",
|
|
1633
|
+
value: input3.included_types
|
|
1634
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1635
|
+
path: _path2 + ".isleaf",
|
|
1636
|
+
expected: "(boolean | undefined)",
|
|
1637
|
+
value: input3.isleaf
|
|
1638
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1639
|
+
path: _path2 + ".values",
|
|
1640
|
+
expected: "(TermValues | undefined)",
|
|
1641
|
+
value: input3.values
|
|
1642
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1643
|
+
path: _path2 + ".values",
|
|
1644
|
+
expected: "(TermValues | undefined)",
|
|
1645
|
+
value: input3.values
|
|
1646
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1647
|
+
path: _path2 + ".skipValuesBuild",
|
|
1648
|
+
expected: "(boolean | undefined)",
|
|
1649
|
+
value: input3.skipValuesBuild
|
|
1650
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1651
|
+
path: _path2 + ".valueConversion",
|
|
1652
|
+
expected: "(__type.o2 | undefined)",
|
|
1653
|
+
value: input3.valueConversion
|
|
1654
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1655
|
+
path: _path2 + ".valueConversion",
|
|
1656
|
+
expected: "(__type.o2 | undefined)",
|
|
1657
|
+
value: input3.valueConversion
|
|
1658
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1659
|
+
path: _path2 + ".continuousColorScale",
|
|
1660
|
+
expected: "(__type.o3 | undefined)",
|
|
1661
|
+
value: input3.continuousColorScale
|
|
1662
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1663
|
+
path: _path2 + ".continuousColorScale",
|
|
1664
|
+
expected: "(__type.o3 | undefined)",
|
|
1665
|
+
value: input3.continuousColorScale
|
|
1666
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1667
|
+
path: _path2 + ".unit",
|
|
1668
|
+
expected: "(string | undefined)",
|
|
1669
|
+
value: input3.unit
|
|
1446
1670
|
}), "string" === typeof input3.metabolite || $report(_exceptionable2, {
|
|
1447
1671
|
path: _path2 + ".metabolite",
|
|
1448
1672
|
expected: "string",
|
|
@@ -1456,7 +1680,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1456
1680
|
expected: "(PresetNumericBins | undefined)",
|
|
1457
1681
|
value: input3.bins
|
|
1458
1682
|
})].every((flag) => flag);
|
|
1459
|
-
const $
|
|
1683
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1460
1684
|
path: _path2 + ".id",
|
|
1461
1685
|
expected: "string",
|
|
1462
1686
|
value: input3.id
|
|
@@ -1472,8 +1696,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1472
1696
|
path: _path2 + ".child_types",
|
|
1473
1697
|
expected: "(Array<string> | undefined)",
|
|
1474
1698
|
value: input3.child_types
|
|
1475
|
-
})) && input3.child_types.map((elem,
|
|
1476
|
-
path: _path2 + ".child_types[" +
|
|
1699
|
+
})) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1700
|
+
path: _path2 + ".child_types[" + _index20 + "]",
|
|
1477
1701
|
expected: "string",
|
|
1478
1702
|
value: elem
|
|
1479
1703
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1488,8 +1712,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1488
1712
|
path: _path2 + ".included_types",
|
|
1489
1713
|
expected: "(Array<string> | undefined)",
|
|
1490
1714
|
value: input3.included_types
|
|
1491
|
-
})) && input3.included_types.map((elem,
|
|
1492
|
-
path: _path2 + ".included_types[" +
|
|
1715
|
+
})) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1716
|
+
path: _path2 + ".included_types[" + _index21 + "]",
|
|
1493
1717
|
expected: "string",
|
|
1494
1718
|
value: elem
|
|
1495
1719
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1548,12 +1772,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1548
1772
|
path: _path2 + ".proteomeDetails",
|
|
1549
1773
|
expected: "ProteomeDetails",
|
|
1550
1774
|
value: input3.proteomeDetails
|
|
1551
|
-
})) && $
|
|
1775
|
+
})) && $vo26(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1552
1776
|
path: _path2 + ".proteomeDetails",
|
|
1553
1777
|
expected: "ProteomeDetails",
|
|
1554
1778
|
value: input3.proteomeDetails
|
|
1555
1779
|
})].every((flag) => flag);
|
|
1556
|
-
const $
|
|
1780
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
|
|
1557
1781
|
path: _path2 + ".assay",
|
|
1558
1782
|
expected: "string",
|
|
1559
1783
|
value: input3.assay
|
|
@@ -1562,7 +1786,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1562
1786
|
expected: "string",
|
|
1563
1787
|
value: input3.cohort
|
|
1564
1788
|
})].every((flag) => flag);
|
|
1565
|
-
const $
|
|
1789
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1566
1790
|
path: _path2 + ".id",
|
|
1567
1791
|
expected: "string",
|
|
1568
1792
|
value: input3.id
|
|
@@ -1578,8 +1802,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1578
1802
|
path: _path2 + ".child_types",
|
|
1579
1803
|
expected: "(Array<string> | undefined)",
|
|
1580
1804
|
value: input3.child_types
|
|
1581
|
-
})) && input3.child_types.map((elem,
|
|
1582
|
-
path: _path2 + ".child_types[" +
|
|
1805
|
+
})) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1806
|
+
path: _path2 + ".child_types[" + _index22 + "]",
|
|
1583
1807
|
expected: "string",
|
|
1584
1808
|
value: elem
|
|
1585
1809
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1594,8 +1818,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1594
1818
|
path: _path2 + ".included_types",
|
|
1595
1819
|
expected: "(Array<string> | undefined)",
|
|
1596
1820
|
value: input3.included_types
|
|
1597
|
-
})) && input3.included_types.map((elem,
|
|
1598
|
-
path: _path2 + ".included_types[" +
|
|
1821
|
+
})) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1822
|
+
path: _path2 + ".included_types[" + _index23 + "]",
|
|
1599
1823
|
expected: "string",
|
|
1600
1824
|
value: elem
|
|
1601
1825
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1647,7 +1871,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1647
1871
|
expected: "(PresetNumericBins | undefined)",
|
|
1648
1872
|
value: input3.bins
|
|
1649
1873
|
})].every((flag) => flag);
|
|
1650
|
-
const $
|
|
1874
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1651
1875
|
path: _path2 + ".id",
|
|
1652
1876
|
expected: "string",
|
|
1653
1877
|
value: input3.id
|
|
@@ -1663,8 +1887,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1663
1887
|
path: _path2 + ".child_types",
|
|
1664
1888
|
expected: "(Array<string> | undefined)",
|
|
1665
1889
|
value: input3.child_types
|
|
1666
|
-
})) && input3.child_types.map((elem,
|
|
1667
|
-
path: _path2 + ".child_types[" +
|
|
1890
|
+
})) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1891
|
+
path: _path2 + ".child_types[" + _index24 + "]",
|
|
1668
1892
|
expected: "string",
|
|
1669
1893
|
value: elem
|
|
1670
1894
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1679,8 +1903,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1679
1903
|
path: _path2 + ".included_types",
|
|
1680
1904
|
expected: "(Array<string> | undefined)",
|
|
1681
1905
|
value: input3.included_types
|
|
1682
|
-
})) && input3.included_types.map((elem,
|
|
1683
|
-
path: _path2 + ".included_types[" +
|
|
1906
|
+
})) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1907
|
+
path: _path2 + ".included_types[" + _index25 + "]",
|
|
1684
1908
|
expected: "string",
|
|
1685
1909
|
value: elem
|
|
1686
1910
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1727,8 +1951,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1727
1951
|
path: _path2 + ".genes",
|
|
1728
1952
|
expected: "(Array<string> | undefined)",
|
|
1729
1953
|
value: input3.genes
|
|
1730
|
-
})) && input3.genes.map((elem,
|
|
1731
|
-
path: _path2 + ".genes[" +
|
|
1954
|
+
})) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1955
|
+
path: _path2 + ".genes[" + _index26 + "]",
|
|
1732
1956
|
expected: "string",
|
|
1733
1957
|
value: elem
|
|
1734
1958
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1744,7 +1968,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1744
1968
|
expected: "(PresetNumericBins | undefined)",
|
|
1745
1969
|
value: input3.bins
|
|
1746
1970
|
})].every((flag) => flag);
|
|
1747
|
-
const $
|
|
1971
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1748
1972
|
path: _path2 + ".id",
|
|
1749
1973
|
expected: "string",
|
|
1750
1974
|
value: input3.id
|
|
@@ -1760,8 +1984,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1760
1984
|
path: _path2 + ".child_types",
|
|
1761
1985
|
expected: "(Array<string> | undefined)",
|
|
1762
1986
|
value: input3.child_types
|
|
1763
|
-
})) && input3.child_types.map((elem,
|
|
1764
|
-
path: _path2 + ".child_types[" +
|
|
1987
|
+
})) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1988
|
+
path: _path2 + ".child_types[" + _index27 + "]",
|
|
1765
1989
|
expected: "string",
|
|
1766
1990
|
value: elem
|
|
1767
1991
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1776,8 +2000,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1776
2000
|
path: _path2 + ".included_types",
|
|
1777
2001
|
expected: "(Array<string> | undefined)",
|
|
1778
2002
|
value: input3.included_types
|
|
1779
|
-
})) && input3.included_types.map((elem,
|
|
1780
|
-
path: _path2 + ".included_types[" +
|
|
2003
|
+
})) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2004
|
+
path: _path2 + ".included_types[" + _index28 + "]",
|
|
1781
2005
|
expected: "string",
|
|
1782
2006
|
value: elem
|
|
1783
2007
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1841,7 +2065,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1841
2065
|
expected: "(PresetNumericBins | undefined)",
|
|
1842
2066
|
value: input3.bins
|
|
1843
2067
|
})].every((flag) => flag);
|
|
1844
|
-
const $
|
|
2068
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1845
2069
|
path: _path2 + ".id",
|
|
1846
2070
|
expected: "string",
|
|
1847
2071
|
value: input3.id
|
|
@@ -1857,8 +2081,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1857
2081
|
path: _path2 + ".child_types",
|
|
1858
2082
|
expected: "(Array<string> | undefined)",
|
|
1859
2083
|
value: input3.child_types
|
|
1860
|
-
})) && input3.child_types.map((elem,
|
|
1861
|
-
path: _path2 + ".child_types[" +
|
|
2084
|
+
})) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2085
|
+
path: _path2 + ".child_types[" + _index29 + "]",
|
|
1862
2086
|
expected: "string",
|
|
1863
2087
|
value: elem
|
|
1864
2088
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1873,8 +2097,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1873
2097
|
path: _path2 + ".included_types",
|
|
1874
2098
|
expected: "(Array<string> | undefined)",
|
|
1875
2099
|
value: input3.included_types
|
|
1876
|
-
})) && input3.included_types.map((elem,
|
|
1877
|
-
path: _path2 + ".included_types[" +
|
|
2100
|
+
})) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2101
|
+
path: _path2 + ".included_types[" + _index30 + "]",
|
|
1878
2102
|
expected: "string",
|
|
1879
2103
|
value: elem
|
|
1880
2104
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1950,7 +2174,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1950
2174
|
expected: "(number | undefined)",
|
|
1951
2175
|
value: input3.stop
|
|
1952
2176
|
})].every((flag) => flag);
|
|
1953
|
-
const $
|
|
2177
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1954
2178
|
path: _path2 + ".id",
|
|
1955
2179
|
expected: "string",
|
|
1956
2180
|
value: input3.id
|
|
@@ -1966,8 +2190,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1966
2190
|
path: _path2 + ".child_types",
|
|
1967
2191
|
expected: "(Array<string> | undefined)",
|
|
1968
2192
|
value: input3.child_types
|
|
1969
|
-
})) && input3.child_types.map((elem,
|
|
1970
|
-
path: _path2 + ".child_types[" +
|
|
2193
|
+
})) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2194
|
+
path: _path2 + ".child_types[" + _index31 + "]",
|
|
1971
2195
|
expected: "string",
|
|
1972
2196
|
value: elem
|
|
1973
2197
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1982,8 +2206,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
1982
2206
|
path: _path2 + ".included_types",
|
|
1983
2207
|
expected: "(Array<string> | undefined)",
|
|
1984
2208
|
value: input3.included_types
|
|
1985
|
-
})) && input3.included_types.map((elem,
|
|
1986
|
-
path: _path2 + ".included_types[" +
|
|
2209
|
+
})) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2210
|
+
path: _path2 + ".included_types[" + _index32 + "]",
|
|
1987
2211
|
expected: "string",
|
|
1988
2212
|
value: elem
|
|
1989
2213
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2059,7 +2283,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2059
2283
|
expected: "number",
|
|
2060
2284
|
value: input3.stop
|
|
2061
2285
|
})].every((flag) => flag);
|
|
2062
|
-
const $
|
|
2286
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2063
2287
|
path: _path2 + ".value",
|
|
2064
2288
|
expected: "number",
|
|
2065
2289
|
value: input3.value
|
|
@@ -2072,7 +2296,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2072
2296
|
expected: "(string | undefined)",
|
|
2073
2297
|
value: input3.name
|
|
2074
2298
|
})].every((flag) => flag);
|
|
2075
|
-
const $
|
|
2299
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2076
2300
|
path: _path2 + ".key",
|
|
2077
2301
|
expected: "string",
|
|
2078
2302
|
value: input3.key
|
|
@@ -2089,7 +2313,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2089
2313
|
expected: "(string | undefined)",
|
|
2090
2314
|
value: input3.label
|
|
2091
2315
|
})].every((flag) => flag);
|
|
2092
|
-
const $
|
|
2316
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2093
2317
|
path: _path2 + ".join",
|
|
2094
2318
|
expected: "(string | undefined)",
|
|
2095
2319
|
value: input3.join
|
|
@@ -2121,7 +2345,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2121
2345
|
path: _path2 + ".term",
|
|
2122
2346
|
expected: "ConditionTerm",
|
|
2123
2347
|
value: input3.term
|
|
2124
|
-
})) && $
|
|
2348
|
+
})) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2125
2349
|
path: _path2 + ".term",
|
|
2126
2350
|
expected: "ConditionTerm",
|
|
2127
2351
|
value: input3.term
|
|
@@ -2129,12 +2353,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2129
2353
|
path: _path2 + ".grade_and_child",
|
|
2130
2354
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2131
2355
|
value: input3.grade_and_child
|
|
2132
|
-
})) && input3.grade_and_child.map((elem,
|
|
2133
|
-
path: _path2 + ".grade_and_child[" +
|
|
2356
|
+
})) && input3.grade_and_child.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2357
|
+
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2134
2358
|
expected: "GradeAndChildEntry",
|
|
2135
2359
|
value: elem
|
|
2136
|
-
})) && $
|
|
2137
|
-
path: _path2 + ".grade_and_child[" +
|
|
2360
|
+
})) && $vo36(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2361
|
+
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2138
2362
|
expected: "GradeAndChildEntry",
|
|
2139
2363
|
value: elem
|
|
2140
2364
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2145,12 +2369,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2145
2369
|
path: _path2 + ".values",
|
|
2146
2370
|
expected: "Array<__type>.o1",
|
|
2147
2371
|
value: input3.values
|
|
2148
|
-
})) && input3.values.map((elem,
|
|
2149
|
-
path: _path2 + ".values[" +
|
|
2372
|
+
})) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2373
|
+
path: _path2 + ".values[" + _index34 + "]",
|
|
2150
2374
|
expected: "__type.o6",
|
|
2151
2375
|
value: elem
|
|
2152
|
-
})) && $
|
|
2153
|
-
path: _path2 + ".values[" +
|
|
2376
|
+
})) && $vo37(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2377
|
+
path: _path2 + ".values[" + _index34 + "]",
|
|
2154
2378
|
expected: "__type.o6",
|
|
2155
2379
|
value: elem
|
|
2156
2380
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2158,7 +2382,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2158
2382
|
expected: "Array<__type>.o1",
|
|
2159
2383
|
value: input3.values
|
|
2160
2384
|
})].every((flag) => flag);
|
|
2161
|
-
const $
|
|
2385
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2162
2386
|
path: _path2 + ".id",
|
|
2163
2387
|
expected: "string",
|
|
2164
2388
|
value: input3.id
|
|
@@ -2174,8 +2398,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2174
2398
|
path: _path2 + ".child_types",
|
|
2175
2399
|
expected: "(Array<string> | undefined)",
|
|
2176
2400
|
value: input3.child_types
|
|
2177
|
-
})) && input3.child_types.map((elem,
|
|
2178
|
-
path: _path2 + ".child_types[" +
|
|
2401
|
+
})) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2402
|
+
path: _path2 + ".child_types[" + _index35 + "]",
|
|
2179
2403
|
expected: "string",
|
|
2180
2404
|
value: elem
|
|
2181
2405
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2190,8 +2414,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2190
2414
|
path: _path2 + ".included_types",
|
|
2191
2415
|
expected: "(Array<string> | undefined)",
|
|
2192
2416
|
value: input3.included_types
|
|
2193
|
-
})) && input3.included_types.map((elem,
|
|
2194
|
-
path: _path2 + ".included_types[" +
|
|
2417
|
+
})) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2418
|
+
path: _path2 + ".included_types[" + _index36 + "]",
|
|
2195
2419
|
expected: "string",
|
|
2196
2420
|
value: elem
|
|
2197
2421
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2223,7 +2447,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2223
2447
|
expected: "(__type.o2 | undefined)",
|
|
2224
2448
|
value: input3.valueConversion
|
|
2225
2449
|
})].every((flag) => flag);
|
|
2226
|
-
const $
|
|
2450
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2227
2451
|
path: _path2 + ".grade",
|
|
2228
2452
|
expected: "number",
|
|
2229
2453
|
value: input3.grade
|
|
@@ -2240,7 +2464,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2240
2464
|
expected: "string",
|
|
2241
2465
|
value: input3.child_label
|
|
2242
2466
|
})].every((flag) => flag);
|
|
2243
|
-
const $
|
|
2467
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2244
2468
|
path: _path2 + ".key",
|
|
2245
2469
|
expected: "(number | string)",
|
|
2246
2470
|
value: input3.key
|
|
@@ -2258,7 +2482,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2258
2482
|
return true;
|
|
2259
2483
|
return true;
|
|
2260
2484
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2261
|
-
const $
|
|
2485
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2262
2486
|
path: _path2 + ".join",
|
|
2263
2487
|
expected: "(string | undefined)",
|
|
2264
2488
|
value: input3.join
|
|
@@ -2290,7 +2514,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2290
2514
|
path: _path2 + ".term",
|
|
2291
2515
|
expected: "DtTerm",
|
|
2292
2516
|
value: input3.term
|
|
2293
|
-
})) && $
|
|
2517
|
+
})) && $vo39(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2294
2518
|
path: _path2 + ".term",
|
|
2295
2519
|
expected: "DtTerm",
|
|
2296
2520
|
value: input3.term
|
|
@@ -2298,12 +2522,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2298
2522
|
path: _path2 + ".values",
|
|
2299
2523
|
expected: "Array<GeneVariantValue>",
|
|
2300
2524
|
value: input3.values
|
|
2301
|
-
})) && input3.values.map((elem,
|
|
2302
|
-
path: _path2 + ".values[" +
|
|
2525
|
+
})) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
2526
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2303
2527
|
expected: "GeneVariantValue",
|
|
2304
2528
|
value: elem
|
|
2305
|
-
})) && $
|
|
2306
|
-
path: _path2 + ".values[" +
|
|
2529
|
+
})) && $vo49(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2530
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2307
2531
|
expected: "GeneVariantValue",
|
|
2308
2532
|
value: elem
|
|
2309
2533
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2351,7 +2575,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2351
2575
|
expected: "(number | undefined)",
|
|
2352
2576
|
value: input3.fractionOverlap
|
|
2353
2577
|
})].every((flag) => flag);
|
|
2354
|
-
const $
|
|
2578
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2355
2579
|
path: _path2 + ".id",
|
|
2356
2580
|
expected: "string",
|
|
2357
2581
|
value: input3.id
|
|
@@ -2400,7 +2624,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2400
2624
|
expected: "TermValues",
|
|
2401
2625
|
value: input3.values
|
|
2402
2626
|
})].every((flag) => flag);
|
|
2403
|
-
const $
|
|
2627
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2404
2628
|
path: _path2 + ".id",
|
|
2405
2629
|
expected: "string",
|
|
2406
2630
|
value: input3.id
|
|
@@ -2416,8 +2640,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2416
2640
|
path: _path2 + ".child_types",
|
|
2417
2641
|
expected: "(Array<string> | undefined)",
|
|
2418
2642
|
value: input3.child_types
|
|
2419
|
-
})) && input3.child_types.map((elem,
|
|
2420
|
-
path: _path2 + ".child_types[" +
|
|
2643
|
+
})) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2644
|
+
path: _path2 + ".child_types[" + _index38 + "]",
|
|
2421
2645
|
expected: "string",
|
|
2422
2646
|
value: elem
|
|
2423
2647
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2432,8 +2656,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2432
2656
|
path: _path2 + ".included_types",
|
|
2433
2657
|
expected: "(Array<string> | undefined)",
|
|
2434
2658
|
value: input3.included_types
|
|
2435
|
-
})) && input3.included_types.map((elem,
|
|
2436
|
-
path: _path2 + ".included_types[" +
|
|
2659
|
+
})) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2660
|
+
path: _path2 + ".included_types[" + _index39 + "]",
|
|
2437
2661
|
expected: "string",
|
|
2438
2662
|
value: elem
|
|
2439
2663
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2488,12 +2712,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2488
2712
|
path: _path2 + ".genes",
|
|
2489
2713
|
expected: "Array<GvGeneTerm>",
|
|
2490
2714
|
value: input3.genes
|
|
2491
|
-
})) && input3.genes.map((elem,
|
|
2492
|
-
path: _path2 + ".genes[" +
|
|
2715
|
+
})) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2716
|
+
path: _path2 + ".genes[" + _index40 + "]",
|
|
2493
2717
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2494
2718
|
value: elem
|
|
2495
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2496
|
-
path: _path2 + ".genes[" +
|
|
2719
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2720
|
+
path: _path2 + ".genes[" + _index40 + "]",
|
|
2497
2721
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2498
2722
|
value: elem
|
|
2499
2723
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2504,7 +2728,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2504
2728
|
path: _path2 + ".groupsetting",
|
|
2505
2729
|
expected: "(TermGroupSetting | undefined)",
|
|
2506
2730
|
value: input3.groupsetting
|
|
2507
|
-
})) && $
|
|
2731
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2508
2732
|
path: _path2 + ".groupsetting",
|
|
2509
2733
|
expected: "(TermGroupSetting | undefined)",
|
|
2510
2734
|
value: input3.groupsetting
|
|
@@ -2512,12 +2736,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2512
2736
|
path: _path2 + ".childTerms",
|
|
2513
2737
|
expected: "(Array<DtTerm> | undefined)",
|
|
2514
2738
|
value: input3.childTerms
|
|
2515
|
-
})) && input3.childTerms.map((elem,
|
|
2516
|
-
path: _path2 + ".childTerms[" +
|
|
2739
|
+
})) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2740
|
+
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2517
2741
|
expected: "DtTerm",
|
|
2518
2742
|
value: elem
|
|
2519
|
-
})) && $
|
|
2520
|
-
path: _path2 + ".childTerms[" +
|
|
2743
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2744
|
+
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2521
2745
|
expected: "DtTerm",
|
|
2522
2746
|
value: elem
|
|
2523
2747
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2525,7 +2749,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2525
2749
|
expected: "(Array<DtTerm> | undefined)",
|
|
2526
2750
|
value: input3.childTerms
|
|
2527
2751
|
})].every((flag) => flag);
|
|
2528
|
-
const $
|
|
2752
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2529
2753
|
path: _path2 + ".id",
|
|
2530
2754
|
expected: "string",
|
|
2531
2755
|
value: input3.id
|
|
@@ -2541,8 +2765,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2541
2765
|
path: _path2 + ".child_types",
|
|
2542
2766
|
expected: "(Array<string> | undefined)",
|
|
2543
2767
|
value: input3.child_types
|
|
2544
|
-
})) && input3.child_types.map((elem,
|
|
2545
|
-
path: _path2 + ".child_types[" +
|
|
2768
|
+
})) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2769
|
+
path: _path2 + ".child_types[" + _index42 + "]",
|
|
2546
2770
|
expected: "string",
|
|
2547
2771
|
value: elem
|
|
2548
2772
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2557,8 +2781,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2557
2781
|
path: _path2 + ".included_types",
|
|
2558
2782
|
expected: "(Array<string> | undefined)",
|
|
2559
2783
|
value: input3.included_types
|
|
2560
|
-
})) && input3.included_types.map((elem,
|
|
2561
|
-
path: _path2 + ".included_types[" +
|
|
2784
|
+
})) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2785
|
+
path: _path2 + ".included_types[" + _index43 + "]",
|
|
2562
2786
|
expected: "string",
|
|
2563
2787
|
value: elem
|
|
2564
2788
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2610,7 +2834,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2610
2834
|
expected: "(number | undefined)",
|
|
2611
2835
|
value: input3.stop
|
|
2612
2836
|
})].every((flag) => flag);
|
|
2613
|
-
const $
|
|
2837
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2614
2838
|
path: _path2 + ".id",
|
|
2615
2839
|
expected: "string",
|
|
2616
2840
|
value: input3.id
|
|
@@ -2626,8 +2850,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2626
2850
|
path: _path2 + ".child_types",
|
|
2627
2851
|
expected: "(Array<string> | undefined)",
|
|
2628
2852
|
value: input3.child_types
|
|
2629
|
-
})) && input3.child_types.map((elem,
|
|
2630
|
-
path: _path2 + ".child_types[" +
|
|
2853
|
+
})) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2854
|
+
path: _path2 + ".child_types[" + _index44 + "]",
|
|
2631
2855
|
expected: "string",
|
|
2632
2856
|
value: elem
|
|
2633
2857
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2642,8 +2866,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2642
2866
|
path: _path2 + ".included_types",
|
|
2643
2867
|
expected: "(Array<string> | undefined)",
|
|
2644
2868
|
value: input3.included_types
|
|
2645
|
-
})) && input3.included_types.map((elem,
|
|
2646
|
-
path: _path2 + ".included_types[" +
|
|
2869
|
+
})) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2870
|
+
path: _path2 + ".included_types[" + _index45 + "]",
|
|
2647
2871
|
expected: "string",
|
|
2648
2872
|
value: elem
|
|
2649
2873
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2691,7 +2915,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2691
2915
|
expected: "number",
|
|
2692
2916
|
value: input3.stop
|
|
2693
2917
|
})].every((flag) => flag);
|
|
2694
|
-
const $
|
|
2918
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2695
2919
|
path: _path2 + ".disabled",
|
|
2696
2920
|
expected: "boolean",
|
|
2697
2921
|
value: input3.disabled
|
|
@@ -2699,12 +2923,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2699
2923
|
path: _path2 + ".lst",
|
|
2700
2924
|
expected: "(Array<Groupset> | undefined)",
|
|
2701
2925
|
value: input3.lst
|
|
2702
|
-
})) && input3.lst.map((elem,
|
|
2703
|
-
path: _path2 + ".lst[" +
|
|
2926
|
+
})) && input3.lst.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2927
|
+
path: _path2 + ".lst[" + _index46 + "]",
|
|
2704
2928
|
expected: "Groupset",
|
|
2705
2929
|
value: elem
|
|
2706
|
-
})) && $
|
|
2707
|
-
path: _path2 + ".lst[" +
|
|
2930
|
+
})) && $vo44(elem, _path2 + ".lst[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2931
|
+
path: _path2 + ".lst[" + _index46 + "]",
|
|
2708
2932
|
expected: "Groupset",
|
|
2709
2933
|
value: elem
|
|
2710
2934
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2712,7 +2936,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2712
2936
|
expected: "(Array<Groupset> | undefined)",
|
|
2713
2937
|
value: input3.lst
|
|
2714
2938
|
})].every((flag) => flag);
|
|
2715
|
-
const $
|
|
2939
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2716
2940
|
path: _path2 + ".name",
|
|
2717
2941
|
expected: "string",
|
|
2718
2942
|
value: input3.name
|
|
@@ -2732,12 +2956,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2732
2956
|
path: _path2 + ".groups",
|
|
2733
2957
|
expected: "Array<GroupEntry>",
|
|
2734
2958
|
value: input3.groups
|
|
2735
|
-
})) && input3.groups.map((elem,
|
|
2736
|
-
path: _path2 + ".groups[" +
|
|
2959
|
+
})) && input3.groups.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2960
|
+
path: _path2 + ".groups[" + _index47 + "]",
|
|
2737
2961
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2738
2962
|
value: elem
|
|
2739
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2740
|
-
path: _path2 + ".groups[" +
|
|
2963
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2964
|
+
path: _path2 + ".groups[" + _index47 + "]",
|
|
2741
2965
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2742
2966
|
value: elem
|
|
2743
2967
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2745,7 +2969,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2745
2969
|
expected: "Array<GroupEntry>",
|
|
2746
2970
|
value: input3.groups
|
|
2747
2971
|
})].every((flag) => flag);
|
|
2748
|
-
const $
|
|
2972
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2749
2973
|
path: _path2 + ".name",
|
|
2750
2974
|
expected: "string",
|
|
2751
2975
|
value: input3.name
|
|
@@ -2757,12 +2981,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2757
2981
|
path: _path2 + ".values",
|
|
2758
2982
|
expected: "Array<__type>.o2",
|
|
2759
2983
|
value: input3.values
|
|
2760
|
-
})) && input3.values.map((elem,
|
|
2761
|
-
path: _path2 + ".values[" +
|
|
2984
|
+
})) && input3.values.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2985
|
+
path: _path2 + ".values[" + _index48 + "]",
|
|
2762
2986
|
expected: "__type.o7",
|
|
2763
2987
|
value: elem
|
|
2764
|
-
})) && $
|
|
2765
|
-
path: _path2 + ".values[" +
|
|
2988
|
+
})) && $vo46(elem, _path2 + ".values[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2989
|
+
path: _path2 + ".values[" + _index48 + "]",
|
|
2766
2990
|
expected: "__type.o7",
|
|
2767
2991
|
value: elem
|
|
2768
2992
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2774,7 +2998,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2774
2998
|
expected: "(boolean | undefined)",
|
|
2775
2999
|
value: input3.uncomputable
|
|
2776
3000
|
})].every((flag) => flag);
|
|
2777
|
-
const $
|
|
3001
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2778
3002
|
path: _path2 + ".key",
|
|
2779
3003
|
expected: "(number | string)",
|
|
2780
3004
|
value: input3.key
|
|
@@ -2783,7 +3007,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2783
3007
|
expected: "string",
|
|
2784
3008
|
value: input3.label
|
|
2785
3009
|
})].every((flag) => flag);
|
|
2786
|
-
const $
|
|
3010
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2787
3011
|
path: _path2 + ".name",
|
|
2788
3012
|
expected: "string",
|
|
2789
3013
|
value: input3.name
|
|
@@ -2804,7 +3028,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2804
3028
|
expected: "string",
|
|
2805
3029
|
value: input3.color
|
|
2806
3030
|
})].every((flag) => flag);
|
|
2807
|
-
const $
|
|
3031
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2808
3032
|
path: _path2 + ".id",
|
|
2809
3033
|
expected: "string",
|
|
2810
3034
|
value: input3.id
|
|
@@ -2820,8 +3044,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2820
3044
|
path: _path2 + ".child_types",
|
|
2821
3045
|
expected: "(Array<string> | undefined)",
|
|
2822
3046
|
value: input3.child_types
|
|
2823
|
-
})) && input3.child_types.map((elem,
|
|
2824
|
-
path: _path2 + ".child_types[" +
|
|
3047
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3048
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2825
3049
|
expected: "string",
|
|
2826
3050
|
value: elem
|
|
2827
3051
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2836,8 +3060,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2836
3060
|
path: _path2 + ".included_types",
|
|
2837
3061
|
expected: "(Array<string> | undefined)",
|
|
2838
3062
|
value: input3.included_types
|
|
2839
|
-
})) && input3.included_types.map((elem,
|
|
2840
|
-
path: _path2 + ".included_types[" +
|
|
3063
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3064
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2841
3065
|
expected: "string",
|
|
2842
3066
|
value: elem
|
|
2843
3067
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2888,12 +3112,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2888
3112
|
path: _path2 + ".genes",
|
|
2889
3113
|
expected: "Array<GvGeneTerm>",
|
|
2890
3114
|
value: input3.genes
|
|
2891
|
-
})) && input3.genes.map((elem,
|
|
2892
|
-
path: _path2 + ".genes[" +
|
|
3115
|
+
})) && input3.genes.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3116
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
2893
3117
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2894
3118
|
value: elem
|
|
2895
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2896
|
-
path: _path2 + ".genes[" +
|
|
3119
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3120
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
2897
3121
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2898
3122
|
value: elem
|
|
2899
3123
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2904,7 +3128,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2904
3128
|
path: _path2 + ".groupsetting",
|
|
2905
3129
|
expected: "(TermGroupSetting | undefined)",
|
|
2906
3130
|
value: input3.groupsetting
|
|
2907
|
-
})) && $
|
|
3131
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2908
3132
|
path: _path2 + ".groupsetting",
|
|
2909
3133
|
expected: "(TermGroupSetting | undefined)",
|
|
2910
3134
|
value: input3.groupsetting
|
|
@@ -2912,12 +3136,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2912
3136
|
path: _path2 + ".childTerms",
|
|
2913
3137
|
expected: "(Array<DtTerm> | undefined)",
|
|
2914
3138
|
value: input3.childTerms
|
|
2915
|
-
})) && input3.childTerms.map((elem,
|
|
2916
|
-
path: _path2 + ".childTerms[" +
|
|
3139
|
+
})) && input3.childTerms.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3140
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
2917
3141
|
expected: "DtTerm",
|
|
2918
3142
|
value: elem
|
|
2919
|
-
})) && $
|
|
2920
|
-
path: _path2 + ".childTerms[" +
|
|
3143
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3144
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
2921
3145
|
expected: "DtTerm",
|
|
2922
3146
|
value: elem
|
|
2923
3147
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2925,7 +3149,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2925
3149
|
expected: "(Array<DtTerm> | undefined)",
|
|
2926
3150
|
value: input3.childTerms
|
|
2927
3151
|
})].every((flag) => flag);
|
|
2928
|
-
const $
|
|
3152
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2929
3153
|
path: _path2 + ".key",
|
|
2930
3154
|
expected: "(string | undefined)",
|
|
2931
3155
|
value: input3.key
|
|
@@ -2945,8 +3169,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2945
3169
|
path: _path2 + ".mclasslst",
|
|
2946
3170
|
expected: "(Array<string> | undefined)",
|
|
2947
3171
|
value: input3.mclasslst
|
|
2948
|
-
})) && input3.mclasslst.map((elem,
|
|
2949
|
-
path: _path2 + ".mclasslst[" +
|
|
3172
|
+
})) && input3.mclasslst.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3173
|
+
path: _path2 + ".mclasslst[" + _index53 + "]",
|
|
2950
3174
|
expected: "string",
|
|
2951
3175
|
value: elem
|
|
2952
3176
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2957,8 +3181,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2957
3181
|
path: _path2 + ".mclassExcludeLst",
|
|
2958
3182
|
expected: "(Array<string> | undefined)",
|
|
2959
3183
|
value: input3.mclassExcludeLst
|
|
2960
|
-
})) && input3.mclassExcludeLst.map((elem,
|
|
2961
|
-
path: _path2 + ".mclassExcludeLst[" +
|
|
3184
|
+
})) && input3.mclassExcludeLst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3185
|
+
path: _path2 + ".mclassExcludeLst[" + _index54 + "]",
|
|
2962
3186
|
expected: "string",
|
|
2963
3187
|
value: elem
|
|
2964
3188
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2970,7 +3194,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2970
3194
|
expected: "(string | undefined)",
|
|
2971
3195
|
value: input3.origin
|
|
2972
3196
|
})].every((flag) => flag);
|
|
2973
|
-
const $
|
|
3197
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2974
3198
|
path: _path2 + ".join",
|
|
2975
3199
|
expected: "(string | undefined)",
|
|
2976
3200
|
value: input3.join
|
|
@@ -3011,7 +3235,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3011
3235
|
expected: "number",
|
|
3012
3236
|
value: input3.ratio
|
|
3013
3237
|
})].every((flag) => flag);
|
|
3014
|
-
const $
|
|
3238
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3015
3239
|
path: _path2 + ".id",
|
|
3016
3240
|
expected: "string",
|
|
3017
3241
|
value: input3.id
|
|
@@ -3027,8 +3251,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3027
3251
|
path: _path2 + ".child_types",
|
|
3028
3252
|
expected: "(Array<string> | undefined)",
|
|
3029
3253
|
value: input3.child_types
|
|
3030
|
-
})) && input3.child_types.map((elem,
|
|
3031
|
-
path: _path2 + ".child_types[" +
|
|
3254
|
+
})) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3255
|
+
path: _path2 + ".child_types[" + _index55 + "]",
|
|
3032
3256
|
expected: "string",
|
|
3033
3257
|
value: elem
|
|
3034
3258
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3043,8 +3267,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3043
3267
|
path: _path2 + ".included_types",
|
|
3044
3268
|
expected: "(Array<string> | undefined)",
|
|
3045
3269
|
value: input3.included_types
|
|
3046
|
-
})) && input3.included_types.map((elem,
|
|
3047
|
-
path: _path2 + ".included_types[" +
|
|
3270
|
+
})) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3271
|
+
path: _path2 + ".included_types[" + _index56 + "]",
|
|
3048
3272
|
expected: "string",
|
|
3049
3273
|
value: elem
|
|
3050
3274
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3079,8 +3303,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3079
3303
|
path: _path2 + ".termIds",
|
|
3080
3304
|
expected: "(Array<string> | undefined)",
|
|
3081
3305
|
value: input3.termIds
|
|
3082
|
-
})) && input3.termIds.map((elem,
|
|
3083
|
-
path: _path2 + ".termIds[" +
|
|
3306
|
+
})) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3307
|
+
path: _path2 + ".termIds[" + _index57 + "]",
|
|
3084
3308
|
expected: "string",
|
|
3085
3309
|
value: elem
|
|
3086
3310
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3091,12 +3315,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3091
3315
|
path: _path2 + ".termlst",
|
|
3092
3316
|
expected: "Array<BaseTerm>",
|
|
3093
3317
|
value: input3.termlst
|
|
3094
|
-
})) && input3.termlst.map((elem,
|
|
3095
|
-
path: _path2 + ".termlst[" +
|
|
3318
|
+
})) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3319
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3096
3320
|
expected: "BaseTerm",
|
|
3097
3321
|
value: elem
|
|
3098
|
-
})) && $
|
|
3099
|
-
path: _path2 + ".termlst[" +
|
|
3322
|
+
})) && $vo52(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3323
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3100
3324
|
expected: "BaseTerm",
|
|
3101
3325
|
value: elem
|
|
3102
3326
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3111,7 +3335,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3111
3335
|
path: _path2 + ".propsByTermId",
|
|
3112
3336
|
expected: "__type.o8",
|
|
3113
3337
|
value: input3.propsByTermId
|
|
3114
|
-
})) && $
|
|
3338
|
+
})) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3115
3339
|
path: _path2 + ".propsByTermId",
|
|
3116
3340
|
expected: "__type.o8",
|
|
3117
3341
|
value: input3.propsByTermId
|
|
@@ -3123,8 +3347,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3123
3347
|
path: _path2 + ".numerators",
|
|
3124
3348
|
expected: "(Array<string> | undefined)",
|
|
3125
3349
|
value: input3.numerators
|
|
3126
|
-
})) && input3.numerators.map((elem,
|
|
3127
|
-
path: _path2 + ".numerators[" +
|
|
3350
|
+
})) && input3.numerators.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3351
|
+
path: _path2 + ".numerators[" + _index59 + "]",
|
|
3128
3352
|
expected: "string",
|
|
3129
3353
|
value: elem
|
|
3130
3354
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3135,12 +3359,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3135
3359
|
path: _path2 + ".valueTransform",
|
|
3136
3360
|
expected: "(__type.o10 | undefined)",
|
|
3137
3361
|
value: input3.valueTransform
|
|
3138
|
-
})) && $
|
|
3362
|
+
})) && $vo55(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
|
|
3139
3363
|
path: _path2 + ".valueTransform",
|
|
3140
3364
|
expected: "(__type.o10 | undefined)",
|
|
3141
3365
|
value: input3.valueTransform
|
|
3142
3366
|
})].every((flag) => flag);
|
|
3143
|
-
const $
|
|
3367
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3144
3368
|
path: _path2 + ".id",
|
|
3145
3369
|
expected: "string",
|
|
3146
3370
|
value: input3.id
|
|
@@ -3156,8 +3380,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3156
3380
|
path: _path2 + ".child_types",
|
|
3157
3381
|
expected: "(Array<string> | undefined)",
|
|
3158
3382
|
value: input3.child_types
|
|
3159
|
-
})) && input3.child_types.map((elem,
|
|
3160
|
-
path: _path2 + ".child_types[" +
|
|
3383
|
+
})) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3384
|
+
path: _path2 + ".child_types[" + _index60 + "]",
|
|
3161
3385
|
expected: "string",
|
|
3162
3386
|
value: elem
|
|
3163
3387
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3172,8 +3396,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3172
3396
|
path: _path2 + ".included_types",
|
|
3173
3397
|
expected: "(Array<string> | undefined)",
|
|
3174
3398
|
value: input3.included_types
|
|
3175
|
-
})) && input3.included_types.map((elem,
|
|
3176
|
-
path: _path2 + ".included_types[" +
|
|
3399
|
+
})) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3400
|
+
path: _path2 + ".included_types[" + _index61 + "]",
|
|
3177
3401
|
expected: "string",
|
|
3178
3402
|
value: elem
|
|
3179
3403
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3205,7 +3429,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3205
3429
|
expected: "(__type.o2 | undefined)",
|
|
3206
3430
|
value: input3.valueConversion
|
|
3207
3431
|
})].every((flag) => flag);
|
|
3208
|
-
const $
|
|
3432
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3209
3433
|
const value = input3[key];
|
|
3210
3434
|
if (void 0 === value)
|
|
3211
3435
|
return true;
|
|
@@ -3214,14 +3438,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
3214
3438
|
path: _path2 + $join(key),
|
|
3215
3439
|
expected: "__type.o9",
|
|
3216
3440
|
value
|
|
3217
|
-
})) && $
|
|
3441
|
+
})) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3218
3442
|
path: _path2 + $join(key),
|
|
3219
3443
|
expected: "__type.o9",
|
|
3220
3444
|
value
|
|
3221
3445
|
});
|
|
3222
3446
|
return true;
|
|
3223
3447
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3224
|
-
const $
|
|
3448
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3225
3449
|
const value = input3[key];
|
|
3226
3450
|
if (void 0 === value)
|
|
3227
3451
|
return true;
|
|
@@ -3229,12 +3453,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3229
3453
|
return true;
|
|
3230
3454
|
return true;
|
|
3231
3455
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3232
|
-
const $
|
|
3456
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
|
|
3233
3457
|
path: _path2 + ".offset",
|
|
3234
3458
|
expected: "(number | undefined)",
|
|
3235
3459
|
value: input3.offset
|
|
3236
3460
|
})].every((flag) => flag);
|
|
3237
|
-
const $
|
|
3461
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3238
3462
|
path: _path2 + ".id",
|
|
3239
3463
|
expected: "string",
|
|
3240
3464
|
value: input3.id
|
|
@@ -3250,8 +3474,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3250
3474
|
path: _path2 + ".child_types",
|
|
3251
3475
|
expected: "(Array<string> | undefined)",
|
|
3252
3476
|
value: input3.child_types
|
|
3253
|
-
})) && input3.child_types.map((elem,
|
|
3254
|
-
path: _path2 + ".child_types[" +
|
|
3477
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3478
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
3255
3479
|
expected: "string",
|
|
3256
3480
|
value: elem
|
|
3257
3481
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3266,8 +3490,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3266
3490
|
path: _path2 + ".included_types",
|
|
3267
3491
|
expected: "(Array<string> | undefined)",
|
|
3268
3492
|
value: input3.included_types
|
|
3269
|
-
})) && input3.included_types.map((elem,
|
|
3270
|
-
path: _path2 + ".included_types[" +
|
|
3493
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3494
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
3271
3495
|
expected: "string",
|
|
3272
3496
|
value: elem
|
|
3273
3497
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3302,8 +3526,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3302
3526
|
path: _path2 + ".termIds",
|
|
3303
3527
|
expected: "(Array<string> | undefined)",
|
|
3304
3528
|
value: input3.termIds
|
|
3305
|
-
})) && input3.termIds.map((elem,
|
|
3306
|
-
path: _path2 + ".termIds[" +
|
|
3529
|
+
})) && input3.termIds.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3530
|
+
path: _path2 + ".termIds[" + _index64 + "]",
|
|
3307
3531
|
expected: "string",
|
|
3308
3532
|
value: elem
|
|
3309
3533
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3314,12 +3538,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3314
3538
|
path: _path2 + ".termlst",
|
|
3315
3539
|
expected: "Array<BaseTerm>",
|
|
3316
3540
|
value: input3.termlst
|
|
3317
|
-
})) && input3.termlst.map((elem,
|
|
3318
|
-
path: _path2 + ".termlst[" +
|
|
3541
|
+
})) && input3.termlst.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3542
|
+
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3319
3543
|
expected: "BaseTerm",
|
|
3320
3544
|
value: elem
|
|
3321
|
-
})) && $
|
|
3322
|
-
path: _path2 + ".termlst[" +
|
|
3545
|
+
})) && $vo52(elem, _path2 + ".termlst[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3546
|
+
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3323
3547
|
expected: "BaseTerm",
|
|
3324
3548
|
value: elem
|
|
3325
3549
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3334,7 +3558,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3334
3558
|
path: _path2 + ".propsByTermId",
|
|
3335
3559
|
expected: "__type.o8",
|
|
3336
3560
|
value: input3.propsByTermId
|
|
3337
|
-
})) && $
|
|
3561
|
+
})) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3338
3562
|
path: _path2 + ".propsByTermId",
|
|
3339
3563
|
expected: "__type.o8",
|
|
3340
3564
|
value: input3.propsByTermId
|
|
@@ -3346,12 +3570,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3346
3570
|
path: _path2 + ".categoryKeys",
|
|
3347
3571
|
expected: "Array<CategoryKey>",
|
|
3348
3572
|
value: input3.categoryKeys
|
|
3349
|
-
})) && input3.categoryKeys.map((elem,
|
|
3350
|
-
path: _path2 + ".categoryKeys[" +
|
|
3573
|
+
})) && input3.categoryKeys.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3574
|
+
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3351
3575
|
expected: "CategoryKey",
|
|
3352
3576
|
value: elem
|
|
3353
|
-
})) && $
|
|
3354
|
-
path: _path2 + ".categoryKeys[" +
|
|
3577
|
+
})) && $vo57(elem, _path2 + ".categoryKeys[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3578
|
+
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3355
3579
|
expected: "CategoryKey",
|
|
3356
3580
|
value: elem
|
|
3357
3581
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3359,7 +3583,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3359
3583
|
expected: "Array<CategoryKey>",
|
|
3360
3584
|
value: input3.categoryKeys
|
|
3361
3585
|
})].every((flag) => flag);
|
|
3362
|
-
const $
|
|
3586
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3363
3587
|
path: _path2 + ".key",
|
|
3364
3588
|
expected: "string",
|
|
3365
3589
|
value: input3.key
|
|
@@ -3368,7 +3592,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3368
3592
|
expected: "boolean",
|
|
3369
3593
|
value: input3.shown
|
|
3370
3594
|
})].every((flag) => flag);
|
|
3371
|
-
const $
|
|
3595
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3372
3596
|
path: _path2 + ".id",
|
|
3373
3597
|
expected: "string",
|
|
3374
3598
|
value: input3.id
|
|
@@ -3384,8 +3608,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3384
3608
|
path: _path2 + ".child_types",
|
|
3385
3609
|
expected: "(Array<string> | undefined)",
|
|
3386
3610
|
value: input3.child_types
|
|
3387
|
-
})) && input3.child_types.map((elem,
|
|
3388
|
-
path: _path2 + ".child_types[" +
|
|
3611
|
+
})) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3612
|
+
path: _path2 + ".child_types[" + _index67 + "]",
|
|
3389
3613
|
expected: "string",
|
|
3390
3614
|
value: elem
|
|
3391
3615
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3400,8 +3624,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3400
3624
|
path: _path2 + ".included_types",
|
|
3401
3625
|
expected: "(Array<string> | undefined)",
|
|
3402
3626
|
value: input3.included_types
|
|
3403
|
-
})) && input3.included_types.map((elem,
|
|
3404
|
-
path: _path2 + ".included_types[" +
|
|
3627
|
+
})) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3628
|
+
path: _path2 + ".included_types[" + _index68 + "]",
|
|
3405
3629
|
expected: "string",
|
|
3406
3630
|
value: elem
|
|
3407
3631
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3452,8 +3676,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3452
3676
|
path: _path2 + ".alt",
|
|
3453
3677
|
expected: "Array<string>",
|
|
3454
3678
|
value: input3.alt
|
|
3455
|
-
})) && input3.alt.map((elem,
|
|
3456
|
-
path: _path2 + ".alt[" +
|
|
3679
|
+
})) && input3.alt.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3680
|
+
path: _path2 + ".alt[" + _index69 + "]",
|
|
3457
3681
|
expected: "string",
|
|
3458
3682
|
value: elem
|
|
3459
3683
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3464,12 +3688,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3464
3688
|
path: _path2 + ".groupsetting",
|
|
3465
3689
|
expected: "TermGroupSetting",
|
|
3466
3690
|
value: input3.groupsetting
|
|
3467
|
-
})) && $
|
|
3691
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3468
3692
|
path: _path2 + ".groupsetting",
|
|
3469
3693
|
expected: "TermGroupSetting",
|
|
3470
3694
|
value: input3.groupsetting
|
|
3471
3695
|
})].every((flag) => flag);
|
|
3472
|
-
const $
|
|
3696
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3473
3697
|
path: _path2 + ".id",
|
|
3474
3698
|
expected: "string",
|
|
3475
3699
|
value: input3.id
|
|
@@ -3485,8 +3709,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3485
3709
|
path: _path2 + ".child_types",
|
|
3486
3710
|
expected: "(Array<string> | undefined)",
|
|
3487
3711
|
value: input3.child_types
|
|
3488
|
-
})) && input3.child_types.map((elem,
|
|
3489
|
-
path: _path2 + ".child_types[" +
|
|
3712
|
+
})) && input3.child_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3713
|
+
path: _path2 + ".child_types[" + _index70 + "]",
|
|
3490
3714
|
expected: "string",
|
|
3491
3715
|
value: elem
|
|
3492
3716
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3501,8 +3725,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3501
3725
|
path: _path2 + ".included_types",
|
|
3502
3726
|
expected: "(Array<string> | undefined)",
|
|
3503
3727
|
value: input3.included_types
|
|
3504
|
-
})) && input3.included_types.map((elem,
|
|
3505
|
-
path: _path2 + ".included_types[" +
|
|
3728
|
+
})) && input3.included_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3729
|
+
path: _path2 + ".included_types[" + _index71 + "]",
|
|
3506
3730
|
expected: "string",
|
|
3507
3731
|
value: elem
|
|
3508
3732
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3537,7 +3761,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3537
3761
|
path: _path2 + ".sample",
|
|
3538
3762
|
expected: "object",
|
|
3539
3763
|
value: input3.sample
|
|
3540
|
-
})) && $
|
|
3764
|
+
})) && $vo60(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3541
3765
|
path: _path2 + ".sample",
|
|
3542
3766
|
expected: "object",
|
|
3543
3767
|
value: input3.sample
|
|
@@ -3549,13 +3773,13 @@ var validDescrStatsRequest = (input) => {
|
|
|
3549
3773
|
path: _path2 + ".groupsetting",
|
|
3550
3774
|
expected: "TermGroupSetting",
|
|
3551
3775
|
value: input3.groupsetting
|
|
3552
|
-
})) && $
|
|
3776
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3553
3777
|
path: _path2 + ".groupsetting",
|
|
3554
3778
|
expected: "TermGroupSetting",
|
|
3555
3779
|
value: input3.groupsetting
|
|
3556
3780
|
})].every((flag) => flag);
|
|
3557
|
-
const $
|
|
3558
|
-
const $
|
|
3781
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3782
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3559
3783
|
path: _path2 + ".hiddenValues",
|
|
3560
3784
|
expected: "(HiddenValues | undefined)",
|
|
3561
3785
|
value: input3.hiddenValues
|
|
@@ -3584,7 +3808,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3584
3808
|
expected: '"values"',
|
|
3585
3809
|
value: input3.type
|
|
3586
3810
|
})].every((flag) => flag);
|
|
3587
|
-
const $
|
|
3811
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3588
3812
|
path: _path2 + ".id",
|
|
3589
3813
|
expected: "(string | undefined)",
|
|
3590
3814
|
value: input3.id
|
|
@@ -3620,7 +3844,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3620
3844
|
path: _path2 + ".q",
|
|
3621
3845
|
expected: "PredefinedGroupSettingQ",
|
|
3622
3846
|
value: input3.q
|
|
3623
|
-
})) && $
|
|
3847
|
+
})) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3624
3848
|
path: _path2 + ".q",
|
|
3625
3849
|
expected: "PredefinedGroupSettingQ",
|
|
3626
3850
|
value: input3.q
|
|
@@ -3629,7 +3853,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3629
3853
|
expected: '"QualTWPredefinedGS"',
|
|
3630
3854
|
value: input3.type
|
|
3631
3855
|
})].every((flag) => flag);
|
|
3632
|
-
const $
|
|
3856
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3633
3857
|
path: _path2 + ".hiddenValues",
|
|
3634
3858
|
expected: "(HiddenValues | undefined)",
|
|
3635
3859
|
value: input3.hiddenValues
|
|
@@ -3662,7 +3886,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3662
3886
|
expected: "number",
|
|
3663
3887
|
value: input3.predefined_groupset_idx
|
|
3664
3888
|
})].every((flag) => flag);
|
|
3665
|
-
const $
|
|
3889
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3666
3890
|
path: _path2 + ".id",
|
|
3667
3891
|
expected: "(string | undefined)",
|
|
3668
3892
|
value: input3.id
|
|
@@ -3698,7 +3922,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3698
3922
|
path: _path2 + ".q",
|
|
3699
3923
|
expected: "CustomGroupSettingQ",
|
|
3700
3924
|
value: input3.q
|
|
3701
|
-
})) && $
|
|
3925
|
+
})) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3702
3926
|
path: _path2 + ".q",
|
|
3703
3927
|
expected: "CustomGroupSettingQ",
|
|
3704
3928
|
value: input3.q
|
|
@@ -3707,7 +3931,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3707
3931
|
expected: '"QualTWCustomGS"',
|
|
3708
3932
|
value: input3.type
|
|
3709
3933
|
})].every((flag) => flag);
|
|
3710
|
-
const $
|
|
3934
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3711
3935
|
path: _path2 + ".hiddenValues",
|
|
3712
3936
|
expected: "(HiddenValues | undefined)",
|
|
3713
3937
|
value: input3.hiddenValues
|
|
@@ -3739,21 +3963,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
3739
3963
|
path: _path2 + ".customset",
|
|
3740
3964
|
expected: "BaseGroupSet",
|
|
3741
3965
|
value: input3.customset
|
|
3742
|
-
})) && $
|
|
3966
|
+
})) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3743
3967
|
path: _path2 + ".customset",
|
|
3744
3968
|
expected: "BaseGroupSet",
|
|
3745
3969
|
value: input3.customset
|
|
3746
3970
|
})].every((flag) => flag);
|
|
3747
|
-
const $
|
|
3971
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3748
3972
|
path: _path2 + ".groups",
|
|
3749
3973
|
expected: "Array<GroupEntry>",
|
|
3750
3974
|
value: input3.groups
|
|
3751
|
-
})) && input3.groups.map((elem,
|
|
3752
|
-
path: _path2 + ".groups[" +
|
|
3975
|
+
})) && input3.groups.map((elem, _index72) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3976
|
+
path: _path2 + ".groups[" + _index72 + "]",
|
|
3753
3977
|
expected: "(FilterGroup | ValuesGroup)",
|
|
3754
3978
|
value: elem
|
|
3755
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
3756
|
-
path: _path2 + ".groups[" +
|
|
3979
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index72 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3980
|
+
path: _path2 + ".groups[" + _index72 + "]",
|
|
3757
3981
|
expected: "(FilterGroup | ValuesGroup)",
|
|
3758
3982
|
value: elem
|
|
3759
3983
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3761,7 +3985,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3761
3985
|
expected: "Array<GroupEntry>",
|
|
3762
3986
|
value: input3.groups
|
|
3763
3987
|
})].every((flag) => flag);
|
|
3764
|
-
const $
|
|
3988
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3765
3989
|
path: _path2 + ".id",
|
|
3766
3990
|
expected: "(string | undefined)",
|
|
3767
3991
|
value: input3.id
|
|
@@ -3791,11 +4015,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3791
4015
|
value: input3.type
|
|
3792
4016
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3793
4017
|
path: _path2 + ".term",
|
|
3794
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4018
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3795
4019
|
value: input3.term
|
|
3796
4020
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3797
4021
|
path: _path2 + ".term",
|
|
3798
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4022
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3799
4023
|
value: input3.term
|
|
3800
4024
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3801
4025
|
path: _path2 + ".q",
|
|
@@ -3806,7 +4030,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3806
4030
|
expected: "RegularNumericBinConfig",
|
|
3807
4031
|
value: input3.q
|
|
3808
4032
|
})].every((flag) => flag);
|
|
3809
|
-
const $
|
|
4033
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3810
4034
|
path: _path2 + ".id",
|
|
3811
4035
|
expected: "(string | undefined)",
|
|
3812
4036
|
value: input3.id
|
|
@@ -3836,11 +4060,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3836
4060
|
value: input3.type
|
|
3837
4061
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3838
4062
|
path: _path2 + ".term",
|
|
3839
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4063
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3840
4064
|
value: input3.term
|
|
3841
4065
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3842
4066
|
path: _path2 + ".term",
|
|
3843
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4067
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3844
4068
|
value: input3.term
|
|
3845
4069
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3846
4070
|
path: _path2 + ".q",
|
|
@@ -3851,7 +4075,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3851
4075
|
expected: "CustomNumericBinConfig",
|
|
3852
4076
|
value: input3.q
|
|
3853
4077
|
})].every((flag) => flag);
|
|
3854
|
-
const $
|
|
4078
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3855
4079
|
path: _path2 + ".id",
|
|
3856
4080
|
expected: "(string | undefined)",
|
|
3857
4081
|
value: input3.id
|
|
@@ -3881,22 +4105,22 @@ var validDescrStatsRequest = (input) => {
|
|
|
3881
4105
|
value: input3.type
|
|
3882
4106
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3883
4107
|
path: _path2 + ".term",
|
|
3884
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4108
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3885
4109
|
value: input3.term
|
|
3886
4110
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3887
4111
|
path: _path2 + ".term",
|
|
3888
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4112
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3889
4113
|
value: input3.term
|
|
3890
4114
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3891
4115
|
path: _path2 + ".q",
|
|
3892
4116
|
expected: "BinaryNumericQ",
|
|
3893
4117
|
value: input3.q
|
|
3894
|
-
})) && $
|
|
4118
|
+
})) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3895
4119
|
path: _path2 + ".q",
|
|
3896
4120
|
expected: "BinaryNumericQ",
|
|
3897
4121
|
value: input3.q
|
|
3898
4122
|
})].every((flag) => flag);
|
|
3899
|
-
const $
|
|
4123
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3900
4124
|
path: _path2 + ".hiddenValues",
|
|
3901
4125
|
expected: "(HiddenValues | undefined)",
|
|
3902
4126
|
value: input3.hiddenValues
|
|
@@ -3964,7 +4188,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3964
4188
|
expected: "(number | undefined)",
|
|
3965
4189
|
value: input3.cutoffPercentile
|
|
3966
4190
|
})].every((flag) => flag);
|
|
3967
|
-
const $
|
|
4191
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3968
4192
|
path: _path2 + ".id",
|
|
3969
4193
|
expected: "(string | undefined)",
|
|
3970
4194
|
value: input3.id
|
|
@@ -3994,22 +4218,22 @@ var validDescrStatsRequest = (input) => {
|
|
|
3994
4218
|
value: input3.type
|
|
3995
4219
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3996
4220
|
path: _path2 + ".term",
|
|
3997
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4221
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3998
4222
|
value: input3.term
|
|
3999
4223
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4000
4224
|
path: _path2 + ".term",
|
|
4001
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4225
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4002
4226
|
value: input3.term
|
|
4003
4227
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
4004
4228
|
path: _path2 + ".q",
|
|
4005
4229
|
expected: "ContinuousNumericQ",
|
|
4006
4230
|
value: input3.q
|
|
4007
|
-
})) && $
|
|
4231
|
+
})) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4008
4232
|
path: _path2 + ".q",
|
|
4009
4233
|
expected: "ContinuousNumericQ",
|
|
4010
4234
|
value: input3.q
|
|
4011
4235
|
})].every((flag) => flag);
|
|
4012
|
-
const $
|
|
4236
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4013
4237
|
path: _path2 + ".hiddenValues",
|
|
4014
4238
|
expected: "(HiddenValues | undefined)",
|
|
4015
4239
|
value: input3.hiddenValues
|
|
@@ -4050,7 +4274,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4050
4274
|
expected: "(number | undefined)",
|
|
4051
4275
|
value: input3.scale
|
|
4052
4276
|
})].every((flag) => flag);
|
|
4053
|
-
const $
|
|
4277
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4054
4278
|
path: _path2 + ".id",
|
|
4055
4279
|
expected: "(string | undefined)",
|
|
4056
4280
|
value: input3.id
|
|
@@ -4080,22 +4304,22 @@ var validDescrStatsRequest = (input) => {
|
|
|
4080
4304
|
value: input3.type
|
|
4081
4305
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4082
4306
|
path: _path2 + ".term",
|
|
4083
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4307
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4084
4308
|
value: input3.term
|
|
4085
4309
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4086
4310
|
path: _path2 + ".term",
|
|
4087
|
-
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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4311
|
+
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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4088
4312
|
value: input3.term
|
|
4089
4313
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
4090
4314
|
path: _path2 + ".q",
|
|
4091
4315
|
expected: "SplineNumericQ",
|
|
4092
4316
|
value: input3.q
|
|
4093
|
-
})) && $
|
|
4317
|
+
})) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4094
4318
|
path: _path2 + ".q",
|
|
4095
4319
|
expected: "SplineNumericQ",
|
|
4096
4320
|
value: input3.q
|
|
4097
4321
|
})].every((flag) => flag);
|
|
4098
|
-
const $
|
|
4322
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4099
4323
|
path: _path2 + ".hiddenValues",
|
|
4100
4324
|
expected: "(HiddenValues | undefined)",
|
|
4101
4325
|
value: input3.hiddenValues
|
|
@@ -4123,12 +4347,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4123
4347
|
path: _path2 + ".knots",
|
|
4124
4348
|
expected: "Array<__type>.o3",
|
|
4125
4349
|
value: input3.knots
|
|
4126
|
-
})) && input3.knots.map((elem,
|
|
4127
|
-
path: _path2 + ".knots[" +
|
|
4350
|
+
})) && input3.knots.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4351
|
+
path: _path2 + ".knots[" + _index73 + "]",
|
|
4128
4352
|
expected: "__type.o11",
|
|
4129
4353
|
value: elem
|
|
4130
|
-
})) && $
|
|
4131
|
-
path: _path2 + ".knots[" +
|
|
4354
|
+
})) && $vo75(elem, _path2 + ".knots[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4355
|
+
path: _path2 + ".knots[" + _index73 + "]",
|
|
4132
4356
|
expected: "__type.o11",
|
|
4133
4357
|
value: elem
|
|
4134
4358
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4144,12 +4368,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4144
4368
|
expected: "undefined",
|
|
4145
4369
|
value: input3.type
|
|
4146
4370
|
}))].every((flag) => flag);
|
|
4147
|
-
const $
|
|
4371
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
4148
4372
|
path: _path2 + ".value",
|
|
4149
4373
|
expected: "number",
|
|
4150
4374
|
value: input3.value
|
|
4151
4375
|
})].every((flag) => flag);
|
|
4152
|
-
const $
|
|
4376
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4153
4377
|
path: _path2 + ".id",
|
|
4154
4378
|
expected: "(string | undefined)",
|
|
4155
4379
|
value: input3.id
|
|
@@ -4189,12 +4413,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4189
4413
|
path: _path2 + ".q",
|
|
4190
4414
|
expected: "GvValuesQ",
|
|
4191
4415
|
value: input3.q
|
|
4192
|
-
})) && $
|
|
4416
|
+
})) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4193
4417
|
path: _path2 + ".q",
|
|
4194
4418
|
expected: "GvValuesQ",
|
|
4195
4419
|
value: input3.q
|
|
4196
4420
|
})].every((flag) => flag);
|
|
4197
|
-
const $
|
|
4421
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4198
4422
|
path: _path2 + ".id",
|
|
4199
4423
|
expected: "string",
|
|
4200
4424
|
value: input3.id
|
|
@@ -4210,8 +4434,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4210
4434
|
path: _path2 + ".child_types",
|
|
4211
4435
|
expected: "(Array<string> | undefined)",
|
|
4212
4436
|
value: input3.child_types
|
|
4213
|
-
})) && input3.child_types.map((elem,
|
|
4214
|
-
path: _path2 + ".child_types[" +
|
|
4437
|
+
})) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4438
|
+
path: _path2 + ".child_types[" + _index74 + "]",
|
|
4215
4439
|
expected: "string",
|
|
4216
4440
|
value: elem
|
|
4217
4441
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4226,8 +4450,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4226
4450
|
path: _path2 + ".included_types",
|
|
4227
4451
|
expected: "(Array<string> | undefined)",
|
|
4228
4452
|
value: input3.included_types
|
|
4229
|
-
})) && input3.included_types.map((elem,
|
|
4230
|
-
path: _path2 + ".included_types[" +
|
|
4453
|
+
})) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4454
|
+
path: _path2 + ".included_types[" + _index75 + "]",
|
|
4231
4455
|
expected: "string",
|
|
4232
4456
|
value: elem
|
|
4233
4457
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4282,12 +4506,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4282
4506
|
path: _path2 + ".genes",
|
|
4283
4507
|
expected: "Array<GvGeneTerm>",
|
|
4284
4508
|
value: input3.genes
|
|
4285
|
-
})) && input3.genes.map((elem,
|
|
4286
|
-
path: _path2 + ".genes[" +
|
|
4509
|
+
})) && input3.genes.map((elem, _index76) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4510
|
+
path: _path2 + ".genes[" + _index76 + "]",
|
|
4287
4511
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4288
4512
|
value: elem
|
|
4289
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
4290
|
-
path: _path2 + ".genes[" +
|
|
4513
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index76 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4514
|
+
path: _path2 + ".genes[" + _index76 + "]",
|
|
4291
4515
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4292
4516
|
value: elem
|
|
4293
4517
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4298,7 +4522,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4298
4522
|
path: _path2 + ".groupsetting",
|
|
4299
4523
|
expected: "TermGroupSetting",
|
|
4300
4524
|
value: input3.groupsetting
|
|
4301
|
-
})) && $
|
|
4525
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4302
4526
|
path: _path2 + ".groupsetting",
|
|
4303
4527
|
expected: "TermGroupSetting",
|
|
4304
4528
|
value: input3.groupsetting
|
|
@@ -4306,12 +4530,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4306
4530
|
path: _path2 + ".childTerms",
|
|
4307
4531
|
expected: "Array<DtTerm>",
|
|
4308
4532
|
value: input3.childTerms
|
|
4309
|
-
})) && input3.childTerms.map((elem,
|
|
4310
|
-
path: _path2 + ".childTerms[" +
|
|
4533
|
+
})) && input3.childTerms.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4534
|
+
path: _path2 + ".childTerms[" + _index77 + "]",
|
|
4311
4535
|
expected: "DtTerm",
|
|
4312
4536
|
value: elem
|
|
4313
|
-
})) && $
|
|
4314
|
-
path: _path2 + ".childTerms[" +
|
|
4537
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4538
|
+
path: _path2 + ".childTerms[" + _index77 + "]",
|
|
4315
4539
|
expected: "DtTerm",
|
|
4316
4540
|
value: elem
|
|
4317
4541
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4319,7 +4543,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4319
4543
|
expected: "Array<DtTerm>",
|
|
4320
4544
|
value: input3.childTerms
|
|
4321
4545
|
})].every((flag) => flag);
|
|
4322
|
-
const $
|
|
4546
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4323
4547
|
path: _path2 + ".id",
|
|
4324
4548
|
expected: "string",
|
|
4325
4549
|
value: input3.id
|
|
@@ -4335,8 +4559,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4335
4559
|
path: _path2 + ".child_types",
|
|
4336
4560
|
expected: "(Array<string> | undefined)",
|
|
4337
4561
|
value: input3.child_types
|
|
4338
|
-
})) && input3.child_types.map((elem,
|
|
4339
|
-
path: _path2 + ".child_types[" +
|
|
4562
|
+
})) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4563
|
+
path: _path2 + ".child_types[" + _index78 + "]",
|
|
4340
4564
|
expected: "string",
|
|
4341
4565
|
value: elem
|
|
4342
4566
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4351,8 +4575,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4351
4575
|
path: _path2 + ".included_types",
|
|
4352
4576
|
expected: "(Array<string> | undefined)",
|
|
4353
4577
|
value: input3.included_types
|
|
4354
|
-
})) && input3.included_types.map((elem,
|
|
4355
|
-
path: _path2 + ".included_types[" +
|
|
4578
|
+
})) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4579
|
+
path: _path2 + ".included_types[" + _index79 + "]",
|
|
4356
4580
|
expected: "string",
|
|
4357
4581
|
value: elem
|
|
4358
4582
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4403,12 +4627,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4403
4627
|
path: _path2 + ".genes",
|
|
4404
4628
|
expected: "Array<GvGeneTerm>",
|
|
4405
4629
|
value: input3.genes
|
|
4406
|
-
})) && input3.genes.map((elem,
|
|
4407
|
-
path: _path2 + ".genes[" +
|
|
4630
|
+
})) && input3.genes.map((elem, _index80) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4631
|
+
path: _path2 + ".genes[" + _index80 + "]",
|
|
4408
4632
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4409
4633
|
value: elem
|
|
4410
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
4411
|
-
path: _path2 + ".genes[" +
|
|
4634
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index80 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4635
|
+
path: _path2 + ".genes[" + _index80 + "]",
|
|
4412
4636
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4413
4637
|
value: elem
|
|
4414
4638
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4419,7 +4643,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4419
4643
|
path: _path2 + ".groupsetting",
|
|
4420
4644
|
expected: "TermGroupSetting",
|
|
4421
4645
|
value: input3.groupsetting
|
|
4422
|
-
})) && $
|
|
4646
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4423
4647
|
path: _path2 + ".groupsetting",
|
|
4424
4648
|
expected: "TermGroupSetting",
|
|
4425
4649
|
value: input3.groupsetting
|
|
@@ -4427,12 +4651,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4427
4651
|
path: _path2 + ".childTerms",
|
|
4428
4652
|
expected: "Array<DtTerm>",
|
|
4429
4653
|
value: input3.childTerms
|
|
4430
|
-
})) && input3.childTerms.map((elem,
|
|
4431
|
-
path: _path2 + ".childTerms[" +
|
|
4654
|
+
})) && input3.childTerms.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4655
|
+
path: _path2 + ".childTerms[" + _index81 + "]",
|
|
4432
4656
|
expected: "DtTerm",
|
|
4433
4657
|
value: elem
|
|
4434
|
-
})) && $
|
|
4435
|
-
path: _path2 + ".childTerms[" +
|
|
4658
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4659
|
+
path: _path2 + ".childTerms[" + _index81 + "]",
|
|
4436
4660
|
expected: "DtTerm",
|
|
4437
4661
|
value: elem
|
|
4438
4662
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4440,7 +4664,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4440
4664
|
expected: "Array<DtTerm>",
|
|
4441
4665
|
value: input3.childTerms
|
|
4442
4666
|
})].every((flag) => flag);
|
|
4443
|
-
const $
|
|
4667
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4444
4668
|
path: _path2 + ".hiddenValues",
|
|
4445
4669
|
expected: "(HiddenValues | undefined)",
|
|
4446
4670
|
value: input3.hiddenValues
|
|
@@ -4481,7 +4705,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4481
4705
|
expected: '"values"',
|
|
4482
4706
|
value: input3.type
|
|
4483
4707
|
})].every((flag) => flag);
|
|
4484
|
-
const $
|
|
4708
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4485
4709
|
path: _path2 + ".id",
|
|
4486
4710
|
expected: "(string | undefined)",
|
|
4487
4711
|
value: input3.id
|
|
@@ -4521,12 +4745,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4521
4745
|
path: _path2 + ".q",
|
|
4522
4746
|
expected: "GvPredefinedGsQ",
|
|
4523
4747
|
value: input3.q
|
|
4524
|
-
})) && $
|
|
4748
|
+
})) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4525
4749
|
path: _path2 + ".q",
|
|
4526
4750
|
expected: "GvPredefinedGsQ",
|
|
4527
4751
|
value: input3.q
|
|
4528
4752
|
})].every((flag) => flag);
|
|
4529
|
-
const $
|
|
4753
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4530
4754
|
path: _path2 + ".hiddenValues",
|
|
4531
4755
|
expected: "(HiddenValues | undefined)",
|
|
4532
4756
|
value: input3.hiddenValues
|
|
@@ -4575,7 +4799,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4575
4799
|
expected: "Array<any>",
|
|
4576
4800
|
value: input3.dtLst
|
|
4577
4801
|
})].every((flag) => flag);
|
|
4578
|
-
const $
|
|
4802
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4579
4803
|
path: _path2 + ".id",
|
|
4580
4804
|
expected: "(string | undefined)",
|
|
4581
4805
|
value: input3.id
|
|
@@ -4615,12 +4839,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4615
4839
|
path: _path2 + ".q",
|
|
4616
4840
|
expected: "GvCustomGsQ",
|
|
4617
4841
|
value: input3.q
|
|
4618
|
-
})) && $
|
|
4842
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4619
4843
|
path: _path2 + ".q",
|
|
4620
4844
|
expected: "GvCustomGsQ",
|
|
4621
4845
|
value: input3.q
|
|
4622
4846
|
})].every((flag) => flag);
|
|
4623
|
-
const $
|
|
4847
|
+
const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4624
4848
|
path: _path2 + ".hiddenValues",
|
|
4625
4849
|
expected: "(HiddenValues | undefined)",
|
|
4626
4850
|
value: input3.hiddenValues
|
|
@@ -4664,7 +4888,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4664
4888
|
path: _path2 + ".customset",
|
|
4665
4889
|
expected: "BaseGroupSet",
|
|
4666
4890
|
value: input3.customset
|
|
4667
|
-
})) && $
|
|
4891
|
+
})) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
4668
4892
|
path: _path2 + ".customset",
|
|
4669
4893
|
expected: "BaseGroupSet",
|
|
4670
4894
|
value: input3.customset
|
|
@@ -4673,7 +4897,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4673
4897
|
expected: "Array<any>",
|
|
4674
4898
|
value: input3.dtLst
|
|
4675
4899
|
})].every((flag) => flag);
|
|
4676
|
-
const $
|
|
4900
|
+
const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4677
4901
|
path: _path2 + ".id",
|
|
4678
4902
|
expected: "(string | undefined)",
|
|
4679
4903
|
value: input3.id
|
|
@@ -4705,7 +4929,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4705
4929
|
path: _path2 + ".term",
|
|
4706
4930
|
expected: "ConditionTerm",
|
|
4707
4931
|
value: input3.term
|
|
4708
|
-
})) && $
|
|
4932
|
+
})) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4709
4933
|
path: _path2 + ".term",
|
|
4710
4934
|
expected: "ConditionTerm",
|
|
4711
4935
|
value: input3.term
|
|
@@ -4718,7 +4942,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4718
4942
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
4719
4943
|
value: input3.q
|
|
4720
4944
|
})].every((flag) => flag);
|
|
4721
|
-
const $
|
|
4945
|
+
const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4722
4946
|
path: _path2 + ".hiddenValues",
|
|
4723
4947
|
expected: "(HiddenValues | undefined)",
|
|
4724
4948
|
value: input3.hiddenValues
|
|
@@ -4758,8 +4982,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4758
4982
|
path: _path2 + ".breaks",
|
|
4759
4983
|
expected: "(Array<number> | undefined)",
|
|
4760
4984
|
value: input3.breaks
|
|
4761
|
-
})) && input3.breaks.map((elem,
|
|
4762
|
-
path: _path2 + ".breaks[" +
|
|
4985
|
+
})) && input3.breaks.map((elem, _index82) => "number" === typeof elem || $report(_exceptionable2, {
|
|
4986
|
+
path: _path2 + ".breaks[" + _index82 + "]",
|
|
4763
4987
|
expected: "number",
|
|
4764
4988
|
value: elem
|
|
4765
4989
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4779,7 +5003,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4779
5003
|
expected: "(boolean | undefined)",
|
|
4780
5004
|
value: input3.value_by_computable_grade
|
|
4781
5005
|
}), true].every((flag) => flag);
|
|
4782
|
-
const $
|
|
5006
|
+
const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4783
5007
|
path: _path2 + ".hiddenValues",
|
|
4784
5008
|
expected: "(HiddenValues | undefined)",
|
|
4785
5009
|
value: input3.hiddenValues
|
|
@@ -4812,7 +5036,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4812
5036
|
expected: "true",
|
|
4813
5037
|
value: input3.bar_by_children
|
|
4814
5038
|
}), true].every((flag) => flag);
|
|
4815
|
-
const $
|
|
5039
|
+
const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4816
5040
|
path: _path2 + ".id",
|
|
4817
5041
|
expected: "(string | undefined)",
|
|
4818
5042
|
value: input3.id
|
|
@@ -4844,7 +5068,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4844
5068
|
path: _path2 + ".q",
|
|
4845
5069
|
expected: "SnpsQ",
|
|
4846
5070
|
value: input3.q
|
|
4847
|
-
})) && $
|
|
5071
|
+
})) && $vo88(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4848
5072
|
path: _path2 + ".q",
|
|
4849
5073
|
expected: "SnpsQ",
|
|
4850
5074
|
value: input3.q
|
|
@@ -4852,12 +5076,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4852
5076
|
path: _path2 + ".term",
|
|
4853
5077
|
expected: "SnpsTerm",
|
|
4854
5078
|
value: input3.term
|
|
4855
|
-
})) && $
|
|
5079
|
+
})) && $vo90(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4856
5080
|
path: _path2 + ".term",
|
|
4857
5081
|
expected: "SnpsTerm",
|
|
4858
5082
|
value: input3.term
|
|
4859
5083
|
})].every((flag) => flag);
|
|
4860
|
-
const $
|
|
5084
|
+
const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4861
5085
|
path: _path2 + ".hiddenValues",
|
|
4862
5086
|
expected: "(HiddenValues | undefined)",
|
|
4863
5087
|
value: input3.hiddenValues
|
|
@@ -4905,7 +5129,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4905
5129
|
path: _path2 + ".restrictAncestry",
|
|
4906
5130
|
expected: "RestrictAncestry",
|
|
4907
5131
|
value: input3.restrictAncestry
|
|
4908
|
-
})) && $
|
|
5132
|
+
})) && $vo89(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
4909
5133
|
path: _path2 + ".restrictAncestry",
|
|
4910
5134
|
expected: "RestrictAncestry",
|
|
4911
5135
|
value: input3.restrictAncestry
|
|
@@ -4930,7 +5154,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4930
5154
|
expected: "number",
|
|
4931
5155
|
value: input3.stop
|
|
4932
5156
|
})].every((flag) => flag);
|
|
4933
|
-
const $
|
|
5157
|
+
const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4934
5158
|
path: _path2 + ".name",
|
|
4935
5159
|
expected: "string",
|
|
4936
5160
|
value: input3.name
|
|
@@ -4943,7 +5167,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4943
5167
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4944
5168
|
value: input3.tvs
|
|
4945
5169
|
})].every((flag) => flag);
|
|
4946
|
-
const $
|
|
5170
|
+
const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4947
5171
|
path: _path2 + ".id",
|
|
4948
5172
|
expected: "string",
|
|
4949
5173
|
value: input3.id
|
|
@@ -4959,8 +5183,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4959
5183
|
path: _path2 + ".child_types",
|
|
4960
5184
|
expected: "(Array<string> | undefined)",
|
|
4961
5185
|
value: input3.child_types
|
|
4962
|
-
})) && input3.child_types.map((elem,
|
|
4963
|
-
path: _path2 + ".child_types[" +
|
|
5186
|
+
})) && input3.child_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5187
|
+
path: _path2 + ".child_types[" + _index83 + "]",
|
|
4964
5188
|
expected: "string",
|
|
4965
5189
|
value: elem
|
|
4966
5190
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4975,8 +5199,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4975
5199
|
path: _path2 + ".included_types",
|
|
4976
5200
|
expected: "(Array<string> | undefined)",
|
|
4977
5201
|
value: input3.included_types
|
|
4978
|
-
})) && input3.included_types.map((elem,
|
|
4979
|
-
path: _path2 + ".included_types[" +
|
|
5202
|
+
})) && input3.included_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5203
|
+
path: _path2 + ".included_types[" + _index84 + "]",
|
|
4980
5204
|
expected: "string",
|
|
4981
5205
|
value: elem
|
|
4982
5206
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5015,12 +5239,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
5015
5239
|
path: _path2 + ".snps",
|
|
5016
5240
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5017
5241
|
value: input3.snps
|
|
5018
|
-
})) && input3.snps.map((elem,
|
|
5019
|
-
path: _path2 + ".snps[" +
|
|
5242
|
+
})) && input3.snps.map((elem, _index85) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5243
|
+
path: _path2 + ".snps[" + _index85 + "]",
|
|
5020
5244
|
expected: "SnpsEntry",
|
|
5021
5245
|
value: elem
|
|
5022
|
-
})) && $
|
|
5023
|
-
path: _path2 + ".snps[" +
|
|
5246
|
+
})) && $vo91(elem, _path2 + ".snps[" + _index85 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5247
|
+
path: _path2 + ".snps[" + _index85 + "]",
|
|
5024
5248
|
expected: "SnpsEntry",
|
|
5025
5249
|
value: elem
|
|
5026
5250
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5028,12 +5252,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
5028
5252
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5029
5253
|
value: input3.snps
|
|
5030
5254
|
})].every((flag) => flag);
|
|
5031
|
-
const $
|
|
5255
|
+
const $vo91 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
5032
5256
|
path: _path2 + ".altAlleles",
|
|
5033
5257
|
expected: "(Array<string> | undefined)",
|
|
5034
5258
|
value: input3.altAlleles
|
|
5035
|
-
})) && input3.altAlleles.map((elem,
|
|
5036
|
-
path: _path2 + ".altAlleles[" +
|
|
5259
|
+
})) && input3.altAlleles.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5260
|
+
path: _path2 + ".altAlleles[" + _index86 + "]",
|
|
5037
5261
|
expected: "string",
|
|
5038
5262
|
value: elem
|
|
5039
5263
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5044,12 +5268,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
5044
5268
|
path: _path2 + ".alleles",
|
|
5045
5269
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
5046
5270
|
value: input3.alleles
|
|
5047
|
-
})) && input3.alleles.map((elem,
|
|
5048
|
-
path: _path2 + ".alleles[" +
|
|
5271
|
+
})) && input3.alleles.map((elem, _index87) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5272
|
+
path: _path2 + ".alleles[" + _index87 + "]",
|
|
5049
5273
|
expected: "AllelesEntry",
|
|
5050
5274
|
value: elem
|
|
5051
|
-
})) && $
|
|
5052
|
-
path: _path2 + ".alleles[" +
|
|
5275
|
+
})) && $vo92(elem, _path2 + ".alleles[" + _index87 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5276
|
+
path: _path2 + ".alleles[" + _index87 + "]",
|
|
5053
5277
|
expected: "AllelesEntry",
|
|
5054
5278
|
value: elem
|
|
5055
5279
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5064,7 +5288,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5064
5288
|
path: _path2 + ".gt2count",
|
|
5065
5289
|
expected: "(__type.o12 | undefined)",
|
|
5066
5290
|
value: input3.gt2count
|
|
5067
|
-
})) && $
|
|
5291
|
+
})) && $vo93(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
5068
5292
|
path: _path2 + ".gt2count",
|
|
5069
5293
|
expected: "(__type.o12 | undefined)",
|
|
5070
5294
|
value: input3.gt2count
|
|
@@ -5093,7 +5317,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5093
5317
|
expected: "(number | undefined)",
|
|
5094
5318
|
value: input3.pos
|
|
5095
5319
|
})].every((flag) => flag);
|
|
5096
|
-
const $
|
|
5320
|
+
const $vo92 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
5097
5321
|
path: _path2 + ".allele",
|
|
5098
5322
|
expected: "string",
|
|
5099
5323
|
value: input3.allele
|
|
@@ -5106,7 +5330,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5106
5330
|
expected: "boolean",
|
|
5107
5331
|
value: input3.isRef
|
|
5108
5332
|
})].every((flag) => flag);
|
|
5109
|
-
const $
|
|
5333
|
+
const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
5110
5334
|
path: _path2 + ".k",
|
|
5111
5335
|
expected: "string",
|
|
5112
5336
|
value: input3.k
|
|
@@ -5115,7 +5339,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5115
5339
|
expected: "(number | string)",
|
|
5116
5340
|
value: input3.v
|
|
5117
5341
|
})].every((flag) => flag);
|
|
5118
|
-
const $
|
|
5342
|
+
const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5119
5343
|
path: _path2 + ".id",
|
|
5120
5344
|
expected: "(string | undefined)",
|
|
5121
5345
|
value: input3.id
|
|
@@ -5147,7 +5371,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5147
5371
|
path: _path2 + ".term",
|
|
5148
5372
|
expected: "NumericTermCollection",
|
|
5149
5373
|
value: input3.term
|
|
5150
|
-
})) && $
|
|
5374
|
+
})) && $vo51(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5151
5375
|
path: _path2 + ".term",
|
|
5152
5376
|
expected: "NumericTermCollection",
|
|
5153
5377
|
value: input3.term
|
|
@@ -5155,12 +5379,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
5155
5379
|
path: _path2 + ".q",
|
|
5156
5380
|
expected: "TermCollectionQCont",
|
|
5157
5381
|
value: input3.q
|
|
5158
|
-
})) && $
|
|
5382
|
+
})) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5159
5383
|
path: _path2 + ".q",
|
|
5160
5384
|
expected: "TermCollectionQCont",
|
|
5161
5385
|
value: input3.q
|
|
5162
5386
|
})].every((flag) => flag);
|
|
5163
|
-
const $
|
|
5387
|
+
const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5164
5388
|
path: _path2 + ".hiddenValues",
|
|
5165
5389
|
expected: "(HiddenValues | undefined)",
|
|
5166
5390
|
value: input3.hiddenValues
|
|
@@ -5192,8 +5416,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
5192
5416
|
path: _path2 + ".lst",
|
|
5193
5417
|
expected: "Array<string>",
|
|
5194
5418
|
value: input3.lst
|
|
5195
|
-
})) && input3.lst.map((elem,
|
|
5196
|
-
path: _path2 + ".lst[" +
|
|
5419
|
+
})) && input3.lst.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5420
|
+
path: _path2 + ".lst[" + _index88 + "]",
|
|
5197
5421
|
expected: "string",
|
|
5198
5422
|
value: elem
|
|
5199
5423
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5204,8 +5428,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
5204
5428
|
path: _path2 + ".numerators",
|
|
5205
5429
|
expected: "(Array<string> | undefined)",
|
|
5206
5430
|
value: input3.numerators
|
|
5207
|
-
})) && input3.numerators.map((elem,
|
|
5208
|
-
path: _path2 + ".numerators[" +
|
|
5431
|
+
})) && input3.numerators.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5432
|
+
path: _path2 + ".numerators[" + _index89 + "]",
|
|
5209
5433
|
expected: "string",
|
|
5210
5434
|
value: elem
|
|
5211
5435
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5213,7 +5437,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5213
5437
|
expected: "(Array<string> | undefined)",
|
|
5214
5438
|
value: input3.numerators
|
|
5215
5439
|
})].every((flag) => flag);
|
|
5216
|
-
const $
|
|
5440
|
+
const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5217
5441
|
path: _path2 + ".id",
|
|
5218
5442
|
expected: "(string | undefined)",
|
|
5219
5443
|
value: input3.id
|
|
@@ -5245,7 +5469,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5245
5469
|
path: _path2 + ".term",
|
|
5246
5470
|
expected: "CategoricalTermCollection",
|
|
5247
5471
|
value: input3.term
|
|
5248
|
-
})) && $
|
|
5472
|
+
})) && $vo56(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5249
5473
|
path: _path2 + ".term",
|
|
5250
5474
|
expected: "CategoricalTermCollection",
|
|
5251
5475
|
value: input3.term
|
|
@@ -5253,12 +5477,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
5253
5477
|
path: _path2 + ".q",
|
|
5254
5478
|
expected: "TermCollectionQQual",
|
|
5255
5479
|
value: input3.q
|
|
5256
|
-
})) && $
|
|
5480
|
+
})) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5257
5481
|
path: _path2 + ".q",
|
|
5258
5482
|
expected: "TermCollectionQQual",
|
|
5259
5483
|
value: input3.q
|
|
5260
5484
|
})].every((flag) => flag);
|
|
5261
|
-
const $
|
|
5485
|
+
const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5262
5486
|
path: _path2 + ".hiddenValues",
|
|
5263
5487
|
expected: "(HiddenValues | undefined)",
|
|
5264
5488
|
value: input3.hiddenValues
|
|
@@ -5290,8 +5514,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
5290
5514
|
path: _path2 + ".lst",
|
|
5291
5515
|
expected: "Array<string>",
|
|
5292
5516
|
value: input3.lst
|
|
5293
|
-
})) && input3.lst.map((elem,
|
|
5294
|
-
path: _path2 + ".lst[" +
|
|
5517
|
+
})) && input3.lst.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5518
|
+
path: _path2 + ".lst[" + _index90 + "]",
|
|
5295
5519
|
expected: "string",
|
|
5296
5520
|
value: elem
|
|
5297
5521
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5302,12 +5526,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
5302
5526
|
path: _path2 + ".categoryKeys",
|
|
5303
5527
|
expected: "(Array<CategoryKey> | undefined)",
|
|
5304
5528
|
value: input3.categoryKeys
|
|
5305
|
-
})) && input3.categoryKeys.map((elem,
|
|
5306
|
-
path: _path2 + ".categoryKeys[" +
|
|
5529
|
+
})) && input3.categoryKeys.map((elem, _index91) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5530
|
+
path: _path2 + ".categoryKeys[" + _index91 + "]",
|
|
5307
5531
|
expected: "CategoryKey",
|
|
5308
5532
|
value: elem
|
|
5309
|
-
})) && $
|
|
5310
|
-
path: _path2 + ".categoryKeys[" +
|
|
5533
|
+
})) && $vo57(elem, _path2 + ".categoryKeys[" + _index91 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5534
|
+
path: _path2 + ".categoryKeys[" + _index91 + "]",
|
|
5311
5535
|
expected: "CategoryKey",
|
|
5312
5536
|
value: elem
|
|
5313
5537
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5332,14 +5556,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
5332
5556
|
if (true === input3.stopunbounded)
|
|
5333
5557
|
return $vo18(input3, _path2, _exceptionable2);
|
|
5334
5558
|
if (void 0 !== input3.value)
|
|
5335
|
-
return $
|
|
5559
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
5336
5560
|
return $vo17(input3, _path2, _exceptionable2);
|
|
5337
5561
|
})();
|
|
5338
5562
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5339
5563
|
if ("gene" === input3.kind)
|
|
5340
|
-
return $
|
|
5564
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
5341
5565
|
if ("coord" === input3.kind)
|
|
5342
|
-
return $
|
|
5566
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
5343
5567
|
return $report(_exceptionable2, {
|
|
5344
5568
|
path: _path2,
|
|
5345
5569
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -5348,9 +5572,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5348
5572
|
})();
|
|
5349
5573
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5350
5574
|
if ("string" === typeof input3.type)
|
|
5351
|
-
return $vo43(input3, _path2, _exceptionable2);
|
|
5352
|
-
if ("filter" === input3.type)
|
|
5353
5575
|
return $vo45(input3, _path2, _exceptionable2);
|
|
5576
|
+
if ("filter" === input3.type)
|
|
5577
|
+
return $vo47(input3, _path2, _exceptionable2);
|
|
5354
5578
|
return $report(_exceptionable2, {
|
|
5355
5579
|
path: _path2,
|
|
5356
5580
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -5388,33 +5612,33 @@ var validDescrStatsRequest = (input) => {
|
|
|
5388
5612
|
})();
|
|
5389
5613
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5390
5614
|
if ("TermCollectionTWQual" === input3.type)
|
|
5391
|
-
return $
|
|
5615
|
+
return $vo96(input3, _path2, _exceptionable2);
|
|
5392
5616
|
if ("TermCollectionTWCont" === input3.type)
|
|
5393
|
-
return $
|
|
5617
|
+
return $vo94(input3, _path2, _exceptionable2);
|
|
5394
5618
|
if ("SnpsTW" === input3.type)
|
|
5395
|
-
return $
|
|
5619
|
+
return $vo87(input3, _path2, _exceptionable2);
|
|
5396
5620
|
if ("ConditionTW" === input3.type)
|
|
5397
|
-
return $
|
|
5621
|
+
return $vo84(input3, _path2, _exceptionable2);
|
|
5398
5622
|
if ("GvCustomGsTW" === input3.type)
|
|
5399
|
-
return $
|
|
5623
|
+
return $vo82(input3, _path2, _exceptionable2);
|
|
5400
5624
|
if ("GvPredefinedGsTW" === input3.type)
|
|
5401
|
-
return $
|
|
5625
|
+
return $vo80(input3, _path2, _exceptionable2);
|
|
5402
5626
|
if ("GvValuesTW" === input3.type)
|
|
5403
|
-
return $
|
|
5627
|
+
return $vo76(input3, _path2, _exceptionable2);
|
|
5404
5628
|
if ("NumTWSpline" === input3.type)
|
|
5405
|
-
return $
|
|
5629
|
+
return $vo73(input3, _path2, _exceptionable2);
|
|
5406
5630
|
if ("NumTWCont" === input3.type)
|
|
5407
|
-
return $
|
|
5631
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
5408
5632
|
if ("NumTWBinary" === input3.type)
|
|
5409
|
-
return $
|
|
5633
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
5410
5634
|
if ("NumTWCustomBin" === input3.type)
|
|
5411
|
-
return $
|
|
5635
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
5412
5636
|
if ("NumTWRegularBin" === input3.type)
|
|
5413
|
-
return $
|
|
5637
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
5414
5638
|
if ("QualTWCustomGS" === input3.type)
|
|
5415
|
-
return $
|
|
5639
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
5416
5640
|
if ("QualTWPredefinedGS" === input3.type)
|
|
5417
|
-
return $
|
|
5641
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
5418
5642
|
if ("QualTWValues" === input3.type)
|
|
5419
5643
|
return $vo1(input3, _path2, _exceptionable2);
|
|
5420
5644
|
return $report(_exceptionable2, {
|
|
@@ -5427,9 +5651,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5427
5651
|
if ("categorical" === input3.type)
|
|
5428
5652
|
return $vo3(input3, _path2, _exceptionable2);
|
|
5429
5653
|
if ("snp" === input3.type)
|
|
5430
|
-
return $
|
|
5654
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
5431
5655
|
if ("singleCellCellType" === input3.type)
|
|
5432
|
-
return $
|
|
5656
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
5433
5657
|
return $report(_exceptionable2, {
|
|
5434
5658
|
path: _path2,
|
|
5435
5659
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -5440,23 +5664,23 @@ var validDescrStatsRequest = (input) => {
|
|
|
5440
5664
|
if (void 0 !== input3.ranges)
|
|
5441
5665
|
return $vo9(input3, _path2, _exceptionable2);
|
|
5442
5666
|
if (void 0 !== input3.ratio)
|
|
5443
|
-
return $
|
|
5444
|
-
return $vo8(input3, _path2, false) || $
|
|
5667
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
5668
|
+
return $vo8(input3, _path2, false) || $vo34(input3, _path2, false) || $vo38(input3, _path2, false);
|
|
5445
5669
|
})();
|
|
5446
5670
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5447
5671
|
if ("integer" === input3.type || "float" === input3.type)
|
|
5448
5672
|
return $vo10(input3, _path2, _exceptionable2);
|
|
5449
5673
|
if ("metaboliteIntensity" === input3.type)
|
|
5450
|
-
return $
|
|
5674
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
5451
5675
|
if ("proteomeAbundance" === input3.type)
|
|
5452
|
-
return $vo23(input3, _path2, _exceptionable2);
|
|
5453
|
-
if ("date" === input3.type)
|
|
5454
5676
|
return $vo25(input3, _path2, _exceptionable2);
|
|
5677
|
+
if ("date" === input3.type)
|
|
5678
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
5455
5679
|
if ("ssGSEA" === input3.type)
|
|
5456
|
-
return $
|
|
5680
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
5457
5681
|
if ("dnaMethylation" === input3.type)
|
|
5458
|
-
return $
|
|
5459
|
-
return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $
|
|
5682
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
5683
|
+
return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $vo23(input3, _path2, false) || $vo22(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
5460
5684
|
})();
|
|
5461
5685
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5462
5686
|
if ("regular-bin" === input3.type)
|
|
@@ -5471,9 +5695,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5471
5695
|
})();
|
|
5472
5696
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5473
5697
|
if ("gene" === input3.kind)
|
|
5474
|
-
return $
|
|
5698
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
5475
5699
|
if ("coord" === input3.kind)
|
|
5476
|
-
return $
|
|
5700
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
5477
5701
|
return $report(_exceptionable2, {
|
|
5478
5702
|
path: _path2,
|
|
5479
5703
|
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; })',
|
|
@@ -5482,9 +5706,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5482
5706
|
})();
|
|
5483
5707
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5484
5708
|
if ("numeric" === input3.memberType)
|
|
5485
|
-
return $
|
|
5709
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
5486
5710
|
if ("categorical" === input3.memberType)
|
|
5487
|
-
return $
|
|
5711
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
5488
5712
|
return $report(_exceptionable2, {
|
|
5489
5713
|
path: _path2,
|
|
5490
5714
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|
|
@@ -5493,9 +5717,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5493
5717
|
})();
|
|
5494
5718
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5495
5719
|
if ("gene" === input3.kind)
|
|
5496
|
-
return $
|
|
5720
|
+
return $vo77(input3, _path2, _exceptionable2);
|
|
5497
5721
|
if ("coord" === input3.kind)
|
|
5498
|
-
return $
|
|
5722
|
+
return $vo78(input3, _path2, _exceptionable2);
|
|
5499
5723
|
return $report(_exceptionable2, {
|
|
5500
5724
|
path: _path2,
|
|
5501
5725
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -5504,9 +5728,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5504
5728
|
})();
|
|
5505
5729
|
const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5506
5730
|
if ("grade" === input3.valueFor)
|
|
5507
|
-
return $
|
|
5731
|
+
return $vo85(input3, _path2, _exceptionable2);
|
|
5508
5732
|
if ("children" === input3.valueFor)
|
|
5509
|
-
return $
|
|
5733
|
+
return $vo86(input3, _path2, _exceptionable2);
|
|
5510
5734
|
return $report(_exceptionable2, {
|
|
5511
5735
|
path: _path2,
|
|
5512
5736
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|