@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
|
@@ -44,7 +44,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
44
44
|
const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
45
45
|
const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
46
46
|
const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
|
|
47
|
-
const $io13 = (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 && $iu6(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $
|
|
47
|
+
const $io13 = (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 && $iu6(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
|
|
48
48
|
const $io14 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
49
49
|
const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
50
50
|
const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu7(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu7(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
@@ -63,19 +63,21 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
63
63
|
const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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);
|
|
64
64
|
const $io23 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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);
|
|
65
65
|
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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;
|
|
66
|
-
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
67
|
-
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
68
|
-
const $
|
|
69
|
-
const $
|
|
70
|
-
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
71
|
-
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
72
|
-
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
73
|
-
const $io33 = (input3) => "
|
|
74
|
-
const $io34 = (input3) => "string" === typeof input3.
|
|
75
|
-
const $io35 = (input3) =>
|
|
76
|
-
const $io36 = (input3) => "string" === typeof input3.
|
|
77
|
-
const $io37 = (input3) => "
|
|
78
|
-
const $io38 = (input3) =>
|
|
66
|
+
const $io25 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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);
|
|
67
|
+
const $io26 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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;
|
|
68
|
+
const $io27 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
|
|
69
|
+
const $io28 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
|
|
70
|
+
const $io30 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
71
|
+
const $io31 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
|
|
72
|
+
const $io32 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
|
|
73
|
+
const $io33 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(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);
|
|
74
|
+
const $io34 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
75
|
+
const $io35 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
|
|
76
|
+
const $io36 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
77
|
+
const $io37 = (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 && $io38(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 && $io39(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
|
|
78
|
+
const $io38 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
|
|
79
|
+
const $io39 = (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;
|
|
80
|
+
const $io40 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
|
|
79
81
|
if (["key", "label"].some((prop) => key === prop))
|
|
80
82
|
return true;
|
|
81
83
|
const value = input3[key];
|
|
@@ -85,25 +87,25 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
85
87
|
return true;
|
|
86
88
|
return true;
|
|
87
89
|
});
|
|
88
|
-
const $
|
|
89
|
-
const $
|
|
90
|
-
const $
|
|
91
|
-
const $
|
|
92
|
-
const $
|
|
93
|
-
const $
|
|
94
|
-
const $
|
|
95
|
-
const $
|
|
96
|
-
const $
|
|
97
|
-
const $
|
|
98
|
-
const $
|
|
90
|
+
const $io41 = (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 && $io42(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io47(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);
|
|
91
|
+
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
92
|
+
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
|
|
93
|
+
const $io44 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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);
|
|
94
|
+
const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
95
|
+
const $io46 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
|
|
96
|
+
const $io47 = (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);
|
|
97
|
+
const $io48 = (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 && $iu11(input3.term)) && "number" === typeof input3.ratio;
|
|
98
|
+
const $io49 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(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) && $io53(input3.valueTransform));
|
|
99
|
+
const $io50 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
|
|
100
|
+
const $io51 = (input3) => Object.keys(input3).every((key) => {
|
|
99
101
|
const value = input3[key];
|
|
100
102
|
if (void 0 === value)
|
|
101
103
|
return true;
|
|
102
104
|
if (RegExp(/(.*)/).test(key))
|
|
103
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
105
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
|
|
104
106
|
return true;
|
|
105
107
|
});
|
|
106
|
-
const $
|
|
108
|
+
const $io52 = (input3) => Object.keys(input3).every((key) => {
|
|
107
109
|
const value = input3[key];
|
|
108
110
|
if (void 0 === value)
|
|
109
111
|
return true;
|
|
@@ -111,9 +113,9 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
111
113
|
return true;
|
|
112
114
|
return true;
|
|
113
115
|
});
|
|
114
|
-
const $
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
116
|
+
const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
|
|
117
|
+
const $io54 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
|
|
118
|
+
const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
117
119
|
const $iu0 = (input3) => (() => {
|
|
118
120
|
if ("tvslst" === input3.type)
|
|
119
121
|
return $io1(input3);
|
|
@@ -134,14 +136,14 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
134
136
|
if (true === input3.stopunbounded)
|
|
135
137
|
return $io21(input3);
|
|
136
138
|
if (void 0 !== input3.value)
|
|
137
|
-
return $
|
|
139
|
+
return $io35(input3);
|
|
138
140
|
return $io20(input3);
|
|
139
141
|
})();
|
|
140
142
|
const $iu3 = (input3) => (() => {
|
|
141
143
|
if ("gene" === input3.kind)
|
|
142
|
-
return $
|
|
144
|
+
return $io44(input3);
|
|
143
145
|
if ("coord" === input3.kind)
|
|
144
|
-
return $
|
|
146
|
+
return $io45(input3);
|
|
145
147
|
return false;
|
|
146
148
|
})();
|
|
147
149
|
const $iu4 = (input3) => (() => {
|
|
@@ -155,14 +157,14 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
155
157
|
if (void 0 !== input3.ranges)
|
|
156
158
|
return $io13(input3);
|
|
157
159
|
if (void 0 !== input3.ratio)
|
|
158
|
-
return $
|
|
160
|
+
return $io48(input3);
|
|
159
161
|
return (() => {
|
|
160
162
|
if ($io3(input3))
|
|
161
163
|
return $io3(input3);
|
|
162
|
-
if ($
|
|
163
|
-
return $
|
|
164
|
-
if ($
|
|
165
|
-
return $
|
|
164
|
+
if ($io37(input3))
|
|
165
|
+
return $io37(input3);
|
|
166
|
+
if ($io41(input3))
|
|
167
|
+
return $io41(input3);
|
|
166
168
|
return false;
|
|
167
169
|
})();
|
|
168
170
|
})();
|
|
@@ -170,24 +172,28 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
170
172
|
if ("integer" === input3.type || "float" === input3.type)
|
|
171
173
|
return $io14(input3);
|
|
172
174
|
if ("metaboliteIntensity" === input3.type)
|
|
173
|
-
return $
|
|
175
|
+
return $io27(input3);
|
|
174
176
|
if ("proteomeAbundance" === input3.type)
|
|
175
|
-
return $io26(input3);
|
|
176
|
-
if ("date" === input3.type)
|
|
177
177
|
return $io28(input3);
|
|
178
|
+
if ("date" === input3.type)
|
|
179
|
+
return $io30(input3);
|
|
178
180
|
if ("ssGSEA" === input3.type)
|
|
179
|
-
return $
|
|
181
|
+
return $io31(input3);
|
|
180
182
|
if ("dnaMethylation" === input3.type)
|
|
181
|
-
return $
|
|
183
|
+
return $io32(input3);
|
|
182
184
|
return (() => {
|
|
183
185
|
if ($io24(input3))
|
|
184
186
|
return $io24(input3);
|
|
185
187
|
if ($io23(input3))
|
|
186
188
|
return $io23(input3);
|
|
187
|
-
if ($
|
|
188
|
-
return $
|
|
189
|
-
if ($
|
|
190
|
-
return $
|
|
189
|
+
if ($io26(input3))
|
|
190
|
+
return $io26(input3);
|
|
191
|
+
if ($io25(input3))
|
|
192
|
+
return $io25(input3);
|
|
193
|
+
if ($io34(input3))
|
|
194
|
+
return $io34(input3);
|
|
195
|
+
if ($io33(input3))
|
|
196
|
+
return $io33(input3);
|
|
191
197
|
return false;
|
|
192
198
|
})();
|
|
193
199
|
})();
|
|
@@ -214,16 +220,16 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
214
220
|
})();
|
|
215
221
|
const $iu10 = (input3) => (() => {
|
|
216
222
|
if ("gene" === input3.kind)
|
|
217
|
-
return $
|
|
223
|
+
return $io43(input3);
|
|
218
224
|
if ("coord" === input3.kind)
|
|
219
|
-
return $
|
|
225
|
+
return $io46(input3);
|
|
220
226
|
return false;
|
|
221
227
|
})();
|
|
222
228
|
const $iu11 = (input3) => (() => {
|
|
223
229
|
if ("numeric" === input3.memberType)
|
|
224
|
-
return $
|
|
230
|
+
return $io49(input3);
|
|
225
231
|
if ("categorical" === input3.memberType)
|
|
226
|
-
return $
|
|
232
|
+
return $io54(input3);
|
|
227
233
|
return false;
|
|
228
234
|
})();
|
|
229
235
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -656,11 +662,11 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
656
662
|
value: input3.value_by_computable_grade
|
|
657
663
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
658
664
|
path: _path2 + ".term",
|
|
659
|
-
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)',
|
|
665
|
+
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)',
|
|
660
666
|
value: input3.term
|
|
661
667
|
})) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
662
668
|
path: _path2 + ".term",
|
|
663
|
-
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)',
|
|
669
|
+
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)',
|
|
664
670
|
value: input3.term
|
|
665
671
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
666
672
|
path: _path2 + ".ranges",
|
|
@@ -686,7 +692,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
686
692
|
path: _path2 + ".values[" + _index9 + "]",
|
|
687
693
|
expected: "__type.o5",
|
|
688
694
|
value: elem
|
|
689
|
-
})) && $
|
|
695
|
+
})) && $vo36(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
690
696
|
path: _path2 + ".values[" + _index9 + "]",
|
|
691
697
|
expected: "__type.o5",
|
|
692
698
|
value: elem
|
|
@@ -1287,9 +1293,9 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1287
1293
|
path: _path2 + ".name",
|
|
1288
1294
|
expected: "string",
|
|
1289
1295
|
value: input3.name
|
|
1290
|
-
}), "
|
|
1296
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1291
1297
|
path: _path2 + ".type",
|
|
1292
|
-
expected: '"
|
|
1298
|
+
expected: '"isoformExpression"',
|
|
1293
1299
|
value: input3.type
|
|
1294
1300
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1295
1301
|
path: _path2 + ".child_types",
|
|
@@ -1355,6 +1361,224 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1355
1361
|
path: _path2 + ".unit",
|
|
1356
1362
|
expected: "(string | undefined)",
|
|
1357
1363
|
value: input3.unit
|
|
1364
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1365
|
+
path: _path2 + ".bins",
|
|
1366
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1367
|
+
value: input3.bins
|
|
1368
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1369
|
+
path: _path2 + ".bins",
|
|
1370
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1371
|
+
value: input3.bins
|
|
1372
|
+
}), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
|
|
1373
|
+
path: _path2 + ".kind",
|
|
1374
|
+
expected: '("isoform" | undefined)',
|
|
1375
|
+
value: input3.kind
|
|
1376
|
+
}), "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1377
|
+
path: _path2 + ".isoform",
|
|
1378
|
+
expected: "string",
|
|
1379
|
+
value: input3.isoform
|
|
1380
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1381
|
+
path: _path2 + ".gene",
|
|
1382
|
+
expected: "(string | undefined)",
|
|
1383
|
+
value: input3.gene
|
|
1384
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1385
|
+
path: _path2 + ".chr",
|
|
1386
|
+
expected: "(string | undefined)",
|
|
1387
|
+
value: input3.chr
|
|
1388
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1389
|
+
path: _path2 + ".start",
|
|
1390
|
+
expected: "(number | undefined)",
|
|
1391
|
+
value: input3.start
|
|
1392
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1393
|
+
path: _path2 + ".stop",
|
|
1394
|
+
expected: "(number | undefined)",
|
|
1395
|
+
value: input3.stop
|
|
1396
|
+
})].every((flag) => flag);
|
|
1397
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1398
|
+
path: _path2 + ".id",
|
|
1399
|
+
expected: "string",
|
|
1400
|
+
value: input3.id
|
|
1401
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1402
|
+
path: _path2 + ".name",
|
|
1403
|
+
expected: "string",
|
|
1404
|
+
value: input3.name
|
|
1405
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1406
|
+
path: _path2 + ".type",
|
|
1407
|
+
expected: '"isoformExpression"',
|
|
1408
|
+
value: input3.type
|
|
1409
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1410
|
+
path: _path2 + ".child_types",
|
|
1411
|
+
expected: "(Array<string> | undefined)",
|
|
1412
|
+
value: input3.child_types
|
|
1413
|
+
})) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1414
|
+
path: _path2 + ".child_types[" + _index19 + "]",
|
|
1415
|
+
expected: "string",
|
|
1416
|
+
value: elem
|
|
1417
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1418
|
+
path: _path2 + ".child_types",
|
|
1419
|
+
expected: "(Array<string> | undefined)",
|
|
1420
|
+
value: input3.child_types
|
|
1421
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1422
|
+
path: _path2 + ".hashtmldetail",
|
|
1423
|
+
expected: "(boolean | undefined)",
|
|
1424
|
+
value: input3.hashtmldetail
|
|
1425
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1426
|
+
path: _path2 + ".included_types",
|
|
1427
|
+
expected: "(Array<string> | undefined)",
|
|
1428
|
+
value: input3.included_types
|
|
1429
|
+
})) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1430
|
+
path: _path2 + ".included_types[" + _index20 + "]",
|
|
1431
|
+
expected: "string",
|
|
1432
|
+
value: elem
|
|
1433
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1434
|
+
path: _path2 + ".included_types",
|
|
1435
|
+
expected: "(Array<string> | undefined)",
|
|
1436
|
+
value: input3.included_types
|
|
1437
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1438
|
+
path: _path2 + ".isleaf",
|
|
1439
|
+
expected: "(boolean | undefined)",
|
|
1440
|
+
value: input3.isleaf
|
|
1441
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1442
|
+
path: _path2 + ".values",
|
|
1443
|
+
expected: "(TermValues | undefined)",
|
|
1444
|
+
value: input3.values
|
|
1445
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1446
|
+
path: _path2 + ".values",
|
|
1447
|
+
expected: "(TermValues | undefined)",
|
|
1448
|
+
value: input3.values
|
|
1449
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1450
|
+
path: _path2 + ".skipValuesBuild",
|
|
1451
|
+
expected: "(boolean | undefined)",
|
|
1452
|
+
value: input3.skipValuesBuild
|
|
1453
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1454
|
+
path: _path2 + ".valueConversion",
|
|
1455
|
+
expected: "(__type.o1 | undefined)",
|
|
1456
|
+
value: input3.valueConversion
|
|
1457
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1458
|
+
path: _path2 + ".valueConversion",
|
|
1459
|
+
expected: "(__type.o1 | undefined)",
|
|
1460
|
+
value: input3.valueConversion
|
|
1461
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1462
|
+
path: _path2 + ".continuousColorScale",
|
|
1463
|
+
expected: "(__type.o3 | undefined)",
|
|
1464
|
+
value: input3.continuousColorScale
|
|
1465
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1466
|
+
path: _path2 + ".continuousColorScale",
|
|
1467
|
+
expected: "(__type.o3 | undefined)",
|
|
1468
|
+
value: input3.continuousColorScale
|
|
1469
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1470
|
+
path: _path2 + ".unit",
|
|
1471
|
+
expected: "(string | undefined)",
|
|
1472
|
+
value: input3.unit
|
|
1473
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1474
|
+
path: _path2 + ".bins",
|
|
1475
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1476
|
+
value: input3.bins
|
|
1477
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1478
|
+
path: _path2 + ".bins",
|
|
1479
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1480
|
+
value: input3.bins
|
|
1481
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
1482
|
+
path: _path2 + ".kind",
|
|
1483
|
+
expected: '("coord" | undefined)',
|
|
1484
|
+
value: input3.kind
|
|
1485
|
+
}), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1486
|
+
path: _path2 + ".isoform",
|
|
1487
|
+
expected: "(string | undefined)",
|
|
1488
|
+
value: input3.isoform
|
|
1489
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1490
|
+
path: _path2 + ".gene",
|
|
1491
|
+
expected: "(string | undefined)",
|
|
1492
|
+
value: input3.gene
|
|
1493
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1494
|
+
path: _path2 + ".chr",
|
|
1495
|
+
expected: "string",
|
|
1496
|
+
value: input3.chr
|
|
1497
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1498
|
+
path: _path2 + ".start",
|
|
1499
|
+
expected: "number",
|
|
1500
|
+
value: input3.start
|
|
1501
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1502
|
+
path: _path2 + ".stop",
|
|
1503
|
+
expected: "number",
|
|
1504
|
+
value: input3.stop
|
|
1505
|
+
})].every((flag) => flag);
|
|
1506
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1507
|
+
path: _path2 + ".id",
|
|
1508
|
+
expected: "string",
|
|
1509
|
+
value: input3.id
|
|
1510
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1511
|
+
path: _path2 + ".name",
|
|
1512
|
+
expected: "string",
|
|
1513
|
+
value: input3.name
|
|
1514
|
+
}), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
1515
|
+
path: _path2 + ".type",
|
|
1516
|
+
expected: '"metaboliteIntensity"',
|
|
1517
|
+
value: input3.type
|
|
1518
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1519
|
+
path: _path2 + ".child_types",
|
|
1520
|
+
expected: "(Array<string> | undefined)",
|
|
1521
|
+
value: input3.child_types
|
|
1522
|
+
})) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1523
|
+
path: _path2 + ".child_types[" + _index21 + "]",
|
|
1524
|
+
expected: "string",
|
|
1525
|
+
value: elem
|
|
1526
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1527
|
+
path: _path2 + ".child_types",
|
|
1528
|
+
expected: "(Array<string> | undefined)",
|
|
1529
|
+
value: input3.child_types
|
|
1530
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1531
|
+
path: _path2 + ".hashtmldetail",
|
|
1532
|
+
expected: "(boolean | undefined)",
|
|
1533
|
+
value: input3.hashtmldetail
|
|
1534
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1535
|
+
path: _path2 + ".included_types",
|
|
1536
|
+
expected: "(Array<string> | undefined)",
|
|
1537
|
+
value: input3.included_types
|
|
1538
|
+
})) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1539
|
+
path: _path2 + ".included_types[" + _index22 + "]",
|
|
1540
|
+
expected: "string",
|
|
1541
|
+
value: elem
|
|
1542
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1543
|
+
path: _path2 + ".included_types",
|
|
1544
|
+
expected: "(Array<string> | undefined)",
|
|
1545
|
+
value: input3.included_types
|
|
1546
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1547
|
+
path: _path2 + ".isleaf",
|
|
1548
|
+
expected: "(boolean | undefined)",
|
|
1549
|
+
value: input3.isleaf
|
|
1550
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1551
|
+
path: _path2 + ".values",
|
|
1552
|
+
expected: "(TermValues | undefined)",
|
|
1553
|
+
value: input3.values
|
|
1554
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1555
|
+
path: _path2 + ".values",
|
|
1556
|
+
expected: "(TermValues | undefined)",
|
|
1557
|
+
value: input3.values
|
|
1558
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1559
|
+
path: _path2 + ".skipValuesBuild",
|
|
1560
|
+
expected: "(boolean | undefined)",
|
|
1561
|
+
value: input3.skipValuesBuild
|
|
1562
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1563
|
+
path: _path2 + ".valueConversion",
|
|
1564
|
+
expected: "(__type.o1 | undefined)",
|
|
1565
|
+
value: input3.valueConversion
|
|
1566
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1567
|
+
path: _path2 + ".valueConversion",
|
|
1568
|
+
expected: "(__type.o1 | undefined)",
|
|
1569
|
+
value: input3.valueConversion
|
|
1570
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1571
|
+
path: _path2 + ".continuousColorScale",
|
|
1572
|
+
expected: "(__type.o3 | undefined)",
|
|
1573
|
+
value: input3.continuousColorScale
|
|
1574
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1575
|
+
path: _path2 + ".continuousColorScale",
|
|
1576
|
+
expected: "(__type.o3 | undefined)",
|
|
1577
|
+
value: input3.continuousColorScale
|
|
1578
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1579
|
+
path: _path2 + ".unit",
|
|
1580
|
+
expected: "(string | undefined)",
|
|
1581
|
+
value: input3.unit
|
|
1358
1582
|
}), "string" === typeof input3.metabolite || $report(_exceptionable2, {
|
|
1359
1583
|
path: _path2 + ".metabolite",
|
|
1360
1584
|
expected: "string",
|
|
@@ -1368,7 +1592,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1368
1592
|
expected: "(PresetNumericBins | undefined)",
|
|
1369
1593
|
value: input3.bins
|
|
1370
1594
|
})].every((flag) => flag);
|
|
1371
|
-
const $
|
|
1595
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1372
1596
|
path: _path2 + ".id",
|
|
1373
1597
|
expected: "string",
|
|
1374
1598
|
value: input3.id
|
|
@@ -1384,8 +1608,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1384
1608
|
path: _path2 + ".child_types",
|
|
1385
1609
|
expected: "(Array<string> | undefined)",
|
|
1386
1610
|
value: input3.child_types
|
|
1387
|
-
})) && input3.child_types.map((elem,
|
|
1388
|
-
path: _path2 + ".child_types[" +
|
|
1611
|
+
})) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1612
|
+
path: _path2 + ".child_types[" + _index23 + "]",
|
|
1389
1613
|
expected: "string",
|
|
1390
1614
|
value: elem
|
|
1391
1615
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1400,8 +1624,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1400
1624
|
path: _path2 + ".included_types",
|
|
1401
1625
|
expected: "(Array<string> | undefined)",
|
|
1402
1626
|
value: input3.included_types
|
|
1403
|
-
})) && input3.included_types.map((elem,
|
|
1404
|
-
path: _path2 + ".included_types[" +
|
|
1627
|
+
})) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1628
|
+
path: _path2 + ".included_types[" + _index24 + "]",
|
|
1405
1629
|
expected: "string",
|
|
1406
1630
|
value: elem
|
|
1407
1631
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1460,12 +1684,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1460
1684
|
path: _path2 + ".proteomeDetails",
|
|
1461
1685
|
expected: "ProteomeDetails",
|
|
1462
1686
|
value: input3.proteomeDetails
|
|
1463
|
-
})) && $
|
|
1687
|
+
})) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1464
1688
|
path: _path2 + ".proteomeDetails",
|
|
1465
1689
|
expected: "ProteomeDetails",
|
|
1466
1690
|
value: input3.proteomeDetails
|
|
1467
1691
|
})].every((flag) => flag);
|
|
1468
|
-
const $
|
|
1692
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
|
|
1469
1693
|
path: _path2 + ".assay",
|
|
1470
1694
|
expected: "string",
|
|
1471
1695
|
value: input3.assay
|
|
@@ -1474,7 +1698,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1474
1698
|
expected: "string",
|
|
1475
1699
|
value: input3.cohort
|
|
1476
1700
|
})].every((flag) => flag);
|
|
1477
|
-
const $
|
|
1701
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1478
1702
|
path: _path2 + ".id",
|
|
1479
1703
|
expected: "string",
|
|
1480
1704
|
value: input3.id
|
|
@@ -1490,8 +1714,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1490
1714
|
path: _path2 + ".child_types",
|
|
1491
1715
|
expected: "(Array<string> | undefined)",
|
|
1492
1716
|
value: input3.child_types
|
|
1493
|
-
})) && input3.child_types.map((elem,
|
|
1494
|
-
path: _path2 + ".child_types[" +
|
|
1717
|
+
})) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1718
|
+
path: _path2 + ".child_types[" + _index25 + "]",
|
|
1495
1719
|
expected: "string",
|
|
1496
1720
|
value: elem
|
|
1497
1721
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1506,8 +1730,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1506
1730
|
path: _path2 + ".included_types",
|
|
1507
1731
|
expected: "(Array<string> | undefined)",
|
|
1508
1732
|
value: input3.included_types
|
|
1509
|
-
})) && input3.included_types.map((elem,
|
|
1510
|
-
path: _path2 + ".included_types[" +
|
|
1733
|
+
})) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1734
|
+
path: _path2 + ".included_types[" + _index26 + "]",
|
|
1511
1735
|
expected: "string",
|
|
1512
1736
|
value: elem
|
|
1513
1737
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1559,7 +1783,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1559
1783
|
expected: "(PresetNumericBins | undefined)",
|
|
1560
1784
|
value: input3.bins
|
|
1561
1785
|
})].every((flag) => flag);
|
|
1562
|
-
const $
|
|
1786
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1563
1787
|
path: _path2 + ".id",
|
|
1564
1788
|
expected: "string",
|
|
1565
1789
|
value: input3.id
|
|
@@ -1575,8 +1799,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1575
1799
|
path: _path2 + ".child_types",
|
|
1576
1800
|
expected: "(Array<string> | undefined)",
|
|
1577
1801
|
value: input3.child_types
|
|
1578
|
-
})) && input3.child_types.map((elem,
|
|
1579
|
-
path: _path2 + ".child_types[" +
|
|
1802
|
+
})) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1803
|
+
path: _path2 + ".child_types[" + _index27 + "]",
|
|
1580
1804
|
expected: "string",
|
|
1581
1805
|
value: elem
|
|
1582
1806
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1591,8 +1815,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1591
1815
|
path: _path2 + ".included_types",
|
|
1592
1816
|
expected: "(Array<string> | undefined)",
|
|
1593
1817
|
value: input3.included_types
|
|
1594
|
-
})) && input3.included_types.map((elem,
|
|
1595
|
-
path: _path2 + ".included_types[" +
|
|
1818
|
+
})) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1819
|
+
path: _path2 + ".included_types[" + _index28 + "]",
|
|
1596
1820
|
expected: "string",
|
|
1597
1821
|
value: elem
|
|
1598
1822
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1639,8 +1863,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1639
1863
|
path: _path2 + ".genes",
|
|
1640
1864
|
expected: "(Array<string> | undefined)",
|
|
1641
1865
|
value: input3.genes
|
|
1642
|
-
})) && input3.genes.map((elem,
|
|
1643
|
-
path: _path2 + ".genes[" +
|
|
1866
|
+
})) && input3.genes.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1867
|
+
path: _path2 + ".genes[" + _index29 + "]",
|
|
1644
1868
|
expected: "string",
|
|
1645
1869
|
value: elem
|
|
1646
1870
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1656,7 +1880,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1656
1880
|
expected: "(PresetNumericBins | undefined)",
|
|
1657
1881
|
value: input3.bins
|
|
1658
1882
|
})].every((flag) => flag);
|
|
1659
|
-
const $
|
|
1883
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1660
1884
|
path: _path2 + ".id",
|
|
1661
1885
|
expected: "string",
|
|
1662
1886
|
value: input3.id
|
|
@@ -1672,8 +1896,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1672
1896
|
path: _path2 + ".child_types",
|
|
1673
1897
|
expected: "(Array<string> | undefined)",
|
|
1674
1898
|
value: input3.child_types
|
|
1675
|
-
})) && input3.child_types.map((elem,
|
|
1676
|
-
path: _path2 + ".child_types[" +
|
|
1899
|
+
})) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1900
|
+
path: _path2 + ".child_types[" + _index30 + "]",
|
|
1677
1901
|
expected: "string",
|
|
1678
1902
|
value: elem
|
|
1679
1903
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1688,8 +1912,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1688
1912
|
path: _path2 + ".included_types",
|
|
1689
1913
|
expected: "(Array<string> | undefined)",
|
|
1690
1914
|
value: input3.included_types
|
|
1691
|
-
})) && input3.included_types.map((elem,
|
|
1692
|
-
path: _path2 + ".included_types[" +
|
|
1915
|
+
})) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1916
|
+
path: _path2 + ".included_types[" + _index31 + "]",
|
|
1693
1917
|
expected: "string",
|
|
1694
1918
|
value: elem
|
|
1695
1919
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1753,7 +1977,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1753
1977
|
expected: "(PresetNumericBins | undefined)",
|
|
1754
1978
|
value: input3.bins
|
|
1755
1979
|
})].every((flag) => flag);
|
|
1756
|
-
const $
|
|
1980
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1757
1981
|
path: _path2 + ".id",
|
|
1758
1982
|
expected: "string",
|
|
1759
1983
|
value: input3.id
|
|
@@ -1769,8 +1993,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1769
1993
|
path: _path2 + ".child_types",
|
|
1770
1994
|
expected: "(Array<string> | undefined)",
|
|
1771
1995
|
value: input3.child_types
|
|
1772
|
-
})) && input3.child_types.map((elem,
|
|
1773
|
-
path: _path2 + ".child_types[" +
|
|
1996
|
+
})) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1997
|
+
path: _path2 + ".child_types[" + _index32 + "]",
|
|
1774
1998
|
expected: "string",
|
|
1775
1999
|
value: elem
|
|
1776
2000
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1785,8 +2009,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1785
2009
|
path: _path2 + ".included_types",
|
|
1786
2010
|
expected: "(Array<string> | undefined)",
|
|
1787
2011
|
value: input3.included_types
|
|
1788
|
-
})) && input3.included_types.map((elem,
|
|
1789
|
-
path: _path2 + ".included_types[" +
|
|
2012
|
+
})) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2013
|
+
path: _path2 + ".included_types[" + _index33 + "]",
|
|
1790
2014
|
expected: "string",
|
|
1791
2015
|
value: elem
|
|
1792
2016
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1862,7 +2086,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1862
2086
|
expected: "(number | undefined)",
|
|
1863
2087
|
value: input3.stop
|
|
1864
2088
|
})].every((flag) => flag);
|
|
1865
|
-
const $
|
|
2089
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1866
2090
|
path: _path2 + ".id",
|
|
1867
2091
|
expected: "string",
|
|
1868
2092
|
value: input3.id
|
|
@@ -1878,8 +2102,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1878
2102
|
path: _path2 + ".child_types",
|
|
1879
2103
|
expected: "(Array<string> | undefined)",
|
|
1880
2104
|
value: input3.child_types
|
|
1881
|
-
})) && input3.child_types.map((elem,
|
|
1882
|
-
path: _path2 + ".child_types[" +
|
|
2105
|
+
})) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2106
|
+
path: _path2 + ".child_types[" + _index34 + "]",
|
|
1883
2107
|
expected: "string",
|
|
1884
2108
|
value: elem
|
|
1885
2109
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1894,8 +2118,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1894
2118
|
path: _path2 + ".included_types",
|
|
1895
2119
|
expected: "(Array<string> | undefined)",
|
|
1896
2120
|
value: input3.included_types
|
|
1897
|
-
})) && input3.included_types.map((elem,
|
|
1898
|
-
path: _path2 + ".included_types[" +
|
|
2121
|
+
})) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2122
|
+
path: _path2 + ".included_types[" + _index35 + "]",
|
|
1899
2123
|
expected: "string",
|
|
1900
2124
|
value: elem
|
|
1901
2125
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1971,7 +2195,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1971
2195
|
expected: "number",
|
|
1972
2196
|
value: input3.stop
|
|
1973
2197
|
})].every((flag) => flag);
|
|
1974
|
-
const $
|
|
2198
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
1975
2199
|
path: _path2 + ".value",
|
|
1976
2200
|
expected: "number",
|
|
1977
2201
|
value: input3.value
|
|
@@ -1984,7 +2208,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1984
2208
|
expected: "(string | undefined)",
|
|
1985
2209
|
value: input3.name
|
|
1986
2210
|
})].every((flag) => flag);
|
|
1987
|
-
const $
|
|
2211
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1988
2212
|
path: _path2 + ".key",
|
|
1989
2213
|
expected: "string",
|
|
1990
2214
|
value: input3.key
|
|
@@ -2001,7 +2225,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2001
2225
|
expected: "(string | undefined)",
|
|
2002
2226
|
value: input3.label
|
|
2003
2227
|
})].every((flag) => flag);
|
|
2004
|
-
const $
|
|
2228
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2005
2229
|
path: _path2 + ".join",
|
|
2006
2230
|
expected: "(string | undefined)",
|
|
2007
2231
|
value: input3.join
|
|
@@ -2033,7 +2257,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2033
2257
|
path: _path2 + ".term",
|
|
2034
2258
|
expected: "ConditionTerm",
|
|
2035
2259
|
value: input3.term
|
|
2036
|
-
})) && $
|
|
2260
|
+
})) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2037
2261
|
path: _path2 + ".term",
|
|
2038
2262
|
expected: "ConditionTerm",
|
|
2039
2263
|
value: input3.term
|
|
@@ -2041,12 +2265,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2041
2265
|
path: _path2 + ".grade_and_child",
|
|
2042
2266
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2043
2267
|
value: input3.grade_and_child
|
|
2044
|
-
})) && input3.grade_and_child.map((elem,
|
|
2045
|
-
path: _path2 + ".grade_and_child[" +
|
|
2268
|
+
})) && input3.grade_and_child.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2269
|
+
path: _path2 + ".grade_and_child[" + _index36 + "]",
|
|
2046
2270
|
expected: "GradeAndChildEntry",
|
|
2047
2271
|
value: elem
|
|
2048
|
-
})) && $
|
|
2049
|
-
path: _path2 + ".grade_and_child[" +
|
|
2272
|
+
})) && $vo39(elem, _path2 + ".grade_and_child[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2273
|
+
path: _path2 + ".grade_and_child[" + _index36 + "]",
|
|
2050
2274
|
expected: "GradeAndChildEntry",
|
|
2051
2275
|
value: elem
|
|
2052
2276
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2057,12 +2281,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2057
2281
|
path: _path2 + ".values",
|
|
2058
2282
|
expected: "Array<__type>.o2",
|
|
2059
2283
|
value: input3.values
|
|
2060
|
-
})) && input3.values.map((elem,
|
|
2061
|
-
path: _path2 + ".values[" +
|
|
2284
|
+
})) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2285
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2062
2286
|
expected: "__type.o6",
|
|
2063
2287
|
value: elem
|
|
2064
|
-
})) && $
|
|
2065
|
-
path: _path2 + ".values[" +
|
|
2288
|
+
})) && $vo40(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2289
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2066
2290
|
expected: "__type.o6",
|
|
2067
2291
|
value: elem
|
|
2068
2292
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2070,7 +2294,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2070
2294
|
expected: "Array<__type>.o2",
|
|
2071
2295
|
value: input3.values
|
|
2072
2296
|
})].every((flag) => flag);
|
|
2073
|
-
const $
|
|
2297
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2074
2298
|
path: _path2 + ".id",
|
|
2075
2299
|
expected: "string",
|
|
2076
2300
|
value: input3.id
|
|
@@ -2086,8 +2310,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2086
2310
|
path: _path2 + ".child_types",
|
|
2087
2311
|
expected: "(Array<string> | undefined)",
|
|
2088
2312
|
value: input3.child_types
|
|
2089
|
-
})) && input3.child_types.map((elem,
|
|
2090
|
-
path: _path2 + ".child_types[" +
|
|
2313
|
+
})) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2314
|
+
path: _path2 + ".child_types[" + _index38 + "]",
|
|
2091
2315
|
expected: "string",
|
|
2092
2316
|
value: elem
|
|
2093
2317
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2102,8 +2326,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2102
2326
|
path: _path2 + ".included_types",
|
|
2103
2327
|
expected: "(Array<string> | undefined)",
|
|
2104
2328
|
value: input3.included_types
|
|
2105
|
-
})) && input3.included_types.map((elem,
|
|
2106
|
-
path: _path2 + ".included_types[" +
|
|
2329
|
+
})) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2330
|
+
path: _path2 + ".included_types[" + _index39 + "]",
|
|
2107
2331
|
expected: "string",
|
|
2108
2332
|
value: elem
|
|
2109
2333
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2135,7 +2359,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2135
2359
|
expected: "(__type.o1 | undefined)",
|
|
2136
2360
|
value: input3.valueConversion
|
|
2137
2361
|
})].every((flag) => flag);
|
|
2138
|
-
const $
|
|
2362
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2139
2363
|
path: _path2 + ".grade",
|
|
2140
2364
|
expected: "number",
|
|
2141
2365
|
value: input3.grade
|
|
@@ -2152,7 +2376,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2152
2376
|
expected: "string",
|
|
2153
2377
|
value: input3.child_label
|
|
2154
2378
|
})].every((flag) => flag);
|
|
2155
|
-
const $
|
|
2379
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2156
2380
|
path: _path2 + ".key",
|
|
2157
2381
|
expected: "(number | string)",
|
|
2158
2382
|
value: input3.key
|
|
@@ -2170,7 +2394,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2170
2394
|
return true;
|
|
2171
2395
|
return true;
|
|
2172
2396
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2173
|
-
const $
|
|
2397
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2174
2398
|
path: _path2 + ".join",
|
|
2175
2399
|
expected: "(string | undefined)",
|
|
2176
2400
|
value: input3.join
|
|
@@ -2202,7 +2426,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2202
2426
|
path: _path2 + ".term",
|
|
2203
2427
|
expected: "DtTerm",
|
|
2204
2428
|
value: input3.term
|
|
2205
|
-
})) && $
|
|
2429
|
+
})) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2206
2430
|
path: _path2 + ".term",
|
|
2207
2431
|
expected: "DtTerm",
|
|
2208
2432
|
value: input3.term
|
|
@@ -2210,12 +2434,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2210
2434
|
path: _path2 + ".values",
|
|
2211
2435
|
expected: "Array<GeneVariantValue>",
|
|
2212
2436
|
value: input3.values
|
|
2213
|
-
})) && input3.values.map((elem,
|
|
2214
|
-
path: _path2 + ".values[" +
|
|
2437
|
+
})) && input3.values.map((elem, _index40) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
2438
|
+
path: _path2 + ".values[" + _index40 + "]",
|
|
2215
2439
|
expected: "GeneVariantValue",
|
|
2216
2440
|
value: elem
|
|
2217
|
-
})) && $
|
|
2218
|
-
path: _path2 + ".values[" +
|
|
2441
|
+
})) && $vo47(elem, _path2 + ".values[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2442
|
+
path: _path2 + ".values[" + _index40 + "]",
|
|
2219
2443
|
expected: "GeneVariantValue",
|
|
2220
2444
|
value: elem
|
|
2221
2445
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2263,7 +2487,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2263
2487
|
expected: "(number | undefined)",
|
|
2264
2488
|
value: input3.fractionOverlap
|
|
2265
2489
|
})].every((flag) => flag);
|
|
2266
|
-
const $
|
|
2490
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2267
2491
|
path: _path2 + ".id",
|
|
2268
2492
|
expected: "string",
|
|
2269
2493
|
value: input3.id
|
|
@@ -2312,7 +2536,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2312
2536
|
expected: "TermValues",
|
|
2313
2537
|
value: input3.values
|
|
2314
2538
|
})].every((flag) => flag);
|
|
2315
|
-
const $
|
|
2539
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2316
2540
|
path: _path2 + ".id",
|
|
2317
2541
|
expected: "string",
|
|
2318
2542
|
value: input3.id
|
|
@@ -2328,8 +2552,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2328
2552
|
path: _path2 + ".child_types",
|
|
2329
2553
|
expected: "(Array<string> | undefined)",
|
|
2330
2554
|
value: input3.child_types
|
|
2331
|
-
})) && input3.child_types.map((elem,
|
|
2332
|
-
path: _path2 + ".child_types[" +
|
|
2555
|
+
})) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2556
|
+
path: _path2 + ".child_types[" + _index41 + "]",
|
|
2333
2557
|
expected: "string",
|
|
2334
2558
|
value: elem
|
|
2335
2559
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2344,8 +2568,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2344
2568
|
path: _path2 + ".included_types",
|
|
2345
2569
|
expected: "(Array<string> | undefined)",
|
|
2346
2570
|
value: input3.included_types
|
|
2347
|
-
})) && input3.included_types.map((elem,
|
|
2348
|
-
path: _path2 + ".included_types[" +
|
|
2571
|
+
})) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2572
|
+
path: _path2 + ".included_types[" + _index42 + "]",
|
|
2349
2573
|
expected: "string",
|
|
2350
2574
|
value: elem
|
|
2351
2575
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2400,12 +2624,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2400
2624
|
path: _path2 + ".genes",
|
|
2401
2625
|
expected: "Array<GvGeneTerm>",
|
|
2402
2626
|
value: input3.genes
|
|
2403
|
-
})) && input3.genes.map((elem,
|
|
2404
|
-
path: _path2 + ".genes[" +
|
|
2627
|
+
})) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2628
|
+
path: _path2 + ".genes[" + _index43 + "]",
|
|
2405
2629
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2406
2630
|
value: elem
|
|
2407
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2408
|
-
path: _path2 + ".genes[" +
|
|
2631
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2632
|
+
path: _path2 + ".genes[" + _index43 + "]",
|
|
2409
2633
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2410
2634
|
value: elem
|
|
2411
2635
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2424,12 +2648,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2424
2648
|
path: _path2 + ".childTerms",
|
|
2425
2649
|
expected: "(Array<DtTerm> | undefined)",
|
|
2426
2650
|
value: input3.childTerms
|
|
2427
|
-
})) && input3.childTerms.map((elem,
|
|
2428
|
-
path: _path2 + ".childTerms[" +
|
|
2651
|
+
})) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2652
|
+
path: _path2 + ".childTerms[" + _index44 + "]",
|
|
2429
2653
|
expected: "DtTerm",
|
|
2430
2654
|
value: elem
|
|
2431
|
-
})) && $
|
|
2432
|
-
path: _path2 + ".childTerms[" +
|
|
2655
|
+
})) && $vo42(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2656
|
+
path: _path2 + ".childTerms[" + _index44 + "]",
|
|
2433
2657
|
expected: "DtTerm",
|
|
2434
2658
|
value: elem
|
|
2435
2659
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2437,7 +2661,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2437
2661
|
expected: "(Array<DtTerm> | undefined)",
|
|
2438
2662
|
value: input3.childTerms
|
|
2439
2663
|
})].every((flag) => flag);
|
|
2440
|
-
const $
|
|
2664
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2441
2665
|
path: _path2 + ".id",
|
|
2442
2666
|
expected: "string",
|
|
2443
2667
|
value: input3.id
|
|
@@ -2453,8 +2677,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2453
2677
|
path: _path2 + ".child_types",
|
|
2454
2678
|
expected: "(Array<string> | undefined)",
|
|
2455
2679
|
value: input3.child_types
|
|
2456
|
-
})) && input3.child_types.map((elem,
|
|
2457
|
-
path: _path2 + ".child_types[" +
|
|
2680
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2681
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2458
2682
|
expected: "string",
|
|
2459
2683
|
value: elem
|
|
2460
2684
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2469,8 +2693,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2469
2693
|
path: _path2 + ".included_types",
|
|
2470
2694
|
expected: "(Array<string> | undefined)",
|
|
2471
2695
|
value: input3.included_types
|
|
2472
|
-
})) && input3.included_types.map((elem,
|
|
2473
|
-
path: _path2 + ".included_types[" +
|
|
2696
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2697
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2474
2698
|
expected: "string",
|
|
2475
2699
|
value: elem
|
|
2476
2700
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2522,7 +2746,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2522
2746
|
expected: "(number | undefined)",
|
|
2523
2747
|
value: input3.stop
|
|
2524
2748
|
})].every((flag) => flag);
|
|
2525
|
-
const $
|
|
2749
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2526
2750
|
path: _path2 + ".id",
|
|
2527
2751
|
expected: "string",
|
|
2528
2752
|
value: input3.id
|
|
@@ -2538,8 +2762,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2538
2762
|
path: _path2 + ".child_types",
|
|
2539
2763
|
expected: "(Array<string> | undefined)",
|
|
2540
2764
|
value: input3.child_types
|
|
2541
|
-
})) && input3.child_types.map((elem,
|
|
2542
|
-
path: _path2 + ".child_types[" +
|
|
2765
|
+
})) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2766
|
+
path: _path2 + ".child_types[" + _index47 + "]",
|
|
2543
2767
|
expected: "string",
|
|
2544
2768
|
value: elem
|
|
2545
2769
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2554,8 +2778,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2554
2778
|
path: _path2 + ".included_types",
|
|
2555
2779
|
expected: "(Array<string> | undefined)",
|
|
2556
2780
|
value: input3.included_types
|
|
2557
|
-
})) && input3.included_types.map((elem,
|
|
2558
|
-
path: _path2 + ".included_types[" +
|
|
2781
|
+
})) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2782
|
+
path: _path2 + ".included_types[" + _index48 + "]",
|
|
2559
2783
|
expected: "string",
|
|
2560
2784
|
value: elem
|
|
2561
2785
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2603,7 +2827,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2603
2827
|
expected: "number",
|
|
2604
2828
|
value: input3.stop
|
|
2605
2829
|
})].every((flag) => flag);
|
|
2606
|
-
const $
|
|
2830
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2607
2831
|
path: _path2 + ".id",
|
|
2608
2832
|
expected: "string",
|
|
2609
2833
|
value: input3.id
|
|
@@ -2619,8 +2843,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2619
2843
|
path: _path2 + ".child_types",
|
|
2620
2844
|
expected: "(Array<string> | undefined)",
|
|
2621
2845
|
value: input3.child_types
|
|
2622
|
-
})) && input3.child_types.map((elem,
|
|
2623
|
-
path: _path2 + ".child_types[" +
|
|
2846
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2847
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2624
2848
|
expected: "string",
|
|
2625
2849
|
value: elem
|
|
2626
2850
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2635,8 +2859,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2635
2859
|
path: _path2 + ".included_types",
|
|
2636
2860
|
expected: "(Array<string> | undefined)",
|
|
2637
2861
|
value: input3.included_types
|
|
2638
|
-
})) && input3.included_types.map((elem,
|
|
2639
|
-
path: _path2 + ".included_types[" +
|
|
2862
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2863
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2640
2864
|
expected: "string",
|
|
2641
2865
|
value: elem
|
|
2642
2866
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2687,12 +2911,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2687
2911
|
path: _path2 + ".genes",
|
|
2688
2912
|
expected: "Array<GvGeneTerm>",
|
|
2689
2913
|
value: input3.genes
|
|
2690
|
-
})) && input3.genes.map((elem,
|
|
2691
|
-
path: _path2 + ".genes[" +
|
|
2914
|
+
})) && input3.genes.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2915
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
2692
2916
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2693
2917
|
value: elem
|
|
2694
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2695
|
-
path: _path2 + ".genes[" +
|
|
2918
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2919
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
2696
2920
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2697
2921
|
value: elem
|
|
2698
2922
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2711,12 +2935,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2711
2935
|
path: _path2 + ".childTerms",
|
|
2712
2936
|
expected: "(Array<DtTerm> | undefined)",
|
|
2713
2937
|
value: input3.childTerms
|
|
2714
|
-
})) && input3.childTerms.map((elem,
|
|
2715
|
-
path: _path2 + ".childTerms[" +
|
|
2938
|
+
})) && input3.childTerms.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2939
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
2716
2940
|
expected: "DtTerm",
|
|
2717
2941
|
value: elem
|
|
2718
|
-
})) && $
|
|
2719
|
-
path: _path2 + ".childTerms[" +
|
|
2942
|
+
})) && $vo42(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2943
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
2720
2944
|
expected: "DtTerm",
|
|
2721
2945
|
value: elem
|
|
2722
2946
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2724,7 +2948,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2724
2948
|
expected: "(Array<DtTerm> | undefined)",
|
|
2725
2949
|
value: input3.childTerms
|
|
2726
2950
|
})].every((flag) => flag);
|
|
2727
|
-
const $
|
|
2951
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2728
2952
|
path: _path2 + ".key",
|
|
2729
2953
|
expected: "(string | undefined)",
|
|
2730
2954
|
value: input3.key
|
|
@@ -2744,8 +2968,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2744
2968
|
path: _path2 + ".mclasslst",
|
|
2745
2969
|
expected: "(Array<string> | undefined)",
|
|
2746
2970
|
value: input3.mclasslst
|
|
2747
|
-
})) && input3.mclasslst.map((elem,
|
|
2748
|
-
path: _path2 + ".mclasslst[" +
|
|
2971
|
+
})) && input3.mclasslst.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2972
|
+
path: _path2 + ".mclasslst[" + _index53 + "]",
|
|
2749
2973
|
expected: "string",
|
|
2750
2974
|
value: elem
|
|
2751
2975
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2756,8 +2980,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2756
2980
|
path: _path2 + ".mclassExcludeLst",
|
|
2757
2981
|
expected: "(Array<string> | undefined)",
|
|
2758
2982
|
value: input3.mclassExcludeLst
|
|
2759
|
-
})) && input3.mclassExcludeLst.map((elem,
|
|
2760
|
-
path: _path2 + ".mclassExcludeLst[" +
|
|
2983
|
+
})) && input3.mclassExcludeLst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2984
|
+
path: _path2 + ".mclassExcludeLst[" + _index54 + "]",
|
|
2761
2985
|
expected: "string",
|
|
2762
2986
|
value: elem
|
|
2763
2987
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2769,7 +2993,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2769
2993
|
expected: "(string | undefined)",
|
|
2770
2994
|
value: input3.origin
|
|
2771
2995
|
})].every((flag) => flag);
|
|
2772
|
-
const $
|
|
2996
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2773
2997
|
path: _path2 + ".join",
|
|
2774
2998
|
expected: "(string | undefined)",
|
|
2775
2999
|
value: input3.join
|
|
@@ -2810,7 +3034,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2810
3034
|
expected: "number",
|
|
2811
3035
|
value: input3.ratio
|
|
2812
3036
|
})].every((flag) => flag);
|
|
2813
|
-
const $
|
|
3037
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2814
3038
|
path: _path2 + ".id",
|
|
2815
3039
|
expected: "string",
|
|
2816
3040
|
value: input3.id
|
|
@@ -2826,8 +3050,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2826
3050
|
path: _path2 + ".child_types",
|
|
2827
3051
|
expected: "(Array<string> | undefined)",
|
|
2828
3052
|
value: input3.child_types
|
|
2829
|
-
})) && input3.child_types.map((elem,
|
|
2830
|
-
path: _path2 + ".child_types[" +
|
|
3053
|
+
})) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3054
|
+
path: _path2 + ".child_types[" + _index55 + "]",
|
|
2831
3055
|
expected: "string",
|
|
2832
3056
|
value: elem
|
|
2833
3057
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2842,8 +3066,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2842
3066
|
path: _path2 + ".included_types",
|
|
2843
3067
|
expected: "(Array<string> | undefined)",
|
|
2844
3068
|
value: input3.included_types
|
|
2845
|
-
})) && input3.included_types.map((elem,
|
|
2846
|
-
path: _path2 + ".included_types[" +
|
|
3069
|
+
})) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3070
|
+
path: _path2 + ".included_types[" + _index56 + "]",
|
|
2847
3071
|
expected: "string",
|
|
2848
3072
|
value: elem
|
|
2849
3073
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2878,8 +3102,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2878
3102
|
path: _path2 + ".termIds",
|
|
2879
3103
|
expected: "(Array<string> | undefined)",
|
|
2880
3104
|
value: input3.termIds
|
|
2881
|
-
})) && input3.termIds.map((elem,
|
|
2882
|
-
path: _path2 + ".termIds[" +
|
|
3105
|
+
})) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3106
|
+
path: _path2 + ".termIds[" + _index57 + "]",
|
|
2883
3107
|
expected: "string",
|
|
2884
3108
|
value: elem
|
|
2885
3109
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2890,12 +3114,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2890
3114
|
path: _path2 + ".termlst",
|
|
2891
3115
|
expected: "Array<BaseTerm>",
|
|
2892
3116
|
value: input3.termlst
|
|
2893
|
-
})) && input3.termlst.map((elem,
|
|
2894
|
-
path: _path2 + ".termlst[" +
|
|
3117
|
+
})) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3118
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
2895
3119
|
expected: "BaseTerm",
|
|
2896
3120
|
value: elem
|
|
2897
|
-
})) && $
|
|
2898
|
-
path: _path2 + ".termlst[" +
|
|
3121
|
+
})) && $vo50(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3122
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
2899
3123
|
expected: "BaseTerm",
|
|
2900
3124
|
value: elem
|
|
2901
3125
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2910,7 +3134,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2910
3134
|
path: _path2 + ".propsByTermId",
|
|
2911
3135
|
expected: "__type.o7",
|
|
2912
3136
|
value: input3.propsByTermId
|
|
2913
|
-
})) && $
|
|
3137
|
+
})) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2914
3138
|
path: _path2 + ".propsByTermId",
|
|
2915
3139
|
expected: "__type.o7",
|
|
2916
3140
|
value: input3.propsByTermId
|
|
@@ -2922,8 +3146,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2922
3146
|
path: _path2 + ".numerators",
|
|
2923
3147
|
expected: "(Array<string> | undefined)",
|
|
2924
3148
|
value: input3.numerators
|
|
2925
|
-
})) && input3.numerators.map((elem,
|
|
2926
|
-
path: _path2 + ".numerators[" +
|
|
3149
|
+
})) && input3.numerators.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3150
|
+
path: _path2 + ".numerators[" + _index59 + "]",
|
|
2927
3151
|
expected: "string",
|
|
2928
3152
|
value: elem
|
|
2929
3153
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2934,12 +3158,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2934
3158
|
path: _path2 + ".valueTransform",
|
|
2935
3159
|
expected: "(__type.o9 | undefined)",
|
|
2936
3160
|
value: input3.valueTransform
|
|
2937
|
-
})) && $
|
|
3161
|
+
})) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
|
|
2938
3162
|
path: _path2 + ".valueTransform",
|
|
2939
3163
|
expected: "(__type.o9 | undefined)",
|
|
2940
3164
|
value: input3.valueTransform
|
|
2941
3165
|
})].every((flag) => flag);
|
|
2942
|
-
const $
|
|
3166
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2943
3167
|
path: _path2 + ".id",
|
|
2944
3168
|
expected: "string",
|
|
2945
3169
|
value: input3.id
|
|
@@ -2955,8 +3179,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2955
3179
|
path: _path2 + ".child_types",
|
|
2956
3180
|
expected: "(Array<string> | undefined)",
|
|
2957
3181
|
value: input3.child_types
|
|
2958
|
-
})) && input3.child_types.map((elem,
|
|
2959
|
-
path: _path2 + ".child_types[" +
|
|
3182
|
+
})) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3183
|
+
path: _path2 + ".child_types[" + _index60 + "]",
|
|
2960
3184
|
expected: "string",
|
|
2961
3185
|
value: elem
|
|
2962
3186
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2971,8 +3195,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
2971
3195
|
path: _path2 + ".included_types",
|
|
2972
3196
|
expected: "(Array<string> | undefined)",
|
|
2973
3197
|
value: input3.included_types
|
|
2974
|
-
})) && input3.included_types.map((elem,
|
|
2975
|
-
path: _path2 + ".included_types[" +
|
|
3198
|
+
})) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3199
|
+
path: _path2 + ".included_types[" + _index61 + "]",
|
|
2976
3200
|
expected: "string",
|
|
2977
3201
|
value: elem
|
|
2978
3202
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3004,7 +3228,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3004
3228
|
expected: "(__type.o1 | undefined)",
|
|
3005
3229
|
value: input3.valueConversion
|
|
3006
3230
|
})].every((flag) => flag);
|
|
3007
|
-
const $
|
|
3231
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3008
3232
|
const value = input3[key];
|
|
3009
3233
|
if (void 0 === value)
|
|
3010
3234
|
return true;
|
|
@@ -3013,14 +3237,14 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3013
3237
|
path: _path2 + $join(key),
|
|
3014
3238
|
expected: "__type.o8",
|
|
3015
3239
|
value
|
|
3016
|
-
})) && $
|
|
3240
|
+
})) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3017
3241
|
path: _path2 + $join(key),
|
|
3018
3242
|
expected: "__type.o8",
|
|
3019
3243
|
value
|
|
3020
3244
|
});
|
|
3021
3245
|
return true;
|
|
3022
3246
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3023
|
-
const $
|
|
3247
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3024
3248
|
const value = input3[key];
|
|
3025
3249
|
if (void 0 === value)
|
|
3026
3250
|
return true;
|
|
@@ -3028,12 +3252,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3028
3252
|
return true;
|
|
3029
3253
|
return true;
|
|
3030
3254
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3031
|
-
const $
|
|
3255
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
|
|
3032
3256
|
path: _path2 + ".offset",
|
|
3033
3257
|
expected: "(number | undefined)",
|
|
3034
3258
|
value: input3.offset
|
|
3035
3259
|
})].every((flag) => flag);
|
|
3036
|
-
const $
|
|
3260
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3037
3261
|
path: _path2 + ".id",
|
|
3038
3262
|
expected: "string",
|
|
3039
3263
|
value: input3.id
|
|
@@ -3049,8 +3273,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3049
3273
|
path: _path2 + ".child_types",
|
|
3050
3274
|
expected: "(Array<string> | undefined)",
|
|
3051
3275
|
value: input3.child_types
|
|
3052
|
-
})) && input3.child_types.map((elem,
|
|
3053
|
-
path: _path2 + ".child_types[" +
|
|
3276
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3277
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
3054
3278
|
expected: "string",
|
|
3055
3279
|
value: elem
|
|
3056
3280
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3065,8 +3289,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3065
3289
|
path: _path2 + ".included_types",
|
|
3066
3290
|
expected: "(Array<string> | undefined)",
|
|
3067
3291
|
value: input3.included_types
|
|
3068
|
-
})) && input3.included_types.map((elem,
|
|
3069
|
-
path: _path2 + ".included_types[" +
|
|
3292
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3293
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
3070
3294
|
expected: "string",
|
|
3071
3295
|
value: elem
|
|
3072
3296
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3101,8 +3325,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3101
3325
|
path: _path2 + ".termIds",
|
|
3102
3326
|
expected: "(Array<string> | undefined)",
|
|
3103
3327
|
value: input3.termIds
|
|
3104
|
-
})) && input3.termIds.map((elem,
|
|
3105
|
-
path: _path2 + ".termIds[" +
|
|
3328
|
+
})) && input3.termIds.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3329
|
+
path: _path2 + ".termIds[" + _index64 + "]",
|
|
3106
3330
|
expected: "string",
|
|
3107
3331
|
value: elem
|
|
3108
3332
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3113,12 +3337,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3113
3337
|
path: _path2 + ".termlst",
|
|
3114
3338
|
expected: "Array<BaseTerm>",
|
|
3115
3339
|
value: input3.termlst
|
|
3116
|
-
})) && input3.termlst.map((elem,
|
|
3117
|
-
path: _path2 + ".termlst[" +
|
|
3340
|
+
})) && input3.termlst.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3341
|
+
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3118
3342
|
expected: "BaseTerm",
|
|
3119
3343
|
value: elem
|
|
3120
|
-
})) && $
|
|
3121
|
-
path: _path2 + ".termlst[" +
|
|
3344
|
+
})) && $vo50(elem, _path2 + ".termlst[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3345
|
+
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3122
3346
|
expected: "BaseTerm",
|
|
3123
3347
|
value: elem
|
|
3124
3348
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3133,7 +3357,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3133
3357
|
path: _path2 + ".propsByTermId",
|
|
3134
3358
|
expected: "__type.o7",
|
|
3135
3359
|
value: input3.propsByTermId
|
|
3136
|
-
})) && $
|
|
3360
|
+
})) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3137
3361
|
path: _path2 + ".propsByTermId",
|
|
3138
3362
|
expected: "__type.o7",
|
|
3139
3363
|
value: input3.propsByTermId
|
|
@@ -3145,12 +3369,12 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3145
3369
|
path: _path2 + ".categoryKeys",
|
|
3146
3370
|
expected: "Array<CategoryKey>",
|
|
3147
3371
|
value: input3.categoryKeys
|
|
3148
|
-
})) && input3.categoryKeys.map((elem,
|
|
3149
|
-
path: _path2 + ".categoryKeys[" +
|
|
3372
|
+
})) && input3.categoryKeys.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3373
|
+
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3150
3374
|
expected: "CategoryKey",
|
|
3151
3375
|
value: elem
|
|
3152
|
-
})) && $
|
|
3153
|
-
path: _path2 + ".categoryKeys[" +
|
|
3376
|
+
})) && $vo55(elem, _path2 + ".categoryKeys[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3377
|
+
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3154
3378
|
expected: "CategoryKey",
|
|
3155
3379
|
value: elem
|
|
3156
3380
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3158,7 +3382,7 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3158
3382
|
expected: "Array<CategoryKey>",
|
|
3159
3383
|
value: input3.categoryKeys
|
|
3160
3384
|
})].every((flag) => flag);
|
|
3161
|
-
const $
|
|
3385
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3162
3386
|
path: _path2 + ".key",
|
|
3163
3387
|
expected: "string",
|
|
3164
3388
|
value: input3.key
|
|
@@ -3195,14 +3419,14 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3195
3419
|
if (true === input3.stopunbounded)
|
|
3196
3420
|
return $vo21(input3, _path2, _exceptionable2);
|
|
3197
3421
|
if (void 0 !== input3.value)
|
|
3198
|
-
return $
|
|
3422
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
3199
3423
|
return $vo20(input3, _path2, _exceptionable2);
|
|
3200
3424
|
})();
|
|
3201
3425
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3202
3426
|
if ("gene" === input3.kind)
|
|
3203
|
-
return $
|
|
3427
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
3204
3428
|
if ("coord" === input3.kind)
|
|
3205
|
-
return $
|
|
3429
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
3206
3430
|
return $report(_exceptionable2, {
|
|
3207
3431
|
path: _path2,
|
|
3208
3432
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3220,23 +3444,23 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3220
3444
|
if (void 0 !== input3.ranges)
|
|
3221
3445
|
return $vo13(input3, _path2, _exceptionable2);
|
|
3222
3446
|
if (void 0 !== input3.ratio)
|
|
3223
|
-
return $
|
|
3224
|
-
return $vo3(input3, _path2, false) || $
|
|
3447
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
3448
|
+
return $vo3(input3, _path2, false) || $vo37(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3225
3449
|
})();
|
|
3226
3450
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3227
3451
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3228
3452
|
return $vo14(input3, _path2, _exceptionable2);
|
|
3229
3453
|
if ("metaboliteIntensity" === input3.type)
|
|
3230
|
-
return $
|
|
3454
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
3231
3455
|
if ("proteomeAbundance" === input3.type)
|
|
3232
|
-
return $vo26(input3, _path2, _exceptionable2);
|
|
3233
|
-
if ("date" === input3.type)
|
|
3234
3456
|
return $vo28(input3, _path2, _exceptionable2);
|
|
3457
|
+
if ("date" === input3.type)
|
|
3458
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
3235
3459
|
if ("ssGSEA" === input3.type)
|
|
3236
|
-
return $
|
|
3460
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3237
3461
|
if ("dnaMethylation" === input3.type)
|
|
3238
|
-
return $
|
|
3239
|
-
return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $
|
|
3462
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3463
|
+
return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo34(input3, _path2, false) || $vo33(input3, _path2, false);
|
|
3240
3464
|
})();
|
|
3241
3465
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3242
3466
|
if ("regular-bin" === input3.type)
|
|
@@ -3273,9 +3497,9 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3273
3497
|
})();
|
|
3274
3498
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3275
3499
|
if ("gene" === input3.kind)
|
|
3276
|
-
return $
|
|
3500
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3277
3501
|
if ("coord" === input3.kind)
|
|
3278
|
-
return $
|
|
3502
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3279
3503
|
return $report(_exceptionable2, {
|
|
3280
3504
|
path: _path2,
|
|
3281
3505
|
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; })',
|
|
@@ -3284,9 +3508,9 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
3284
3508
|
})();
|
|
3285
3509
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3286
3510
|
if ("numeric" === input3.memberType)
|
|
3287
|
-
return $
|
|
3511
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
3288
3512
|
if ("categorical" === input3.memberType)
|
|
3289
|
-
return $
|
|
3513
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3290
3514
|
return $report(_exceptionable2, {
|
|
3291
3515
|
path: _path2,
|
|
3292
3516
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|