@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 validCategoriesRequest = (input) => {
|
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
61
61
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu7(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true;
|
|
62
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $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 validCategoriesRequest = (input) => {
|
|
|
68
68
|
return true;
|
|
69
69
|
return true;
|
|
70
70
|
});
|
|
71
|
-
const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
71
|
+
const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $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 validCategoriesRequest = (input) => {
|
|
|
83
83
|
const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem))) && (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 validCategoriesRequest = (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 validCategoriesRequest = (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 validCategoriesRequest = (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 validCategoriesRequest = (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 validCategoriesRequest = (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 validCategoriesRequest = (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 validCategoriesRequest = (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 validCategoriesRequest = (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);
|
|
@@ -449,7 +455,7 @@ var validCategoriesRequest = (input) => {
|
|
|
449
455
|
path: _path2 + ".q",
|
|
450
456
|
expected: "ValuesQ",
|
|
451
457
|
value: input3.q
|
|
452
|
-
})) && $
|
|
458
|
+
})) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
453
459
|
path: _path2 + ".q",
|
|
454
460
|
expected: "ValuesQ",
|
|
455
461
|
value: input3.q
|
|
@@ -534,7 +540,7 @@ var validCategoriesRequest = (input) => {
|
|
|
534
540
|
path: _path2 + ".groupsetting",
|
|
535
541
|
expected: "TermGroupSetting",
|
|
536
542
|
value: input3.groupsetting
|
|
537
|
-
})) && $
|
|
543
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
538
544
|
path: _path2 + ".groupsetting",
|
|
539
545
|
expected: "TermGroupSetting",
|
|
540
546
|
value: input3.groupsetting
|
|
@@ -739,11 +745,11 @@ var validCategoriesRequest = (input) => {
|
|
|
739
745
|
value: input3.value_by_computable_grade
|
|
740
746
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
741
747
|
path: _path2 + ".term",
|
|
742
|
-
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)',
|
|
748
|
+
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)',
|
|
743
749
|
value: input3.term
|
|
744
750
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
745
751
|
path: _path2 + ".term",
|
|
746
|
-
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)',
|
|
752
|
+
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)',
|
|
747
753
|
value: input3.term
|
|
748
754
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
749
755
|
path: _path2 + ".ranges",
|
|
@@ -769,7 +775,7 @@ var validCategoriesRequest = (input) => {
|
|
|
769
775
|
path: _path2 + ".values[" + _index7 + "]",
|
|
770
776
|
expected: "__type.o5",
|
|
771
777
|
value: elem
|
|
772
|
-
})) && $
|
|
778
|
+
})) && $vo33(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
773
779
|
path: _path2 + ".values[" + _index7 + "]",
|
|
774
780
|
expected: "__type.o5",
|
|
775
781
|
value: elem
|
|
@@ -1383,9 +1389,9 @@ var validCategoriesRequest = (input) => {
|
|
|
1383
1389
|
path: _path2 + ".name",
|
|
1384
1390
|
expected: "string",
|
|
1385
1391
|
value: input3.name
|
|
1386
|
-
}), "
|
|
1392
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1387
1393
|
path: _path2 + ".type",
|
|
1388
|
-
expected: '"
|
|
1394
|
+
expected: '"isoformExpression"',
|
|
1389
1395
|
value: input3.type
|
|
1390
1396
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1391
1397
|
path: _path2 + ".child_types",
|
|
@@ -1451,6 +1457,224 @@ var validCategoriesRequest = (input) => {
|
|
|
1451
1457
|
path: _path2 + ".unit",
|
|
1452
1458
|
expected: "(string | undefined)",
|
|
1453
1459
|
value: input3.unit
|
|
1460
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1461
|
+
path: _path2 + ".bins",
|
|
1462
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1463
|
+
value: input3.bins
|
|
1464
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1465
|
+
path: _path2 + ".bins",
|
|
1466
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1467
|
+
value: input3.bins
|
|
1468
|
+
}), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
|
|
1469
|
+
path: _path2 + ".kind",
|
|
1470
|
+
expected: '("isoform" | undefined)',
|
|
1471
|
+
value: input3.kind
|
|
1472
|
+
}), "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1473
|
+
path: _path2 + ".isoform",
|
|
1474
|
+
expected: "string",
|
|
1475
|
+
value: input3.isoform
|
|
1476
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1477
|
+
path: _path2 + ".gene",
|
|
1478
|
+
expected: "(string | undefined)",
|
|
1479
|
+
value: input3.gene
|
|
1480
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1481
|
+
path: _path2 + ".chr",
|
|
1482
|
+
expected: "(string | undefined)",
|
|
1483
|
+
value: input3.chr
|
|
1484
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1485
|
+
path: _path2 + ".start",
|
|
1486
|
+
expected: "(number | undefined)",
|
|
1487
|
+
value: input3.start
|
|
1488
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1489
|
+
path: _path2 + ".stop",
|
|
1490
|
+
expected: "(number | undefined)",
|
|
1491
|
+
value: input3.stop
|
|
1492
|
+
})].every((flag) => flag);
|
|
1493
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1494
|
+
path: _path2 + ".id",
|
|
1495
|
+
expected: "string",
|
|
1496
|
+
value: input3.id
|
|
1497
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1498
|
+
path: _path2 + ".name",
|
|
1499
|
+
expected: "string",
|
|
1500
|
+
value: input3.name
|
|
1501
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1502
|
+
path: _path2 + ".type",
|
|
1503
|
+
expected: '"isoformExpression"',
|
|
1504
|
+
value: input3.type
|
|
1505
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1506
|
+
path: _path2 + ".child_types",
|
|
1507
|
+
expected: "(Array<string> | undefined)",
|
|
1508
|
+
value: input3.child_types
|
|
1509
|
+
})) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1510
|
+
path: _path2 + ".child_types[" + _index17 + "]",
|
|
1511
|
+
expected: "string",
|
|
1512
|
+
value: elem
|
|
1513
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1514
|
+
path: _path2 + ".child_types",
|
|
1515
|
+
expected: "(Array<string> | undefined)",
|
|
1516
|
+
value: input3.child_types
|
|
1517
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1518
|
+
path: _path2 + ".hashtmldetail",
|
|
1519
|
+
expected: "(boolean | undefined)",
|
|
1520
|
+
value: input3.hashtmldetail
|
|
1521
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1522
|
+
path: _path2 + ".included_types",
|
|
1523
|
+
expected: "(Array<string> | undefined)",
|
|
1524
|
+
value: input3.included_types
|
|
1525
|
+
})) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1526
|
+
path: _path2 + ".included_types[" + _index18 + "]",
|
|
1527
|
+
expected: "string",
|
|
1528
|
+
value: elem
|
|
1529
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1530
|
+
path: _path2 + ".included_types",
|
|
1531
|
+
expected: "(Array<string> | undefined)",
|
|
1532
|
+
value: input3.included_types
|
|
1533
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1534
|
+
path: _path2 + ".isleaf",
|
|
1535
|
+
expected: "(boolean | undefined)",
|
|
1536
|
+
value: input3.isleaf
|
|
1537
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1538
|
+
path: _path2 + ".values",
|
|
1539
|
+
expected: "(TermValues | undefined)",
|
|
1540
|
+
value: input3.values
|
|
1541
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1542
|
+
path: _path2 + ".values",
|
|
1543
|
+
expected: "(TermValues | undefined)",
|
|
1544
|
+
value: input3.values
|
|
1545
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1546
|
+
path: _path2 + ".skipValuesBuild",
|
|
1547
|
+
expected: "(boolean | undefined)",
|
|
1548
|
+
value: input3.skipValuesBuild
|
|
1549
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1550
|
+
path: _path2 + ".valueConversion",
|
|
1551
|
+
expected: "(__type.o2 | undefined)",
|
|
1552
|
+
value: input3.valueConversion
|
|
1553
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1554
|
+
path: _path2 + ".valueConversion",
|
|
1555
|
+
expected: "(__type.o2 | undefined)",
|
|
1556
|
+
value: input3.valueConversion
|
|
1557
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1558
|
+
path: _path2 + ".continuousColorScale",
|
|
1559
|
+
expected: "(__type.o3 | undefined)",
|
|
1560
|
+
value: input3.continuousColorScale
|
|
1561
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1562
|
+
path: _path2 + ".continuousColorScale",
|
|
1563
|
+
expected: "(__type.o3 | undefined)",
|
|
1564
|
+
value: input3.continuousColorScale
|
|
1565
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1566
|
+
path: _path2 + ".unit",
|
|
1567
|
+
expected: "(string | undefined)",
|
|
1568
|
+
value: input3.unit
|
|
1569
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1570
|
+
path: _path2 + ".bins",
|
|
1571
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1572
|
+
value: input3.bins
|
|
1573
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1574
|
+
path: _path2 + ".bins",
|
|
1575
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1576
|
+
value: input3.bins
|
|
1577
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
1578
|
+
path: _path2 + ".kind",
|
|
1579
|
+
expected: '("coord" | undefined)',
|
|
1580
|
+
value: input3.kind
|
|
1581
|
+
}), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1582
|
+
path: _path2 + ".isoform",
|
|
1583
|
+
expected: "(string | undefined)",
|
|
1584
|
+
value: input3.isoform
|
|
1585
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1586
|
+
path: _path2 + ".gene",
|
|
1587
|
+
expected: "(string | undefined)",
|
|
1588
|
+
value: input3.gene
|
|
1589
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1590
|
+
path: _path2 + ".chr",
|
|
1591
|
+
expected: "string",
|
|
1592
|
+
value: input3.chr
|
|
1593
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1594
|
+
path: _path2 + ".start",
|
|
1595
|
+
expected: "number",
|
|
1596
|
+
value: input3.start
|
|
1597
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1598
|
+
path: _path2 + ".stop",
|
|
1599
|
+
expected: "number",
|
|
1600
|
+
value: input3.stop
|
|
1601
|
+
})].every((flag) => flag);
|
|
1602
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1603
|
+
path: _path2 + ".id",
|
|
1604
|
+
expected: "string",
|
|
1605
|
+
value: input3.id
|
|
1606
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1607
|
+
path: _path2 + ".name",
|
|
1608
|
+
expected: "string",
|
|
1609
|
+
value: input3.name
|
|
1610
|
+
}), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
1611
|
+
path: _path2 + ".type",
|
|
1612
|
+
expected: '"metaboliteIntensity"',
|
|
1613
|
+
value: input3.type
|
|
1614
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1615
|
+
path: _path2 + ".child_types",
|
|
1616
|
+
expected: "(Array<string> | undefined)",
|
|
1617
|
+
value: input3.child_types
|
|
1618
|
+
})) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1619
|
+
path: _path2 + ".child_types[" + _index19 + "]",
|
|
1620
|
+
expected: "string",
|
|
1621
|
+
value: elem
|
|
1622
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1623
|
+
path: _path2 + ".child_types",
|
|
1624
|
+
expected: "(Array<string> | undefined)",
|
|
1625
|
+
value: input3.child_types
|
|
1626
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1627
|
+
path: _path2 + ".hashtmldetail",
|
|
1628
|
+
expected: "(boolean | undefined)",
|
|
1629
|
+
value: input3.hashtmldetail
|
|
1630
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1631
|
+
path: _path2 + ".included_types",
|
|
1632
|
+
expected: "(Array<string> | undefined)",
|
|
1633
|
+
value: input3.included_types
|
|
1634
|
+
})) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1635
|
+
path: _path2 + ".included_types[" + _index20 + "]",
|
|
1636
|
+
expected: "string",
|
|
1637
|
+
value: elem
|
|
1638
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1639
|
+
path: _path2 + ".included_types",
|
|
1640
|
+
expected: "(Array<string> | undefined)",
|
|
1641
|
+
value: input3.included_types
|
|
1642
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1643
|
+
path: _path2 + ".isleaf",
|
|
1644
|
+
expected: "(boolean | undefined)",
|
|
1645
|
+
value: input3.isleaf
|
|
1646
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1647
|
+
path: _path2 + ".values",
|
|
1648
|
+
expected: "(TermValues | undefined)",
|
|
1649
|
+
value: input3.values
|
|
1650
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1651
|
+
path: _path2 + ".values",
|
|
1652
|
+
expected: "(TermValues | undefined)",
|
|
1653
|
+
value: input3.values
|
|
1654
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1655
|
+
path: _path2 + ".skipValuesBuild",
|
|
1656
|
+
expected: "(boolean | undefined)",
|
|
1657
|
+
value: input3.skipValuesBuild
|
|
1658
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1659
|
+
path: _path2 + ".valueConversion",
|
|
1660
|
+
expected: "(__type.o2 | undefined)",
|
|
1661
|
+
value: input3.valueConversion
|
|
1662
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1663
|
+
path: _path2 + ".valueConversion",
|
|
1664
|
+
expected: "(__type.o2 | undefined)",
|
|
1665
|
+
value: input3.valueConversion
|
|
1666
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1667
|
+
path: _path2 + ".continuousColorScale",
|
|
1668
|
+
expected: "(__type.o3 | undefined)",
|
|
1669
|
+
value: input3.continuousColorScale
|
|
1670
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1671
|
+
path: _path2 + ".continuousColorScale",
|
|
1672
|
+
expected: "(__type.o3 | undefined)",
|
|
1673
|
+
value: input3.continuousColorScale
|
|
1674
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1675
|
+
path: _path2 + ".unit",
|
|
1676
|
+
expected: "(string | undefined)",
|
|
1677
|
+
value: input3.unit
|
|
1454
1678
|
}), "string" === typeof input3.metabolite || $report(_exceptionable2, {
|
|
1455
1679
|
path: _path2 + ".metabolite",
|
|
1456
1680
|
expected: "string",
|
|
@@ -1464,7 +1688,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1464
1688
|
expected: "(PresetNumericBins | undefined)",
|
|
1465
1689
|
value: input3.bins
|
|
1466
1690
|
})].every((flag) => flag);
|
|
1467
|
-
const $
|
|
1691
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1468
1692
|
path: _path2 + ".id",
|
|
1469
1693
|
expected: "string",
|
|
1470
1694
|
value: input3.id
|
|
@@ -1480,8 +1704,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1480
1704
|
path: _path2 + ".child_types",
|
|
1481
1705
|
expected: "(Array<string> | undefined)",
|
|
1482
1706
|
value: input3.child_types
|
|
1483
|
-
})) && input3.child_types.map((elem,
|
|
1484
|
-
path: _path2 + ".child_types[" +
|
|
1707
|
+
})) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1708
|
+
path: _path2 + ".child_types[" + _index21 + "]",
|
|
1485
1709
|
expected: "string",
|
|
1486
1710
|
value: elem
|
|
1487
1711
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1496,8 +1720,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1496
1720
|
path: _path2 + ".included_types",
|
|
1497
1721
|
expected: "(Array<string> | undefined)",
|
|
1498
1722
|
value: input3.included_types
|
|
1499
|
-
})) && input3.included_types.map((elem,
|
|
1500
|
-
path: _path2 + ".included_types[" +
|
|
1723
|
+
})) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1724
|
+
path: _path2 + ".included_types[" + _index22 + "]",
|
|
1501
1725
|
expected: "string",
|
|
1502
1726
|
value: elem
|
|
1503
1727
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1556,12 +1780,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1556
1780
|
path: _path2 + ".proteomeDetails",
|
|
1557
1781
|
expected: "ProteomeDetails",
|
|
1558
1782
|
value: input3.proteomeDetails
|
|
1559
|
-
})) && $
|
|
1783
|
+
})) && $vo26(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1560
1784
|
path: _path2 + ".proteomeDetails",
|
|
1561
1785
|
expected: "ProteomeDetails",
|
|
1562
1786
|
value: input3.proteomeDetails
|
|
1563
1787
|
})].every((flag) => flag);
|
|
1564
|
-
const $
|
|
1788
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
|
|
1565
1789
|
path: _path2 + ".assay",
|
|
1566
1790
|
expected: "string",
|
|
1567
1791
|
value: input3.assay
|
|
@@ -1570,7 +1794,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1570
1794
|
expected: "string",
|
|
1571
1795
|
value: input3.cohort
|
|
1572
1796
|
})].every((flag) => flag);
|
|
1573
|
-
const $
|
|
1797
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1574
1798
|
path: _path2 + ".id",
|
|
1575
1799
|
expected: "string",
|
|
1576
1800
|
value: input3.id
|
|
@@ -1586,8 +1810,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1586
1810
|
path: _path2 + ".child_types",
|
|
1587
1811
|
expected: "(Array<string> | undefined)",
|
|
1588
1812
|
value: input3.child_types
|
|
1589
|
-
})) && input3.child_types.map((elem,
|
|
1590
|
-
path: _path2 + ".child_types[" +
|
|
1813
|
+
})) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1814
|
+
path: _path2 + ".child_types[" + _index23 + "]",
|
|
1591
1815
|
expected: "string",
|
|
1592
1816
|
value: elem
|
|
1593
1817
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1602,8 +1826,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1602
1826
|
path: _path2 + ".included_types",
|
|
1603
1827
|
expected: "(Array<string> | undefined)",
|
|
1604
1828
|
value: input3.included_types
|
|
1605
|
-
})) && input3.included_types.map((elem,
|
|
1606
|
-
path: _path2 + ".included_types[" +
|
|
1829
|
+
})) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1830
|
+
path: _path2 + ".included_types[" + _index24 + "]",
|
|
1607
1831
|
expected: "string",
|
|
1608
1832
|
value: elem
|
|
1609
1833
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1655,7 +1879,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1655
1879
|
expected: "(PresetNumericBins | undefined)",
|
|
1656
1880
|
value: input3.bins
|
|
1657
1881
|
})].every((flag) => flag);
|
|
1658
|
-
const $
|
|
1882
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1659
1883
|
path: _path2 + ".id",
|
|
1660
1884
|
expected: "string",
|
|
1661
1885
|
value: input3.id
|
|
@@ -1671,8 +1895,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1671
1895
|
path: _path2 + ".child_types",
|
|
1672
1896
|
expected: "(Array<string> | undefined)",
|
|
1673
1897
|
value: input3.child_types
|
|
1674
|
-
})) && input3.child_types.map((elem,
|
|
1675
|
-
path: _path2 + ".child_types[" +
|
|
1898
|
+
})) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1899
|
+
path: _path2 + ".child_types[" + _index25 + "]",
|
|
1676
1900
|
expected: "string",
|
|
1677
1901
|
value: elem
|
|
1678
1902
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1687,8 +1911,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1687
1911
|
path: _path2 + ".included_types",
|
|
1688
1912
|
expected: "(Array<string> | undefined)",
|
|
1689
1913
|
value: input3.included_types
|
|
1690
|
-
})) && input3.included_types.map((elem,
|
|
1691
|
-
path: _path2 + ".included_types[" +
|
|
1914
|
+
})) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1915
|
+
path: _path2 + ".included_types[" + _index26 + "]",
|
|
1692
1916
|
expected: "string",
|
|
1693
1917
|
value: elem
|
|
1694
1918
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1735,8 +1959,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1735
1959
|
path: _path2 + ".genes",
|
|
1736
1960
|
expected: "(Array<string> | undefined)",
|
|
1737
1961
|
value: input3.genes
|
|
1738
|
-
})) && input3.genes.map((elem,
|
|
1739
|
-
path: _path2 + ".genes[" +
|
|
1962
|
+
})) && input3.genes.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1963
|
+
path: _path2 + ".genes[" + _index27 + "]",
|
|
1740
1964
|
expected: "string",
|
|
1741
1965
|
value: elem
|
|
1742
1966
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1752,7 +1976,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1752
1976
|
expected: "(PresetNumericBins | undefined)",
|
|
1753
1977
|
value: input3.bins
|
|
1754
1978
|
})].every((flag) => flag);
|
|
1755
|
-
const $
|
|
1979
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1756
1980
|
path: _path2 + ".id",
|
|
1757
1981
|
expected: "string",
|
|
1758
1982
|
value: input3.id
|
|
@@ -1768,8 +1992,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1768
1992
|
path: _path2 + ".child_types",
|
|
1769
1993
|
expected: "(Array<string> | undefined)",
|
|
1770
1994
|
value: input3.child_types
|
|
1771
|
-
})) && input3.child_types.map((elem,
|
|
1772
|
-
path: _path2 + ".child_types[" +
|
|
1995
|
+
})) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1996
|
+
path: _path2 + ".child_types[" + _index28 + "]",
|
|
1773
1997
|
expected: "string",
|
|
1774
1998
|
value: elem
|
|
1775
1999
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1784,8 +2008,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1784
2008
|
path: _path2 + ".included_types",
|
|
1785
2009
|
expected: "(Array<string> | undefined)",
|
|
1786
2010
|
value: input3.included_types
|
|
1787
|
-
})) && input3.included_types.map((elem,
|
|
1788
|
-
path: _path2 + ".included_types[" +
|
|
2011
|
+
})) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2012
|
+
path: _path2 + ".included_types[" + _index29 + "]",
|
|
1789
2013
|
expected: "string",
|
|
1790
2014
|
value: elem
|
|
1791
2015
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1849,7 +2073,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1849
2073
|
expected: "(PresetNumericBins | undefined)",
|
|
1850
2074
|
value: input3.bins
|
|
1851
2075
|
})].every((flag) => flag);
|
|
1852
|
-
const $
|
|
2076
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1853
2077
|
path: _path2 + ".id",
|
|
1854
2078
|
expected: "string",
|
|
1855
2079
|
value: input3.id
|
|
@@ -1865,8 +2089,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1865
2089
|
path: _path2 + ".child_types",
|
|
1866
2090
|
expected: "(Array<string> | undefined)",
|
|
1867
2091
|
value: input3.child_types
|
|
1868
|
-
})) && input3.child_types.map((elem,
|
|
1869
|
-
path: _path2 + ".child_types[" +
|
|
2092
|
+
})) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2093
|
+
path: _path2 + ".child_types[" + _index30 + "]",
|
|
1870
2094
|
expected: "string",
|
|
1871
2095
|
value: elem
|
|
1872
2096
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1881,8 +2105,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1881
2105
|
path: _path2 + ".included_types",
|
|
1882
2106
|
expected: "(Array<string> | undefined)",
|
|
1883
2107
|
value: input3.included_types
|
|
1884
|
-
})) && input3.included_types.map((elem,
|
|
1885
|
-
path: _path2 + ".included_types[" +
|
|
2108
|
+
})) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2109
|
+
path: _path2 + ".included_types[" + _index31 + "]",
|
|
1886
2110
|
expected: "string",
|
|
1887
2111
|
value: elem
|
|
1888
2112
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1958,7 +2182,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1958
2182
|
expected: "(number | undefined)",
|
|
1959
2183
|
value: input3.stop
|
|
1960
2184
|
})].every((flag) => flag);
|
|
1961
|
-
const $
|
|
2185
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1962
2186
|
path: _path2 + ".id",
|
|
1963
2187
|
expected: "string",
|
|
1964
2188
|
value: input3.id
|
|
@@ -1974,8 +2198,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1974
2198
|
path: _path2 + ".child_types",
|
|
1975
2199
|
expected: "(Array<string> | undefined)",
|
|
1976
2200
|
value: input3.child_types
|
|
1977
|
-
})) && input3.child_types.map((elem,
|
|
1978
|
-
path: _path2 + ".child_types[" +
|
|
2201
|
+
})) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2202
|
+
path: _path2 + ".child_types[" + _index32 + "]",
|
|
1979
2203
|
expected: "string",
|
|
1980
2204
|
value: elem
|
|
1981
2205
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1990,8 +2214,8 @@ var validCategoriesRequest = (input) => {
|
|
|
1990
2214
|
path: _path2 + ".included_types",
|
|
1991
2215
|
expected: "(Array<string> | undefined)",
|
|
1992
2216
|
value: input3.included_types
|
|
1993
|
-
})) && input3.included_types.map((elem,
|
|
1994
|
-
path: _path2 + ".included_types[" +
|
|
2217
|
+
})) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2218
|
+
path: _path2 + ".included_types[" + _index33 + "]",
|
|
1995
2219
|
expected: "string",
|
|
1996
2220
|
value: elem
|
|
1997
2221
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2067,7 +2291,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2067
2291
|
expected: "number",
|
|
2068
2292
|
value: input3.stop
|
|
2069
2293
|
})].every((flag) => flag);
|
|
2070
|
-
const $
|
|
2294
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2071
2295
|
path: _path2 + ".value",
|
|
2072
2296
|
expected: "number",
|
|
2073
2297
|
value: input3.value
|
|
@@ -2080,7 +2304,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2080
2304
|
expected: "(string | undefined)",
|
|
2081
2305
|
value: input3.name
|
|
2082
2306
|
})].every((flag) => flag);
|
|
2083
|
-
const $
|
|
2307
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2084
2308
|
path: _path2 + ".key",
|
|
2085
2309
|
expected: "string",
|
|
2086
2310
|
value: input3.key
|
|
@@ -2097,7 +2321,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2097
2321
|
expected: "(string | undefined)",
|
|
2098
2322
|
value: input3.label
|
|
2099
2323
|
})].every((flag) => flag);
|
|
2100
|
-
const $
|
|
2324
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2101
2325
|
path: _path2 + ".join",
|
|
2102
2326
|
expected: "(string | undefined)",
|
|
2103
2327
|
value: input3.join
|
|
@@ -2129,7 +2353,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2129
2353
|
path: _path2 + ".term",
|
|
2130
2354
|
expected: "ConditionTerm",
|
|
2131
2355
|
value: input3.term
|
|
2132
|
-
})) && $
|
|
2356
|
+
})) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2133
2357
|
path: _path2 + ".term",
|
|
2134
2358
|
expected: "ConditionTerm",
|
|
2135
2359
|
value: input3.term
|
|
@@ -2137,12 +2361,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2137
2361
|
path: _path2 + ".grade_and_child",
|
|
2138
2362
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2139
2363
|
value: input3.grade_and_child
|
|
2140
|
-
})) && input3.grade_and_child.map((elem,
|
|
2141
|
-
path: _path2 + ".grade_and_child[" +
|
|
2364
|
+
})) && input3.grade_and_child.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2365
|
+
path: _path2 + ".grade_and_child[" + _index34 + "]",
|
|
2142
2366
|
expected: "GradeAndChildEntry",
|
|
2143
2367
|
value: elem
|
|
2144
|
-
})) && $
|
|
2145
|
-
path: _path2 + ".grade_and_child[" +
|
|
2368
|
+
})) && $vo36(elem, _path2 + ".grade_and_child[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2369
|
+
path: _path2 + ".grade_and_child[" + _index34 + "]",
|
|
2146
2370
|
expected: "GradeAndChildEntry",
|
|
2147
2371
|
value: elem
|
|
2148
2372
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2153,12 +2377,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2153
2377
|
path: _path2 + ".values",
|
|
2154
2378
|
expected: "Array<__type>.o1",
|
|
2155
2379
|
value: input3.values
|
|
2156
|
-
})) && input3.values.map((elem,
|
|
2157
|
-
path: _path2 + ".values[" +
|
|
2380
|
+
})) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2381
|
+
path: _path2 + ".values[" + _index35 + "]",
|
|
2158
2382
|
expected: "__type.o6",
|
|
2159
2383
|
value: elem
|
|
2160
|
-
})) && $
|
|
2161
|
-
path: _path2 + ".values[" +
|
|
2384
|
+
})) && $vo37(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2385
|
+
path: _path2 + ".values[" + _index35 + "]",
|
|
2162
2386
|
expected: "__type.o6",
|
|
2163
2387
|
value: elem
|
|
2164
2388
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2166,7 +2390,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2166
2390
|
expected: "Array<__type>.o1",
|
|
2167
2391
|
value: input3.values
|
|
2168
2392
|
})].every((flag) => flag);
|
|
2169
|
-
const $
|
|
2393
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2170
2394
|
path: _path2 + ".id",
|
|
2171
2395
|
expected: "string",
|
|
2172
2396
|
value: input3.id
|
|
@@ -2182,8 +2406,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2182
2406
|
path: _path2 + ".child_types",
|
|
2183
2407
|
expected: "(Array<string> | undefined)",
|
|
2184
2408
|
value: input3.child_types
|
|
2185
|
-
})) && input3.child_types.map((elem,
|
|
2186
|
-
path: _path2 + ".child_types[" +
|
|
2409
|
+
})) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2410
|
+
path: _path2 + ".child_types[" + _index36 + "]",
|
|
2187
2411
|
expected: "string",
|
|
2188
2412
|
value: elem
|
|
2189
2413
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2198,8 +2422,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2198
2422
|
path: _path2 + ".included_types",
|
|
2199
2423
|
expected: "(Array<string> | undefined)",
|
|
2200
2424
|
value: input3.included_types
|
|
2201
|
-
})) && input3.included_types.map((elem,
|
|
2202
|
-
path: _path2 + ".included_types[" +
|
|
2425
|
+
})) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2426
|
+
path: _path2 + ".included_types[" + _index37 + "]",
|
|
2203
2427
|
expected: "string",
|
|
2204
2428
|
value: elem
|
|
2205
2429
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2231,7 +2455,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2231
2455
|
expected: "(__type.o2 | undefined)",
|
|
2232
2456
|
value: input3.valueConversion
|
|
2233
2457
|
})].every((flag) => flag);
|
|
2234
|
-
const $
|
|
2458
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2235
2459
|
path: _path2 + ".grade",
|
|
2236
2460
|
expected: "number",
|
|
2237
2461
|
value: input3.grade
|
|
@@ -2248,7 +2472,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2248
2472
|
expected: "string",
|
|
2249
2473
|
value: input3.child_label
|
|
2250
2474
|
})].every((flag) => flag);
|
|
2251
|
-
const $
|
|
2475
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2252
2476
|
path: _path2 + ".key",
|
|
2253
2477
|
expected: "(number | string)",
|
|
2254
2478
|
value: input3.key
|
|
@@ -2266,7 +2490,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2266
2490
|
return true;
|
|
2267
2491
|
return true;
|
|
2268
2492
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2269
|
-
const $
|
|
2493
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2270
2494
|
path: _path2 + ".join",
|
|
2271
2495
|
expected: "(string | undefined)",
|
|
2272
2496
|
value: input3.join
|
|
@@ -2298,7 +2522,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2298
2522
|
path: _path2 + ".term",
|
|
2299
2523
|
expected: "DtTerm",
|
|
2300
2524
|
value: input3.term
|
|
2301
|
-
})) && $
|
|
2525
|
+
})) && $vo39(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2302
2526
|
path: _path2 + ".term",
|
|
2303
2527
|
expected: "DtTerm",
|
|
2304
2528
|
value: input3.term
|
|
@@ -2306,12 +2530,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2306
2530
|
path: _path2 + ".values",
|
|
2307
2531
|
expected: "Array<GeneVariantValue>",
|
|
2308
2532
|
value: input3.values
|
|
2309
|
-
})) && input3.values.map((elem,
|
|
2310
|
-
path: _path2 + ".values[" +
|
|
2533
|
+
})) && input3.values.map((elem, _index38) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
2534
|
+
path: _path2 + ".values[" + _index38 + "]",
|
|
2311
2535
|
expected: "GeneVariantValue",
|
|
2312
2536
|
value: elem
|
|
2313
|
-
})) && $
|
|
2314
|
-
path: _path2 + ".values[" +
|
|
2537
|
+
})) && $vo49(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2538
|
+
path: _path2 + ".values[" + _index38 + "]",
|
|
2315
2539
|
expected: "GeneVariantValue",
|
|
2316
2540
|
value: elem
|
|
2317
2541
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2359,7 +2583,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2359
2583
|
expected: "(number | undefined)",
|
|
2360
2584
|
value: input3.fractionOverlap
|
|
2361
2585
|
})].every((flag) => flag);
|
|
2362
|
-
const $
|
|
2586
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2363
2587
|
path: _path2 + ".id",
|
|
2364
2588
|
expected: "string",
|
|
2365
2589
|
value: input3.id
|
|
@@ -2408,7 +2632,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2408
2632
|
expected: "TermValues",
|
|
2409
2633
|
value: input3.values
|
|
2410
2634
|
})].every((flag) => flag);
|
|
2411
|
-
const $
|
|
2635
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2412
2636
|
path: _path2 + ".id",
|
|
2413
2637
|
expected: "string",
|
|
2414
2638
|
value: input3.id
|
|
@@ -2424,8 +2648,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2424
2648
|
path: _path2 + ".child_types",
|
|
2425
2649
|
expected: "(Array<string> | undefined)",
|
|
2426
2650
|
value: input3.child_types
|
|
2427
|
-
})) && input3.child_types.map((elem,
|
|
2428
|
-
path: _path2 + ".child_types[" +
|
|
2651
|
+
})) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2652
|
+
path: _path2 + ".child_types[" + _index39 + "]",
|
|
2429
2653
|
expected: "string",
|
|
2430
2654
|
value: elem
|
|
2431
2655
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2440,8 +2664,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2440
2664
|
path: _path2 + ".included_types",
|
|
2441
2665
|
expected: "(Array<string> | undefined)",
|
|
2442
2666
|
value: input3.included_types
|
|
2443
|
-
})) && input3.included_types.map((elem,
|
|
2444
|
-
path: _path2 + ".included_types[" +
|
|
2667
|
+
})) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2668
|
+
path: _path2 + ".included_types[" + _index40 + "]",
|
|
2445
2669
|
expected: "string",
|
|
2446
2670
|
value: elem
|
|
2447
2671
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2496,12 +2720,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2496
2720
|
path: _path2 + ".genes",
|
|
2497
2721
|
expected: "Array<GvGeneTerm>",
|
|
2498
2722
|
value: input3.genes
|
|
2499
|
-
})) && input3.genes.map((elem,
|
|
2500
|
-
path: _path2 + ".genes[" +
|
|
2723
|
+
})) && input3.genes.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2724
|
+
path: _path2 + ".genes[" + _index41 + "]",
|
|
2501
2725
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2502
2726
|
value: elem
|
|
2503
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2504
|
-
path: _path2 + ".genes[" +
|
|
2727
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2728
|
+
path: _path2 + ".genes[" + _index41 + "]",
|
|
2505
2729
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2506
2730
|
value: elem
|
|
2507
2731
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2512,7 +2736,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2512
2736
|
path: _path2 + ".groupsetting",
|
|
2513
2737
|
expected: "(TermGroupSetting | undefined)",
|
|
2514
2738
|
value: input3.groupsetting
|
|
2515
|
-
})) && $
|
|
2739
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2516
2740
|
path: _path2 + ".groupsetting",
|
|
2517
2741
|
expected: "(TermGroupSetting | undefined)",
|
|
2518
2742
|
value: input3.groupsetting
|
|
@@ -2520,12 +2744,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2520
2744
|
path: _path2 + ".childTerms",
|
|
2521
2745
|
expected: "(Array<DtTerm> | undefined)",
|
|
2522
2746
|
value: input3.childTerms
|
|
2523
|
-
})) && input3.childTerms.map((elem,
|
|
2524
|
-
path: _path2 + ".childTerms[" +
|
|
2747
|
+
})) && input3.childTerms.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2748
|
+
path: _path2 + ".childTerms[" + _index42 + "]",
|
|
2525
2749
|
expected: "DtTerm",
|
|
2526
2750
|
value: elem
|
|
2527
|
-
})) && $
|
|
2528
|
-
path: _path2 + ".childTerms[" +
|
|
2751
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2752
|
+
path: _path2 + ".childTerms[" + _index42 + "]",
|
|
2529
2753
|
expected: "DtTerm",
|
|
2530
2754
|
value: elem
|
|
2531
2755
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2533,7 +2757,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2533
2757
|
expected: "(Array<DtTerm> | undefined)",
|
|
2534
2758
|
value: input3.childTerms
|
|
2535
2759
|
})].every((flag) => flag);
|
|
2536
|
-
const $
|
|
2760
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2537
2761
|
path: _path2 + ".id",
|
|
2538
2762
|
expected: "string",
|
|
2539
2763
|
value: input3.id
|
|
@@ -2549,8 +2773,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2549
2773
|
path: _path2 + ".child_types",
|
|
2550
2774
|
expected: "(Array<string> | undefined)",
|
|
2551
2775
|
value: input3.child_types
|
|
2552
|
-
})) && input3.child_types.map((elem,
|
|
2553
|
-
path: _path2 + ".child_types[" +
|
|
2776
|
+
})) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2777
|
+
path: _path2 + ".child_types[" + _index43 + "]",
|
|
2554
2778
|
expected: "string",
|
|
2555
2779
|
value: elem
|
|
2556
2780
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2565,8 +2789,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2565
2789
|
path: _path2 + ".included_types",
|
|
2566
2790
|
expected: "(Array<string> | undefined)",
|
|
2567
2791
|
value: input3.included_types
|
|
2568
|
-
})) && input3.included_types.map((elem,
|
|
2569
|
-
path: _path2 + ".included_types[" +
|
|
2792
|
+
})) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2793
|
+
path: _path2 + ".included_types[" + _index44 + "]",
|
|
2570
2794
|
expected: "string",
|
|
2571
2795
|
value: elem
|
|
2572
2796
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2618,7 +2842,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2618
2842
|
expected: "(number | undefined)",
|
|
2619
2843
|
value: input3.stop
|
|
2620
2844
|
})].every((flag) => flag);
|
|
2621
|
-
const $
|
|
2845
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2622
2846
|
path: _path2 + ".id",
|
|
2623
2847
|
expected: "string",
|
|
2624
2848
|
value: input3.id
|
|
@@ -2634,8 +2858,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2634
2858
|
path: _path2 + ".child_types",
|
|
2635
2859
|
expected: "(Array<string> | undefined)",
|
|
2636
2860
|
value: input3.child_types
|
|
2637
|
-
})) && input3.child_types.map((elem,
|
|
2638
|
-
path: _path2 + ".child_types[" +
|
|
2861
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2862
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2639
2863
|
expected: "string",
|
|
2640
2864
|
value: elem
|
|
2641
2865
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2650,8 +2874,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2650
2874
|
path: _path2 + ".included_types",
|
|
2651
2875
|
expected: "(Array<string> | undefined)",
|
|
2652
2876
|
value: input3.included_types
|
|
2653
|
-
})) && input3.included_types.map((elem,
|
|
2654
|
-
path: _path2 + ".included_types[" +
|
|
2877
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2878
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2655
2879
|
expected: "string",
|
|
2656
2880
|
value: elem
|
|
2657
2881
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2699,7 +2923,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2699
2923
|
expected: "number",
|
|
2700
2924
|
value: input3.stop
|
|
2701
2925
|
})].every((flag) => flag);
|
|
2702
|
-
const $
|
|
2926
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2703
2927
|
path: _path2 + ".disabled",
|
|
2704
2928
|
expected: "boolean",
|
|
2705
2929
|
value: input3.disabled
|
|
@@ -2707,12 +2931,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2707
2931
|
path: _path2 + ".lst",
|
|
2708
2932
|
expected: "(Array<Groupset> | undefined)",
|
|
2709
2933
|
value: input3.lst
|
|
2710
|
-
})) && input3.lst.map((elem,
|
|
2711
|
-
path: _path2 + ".lst[" +
|
|
2934
|
+
})) && input3.lst.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2935
|
+
path: _path2 + ".lst[" + _index47 + "]",
|
|
2712
2936
|
expected: "Groupset",
|
|
2713
2937
|
value: elem
|
|
2714
|
-
})) && $
|
|
2715
|
-
path: _path2 + ".lst[" +
|
|
2938
|
+
})) && $vo44(elem, _path2 + ".lst[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2939
|
+
path: _path2 + ".lst[" + _index47 + "]",
|
|
2716
2940
|
expected: "Groupset",
|
|
2717
2941
|
value: elem
|
|
2718
2942
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2720,7 +2944,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2720
2944
|
expected: "(Array<Groupset> | undefined)",
|
|
2721
2945
|
value: input3.lst
|
|
2722
2946
|
})].every((flag) => flag);
|
|
2723
|
-
const $
|
|
2947
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2724
2948
|
path: _path2 + ".name",
|
|
2725
2949
|
expected: "string",
|
|
2726
2950
|
value: input3.name
|
|
@@ -2740,12 +2964,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2740
2964
|
path: _path2 + ".groups",
|
|
2741
2965
|
expected: "Array<GroupEntry>",
|
|
2742
2966
|
value: input3.groups
|
|
2743
|
-
})) && input3.groups.map((elem,
|
|
2744
|
-
path: _path2 + ".groups[" +
|
|
2967
|
+
})) && input3.groups.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2968
|
+
path: _path2 + ".groups[" + _index48 + "]",
|
|
2745
2969
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2746
2970
|
value: elem
|
|
2747
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2748
|
-
path: _path2 + ".groups[" +
|
|
2971
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2972
|
+
path: _path2 + ".groups[" + _index48 + "]",
|
|
2749
2973
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2750
2974
|
value: elem
|
|
2751
2975
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2753,7 +2977,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2753
2977
|
expected: "Array<GroupEntry>",
|
|
2754
2978
|
value: input3.groups
|
|
2755
2979
|
})].every((flag) => flag);
|
|
2756
|
-
const $
|
|
2980
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2757
2981
|
path: _path2 + ".name",
|
|
2758
2982
|
expected: "string",
|
|
2759
2983
|
value: input3.name
|
|
@@ -2765,12 +2989,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2765
2989
|
path: _path2 + ".values",
|
|
2766
2990
|
expected: "Array<__type>.o2",
|
|
2767
2991
|
value: input3.values
|
|
2768
|
-
})) && input3.values.map((elem,
|
|
2769
|
-
path: _path2 + ".values[" +
|
|
2992
|
+
})) && input3.values.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2993
|
+
path: _path2 + ".values[" + _index49 + "]",
|
|
2770
2994
|
expected: "__type.o7",
|
|
2771
2995
|
value: elem
|
|
2772
|
-
})) && $
|
|
2773
|
-
path: _path2 + ".values[" +
|
|
2996
|
+
})) && $vo46(elem, _path2 + ".values[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2997
|
+
path: _path2 + ".values[" + _index49 + "]",
|
|
2774
2998
|
expected: "__type.o7",
|
|
2775
2999
|
value: elem
|
|
2776
3000
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2782,7 +3006,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2782
3006
|
expected: "(boolean | undefined)",
|
|
2783
3007
|
value: input3.uncomputable
|
|
2784
3008
|
})].every((flag) => flag);
|
|
2785
|
-
const $
|
|
3009
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2786
3010
|
path: _path2 + ".key",
|
|
2787
3011
|
expected: "(number | string)",
|
|
2788
3012
|
value: input3.key
|
|
@@ -2791,7 +3015,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2791
3015
|
expected: "string",
|
|
2792
3016
|
value: input3.label
|
|
2793
3017
|
})].every((flag) => flag);
|
|
2794
|
-
const $
|
|
3018
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2795
3019
|
path: _path2 + ".name",
|
|
2796
3020
|
expected: "string",
|
|
2797
3021
|
value: input3.name
|
|
@@ -2812,7 +3036,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2812
3036
|
expected: "string",
|
|
2813
3037
|
value: input3.color
|
|
2814
3038
|
})].every((flag) => flag);
|
|
2815
|
-
const $
|
|
3039
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2816
3040
|
path: _path2 + ".id",
|
|
2817
3041
|
expected: "string",
|
|
2818
3042
|
value: input3.id
|
|
@@ -2828,8 +3052,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2828
3052
|
path: _path2 + ".child_types",
|
|
2829
3053
|
expected: "(Array<string> | undefined)",
|
|
2830
3054
|
value: input3.child_types
|
|
2831
|
-
})) && input3.child_types.map((elem,
|
|
2832
|
-
path: _path2 + ".child_types[" +
|
|
3055
|
+
})) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3056
|
+
path: _path2 + ".child_types[" + _index50 + "]",
|
|
2833
3057
|
expected: "string",
|
|
2834
3058
|
value: elem
|
|
2835
3059
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2844,8 +3068,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2844
3068
|
path: _path2 + ".included_types",
|
|
2845
3069
|
expected: "(Array<string> | undefined)",
|
|
2846
3070
|
value: input3.included_types
|
|
2847
|
-
})) && input3.included_types.map((elem,
|
|
2848
|
-
path: _path2 + ".included_types[" +
|
|
3071
|
+
})) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3072
|
+
path: _path2 + ".included_types[" + _index51 + "]",
|
|
2849
3073
|
expected: "string",
|
|
2850
3074
|
value: elem
|
|
2851
3075
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2896,12 +3120,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2896
3120
|
path: _path2 + ".genes",
|
|
2897
3121
|
expected: "Array<GvGeneTerm>",
|
|
2898
3122
|
value: input3.genes
|
|
2899
|
-
})) && input3.genes.map((elem,
|
|
2900
|
-
path: _path2 + ".genes[" +
|
|
3123
|
+
})) && input3.genes.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3124
|
+
path: _path2 + ".genes[" + _index52 + "]",
|
|
2901
3125
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2902
3126
|
value: elem
|
|
2903
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2904
|
-
path: _path2 + ".genes[" +
|
|
3127
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3128
|
+
path: _path2 + ".genes[" + _index52 + "]",
|
|
2905
3129
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2906
3130
|
value: elem
|
|
2907
3131
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2912,7 +3136,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2912
3136
|
path: _path2 + ".groupsetting",
|
|
2913
3137
|
expected: "(TermGroupSetting | undefined)",
|
|
2914
3138
|
value: input3.groupsetting
|
|
2915
|
-
})) && $
|
|
3139
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2916
3140
|
path: _path2 + ".groupsetting",
|
|
2917
3141
|
expected: "(TermGroupSetting | undefined)",
|
|
2918
3142
|
value: input3.groupsetting
|
|
@@ -2920,12 +3144,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2920
3144
|
path: _path2 + ".childTerms",
|
|
2921
3145
|
expected: "(Array<DtTerm> | undefined)",
|
|
2922
3146
|
value: input3.childTerms
|
|
2923
|
-
})) && input3.childTerms.map((elem,
|
|
2924
|
-
path: _path2 + ".childTerms[" +
|
|
3147
|
+
})) && input3.childTerms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3148
|
+
path: _path2 + ".childTerms[" + _index53 + "]",
|
|
2925
3149
|
expected: "DtTerm",
|
|
2926
3150
|
value: elem
|
|
2927
|
-
})) && $
|
|
2928
|
-
path: _path2 + ".childTerms[" +
|
|
3151
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3152
|
+
path: _path2 + ".childTerms[" + _index53 + "]",
|
|
2929
3153
|
expected: "DtTerm",
|
|
2930
3154
|
value: elem
|
|
2931
3155
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2933,7 +3157,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2933
3157
|
expected: "(Array<DtTerm> | undefined)",
|
|
2934
3158
|
value: input3.childTerms
|
|
2935
3159
|
})].every((flag) => flag);
|
|
2936
|
-
const $
|
|
3160
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2937
3161
|
path: _path2 + ".key",
|
|
2938
3162
|
expected: "(string | undefined)",
|
|
2939
3163
|
value: input3.key
|
|
@@ -2953,8 +3177,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2953
3177
|
path: _path2 + ".mclasslst",
|
|
2954
3178
|
expected: "(Array<string> | undefined)",
|
|
2955
3179
|
value: input3.mclasslst
|
|
2956
|
-
})) && input3.mclasslst.map((elem,
|
|
2957
|
-
path: _path2 + ".mclasslst[" +
|
|
3180
|
+
})) && input3.mclasslst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3181
|
+
path: _path2 + ".mclasslst[" + _index54 + "]",
|
|
2958
3182
|
expected: "string",
|
|
2959
3183
|
value: elem
|
|
2960
3184
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2965,8 +3189,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2965
3189
|
path: _path2 + ".mclassExcludeLst",
|
|
2966
3190
|
expected: "(Array<string> | undefined)",
|
|
2967
3191
|
value: input3.mclassExcludeLst
|
|
2968
|
-
})) && input3.mclassExcludeLst.map((elem,
|
|
2969
|
-
path: _path2 + ".mclassExcludeLst[" +
|
|
3192
|
+
})) && input3.mclassExcludeLst.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3193
|
+
path: _path2 + ".mclassExcludeLst[" + _index55 + "]",
|
|
2970
3194
|
expected: "string",
|
|
2971
3195
|
value: elem
|
|
2972
3196
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2978,7 +3202,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2978
3202
|
expected: "(string | undefined)",
|
|
2979
3203
|
value: input3.origin
|
|
2980
3204
|
})].every((flag) => flag);
|
|
2981
|
-
const $
|
|
3205
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2982
3206
|
path: _path2 + ".join",
|
|
2983
3207
|
expected: "(string | undefined)",
|
|
2984
3208
|
value: input3.join
|
|
@@ -3019,7 +3243,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3019
3243
|
expected: "number",
|
|
3020
3244
|
value: input3.ratio
|
|
3021
3245
|
})].every((flag) => flag);
|
|
3022
|
-
const $
|
|
3246
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3023
3247
|
path: _path2 + ".id",
|
|
3024
3248
|
expected: "string",
|
|
3025
3249
|
value: input3.id
|
|
@@ -3035,8 +3259,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3035
3259
|
path: _path2 + ".child_types",
|
|
3036
3260
|
expected: "(Array<string> | undefined)",
|
|
3037
3261
|
value: input3.child_types
|
|
3038
|
-
})) && input3.child_types.map((elem,
|
|
3039
|
-
path: _path2 + ".child_types[" +
|
|
3262
|
+
})) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3263
|
+
path: _path2 + ".child_types[" + _index56 + "]",
|
|
3040
3264
|
expected: "string",
|
|
3041
3265
|
value: elem
|
|
3042
3266
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3051,8 +3275,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3051
3275
|
path: _path2 + ".included_types",
|
|
3052
3276
|
expected: "(Array<string> | undefined)",
|
|
3053
3277
|
value: input3.included_types
|
|
3054
|
-
})) && input3.included_types.map((elem,
|
|
3055
|
-
path: _path2 + ".included_types[" +
|
|
3278
|
+
})) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3279
|
+
path: _path2 + ".included_types[" + _index57 + "]",
|
|
3056
3280
|
expected: "string",
|
|
3057
3281
|
value: elem
|
|
3058
3282
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3087,8 +3311,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3087
3311
|
path: _path2 + ".termIds",
|
|
3088
3312
|
expected: "(Array<string> | undefined)",
|
|
3089
3313
|
value: input3.termIds
|
|
3090
|
-
})) && input3.termIds.map((elem,
|
|
3091
|
-
path: _path2 + ".termIds[" +
|
|
3314
|
+
})) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3315
|
+
path: _path2 + ".termIds[" + _index58 + "]",
|
|
3092
3316
|
expected: "string",
|
|
3093
3317
|
value: elem
|
|
3094
3318
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3099,12 +3323,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3099
3323
|
path: _path2 + ".termlst",
|
|
3100
3324
|
expected: "Array<BaseTerm>",
|
|
3101
3325
|
value: input3.termlst
|
|
3102
|
-
})) && input3.termlst.map((elem,
|
|
3103
|
-
path: _path2 + ".termlst[" +
|
|
3326
|
+
})) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3327
|
+
path: _path2 + ".termlst[" + _index59 + "]",
|
|
3104
3328
|
expected: "BaseTerm",
|
|
3105
3329
|
value: elem
|
|
3106
|
-
})) && $
|
|
3107
|
-
path: _path2 + ".termlst[" +
|
|
3330
|
+
})) && $vo52(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3331
|
+
path: _path2 + ".termlst[" + _index59 + "]",
|
|
3108
3332
|
expected: "BaseTerm",
|
|
3109
3333
|
value: elem
|
|
3110
3334
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3119,7 +3343,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3119
3343
|
path: _path2 + ".propsByTermId",
|
|
3120
3344
|
expected: "__type.o8",
|
|
3121
3345
|
value: input3.propsByTermId
|
|
3122
|
-
})) && $
|
|
3346
|
+
})) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3123
3347
|
path: _path2 + ".propsByTermId",
|
|
3124
3348
|
expected: "__type.o8",
|
|
3125
3349
|
value: input3.propsByTermId
|
|
@@ -3131,8 +3355,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3131
3355
|
path: _path2 + ".numerators",
|
|
3132
3356
|
expected: "(Array<string> | undefined)",
|
|
3133
3357
|
value: input3.numerators
|
|
3134
|
-
})) && input3.numerators.map((elem,
|
|
3135
|
-
path: _path2 + ".numerators[" +
|
|
3358
|
+
})) && input3.numerators.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3359
|
+
path: _path2 + ".numerators[" + _index60 + "]",
|
|
3136
3360
|
expected: "string",
|
|
3137
3361
|
value: elem
|
|
3138
3362
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3143,12 +3367,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3143
3367
|
path: _path2 + ".valueTransform",
|
|
3144
3368
|
expected: "(__type.o10 | undefined)",
|
|
3145
3369
|
value: input3.valueTransform
|
|
3146
|
-
})) && $
|
|
3370
|
+
})) && $vo55(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
|
|
3147
3371
|
path: _path2 + ".valueTransform",
|
|
3148
3372
|
expected: "(__type.o10 | undefined)",
|
|
3149
3373
|
value: input3.valueTransform
|
|
3150
3374
|
})].every((flag) => flag);
|
|
3151
|
-
const $
|
|
3375
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3152
3376
|
path: _path2 + ".id",
|
|
3153
3377
|
expected: "string",
|
|
3154
3378
|
value: input3.id
|
|
@@ -3164,8 +3388,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3164
3388
|
path: _path2 + ".child_types",
|
|
3165
3389
|
expected: "(Array<string> | undefined)",
|
|
3166
3390
|
value: input3.child_types
|
|
3167
|
-
})) && input3.child_types.map((elem,
|
|
3168
|
-
path: _path2 + ".child_types[" +
|
|
3391
|
+
})) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3392
|
+
path: _path2 + ".child_types[" + _index61 + "]",
|
|
3169
3393
|
expected: "string",
|
|
3170
3394
|
value: elem
|
|
3171
3395
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3180,8 +3404,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3180
3404
|
path: _path2 + ".included_types",
|
|
3181
3405
|
expected: "(Array<string> | undefined)",
|
|
3182
3406
|
value: input3.included_types
|
|
3183
|
-
})) && input3.included_types.map((elem,
|
|
3184
|
-
path: _path2 + ".included_types[" +
|
|
3407
|
+
})) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3408
|
+
path: _path2 + ".included_types[" + _index62 + "]",
|
|
3185
3409
|
expected: "string",
|
|
3186
3410
|
value: elem
|
|
3187
3411
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3213,7 +3437,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3213
3437
|
expected: "(__type.o2 | undefined)",
|
|
3214
3438
|
value: input3.valueConversion
|
|
3215
3439
|
})].every((flag) => flag);
|
|
3216
|
-
const $
|
|
3440
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3217
3441
|
const value = input3[key];
|
|
3218
3442
|
if (void 0 === value)
|
|
3219
3443
|
return true;
|
|
@@ -3222,14 +3446,14 @@ var validCategoriesRequest = (input) => {
|
|
|
3222
3446
|
path: _path2 + $join(key),
|
|
3223
3447
|
expected: "__type.o9",
|
|
3224
3448
|
value
|
|
3225
|
-
})) && $
|
|
3449
|
+
})) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3226
3450
|
path: _path2 + $join(key),
|
|
3227
3451
|
expected: "__type.o9",
|
|
3228
3452
|
value
|
|
3229
3453
|
});
|
|
3230
3454
|
return true;
|
|
3231
3455
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3232
|
-
const $
|
|
3456
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3233
3457
|
const value = input3[key];
|
|
3234
3458
|
if (void 0 === value)
|
|
3235
3459
|
return true;
|
|
@@ -3237,12 +3461,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3237
3461
|
return true;
|
|
3238
3462
|
return true;
|
|
3239
3463
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3240
|
-
const $
|
|
3464
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
|
|
3241
3465
|
path: _path2 + ".offset",
|
|
3242
3466
|
expected: "(number | undefined)",
|
|
3243
3467
|
value: input3.offset
|
|
3244
3468
|
})].every((flag) => flag);
|
|
3245
|
-
const $
|
|
3469
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3246
3470
|
path: _path2 + ".id",
|
|
3247
3471
|
expected: "string",
|
|
3248
3472
|
value: input3.id
|
|
@@ -3258,8 +3482,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3258
3482
|
path: _path2 + ".child_types",
|
|
3259
3483
|
expected: "(Array<string> | undefined)",
|
|
3260
3484
|
value: input3.child_types
|
|
3261
|
-
})) && input3.child_types.map((elem,
|
|
3262
|
-
path: _path2 + ".child_types[" +
|
|
3485
|
+
})) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3486
|
+
path: _path2 + ".child_types[" + _index63 + "]",
|
|
3263
3487
|
expected: "string",
|
|
3264
3488
|
value: elem
|
|
3265
3489
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3274,8 +3498,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3274
3498
|
path: _path2 + ".included_types",
|
|
3275
3499
|
expected: "(Array<string> | undefined)",
|
|
3276
3500
|
value: input3.included_types
|
|
3277
|
-
})) && input3.included_types.map((elem,
|
|
3278
|
-
path: _path2 + ".included_types[" +
|
|
3501
|
+
})) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3502
|
+
path: _path2 + ".included_types[" + _index64 + "]",
|
|
3279
3503
|
expected: "string",
|
|
3280
3504
|
value: elem
|
|
3281
3505
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3310,8 +3534,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3310
3534
|
path: _path2 + ".termIds",
|
|
3311
3535
|
expected: "(Array<string> | undefined)",
|
|
3312
3536
|
value: input3.termIds
|
|
3313
|
-
})) && input3.termIds.map((elem,
|
|
3314
|
-
path: _path2 + ".termIds[" +
|
|
3537
|
+
})) && input3.termIds.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3538
|
+
path: _path2 + ".termIds[" + _index65 + "]",
|
|
3315
3539
|
expected: "string",
|
|
3316
3540
|
value: elem
|
|
3317
3541
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3322,12 +3546,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3322
3546
|
path: _path2 + ".termlst",
|
|
3323
3547
|
expected: "Array<BaseTerm>",
|
|
3324
3548
|
value: input3.termlst
|
|
3325
|
-
})) && input3.termlst.map((elem,
|
|
3326
|
-
path: _path2 + ".termlst[" +
|
|
3549
|
+
})) && input3.termlst.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3550
|
+
path: _path2 + ".termlst[" + _index66 + "]",
|
|
3327
3551
|
expected: "BaseTerm",
|
|
3328
3552
|
value: elem
|
|
3329
|
-
})) && $
|
|
3330
|
-
path: _path2 + ".termlst[" +
|
|
3553
|
+
})) && $vo52(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3554
|
+
path: _path2 + ".termlst[" + _index66 + "]",
|
|
3331
3555
|
expected: "BaseTerm",
|
|
3332
3556
|
value: elem
|
|
3333
3557
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3342,7 +3566,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3342
3566
|
path: _path2 + ".propsByTermId",
|
|
3343
3567
|
expected: "__type.o8",
|
|
3344
3568
|
value: input3.propsByTermId
|
|
3345
|
-
})) && $
|
|
3569
|
+
})) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3346
3570
|
path: _path2 + ".propsByTermId",
|
|
3347
3571
|
expected: "__type.o8",
|
|
3348
3572
|
value: input3.propsByTermId
|
|
@@ -3354,12 +3578,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3354
3578
|
path: _path2 + ".categoryKeys",
|
|
3355
3579
|
expected: "Array<CategoryKey>",
|
|
3356
3580
|
value: input3.categoryKeys
|
|
3357
|
-
})) && input3.categoryKeys.map((elem,
|
|
3358
|
-
path: _path2 + ".categoryKeys[" +
|
|
3581
|
+
})) && input3.categoryKeys.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3582
|
+
path: _path2 + ".categoryKeys[" + _index67 + "]",
|
|
3359
3583
|
expected: "CategoryKey",
|
|
3360
3584
|
value: elem
|
|
3361
|
-
})) && $
|
|
3362
|
-
path: _path2 + ".categoryKeys[" +
|
|
3585
|
+
})) && $vo57(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3586
|
+
path: _path2 + ".categoryKeys[" + _index67 + "]",
|
|
3363
3587
|
expected: "CategoryKey",
|
|
3364
3588
|
value: elem
|
|
3365
3589
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3367,7 +3591,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3367
3591
|
expected: "Array<CategoryKey>",
|
|
3368
3592
|
value: input3.categoryKeys
|
|
3369
3593
|
})].every((flag) => flag);
|
|
3370
|
-
const $
|
|
3594
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3371
3595
|
path: _path2 + ".key",
|
|
3372
3596
|
expected: "string",
|
|
3373
3597
|
value: input3.key
|
|
@@ -3376,7 +3600,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3376
3600
|
expected: "boolean",
|
|
3377
3601
|
value: input3.shown
|
|
3378
3602
|
})].every((flag) => flag);
|
|
3379
|
-
const $
|
|
3603
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3380
3604
|
path: _path2 + ".id",
|
|
3381
3605
|
expected: "string",
|
|
3382
3606
|
value: input3.id
|
|
@@ -3392,8 +3616,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3392
3616
|
path: _path2 + ".child_types",
|
|
3393
3617
|
expected: "(Array<string> | undefined)",
|
|
3394
3618
|
value: input3.child_types
|
|
3395
|
-
})) && input3.child_types.map((elem,
|
|
3396
|
-
path: _path2 + ".child_types[" +
|
|
3619
|
+
})) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3620
|
+
path: _path2 + ".child_types[" + _index68 + "]",
|
|
3397
3621
|
expected: "string",
|
|
3398
3622
|
value: elem
|
|
3399
3623
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3408,8 +3632,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3408
3632
|
path: _path2 + ".included_types",
|
|
3409
3633
|
expected: "(Array<string> | undefined)",
|
|
3410
3634
|
value: input3.included_types
|
|
3411
|
-
})) && input3.included_types.map((elem,
|
|
3412
|
-
path: _path2 + ".included_types[" +
|
|
3635
|
+
})) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3636
|
+
path: _path2 + ".included_types[" + _index69 + "]",
|
|
3413
3637
|
expected: "string",
|
|
3414
3638
|
value: elem
|
|
3415
3639
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3460,8 +3684,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3460
3684
|
path: _path2 + ".alt",
|
|
3461
3685
|
expected: "Array<string>",
|
|
3462
3686
|
value: input3.alt
|
|
3463
|
-
})) && input3.alt.map((elem,
|
|
3464
|
-
path: _path2 + ".alt[" +
|
|
3687
|
+
})) && input3.alt.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3688
|
+
path: _path2 + ".alt[" + _index70 + "]",
|
|
3465
3689
|
expected: "string",
|
|
3466
3690
|
value: elem
|
|
3467
3691
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3472,12 +3696,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3472
3696
|
path: _path2 + ".groupsetting",
|
|
3473
3697
|
expected: "TermGroupSetting",
|
|
3474
3698
|
value: input3.groupsetting
|
|
3475
|
-
})) && $
|
|
3699
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3476
3700
|
path: _path2 + ".groupsetting",
|
|
3477
3701
|
expected: "TermGroupSetting",
|
|
3478
3702
|
value: input3.groupsetting
|
|
3479
3703
|
})].every((flag) => flag);
|
|
3480
|
-
const $
|
|
3704
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3481
3705
|
path: _path2 + ".id",
|
|
3482
3706
|
expected: "string",
|
|
3483
3707
|
value: input3.id
|
|
@@ -3493,8 +3717,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3493
3717
|
path: _path2 + ".child_types",
|
|
3494
3718
|
expected: "(Array<string> | undefined)",
|
|
3495
3719
|
value: input3.child_types
|
|
3496
|
-
})) && input3.child_types.map((elem,
|
|
3497
|
-
path: _path2 + ".child_types[" +
|
|
3720
|
+
})) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3721
|
+
path: _path2 + ".child_types[" + _index71 + "]",
|
|
3498
3722
|
expected: "string",
|
|
3499
3723
|
value: elem
|
|
3500
3724
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3509,8 +3733,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3509
3733
|
path: _path2 + ".included_types",
|
|
3510
3734
|
expected: "(Array<string> | undefined)",
|
|
3511
3735
|
value: input3.included_types
|
|
3512
|
-
})) && input3.included_types.map((elem,
|
|
3513
|
-
path: _path2 + ".included_types[" +
|
|
3736
|
+
})) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3737
|
+
path: _path2 + ".included_types[" + _index72 + "]",
|
|
3514
3738
|
expected: "string",
|
|
3515
3739
|
value: elem
|
|
3516
3740
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3545,7 +3769,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3545
3769
|
path: _path2 + ".sample",
|
|
3546
3770
|
expected: "object",
|
|
3547
3771
|
value: input3.sample
|
|
3548
|
-
})) && $
|
|
3772
|
+
})) && $vo60(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3549
3773
|
path: _path2 + ".sample",
|
|
3550
3774
|
expected: "object",
|
|
3551
3775
|
value: input3.sample
|
|
@@ -3557,13 +3781,13 @@ var validCategoriesRequest = (input) => {
|
|
|
3557
3781
|
path: _path2 + ".groupsetting",
|
|
3558
3782
|
expected: "TermGroupSetting",
|
|
3559
3783
|
value: input3.groupsetting
|
|
3560
|
-
})) && $
|
|
3784
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3561
3785
|
path: _path2 + ".groupsetting",
|
|
3562
3786
|
expected: "TermGroupSetting",
|
|
3563
3787
|
value: input3.groupsetting
|
|
3564
3788
|
})].every((flag) => flag);
|
|
3565
|
-
const $
|
|
3566
|
-
const $
|
|
3789
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3790
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3567
3791
|
path: _path2 + ".hiddenValues",
|
|
3568
3792
|
expected: "(HiddenValues | undefined)",
|
|
3569
3793
|
value: input3.hiddenValues
|
|
@@ -3592,7 +3816,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3592
3816
|
expected: '"values"',
|
|
3593
3817
|
value: input3.type
|
|
3594
3818
|
})].every((flag) => flag);
|
|
3595
|
-
const $
|
|
3819
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3596
3820
|
path: _path2 + ".id",
|
|
3597
3821
|
expected: "(string | undefined)",
|
|
3598
3822
|
value: input3.id
|
|
@@ -3628,7 +3852,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3628
3852
|
path: _path2 + ".q",
|
|
3629
3853
|
expected: "PredefinedGroupSettingQ",
|
|
3630
3854
|
value: input3.q
|
|
3631
|
-
})) && $
|
|
3855
|
+
})) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3632
3856
|
path: _path2 + ".q",
|
|
3633
3857
|
expected: "PredefinedGroupSettingQ",
|
|
3634
3858
|
value: input3.q
|
|
@@ -3637,7 +3861,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3637
3861
|
expected: '"QualTWPredefinedGS"',
|
|
3638
3862
|
value: input3.type
|
|
3639
3863
|
})].every((flag) => flag);
|
|
3640
|
-
const $
|
|
3864
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3641
3865
|
path: _path2 + ".hiddenValues",
|
|
3642
3866
|
expected: "(HiddenValues | undefined)",
|
|
3643
3867
|
value: input3.hiddenValues
|
|
@@ -3670,7 +3894,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3670
3894
|
expected: "number",
|
|
3671
3895
|
value: input3.predefined_groupset_idx
|
|
3672
3896
|
})].every((flag) => flag);
|
|
3673
|
-
const $
|
|
3897
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3674
3898
|
path: _path2 + ".id",
|
|
3675
3899
|
expected: "(string | undefined)",
|
|
3676
3900
|
value: input3.id
|
|
@@ -3706,7 +3930,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3706
3930
|
path: _path2 + ".q",
|
|
3707
3931
|
expected: "CustomGroupSettingQ",
|
|
3708
3932
|
value: input3.q
|
|
3709
|
-
})) && $
|
|
3933
|
+
})) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3710
3934
|
path: _path2 + ".q",
|
|
3711
3935
|
expected: "CustomGroupSettingQ",
|
|
3712
3936
|
value: input3.q
|
|
@@ -3715,7 +3939,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3715
3939
|
expected: '"QualTWCustomGS"',
|
|
3716
3940
|
value: input3.type
|
|
3717
3941
|
})].every((flag) => flag);
|
|
3718
|
-
const $
|
|
3942
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3719
3943
|
path: _path2 + ".hiddenValues",
|
|
3720
3944
|
expected: "(HiddenValues | undefined)",
|
|
3721
3945
|
value: input3.hiddenValues
|
|
@@ -3747,21 +3971,21 @@ var validCategoriesRequest = (input) => {
|
|
|
3747
3971
|
path: _path2 + ".customset",
|
|
3748
3972
|
expected: "BaseGroupSet",
|
|
3749
3973
|
value: input3.customset
|
|
3750
|
-
})) && $
|
|
3974
|
+
})) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3751
3975
|
path: _path2 + ".customset",
|
|
3752
3976
|
expected: "BaseGroupSet",
|
|
3753
3977
|
value: input3.customset
|
|
3754
3978
|
})].every((flag) => flag);
|
|
3755
|
-
const $
|
|
3979
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3756
3980
|
path: _path2 + ".groups",
|
|
3757
3981
|
expected: "Array<GroupEntry>",
|
|
3758
3982
|
value: input3.groups
|
|
3759
|
-
})) && input3.groups.map((elem,
|
|
3760
|
-
path: _path2 + ".groups[" +
|
|
3983
|
+
})) && input3.groups.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3984
|
+
path: _path2 + ".groups[" + _index73 + "]",
|
|
3761
3985
|
expected: "(FilterGroup | ValuesGroup)",
|
|
3762
3986
|
value: elem
|
|
3763
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
3764
|
-
path: _path2 + ".groups[" +
|
|
3987
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3988
|
+
path: _path2 + ".groups[" + _index73 + "]",
|
|
3765
3989
|
expected: "(FilterGroup | ValuesGroup)",
|
|
3766
3990
|
value: elem
|
|
3767
3991
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3769,7 +3993,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3769
3993
|
expected: "Array<GroupEntry>",
|
|
3770
3994
|
value: input3.groups
|
|
3771
3995
|
})].every((flag) => flag);
|
|
3772
|
-
const $
|
|
3996
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3773
3997
|
path: _path2 + ".id",
|
|
3774
3998
|
expected: "(string | undefined)",
|
|
3775
3999
|
value: input3.id
|
|
@@ -3799,11 +4023,11 @@ var validCategoriesRequest = (input) => {
|
|
|
3799
4023
|
value: input3.type
|
|
3800
4024
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3801
4025
|
path: _path2 + ".term",
|
|
3802
|
-
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)',
|
|
4026
|
+
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)',
|
|
3803
4027
|
value: input3.term
|
|
3804
4028
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3805
4029
|
path: _path2 + ".term",
|
|
3806
|
-
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)',
|
|
4030
|
+
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)',
|
|
3807
4031
|
value: input3.term
|
|
3808
4032
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3809
4033
|
path: _path2 + ".q",
|
|
@@ -3814,7 +4038,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3814
4038
|
expected: "RegularNumericBinConfig",
|
|
3815
4039
|
value: input3.q
|
|
3816
4040
|
})].every((flag) => flag);
|
|
3817
|
-
const $
|
|
4041
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3818
4042
|
path: _path2 + ".id",
|
|
3819
4043
|
expected: "(string | undefined)",
|
|
3820
4044
|
value: input3.id
|
|
@@ -3844,11 +4068,11 @@ var validCategoriesRequest = (input) => {
|
|
|
3844
4068
|
value: input3.type
|
|
3845
4069
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3846
4070
|
path: _path2 + ".term",
|
|
3847
|
-
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)',
|
|
4071
|
+
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)',
|
|
3848
4072
|
value: input3.term
|
|
3849
4073
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3850
4074
|
path: _path2 + ".term",
|
|
3851
|
-
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)',
|
|
4075
|
+
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)',
|
|
3852
4076
|
value: input3.term
|
|
3853
4077
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3854
4078
|
path: _path2 + ".q",
|
|
@@ -3859,7 +4083,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3859
4083
|
expected: "CustomNumericBinConfig",
|
|
3860
4084
|
value: input3.q
|
|
3861
4085
|
})].every((flag) => flag);
|
|
3862
|
-
const $
|
|
4086
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3863
4087
|
path: _path2 + ".id",
|
|
3864
4088
|
expected: "(string | undefined)",
|
|
3865
4089
|
value: input3.id
|
|
@@ -3889,22 +4113,22 @@ var validCategoriesRequest = (input) => {
|
|
|
3889
4113
|
value: input3.type
|
|
3890
4114
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3891
4115
|
path: _path2 + ".term",
|
|
3892
|
-
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)',
|
|
4116
|
+
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)',
|
|
3893
4117
|
value: input3.term
|
|
3894
4118
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3895
4119
|
path: _path2 + ".term",
|
|
3896
|
-
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)',
|
|
4120
|
+
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)',
|
|
3897
4121
|
value: input3.term
|
|
3898
4122
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3899
4123
|
path: _path2 + ".q",
|
|
3900
4124
|
expected: "BinaryNumericQ",
|
|
3901
4125
|
value: input3.q
|
|
3902
|
-
})) && $
|
|
4126
|
+
})) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3903
4127
|
path: _path2 + ".q",
|
|
3904
4128
|
expected: "BinaryNumericQ",
|
|
3905
4129
|
value: input3.q
|
|
3906
4130
|
})].every((flag) => flag);
|
|
3907
|
-
const $
|
|
4131
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3908
4132
|
path: _path2 + ".hiddenValues",
|
|
3909
4133
|
expected: "(HiddenValues | undefined)",
|
|
3910
4134
|
value: input3.hiddenValues
|
|
@@ -3972,7 +4196,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3972
4196
|
expected: "(number | undefined)",
|
|
3973
4197
|
value: input3.cutoffPercentile
|
|
3974
4198
|
})].every((flag) => flag);
|
|
3975
|
-
const $
|
|
4199
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3976
4200
|
path: _path2 + ".id",
|
|
3977
4201
|
expected: "(string | undefined)",
|
|
3978
4202
|
value: input3.id
|
|
@@ -4002,22 +4226,22 @@ var validCategoriesRequest = (input) => {
|
|
|
4002
4226
|
value: input3.type
|
|
4003
4227
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4004
4228
|
path: _path2 + ".term",
|
|
4005
|
-
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)',
|
|
4229
|
+
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)',
|
|
4006
4230
|
value: input3.term
|
|
4007
4231
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4008
4232
|
path: _path2 + ".term",
|
|
4009
|
-
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)',
|
|
4233
|
+
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)',
|
|
4010
4234
|
value: input3.term
|
|
4011
4235
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
4012
4236
|
path: _path2 + ".q",
|
|
4013
4237
|
expected: "ContinuousNumericQ",
|
|
4014
4238
|
value: input3.q
|
|
4015
|
-
})) && $
|
|
4239
|
+
})) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4016
4240
|
path: _path2 + ".q",
|
|
4017
4241
|
expected: "ContinuousNumericQ",
|
|
4018
4242
|
value: input3.q
|
|
4019
4243
|
})].every((flag) => flag);
|
|
4020
|
-
const $
|
|
4244
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4021
4245
|
path: _path2 + ".hiddenValues",
|
|
4022
4246
|
expected: "(HiddenValues | undefined)",
|
|
4023
4247
|
value: input3.hiddenValues
|
|
@@ -4058,7 +4282,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4058
4282
|
expected: "(number | undefined)",
|
|
4059
4283
|
value: input3.scale
|
|
4060
4284
|
})].every((flag) => flag);
|
|
4061
|
-
const $
|
|
4285
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4062
4286
|
path: _path2 + ".id",
|
|
4063
4287
|
expected: "(string | undefined)",
|
|
4064
4288
|
value: input3.id
|
|
@@ -4088,22 +4312,22 @@ var validCategoriesRequest = (input) => {
|
|
|
4088
4312
|
value: input3.type
|
|
4089
4313
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4090
4314
|
path: _path2 + ".term",
|
|
4091
|
-
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)',
|
|
4315
|
+
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)',
|
|
4092
4316
|
value: input3.term
|
|
4093
4317
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4094
4318
|
path: _path2 + ".term",
|
|
4095
|
-
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)',
|
|
4319
|
+
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)',
|
|
4096
4320
|
value: input3.term
|
|
4097
4321
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
4098
4322
|
path: _path2 + ".q",
|
|
4099
4323
|
expected: "SplineNumericQ",
|
|
4100
4324
|
value: input3.q
|
|
4101
|
-
})) && $
|
|
4325
|
+
})) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4102
4326
|
path: _path2 + ".q",
|
|
4103
4327
|
expected: "SplineNumericQ",
|
|
4104
4328
|
value: input3.q
|
|
4105
4329
|
})].every((flag) => flag);
|
|
4106
|
-
const $
|
|
4330
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4107
4331
|
path: _path2 + ".hiddenValues",
|
|
4108
4332
|
expected: "(HiddenValues | undefined)",
|
|
4109
4333
|
value: input3.hiddenValues
|
|
@@ -4131,12 +4355,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4131
4355
|
path: _path2 + ".knots",
|
|
4132
4356
|
expected: "Array<__type>.o3",
|
|
4133
4357
|
value: input3.knots
|
|
4134
|
-
})) && input3.knots.map((elem,
|
|
4135
|
-
path: _path2 + ".knots[" +
|
|
4358
|
+
})) && input3.knots.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4359
|
+
path: _path2 + ".knots[" + _index74 + "]",
|
|
4136
4360
|
expected: "__type.o11",
|
|
4137
4361
|
value: elem
|
|
4138
|
-
})) && $
|
|
4139
|
-
path: _path2 + ".knots[" +
|
|
4362
|
+
})) && $vo75(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4363
|
+
path: _path2 + ".knots[" + _index74 + "]",
|
|
4140
4364
|
expected: "__type.o11",
|
|
4141
4365
|
value: elem
|
|
4142
4366
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4152,12 +4376,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4152
4376
|
expected: "undefined",
|
|
4153
4377
|
value: input3.type
|
|
4154
4378
|
}))].every((flag) => flag);
|
|
4155
|
-
const $
|
|
4379
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
4156
4380
|
path: _path2 + ".value",
|
|
4157
4381
|
expected: "number",
|
|
4158
4382
|
value: input3.value
|
|
4159
4383
|
})].every((flag) => flag);
|
|
4160
|
-
const $
|
|
4384
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4161
4385
|
path: _path2 + ".id",
|
|
4162
4386
|
expected: "(string | undefined)",
|
|
4163
4387
|
value: input3.id
|
|
@@ -4197,12 +4421,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4197
4421
|
path: _path2 + ".q",
|
|
4198
4422
|
expected: "GvValuesQ",
|
|
4199
4423
|
value: input3.q
|
|
4200
|
-
})) && $
|
|
4424
|
+
})) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4201
4425
|
path: _path2 + ".q",
|
|
4202
4426
|
expected: "GvValuesQ",
|
|
4203
4427
|
value: input3.q
|
|
4204
4428
|
})].every((flag) => flag);
|
|
4205
|
-
const $
|
|
4429
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4206
4430
|
path: _path2 + ".id",
|
|
4207
4431
|
expected: "string",
|
|
4208
4432
|
value: input3.id
|
|
@@ -4218,8 +4442,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4218
4442
|
path: _path2 + ".child_types",
|
|
4219
4443
|
expected: "(Array<string> | undefined)",
|
|
4220
4444
|
value: input3.child_types
|
|
4221
|
-
})) && input3.child_types.map((elem,
|
|
4222
|
-
path: _path2 + ".child_types[" +
|
|
4445
|
+
})) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4446
|
+
path: _path2 + ".child_types[" + _index75 + "]",
|
|
4223
4447
|
expected: "string",
|
|
4224
4448
|
value: elem
|
|
4225
4449
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4234,8 +4458,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4234
4458
|
path: _path2 + ".included_types",
|
|
4235
4459
|
expected: "(Array<string> | undefined)",
|
|
4236
4460
|
value: input3.included_types
|
|
4237
|
-
})) && input3.included_types.map((elem,
|
|
4238
|
-
path: _path2 + ".included_types[" +
|
|
4461
|
+
})) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4462
|
+
path: _path2 + ".included_types[" + _index76 + "]",
|
|
4239
4463
|
expected: "string",
|
|
4240
4464
|
value: elem
|
|
4241
4465
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4290,12 +4514,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4290
4514
|
path: _path2 + ".genes",
|
|
4291
4515
|
expected: "Array<GvGeneTerm>",
|
|
4292
4516
|
value: input3.genes
|
|
4293
|
-
})) && input3.genes.map((elem,
|
|
4294
|
-
path: _path2 + ".genes[" +
|
|
4517
|
+
})) && input3.genes.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4518
|
+
path: _path2 + ".genes[" + _index77 + "]",
|
|
4295
4519
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4296
4520
|
value: elem
|
|
4297
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
4298
|
-
path: _path2 + ".genes[" +
|
|
4521
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4522
|
+
path: _path2 + ".genes[" + _index77 + "]",
|
|
4299
4523
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4300
4524
|
value: elem
|
|
4301
4525
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4306,7 +4530,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4306
4530
|
path: _path2 + ".groupsetting",
|
|
4307
4531
|
expected: "TermGroupSetting",
|
|
4308
4532
|
value: input3.groupsetting
|
|
4309
|
-
})) && $
|
|
4533
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4310
4534
|
path: _path2 + ".groupsetting",
|
|
4311
4535
|
expected: "TermGroupSetting",
|
|
4312
4536
|
value: input3.groupsetting
|
|
@@ -4314,12 +4538,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4314
4538
|
path: _path2 + ".childTerms",
|
|
4315
4539
|
expected: "Array<DtTerm>",
|
|
4316
4540
|
value: input3.childTerms
|
|
4317
|
-
})) && input3.childTerms.map((elem,
|
|
4318
|
-
path: _path2 + ".childTerms[" +
|
|
4541
|
+
})) && input3.childTerms.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4542
|
+
path: _path2 + ".childTerms[" + _index78 + "]",
|
|
4319
4543
|
expected: "DtTerm",
|
|
4320
4544
|
value: elem
|
|
4321
|
-
})) && $
|
|
4322
|
-
path: _path2 + ".childTerms[" +
|
|
4545
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4546
|
+
path: _path2 + ".childTerms[" + _index78 + "]",
|
|
4323
4547
|
expected: "DtTerm",
|
|
4324
4548
|
value: elem
|
|
4325
4549
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4327,7 +4551,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4327
4551
|
expected: "Array<DtTerm>",
|
|
4328
4552
|
value: input3.childTerms
|
|
4329
4553
|
})].every((flag) => flag);
|
|
4330
|
-
const $
|
|
4554
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4331
4555
|
path: _path2 + ".id",
|
|
4332
4556
|
expected: "string",
|
|
4333
4557
|
value: input3.id
|
|
@@ -4343,8 +4567,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4343
4567
|
path: _path2 + ".child_types",
|
|
4344
4568
|
expected: "(Array<string> | undefined)",
|
|
4345
4569
|
value: input3.child_types
|
|
4346
|
-
})) && input3.child_types.map((elem,
|
|
4347
|
-
path: _path2 + ".child_types[" +
|
|
4570
|
+
})) && input3.child_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4571
|
+
path: _path2 + ".child_types[" + _index79 + "]",
|
|
4348
4572
|
expected: "string",
|
|
4349
4573
|
value: elem
|
|
4350
4574
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4359,8 +4583,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4359
4583
|
path: _path2 + ".included_types",
|
|
4360
4584
|
expected: "(Array<string> | undefined)",
|
|
4361
4585
|
value: input3.included_types
|
|
4362
|
-
})) && input3.included_types.map((elem,
|
|
4363
|
-
path: _path2 + ".included_types[" +
|
|
4586
|
+
})) && input3.included_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4587
|
+
path: _path2 + ".included_types[" + _index80 + "]",
|
|
4364
4588
|
expected: "string",
|
|
4365
4589
|
value: elem
|
|
4366
4590
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4411,12 +4635,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4411
4635
|
path: _path2 + ".genes",
|
|
4412
4636
|
expected: "Array<GvGeneTerm>",
|
|
4413
4637
|
value: input3.genes
|
|
4414
|
-
})) && input3.genes.map((elem,
|
|
4415
|
-
path: _path2 + ".genes[" +
|
|
4638
|
+
})) && input3.genes.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4639
|
+
path: _path2 + ".genes[" + _index81 + "]",
|
|
4416
4640
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4417
4641
|
value: elem
|
|
4418
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
4419
|
-
path: _path2 + ".genes[" +
|
|
4642
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4643
|
+
path: _path2 + ".genes[" + _index81 + "]",
|
|
4420
4644
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4421
4645
|
value: elem
|
|
4422
4646
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4427,7 +4651,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4427
4651
|
path: _path2 + ".groupsetting",
|
|
4428
4652
|
expected: "TermGroupSetting",
|
|
4429
4653
|
value: input3.groupsetting
|
|
4430
|
-
})) && $
|
|
4654
|
+
})) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4431
4655
|
path: _path2 + ".groupsetting",
|
|
4432
4656
|
expected: "TermGroupSetting",
|
|
4433
4657
|
value: input3.groupsetting
|
|
@@ -4435,12 +4659,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4435
4659
|
path: _path2 + ".childTerms",
|
|
4436
4660
|
expected: "Array<DtTerm>",
|
|
4437
4661
|
value: input3.childTerms
|
|
4438
|
-
})) && input3.childTerms.map((elem,
|
|
4439
|
-
path: _path2 + ".childTerms[" +
|
|
4662
|
+
})) && input3.childTerms.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4663
|
+
path: _path2 + ".childTerms[" + _index82 + "]",
|
|
4440
4664
|
expected: "DtTerm",
|
|
4441
4665
|
value: elem
|
|
4442
|
-
})) && $
|
|
4443
|
-
path: _path2 + ".childTerms[" +
|
|
4666
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4667
|
+
path: _path2 + ".childTerms[" + _index82 + "]",
|
|
4444
4668
|
expected: "DtTerm",
|
|
4445
4669
|
value: elem
|
|
4446
4670
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4448,7 +4672,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4448
4672
|
expected: "Array<DtTerm>",
|
|
4449
4673
|
value: input3.childTerms
|
|
4450
4674
|
})].every((flag) => flag);
|
|
4451
|
-
const $
|
|
4675
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4452
4676
|
path: _path2 + ".hiddenValues",
|
|
4453
4677
|
expected: "(HiddenValues | undefined)",
|
|
4454
4678
|
value: input3.hiddenValues
|
|
@@ -4489,7 +4713,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4489
4713
|
expected: '"values"',
|
|
4490
4714
|
value: input3.type
|
|
4491
4715
|
})].every((flag) => flag);
|
|
4492
|
-
const $
|
|
4716
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4493
4717
|
path: _path2 + ".id",
|
|
4494
4718
|
expected: "(string | undefined)",
|
|
4495
4719
|
value: input3.id
|
|
@@ -4529,12 +4753,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4529
4753
|
path: _path2 + ".q",
|
|
4530
4754
|
expected: "GvPredefinedGsQ",
|
|
4531
4755
|
value: input3.q
|
|
4532
|
-
})) && $
|
|
4756
|
+
})) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4533
4757
|
path: _path2 + ".q",
|
|
4534
4758
|
expected: "GvPredefinedGsQ",
|
|
4535
4759
|
value: input3.q
|
|
4536
4760
|
})].every((flag) => flag);
|
|
4537
|
-
const $
|
|
4761
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4538
4762
|
path: _path2 + ".hiddenValues",
|
|
4539
4763
|
expected: "(HiddenValues | undefined)",
|
|
4540
4764
|
value: input3.hiddenValues
|
|
@@ -4583,7 +4807,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4583
4807
|
expected: "Array<any>",
|
|
4584
4808
|
value: input3.dtLst
|
|
4585
4809
|
})].every((flag) => flag);
|
|
4586
|
-
const $
|
|
4810
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4587
4811
|
path: _path2 + ".id",
|
|
4588
4812
|
expected: "(string | undefined)",
|
|
4589
4813
|
value: input3.id
|
|
@@ -4623,12 +4847,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4623
4847
|
path: _path2 + ".q",
|
|
4624
4848
|
expected: "GvCustomGsQ",
|
|
4625
4849
|
value: input3.q
|
|
4626
|
-
})) && $
|
|
4850
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4627
4851
|
path: _path2 + ".q",
|
|
4628
4852
|
expected: "GvCustomGsQ",
|
|
4629
4853
|
value: input3.q
|
|
4630
4854
|
})].every((flag) => flag);
|
|
4631
|
-
const $
|
|
4855
|
+
const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4632
4856
|
path: _path2 + ".hiddenValues",
|
|
4633
4857
|
expected: "(HiddenValues | undefined)",
|
|
4634
4858
|
value: input3.hiddenValues
|
|
@@ -4672,7 +4896,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4672
4896
|
path: _path2 + ".customset",
|
|
4673
4897
|
expected: "BaseGroupSet",
|
|
4674
4898
|
value: input3.customset
|
|
4675
|
-
})) && $
|
|
4899
|
+
})) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
4676
4900
|
path: _path2 + ".customset",
|
|
4677
4901
|
expected: "BaseGroupSet",
|
|
4678
4902
|
value: input3.customset
|
|
@@ -4681,7 +4905,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4681
4905
|
expected: "Array<any>",
|
|
4682
4906
|
value: input3.dtLst
|
|
4683
4907
|
})].every((flag) => flag);
|
|
4684
|
-
const $
|
|
4908
|
+
const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4685
4909
|
path: _path2 + ".id",
|
|
4686
4910
|
expected: "(string | undefined)",
|
|
4687
4911
|
value: input3.id
|
|
@@ -4713,7 +4937,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4713
4937
|
path: _path2 + ".term",
|
|
4714
4938
|
expected: "ConditionTerm",
|
|
4715
4939
|
value: input3.term
|
|
4716
|
-
})) && $
|
|
4940
|
+
})) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4717
4941
|
path: _path2 + ".term",
|
|
4718
4942
|
expected: "ConditionTerm",
|
|
4719
4943
|
value: input3.term
|
|
@@ -4726,7 +4950,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4726
4950
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
4727
4951
|
value: input3.q
|
|
4728
4952
|
})].every((flag) => flag);
|
|
4729
|
-
const $
|
|
4953
|
+
const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4730
4954
|
path: _path2 + ".hiddenValues",
|
|
4731
4955
|
expected: "(HiddenValues | undefined)",
|
|
4732
4956
|
value: input3.hiddenValues
|
|
@@ -4766,8 +4990,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4766
4990
|
path: _path2 + ".breaks",
|
|
4767
4991
|
expected: "(Array<number> | undefined)",
|
|
4768
4992
|
value: input3.breaks
|
|
4769
|
-
})) && input3.breaks.map((elem,
|
|
4770
|
-
path: _path2 + ".breaks[" +
|
|
4993
|
+
})) && input3.breaks.map((elem, _index83) => "number" === typeof elem || $report(_exceptionable2, {
|
|
4994
|
+
path: _path2 + ".breaks[" + _index83 + "]",
|
|
4771
4995
|
expected: "number",
|
|
4772
4996
|
value: elem
|
|
4773
4997
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4787,7 +5011,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4787
5011
|
expected: "(boolean | undefined)",
|
|
4788
5012
|
value: input3.value_by_computable_grade
|
|
4789
5013
|
}), true].every((flag) => flag);
|
|
4790
|
-
const $
|
|
5014
|
+
const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4791
5015
|
path: _path2 + ".hiddenValues",
|
|
4792
5016
|
expected: "(HiddenValues | undefined)",
|
|
4793
5017
|
value: input3.hiddenValues
|
|
@@ -4820,7 +5044,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4820
5044
|
expected: "true",
|
|
4821
5045
|
value: input3.bar_by_children
|
|
4822
5046
|
}), true].every((flag) => flag);
|
|
4823
|
-
const $
|
|
5047
|
+
const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4824
5048
|
path: _path2 + ".id",
|
|
4825
5049
|
expected: "(string | undefined)",
|
|
4826
5050
|
value: input3.id
|
|
@@ -4852,7 +5076,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4852
5076
|
path: _path2 + ".q",
|
|
4853
5077
|
expected: "SnpsQ",
|
|
4854
5078
|
value: input3.q
|
|
4855
|
-
})) && $
|
|
5079
|
+
})) && $vo88(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4856
5080
|
path: _path2 + ".q",
|
|
4857
5081
|
expected: "SnpsQ",
|
|
4858
5082
|
value: input3.q
|
|
@@ -4860,12 +5084,12 @@ var validCategoriesRequest = (input) => {
|
|
|
4860
5084
|
path: _path2 + ".term",
|
|
4861
5085
|
expected: "SnpsTerm",
|
|
4862
5086
|
value: input3.term
|
|
4863
|
-
})) && $
|
|
5087
|
+
})) && $vo90(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4864
5088
|
path: _path2 + ".term",
|
|
4865
5089
|
expected: "SnpsTerm",
|
|
4866
5090
|
value: input3.term
|
|
4867
5091
|
})].every((flag) => flag);
|
|
4868
|
-
const $
|
|
5092
|
+
const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4869
5093
|
path: _path2 + ".hiddenValues",
|
|
4870
5094
|
expected: "(HiddenValues | undefined)",
|
|
4871
5095
|
value: input3.hiddenValues
|
|
@@ -4913,7 +5137,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4913
5137
|
path: _path2 + ".restrictAncestry",
|
|
4914
5138
|
expected: "RestrictAncestry",
|
|
4915
5139
|
value: input3.restrictAncestry
|
|
4916
|
-
})) && $
|
|
5140
|
+
})) && $vo89(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
4917
5141
|
path: _path2 + ".restrictAncestry",
|
|
4918
5142
|
expected: "RestrictAncestry",
|
|
4919
5143
|
value: input3.restrictAncestry
|
|
@@ -4938,7 +5162,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4938
5162
|
expected: "number",
|
|
4939
5163
|
value: input3.stop
|
|
4940
5164
|
})].every((flag) => flag);
|
|
4941
|
-
const $
|
|
5165
|
+
const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4942
5166
|
path: _path2 + ".name",
|
|
4943
5167
|
expected: "string",
|
|
4944
5168
|
value: input3.name
|
|
@@ -4951,7 +5175,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4951
5175
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4952
5176
|
value: input3.tvs
|
|
4953
5177
|
})].every((flag) => flag);
|
|
4954
|
-
const $
|
|
5178
|
+
const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4955
5179
|
path: _path2 + ".id",
|
|
4956
5180
|
expected: "string",
|
|
4957
5181
|
value: input3.id
|
|
@@ -4967,8 +5191,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4967
5191
|
path: _path2 + ".child_types",
|
|
4968
5192
|
expected: "(Array<string> | undefined)",
|
|
4969
5193
|
value: input3.child_types
|
|
4970
|
-
})) && input3.child_types.map((elem,
|
|
4971
|
-
path: _path2 + ".child_types[" +
|
|
5194
|
+
})) && input3.child_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5195
|
+
path: _path2 + ".child_types[" + _index84 + "]",
|
|
4972
5196
|
expected: "string",
|
|
4973
5197
|
value: elem
|
|
4974
5198
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4983,8 +5207,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4983
5207
|
path: _path2 + ".included_types",
|
|
4984
5208
|
expected: "(Array<string> | undefined)",
|
|
4985
5209
|
value: input3.included_types
|
|
4986
|
-
})) && input3.included_types.map((elem,
|
|
4987
|
-
path: _path2 + ".included_types[" +
|
|
5210
|
+
})) && input3.included_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5211
|
+
path: _path2 + ".included_types[" + _index85 + "]",
|
|
4988
5212
|
expected: "string",
|
|
4989
5213
|
value: elem
|
|
4990
5214
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5023,12 +5247,12 @@ var validCategoriesRequest = (input) => {
|
|
|
5023
5247
|
path: _path2 + ".snps",
|
|
5024
5248
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5025
5249
|
value: input3.snps
|
|
5026
|
-
})) && input3.snps.map((elem,
|
|
5027
|
-
path: _path2 + ".snps[" +
|
|
5250
|
+
})) && input3.snps.map((elem, _index86) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5251
|
+
path: _path2 + ".snps[" + _index86 + "]",
|
|
5028
5252
|
expected: "SnpsEntry",
|
|
5029
5253
|
value: elem
|
|
5030
|
-
})) && $
|
|
5031
|
-
path: _path2 + ".snps[" +
|
|
5254
|
+
})) && $vo91(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5255
|
+
path: _path2 + ".snps[" + _index86 + "]",
|
|
5032
5256
|
expected: "SnpsEntry",
|
|
5033
5257
|
value: elem
|
|
5034
5258
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5036,12 +5260,12 @@ var validCategoriesRequest = (input) => {
|
|
|
5036
5260
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5037
5261
|
value: input3.snps
|
|
5038
5262
|
})].every((flag) => flag);
|
|
5039
|
-
const $
|
|
5263
|
+
const $vo91 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
5040
5264
|
path: _path2 + ".altAlleles",
|
|
5041
5265
|
expected: "(Array<string> | undefined)",
|
|
5042
5266
|
value: input3.altAlleles
|
|
5043
|
-
})) && input3.altAlleles.map((elem,
|
|
5044
|
-
path: _path2 + ".altAlleles[" +
|
|
5267
|
+
})) && input3.altAlleles.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5268
|
+
path: _path2 + ".altAlleles[" + _index87 + "]",
|
|
5045
5269
|
expected: "string",
|
|
5046
5270
|
value: elem
|
|
5047
5271
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5052,12 +5276,12 @@ var validCategoriesRequest = (input) => {
|
|
|
5052
5276
|
path: _path2 + ".alleles",
|
|
5053
5277
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
5054
5278
|
value: input3.alleles
|
|
5055
|
-
})) && input3.alleles.map((elem,
|
|
5056
|
-
path: _path2 + ".alleles[" +
|
|
5279
|
+
})) && input3.alleles.map((elem, _index88) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5280
|
+
path: _path2 + ".alleles[" + _index88 + "]",
|
|
5057
5281
|
expected: "AllelesEntry",
|
|
5058
5282
|
value: elem
|
|
5059
|
-
})) && $
|
|
5060
|
-
path: _path2 + ".alleles[" +
|
|
5283
|
+
})) && $vo92(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5284
|
+
path: _path2 + ".alleles[" + _index88 + "]",
|
|
5061
5285
|
expected: "AllelesEntry",
|
|
5062
5286
|
value: elem
|
|
5063
5287
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5072,7 +5296,7 @@ var validCategoriesRequest = (input) => {
|
|
|
5072
5296
|
path: _path2 + ".gt2count",
|
|
5073
5297
|
expected: "(__type.o12 | undefined)",
|
|
5074
5298
|
value: input3.gt2count
|
|
5075
|
-
})) && $
|
|
5299
|
+
})) && $vo93(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
5076
5300
|
path: _path2 + ".gt2count",
|
|
5077
5301
|
expected: "(__type.o12 | undefined)",
|
|
5078
5302
|
value: input3.gt2count
|
|
@@ -5101,7 +5325,7 @@ var validCategoriesRequest = (input) => {
|
|
|
5101
5325
|
expected: "(number | undefined)",
|
|
5102
5326
|
value: input3.pos
|
|
5103
5327
|
})].every((flag) => flag);
|
|
5104
|
-
const $
|
|
5328
|
+
const $vo92 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
5105
5329
|
path: _path2 + ".allele",
|
|
5106
5330
|
expected: "string",
|
|
5107
5331
|
value: input3.allele
|
|
@@ -5114,7 +5338,7 @@ var validCategoriesRequest = (input) => {
|
|
|
5114
5338
|
expected: "boolean",
|
|
5115
5339
|
value: input3.isRef
|
|
5116
5340
|
})].every((flag) => flag);
|
|
5117
|
-
const $
|
|
5341
|
+
const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
5118
5342
|
path: _path2 + ".k",
|
|
5119
5343
|
expected: "string",
|
|
5120
5344
|
value: input3.k
|
|
@@ -5123,7 +5347,7 @@ var validCategoriesRequest = (input) => {
|
|
|
5123
5347
|
expected: "(number | string)",
|
|
5124
5348
|
value: input3.v
|
|
5125
5349
|
})].every((flag) => flag);
|
|
5126
|
-
const $
|
|
5350
|
+
const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5127
5351
|
path: _path2 + ".id",
|
|
5128
5352
|
expected: "(string | undefined)",
|
|
5129
5353
|
value: input3.id
|
|
@@ -5155,7 +5379,7 @@ var validCategoriesRequest = (input) => {
|
|
|
5155
5379
|
path: _path2 + ".term",
|
|
5156
5380
|
expected: "NumericTermCollection",
|
|
5157
5381
|
value: input3.term
|
|
5158
|
-
})) && $
|
|
5382
|
+
})) && $vo51(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5159
5383
|
path: _path2 + ".term",
|
|
5160
5384
|
expected: "NumericTermCollection",
|
|
5161
5385
|
value: input3.term
|
|
@@ -5163,12 +5387,12 @@ var validCategoriesRequest = (input) => {
|
|
|
5163
5387
|
path: _path2 + ".q",
|
|
5164
5388
|
expected: "TermCollectionQCont",
|
|
5165
5389
|
value: input3.q
|
|
5166
|
-
})) && $
|
|
5390
|
+
})) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5167
5391
|
path: _path2 + ".q",
|
|
5168
5392
|
expected: "TermCollectionQCont",
|
|
5169
5393
|
value: input3.q
|
|
5170
5394
|
})].every((flag) => flag);
|
|
5171
|
-
const $
|
|
5395
|
+
const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5172
5396
|
path: _path2 + ".hiddenValues",
|
|
5173
5397
|
expected: "(HiddenValues | undefined)",
|
|
5174
5398
|
value: input3.hiddenValues
|
|
@@ -5200,8 +5424,8 @@ var validCategoriesRequest = (input) => {
|
|
|
5200
5424
|
path: _path2 + ".lst",
|
|
5201
5425
|
expected: "Array<string>",
|
|
5202
5426
|
value: input3.lst
|
|
5203
|
-
})) && input3.lst.map((elem,
|
|
5204
|
-
path: _path2 + ".lst[" +
|
|
5427
|
+
})) && input3.lst.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5428
|
+
path: _path2 + ".lst[" + _index89 + "]",
|
|
5205
5429
|
expected: "string",
|
|
5206
5430
|
value: elem
|
|
5207
5431
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5212,8 +5436,8 @@ var validCategoriesRequest = (input) => {
|
|
|
5212
5436
|
path: _path2 + ".numerators",
|
|
5213
5437
|
expected: "(Array<string> | undefined)",
|
|
5214
5438
|
value: input3.numerators
|
|
5215
|
-
})) && input3.numerators.map((elem,
|
|
5216
|
-
path: _path2 + ".numerators[" +
|
|
5439
|
+
})) && input3.numerators.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5440
|
+
path: _path2 + ".numerators[" + _index90 + "]",
|
|
5217
5441
|
expected: "string",
|
|
5218
5442
|
value: elem
|
|
5219
5443
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5221,7 +5445,7 @@ var validCategoriesRequest = (input) => {
|
|
|
5221
5445
|
expected: "(Array<string> | undefined)",
|
|
5222
5446
|
value: input3.numerators
|
|
5223
5447
|
})].every((flag) => flag);
|
|
5224
|
-
const $
|
|
5448
|
+
const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5225
5449
|
path: _path2 + ".id",
|
|
5226
5450
|
expected: "(string | undefined)",
|
|
5227
5451
|
value: input3.id
|
|
@@ -5253,7 +5477,7 @@ var validCategoriesRequest = (input) => {
|
|
|
5253
5477
|
path: _path2 + ".term",
|
|
5254
5478
|
expected: "CategoricalTermCollection",
|
|
5255
5479
|
value: input3.term
|
|
5256
|
-
})) && $
|
|
5480
|
+
})) && $vo56(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5257
5481
|
path: _path2 + ".term",
|
|
5258
5482
|
expected: "CategoricalTermCollection",
|
|
5259
5483
|
value: input3.term
|
|
@@ -5261,12 +5485,12 @@ var validCategoriesRequest = (input) => {
|
|
|
5261
5485
|
path: _path2 + ".q",
|
|
5262
5486
|
expected: "TermCollectionQQual",
|
|
5263
5487
|
value: input3.q
|
|
5264
|
-
})) && $
|
|
5488
|
+
})) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5265
5489
|
path: _path2 + ".q",
|
|
5266
5490
|
expected: "TermCollectionQQual",
|
|
5267
5491
|
value: input3.q
|
|
5268
5492
|
})].every((flag) => flag);
|
|
5269
|
-
const $
|
|
5493
|
+
const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5270
5494
|
path: _path2 + ".hiddenValues",
|
|
5271
5495
|
expected: "(HiddenValues | undefined)",
|
|
5272
5496
|
value: input3.hiddenValues
|
|
@@ -5298,8 +5522,8 @@ var validCategoriesRequest = (input) => {
|
|
|
5298
5522
|
path: _path2 + ".lst",
|
|
5299
5523
|
expected: "Array<string>",
|
|
5300
5524
|
value: input3.lst
|
|
5301
|
-
})) && input3.lst.map((elem,
|
|
5302
|
-
path: _path2 + ".lst[" +
|
|
5525
|
+
})) && input3.lst.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5526
|
+
path: _path2 + ".lst[" + _index91 + "]",
|
|
5303
5527
|
expected: "string",
|
|
5304
5528
|
value: elem
|
|
5305
5529
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5310,12 +5534,12 @@ var validCategoriesRequest = (input) => {
|
|
|
5310
5534
|
path: _path2 + ".categoryKeys",
|
|
5311
5535
|
expected: "(Array<CategoryKey> | undefined)",
|
|
5312
5536
|
value: input3.categoryKeys
|
|
5313
|
-
})) && input3.categoryKeys.map((elem,
|
|
5314
|
-
path: _path2 + ".categoryKeys[" +
|
|
5537
|
+
})) && input3.categoryKeys.map((elem, _index92) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5538
|
+
path: _path2 + ".categoryKeys[" + _index92 + "]",
|
|
5315
5539
|
expected: "CategoryKey",
|
|
5316
5540
|
value: elem
|
|
5317
|
-
})) && $
|
|
5318
|
-
path: _path2 + ".categoryKeys[" +
|
|
5541
|
+
})) && $vo57(elem, _path2 + ".categoryKeys[" + _index92 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5542
|
+
path: _path2 + ".categoryKeys[" + _index92 + "]",
|
|
5319
5543
|
expected: "CategoryKey",
|
|
5320
5544
|
value: elem
|
|
5321
5545
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5340,14 +5564,14 @@ var validCategoriesRequest = (input) => {
|
|
|
5340
5564
|
if (true === input3.stopunbounded)
|
|
5341
5565
|
return $vo18(input3, _path2, _exceptionable2);
|
|
5342
5566
|
if (void 0 !== input3.value)
|
|
5343
|
-
return $
|
|
5567
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
5344
5568
|
return $vo17(input3, _path2, _exceptionable2);
|
|
5345
5569
|
})();
|
|
5346
5570
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5347
5571
|
if ("gene" === input3.kind)
|
|
5348
|
-
return $
|
|
5572
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
5349
5573
|
if ("coord" === input3.kind)
|
|
5350
|
-
return $
|
|
5574
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
5351
5575
|
return $report(_exceptionable2, {
|
|
5352
5576
|
path: _path2,
|
|
5353
5577
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -5356,9 +5580,9 @@ var validCategoriesRequest = (input) => {
|
|
|
5356
5580
|
})();
|
|
5357
5581
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5358
5582
|
if ("string" === typeof input3.type)
|
|
5359
|
-
return $vo43(input3, _path2, _exceptionable2);
|
|
5360
|
-
if ("filter" === input3.type)
|
|
5361
5583
|
return $vo45(input3, _path2, _exceptionable2);
|
|
5584
|
+
if ("filter" === input3.type)
|
|
5585
|
+
return $vo47(input3, _path2, _exceptionable2);
|
|
5362
5586
|
return $report(_exceptionable2, {
|
|
5363
5587
|
path: _path2,
|
|
5364
5588
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -5396,33 +5620,33 @@ var validCategoriesRequest = (input) => {
|
|
|
5396
5620
|
})();
|
|
5397
5621
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5398
5622
|
if ("TermCollectionTWQual" === input3.type)
|
|
5399
|
-
return $
|
|
5623
|
+
return $vo96(input3, _path2, _exceptionable2);
|
|
5400
5624
|
if ("TermCollectionTWCont" === input3.type)
|
|
5401
|
-
return $
|
|
5625
|
+
return $vo94(input3, _path2, _exceptionable2);
|
|
5402
5626
|
if ("SnpsTW" === input3.type)
|
|
5403
|
-
return $
|
|
5627
|
+
return $vo87(input3, _path2, _exceptionable2);
|
|
5404
5628
|
if ("ConditionTW" === input3.type)
|
|
5405
|
-
return $
|
|
5629
|
+
return $vo84(input3, _path2, _exceptionable2);
|
|
5406
5630
|
if ("GvCustomGsTW" === input3.type)
|
|
5407
|
-
return $
|
|
5631
|
+
return $vo82(input3, _path2, _exceptionable2);
|
|
5408
5632
|
if ("GvPredefinedGsTW" === input3.type)
|
|
5409
|
-
return $
|
|
5633
|
+
return $vo80(input3, _path2, _exceptionable2);
|
|
5410
5634
|
if ("GvValuesTW" === input3.type)
|
|
5411
|
-
return $
|
|
5635
|
+
return $vo76(input3, _path2, _exceptionable2);
|
|
5412
5636
|
if ("NumTWSpline" === input3.type)
|
|
5413
|
-
return $
|
|
5637
|
+
return $vo73(input3, _path2, _exceptionable2);
|
|
5414
5638
|
if ("NumTWCont" === input3.type)
|
|
5415
|
-
return $
|
|
5639
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
5416
5640
|
if ("NumTWBinary" === input3.type)
|
|
5417
|
-
return $
|
|
5641
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
5418
5642
|
if ("NumTWCustomBin" === input3.type)
|
|
5419
|
-
return $
|
|
5643
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
5420
5644
|
if ("NumTWRegularBin" === input3.type)
|
|
5421
|
-
return $
|
|
5645
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
5422
5646
|
if ("QualTWCustomGS" === input3.type)
|
|
5423
|
-
return $
|
|
5647
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
5424
5648
|
if ("QualTWPredefinedGS" === input3.type)
|
|
5425
|
-
return $
|
|
5649
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
5426
5650
|
if ("QualTWValues" === input3.type)
|
|
5427
5651
|
return $vo1(input3, _path2, _exceptionable2);
|
|
5428
5652
|
return $report(_exceptionable2, {
|
|
@@ -5435,9 +5659,9 @@ var validCategoriesRequest = (input) => {
|
|
|
5435
5659
|
if ("categorical" === input3.type)
|
|
5436
5660
|
return $vo3(input3, _path2, _exceptionable2);
|
|
5437
5661
|
if ("snp" === input3.type)
|
|
5438
|
-
return $
|
|
5662
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
5439
5663
|
if ("singleCellCellType" === input3.type)
|
|
5440
|
-
return $
|
|
5664
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
5441
5665
|
return $report(_exceptionable2, {
|
|
5442
5666
|
path: _path2,
|
|
5443
5667
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -5448,23 +5672,23 @@ var validCategoriesRequest = (input) => {
|
|
|
5448
5672
|
if (void 0 !== input3.ranges)
|
|
5449
5673
|
return $vo9(input3, _path2, _exceptionable2);
|
|
5450
5674
|
if (void 0 !== input3.ratio)
|
|
5451
|
-
return $
|
|
5452
|
-
return $vo8(input3, _path2, false) || $
|
|
5675
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
5676
|
+
return $vo8(input3, _path2, false) || $vo34(input3, _path2, false) || $vo38(input3, _path2, false);
|
|
5453
5677
|
})();
|
|
5454
5678
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5455
5679
|
if ("integer" === input3.type || "float" === input3.type)
|
|
5456
5680
|
return $vo10(input3, _path2, _exceptionable2);
|
|
5457
5681
|
if ("metaboliteIntensity" === input3.type)
|
|
5458
|
-
return $
|
|
5682
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
5459
5683
|
if ("proteomeAbundance" === input3.type)
|
|
5460
|
-
return $vo23(input3, _path2, _exceptionable2);
|
|
5461
|
-
if ("date" === input3.type)
|
|
5462
5684
|
return $vo25(input3, _path2, _exceptionable2);
|
|
5685
|
+
if ("date" === input3.type)
|
|
5686
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
5463
5687
|
if ("ssGSEA" === input3.type)
|
|
5464
|
-
return $
|
|
5688
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
5465
5689
|
if ("dnaMethylation" === input3.type)
|
|
5466
|
-
return $
|
|
5467
|
-
return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $
|
|
5690
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
5691
|
+
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);
|
|
5468
5692
|
})();
|
|
5469
5693
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5470
5694
|
if ("regular-bin" === input3.type)
|
|
@@ -5479,9 +5703,9 @@ var validCategoriesRequest = (input) => {
|
|
|
5479
5703
|
})();
|
|
5480
5704
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5481
5705
|
if ("gene" === input3.kind)
|
|
5482
|
-
return $
|
|
5706
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
5483
5707
|
if ("coord" === input3.kind)
|
|
5484
|
-
return $
|
|
5708
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
5485
5709
|
return $report(_exceptionable2, {
|
|
5486
5710
|
path: _path2,
|
|
5487
5711
|
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; })',
|
|
@@ -5490,9 +5714,9 @@ var validCategoriesRequest = (input) => {
|
|
|
5490
5714
|
})();
|
|
5491
5715
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5492
5716
|
if ("numeric" === input3.memberType)
|
|
5493
|
-
return $
|
|
5717
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
5494
5718
|
if ("categorical" === input3.memberType)
|
|
5495
|
-
return $
|
|
5719
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
5496
5720
|
return $report(_exceptionable2, {
|
|
5497
5721
|
path: _path2,
|
|
5498
5722
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|
|
@@ -5501,9 +5725,9 @@ var validCategoriesRequest = (input) => {
|
|
|
5501
5725
|
})();
|
|
5502
5726
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5503
5727
|
if ("gene" === input3.kind)
|
|
5504
|
-
return $
|
|
5728
|
+
return $vo77(input3, _path2, _exceptionable2);
|
|
5505
5729
|
if ("coord" === input3.kind)
|
|
5506
|
-
return $
|
|
5730
|
+
return $vo78(input3, _path2, _exceptionable2);
|
|
5507
5731
|
return $report(_exceptionable2, {
|
|
5508
5732
|
path: _path2,
|
|
5509
5733
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -5512,9 +5736,9 @@ var validCategoriesRequest = (input) => {
|
|
|
5512
5736
|
})();
|
|
5513
5737
|
const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5514
5738
|
if ("grade" === input3.valueFor)
|
|
5515
|
-
return $
|
|
5739
|
+
return $vo85(input3, _path2, _exceptionable2);
|
|
5516
5740
|
if ("children" === input3.valueFor)
|
|
5517
|
-
return $
|
|
5741
|
+
return $vo86(input3, _path2, _exceptionable2);
|
|
5518
5742
|
return $report(_exceptionable2, {
|
|
5519
5743
|
path: _path2,
|
|
5520
5744
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|