@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
|
@@ -21,7 +21,7 @@ var validGRIN2Request = (input) => {
|
|
|
21
21
|
const errors = [];
|
|
22
22
|
const __is = (input2) => {
|
|
23
23
|
const $join = import_typia.createValidate.join;
|
|
24
|
-
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && (void 0 === input3.devicePixelRatio || "number" === typeof input3.devicePixelRatio) && (void 0 === input3.width || "number" === typeof input3.width) && (void 0 === input3.height || "number" === typeof input3.height) && (void 0 === input3.pngDotRadius || "number" === typeof input3.pngDotRadius) && true && (void 0 === input3.qValueThreshold || "number" === typeof input3.qValueThreshold) && (void 0 === input3.logCutoff || "number" === typeof input3.logCutoff) && "number" === typeof input3.maxCappedPoints && "number" === typeof input3.hardCap && "number" === typeof input3.binSize && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && (void 0 === input3.snvindelOptions || "object" === typeof input3.snvindelOptions && null !== input3.snvindelOptions && false === Array.isArray(input3.snvindelOptions) && $
|
|
24
|
+
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && (void 0 === input3.devicePixelRatio || "number" === typeof input3.devicePixelRatio) && (void 0 === input3.width || "number" === typeof input3.width) && (void 0 === input3.height || "number" === typeof input3.height) && (void 0 === input3.pngDotRadius || "number" === typeof input3.pngDotRadius) && true && (void 0 === input3.qValueThreshold || "number" === typeof input3.qValueThreshold) && (void 0 === input3.logCutoff || "number" === typeof input3.logCutoff) && "number" === typeof input3.maxCappedPoints && "number" === typeof input3.hardCap && "number" === typeof input3.binSize && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && (void 0 === input3.snvindelOptions || "object" === typeof input3.snvindelOptions && null !== input3.snvindelOptions && false === Array.isArray(input3.snvindelOptions) && $io56(input3.snvindelOptions)) && (void 0 === input3.cnvOptions || "object" === typeof input3.cnvOptions && null !== input3.cnvOptions && false === Array.isArray(input3.cnvOptions) && $io57(input3.cnvOptions)) && (void 0 === input3.fusionOptions || "object" === typeof input3.fusionOptions && null !== input3.fusionOptions && false === Array.isArray(input3.fusionOptions) && $io58(input3.fusionOptions)) && (void 0 === input3.svOptions || "object" === typeof input3.svOptions && null !== input3.svOptions && false === Array.isArray(input3.svOptions) && $io59(input3.svOptions)) && (void 0 === input3.maxGenesToShow || "number" === typeof input3.maxGenesToShow);
|
|
25
25
|
const $io1 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem))) && (void 0 === input3.$id || "string" === typeof input3.$id);
|
|
26
26
|
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu5(input3.tvs));
|
|
27
27
|
const $io3 = (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 && $io4(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io6(elem))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
|
|
@@ -43,7 +43,7 @@ var validGRIN2Request = (input) => {
|
|
|
43
43
|
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);
|
|
44
44
|
const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
45
45
|
const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
|
|
46
|
-
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 && $
|
|
46
|
+
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)));
|
|
47
47
|
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));
|
|
48
48
|
const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
49
49
|
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);
|
|
@@ -62,19 +62,21 @@ var validGRIN2Request = (input) => {
|
|
|
62
62
|
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);
|
|
63
63
|
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);
|
|
64
64
|
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;
|
|
65
|
-
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
66
|
-
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
67
|
-
const $
|
|
68
|
-
const $
|
|
69
|
-
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
70
|
-
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
71
|
-
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
72
|
-
const $io33 = (input3) => "
|
|
73
|
-
const $io34 = (input3) => "string" === typeof input3.
|
|
74
|
-
const $io35 = (input3) =>
|
|
75
|
-
const $io36 = (input3) => "string" === typeof input3.
|
|
76
|
-
const $io37 = (input3) => "
|
|
77
|
-
const $io38 = (input3) =>
|
|
65
|
+
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);
|
|
66
|
+
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;
|
|
67
|
+
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));
|
|
68
|
+
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));
|
|
69
|
+
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));
|
|
70
|
+
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));
|
|
71
|
+
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));
|
|
72
|
+
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);
|
|
73
|
+
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;
|
|
74
|
+
const $io35 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
|
|
75
|
+
const $io36 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
76
|
+
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)));
|
|
77
|
+
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));
|
|
78
|
+
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;
|
|
79
|
+
const $io40 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
|
|
78
80
|
if (["key", "label"].some((prop) => key === prop))
|
|
79
81
|
return true;
|
|
80
82
|
const value = input3[key];
|
|
@@ -84,25 +86,25 @@ var validGRIN2Request = (input) => {
|
|
|
84
86
|
return true;
|
|
85
87
|
return true;
|
|
86
88
|
});
|
|
87
|
-
const $
|
|
88
|
-
const $
|
|
89
|
-
const $
|
|
90
|
-
const $
|
|
91
|
-
const $
|
|
92
|
-
const $
|
|
93
|
-
const $
|
|
94
|
-
const $
|
|
95
|
-
const $
|
|
96
|
-
const $
|
|
97
|
-
const $
|
|
89
|
+
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);
|
|
90
|
+
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));
|
|
91
|
+
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)));
|
|
92
|
+
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);
|
|
93
|
+
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;
|
|
94
|
+
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)));
|
|
95
|
+
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);
|
|
96
|
+
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;
|
|
97
|
+
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));
|
|
98
|
+
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));
|
|
99
|
+
const $io51 = (input3) => Object.keys(input3).every((key) => {
|
|
98
100
|
const value = input3[key];
|
|
99
101
|
if (void 0 === value)
|
|
100
102
|
return true;
|
|
101
103
|
if (RegExp(/(.*)/).test(key))
|
|
102
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
104
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
|
|
103
105
|
return true;
|
|
104
106
|
});
|
|
105
|
-
const $
|
|
107
|
+
const $io52 = (input3) => Object.keys(input3).every((key) => {
|
|
106
108
|
const value = input3[key];
|
|
107
109
|
if (void 0 === value)
|
|
108
110
|
return true;
|
|
@@ -110,13 +112,13 @@ var validGRIN2Request = (input) => {
|
|
|
110
112
|
return true;
|
|
111
113
|
return true;
|
|
112
114
|
});
|
|
113
|
-
const $
|
|
114
|
-
const $
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
119
|
-
const $
|
|
115
|
+
const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
|
|
116
|
+
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)));
|
|
117
|
+
const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
118
|
+
const $io56 = (input3) => (void 0 === input3.minTotalDepth || "number" === typeof input3.minTotalDepth) && (void 0 === input3.minAltAlleleCount || "number" === typeof input3.minAltAlleleCount) && (void 0 === input3.consequences || Array.isArray(input3.consequences) && input3.consequences.every((elem) => "string" === typeof elem)) && (void 0 === input3.hyperMutator || "number" === typeof input3.hyperMutator) && (void 0 === input3.fivePrimeFlankSize || "number" === typeof input3.fivePrimeFlankSize) && (void 0 === input3.threePrimeFlankSize || "number" === typeof input3.threePrimeFlankSize) && (void 0 === input3.mafFilter || "object" === typeof input3.mafFilter && null !== input3.mafFilter && $io1(input3.mafFilter));
|
|
119
|
+
const $io57 = (input3) => (void 0 === input3.lossThreshold || "number" === typeof input3.lossThreshold) && (void 0 === input3.gainThreshold || "number" === typeof input3.gainThreshold) && (void 0 === input3.maxSegLength || "number" === typeof input3.maxSegLength) && (void 0 === input3.hyperMutator || "number" === typeof input3.hyperMutator) && (void 0 === input3.fivePrimeFlankSize || "number" === typeof input3.fivePrimeFlankSize) && (void 0 === input3.threePrimeFlankSize || "number" === typeof input3.threePrimeFlankSize);
|
|
120
|
+
const $io58 = (input3) => (void 0 === input3.fivePrimeFlankSize || "number" === typeof input3.fivePrimeFlankSize) && (void 0 === input3.threePrimeFlankSize || "number" === typeof input3.threePrimeFlankSize);
|
|
121
|
+
const $io59 = (input3) => (void 0 === input3.fivePrimeFlankSize || "number" === typeof input3.fivePrimeFlankSize) && (void 0 === input3.threePrimeFlankSize || "number" === typeof input3.threePrimeFlankSize);
|
|
120
122
|
const $iu0 = (input3) => (() => {
|
|
121
123
|
if ("tvslst" === input3.type)
|
|
122
124
|
return $io1(input3);
|
|
@@ -137,14 +139,14 @@ var validGRIN2Request = (input) => {
|
|
|
137
139
|
if (true === input3.stopunbounded)
|
|
138
140
|
return $io21(input3);
|
|
139
141
|
if (void 0 !== input3.value)
|
|
140
|
-
return $
|
|
142
|
+
return $io35(input3);
|
|
141
143
|
return $io20(input3);
|
|
142
144
|
})();
|
|
143
145
|
const $iu3 = (input3) => (() => {
|
|
144
146
|
if ("gene" === input3.kind)
|
|
145
|
-
return $
|
|
147
|
+
return $io44(input3);
|
|
146
148
|
if ("coord" === input3.kind)
|
|
147
|
-
return $
|
|
149
|
+
return $io45(input3);
|
|
148
150
|
return false;
|
|
149
151
|
})();
|
|
150
152
|
const $iu4 = (input3) => (() => {
|
|
@@ -158,14 +160,14 @@ var validGRIN2Request = (input) => {
|
|
|
158
160
|
if (void 0 !== input3.ranges)
|
|
159
161
|
return $io13(input3);
|
|
160
162
|
if (void 0 !== input3.ratio)
|
|
161
|
-
return $
|
|
163
|
+
return $io48(input3);
|
|
162
164
|
return (() => {
|
|
163
165
|
if ($io3(input3))
|
|
164
166
|
return $io3(input3);
|
|
165
|
-
if ($
|
|
166
|
-
return $
|
|
167
|
-
if ($
|
|
168
|
-
return $
|
|
167
|
+
if ($io37(input3))
|
|
168
|
+
return $io37(input3);
|
|
169
|
+
if ($io41(input3))
|
|
170
|
+
return $io41(input3);
|
|
169
171
|
return false;
|
|
170
172
|
})();
|
|
171
173
|
})();
|
|
@@ -173,24 +175,28 @@ var validGRIN2Request = (input) => {
|
|
|
173
175
|
if ("integer" === input3.type || "float" === input3.type)
|
|
174
176
|
return $io14(input3);
|
|
175
177
|
if ("metaboliteIntensity" === input3.type)
|
|
176
|
-
return $
|
|
178
|
+
return $io27(input3);
|
|
177
179
|
if ("proteomeAbundance" === input3.type)
|
|
178
|
-
return $io26(input3);
|
|
179
|
-
if ("date" === input3.type)
|
|
180
180
|
return $io28(input3);
|
|
181
|
+
if ("date" === input3.type)
|
|
182
|
+
return $io30(input3);
|
|
181
183
|
if ("ssGSEA" === input3.type)
|
|
182
|
-
return $
|
|
184
|
+
return $io31(input3);
|
|
183
185
|
if ("dnaMethylation" === input3.type)
|
|
184
|
-
return $
|
|
186
|
+
return $io32(input3);
|
|
185
187
|
return (() => {
|
|
186
188
|
if ($io24(input3))
|
|
187
189
|
return $io24(input3);
|
|
188
190
|
if ($io23(input3))
|
|
189
191
|
return $io23(input3);
|
|
190
|
-
if ($
|
|
191
|
-
return $
|
|
192
|
-
if ($
|
|
193
|
-
return $
|
|
192
|
+
if ($io26(input3))
|
|
193
|
+
return $io26(input3);
|
|
194
|
+
if ($io25(input3))
|
|
195
|
+
return $io25(input3);
|
|
196
|
+
if ($io34(input3))
|
|
197
|
+
return $io34(input3);
|
|
198
|
+
if ($io33(input3))
|
|
199
|
+
return $io33(input3);
|
|
194
200
|
return false;
|
|
195
201
|
})();
|
|
196
202
|
})();
|
|
@@ -217,16 +223,16 @@ var validGRIN2Request = (input) => {
|
|
|
217
223
|
})();
|
|
218
224
|
const $iu10 = (input3) => (() => {
|
|
219
225
|
if ("gene" === input3.kind)
|
|
220
|
-
return $
|
|
226
|
+
return $io43(input3);
|
|
221
227
|
if ("coord" === input3.kind)
|
|
222
|
-
return $
|
|
228
|
+
return $io46(input3);
|
|
223
229
|
return false;
|
|
224
230
|
})();
|
|
225
231
|
const $iu11 = (input3) => (() => {
|
|
226
232
|
if ("numeric" === input3.memberType)
|
|
227
|
-
return $
|
|
233
|
+
return $io49(input3);
|
|
228
234
|
if ("categorical" === input3.memberType)
|
|
229
|
-
return $
|
|
235
|
+
return $io54(input3);
|
|
230
236
|
return false;
|
|
231
237
|
})();
|
|
232
238
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -291,7 +297,7 @@ var validGRIN2Request = (input) => {
|
|
|
291
297
|
path: _path2 + ".snvindelOptions",
|
|
292
298
|
expected: "(__type.o10 | undefined)",
|
|
293
299
|
value: input3.snvindelOptions
|
|
294
|
-
})) && $
|
|
300
|
+
})) && $vo56(input3.snvindelOptions, _path2 + ".snvindelOptions", _exceptionable2) || $report(_exceptionable2, {
|
|
295
301
|
path: _path2 + ".snvindelOptions",
|
|
296
302
|
expected: "(__type.o10 | undefined)",
|
|
297
303
|
value: input3.snvindelOptions
|
|
@@ -299,7 +305,7 @@ var validGRIN2Request = (input) => {
|
|
|
299
305
|
path: _path2 + ".cnvOptions",
|
|
300
306
|
expected: "(__type.o11 | undefined)",
|
|
301
307
|
value: input3.cnvOptions
|
|
302
|
-
})) && $
|
|
308
|
+
})) && $vo57(input3.cnvOptions, _path2 + ".cnvOptions", _exceptionable2) || $report(_exceptionable2, {
|
|
303
309
|
path: _path2 + ".cnvOptions",
|
|
304
310
|
expected: "(__type.o11 | undefined)",
|
|
305
311
|
value: input3.cnvOptions
|
|
@@ -307,7 +313,7 @@ var validGRIN2Request = (input) => {
|
|
|
307
313
|
path: _path2 + ".fusionOptions",
|
|
308
314
|
expected: "(__type.o12 | undefined)",
|
|
309
315
|
value: input3.fusionOptions
|
|
310
|
-
})) && $
|
|
316
|
+
})) && $vo58(input3.fusionOptions, _path2 + ".fusionOptions", _exceptionable2) || $report(_exceptionable2, {
|
|
311
317
|
path: _path2 + ".fusionOptions",
|
|
312
318
|
expected: "(__type.o12 | undefined)",
|
|
313
319
|
value: input3.fusionOptions
|
|
@@ -315,7 +321,7 @@ var validGRIN2Request = (input) => {
|
|
|
315
321
|
path: _path2 + ".svOptions",
|
|
316
322
|
expected: "(__type.o13 | undefined)",
|
|
317
323
|
value: input3.svOptions
|
|
318
|
-
})) && $
|
|
324
|
+
})) && $vo59(input3.svOptions, _path2 + ".svOptions", _exceptionable2) || $report(_exceptionable2, {
|
|
319
325
|
path: _path2 + ".svOptions",
|
|
320
326
|
expected: "(__type.o13 | undefined)",
|
|
321
327
|
value: input3.svOptions
|
|
@@ -723,11 +729,11 @@ var validGRIN2Request = (input) => {
|
|
|
723
729
|
value: input3.value_by_computable_grade
|
|
724
730
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
725
731
|
path: _path2 + ".term",
|
|
726
|
-
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)',
|
|
732
|
+
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)',
|
|
727
733
|
value: input3.term
|
|
728
734
|
})) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
729
735
|
path: _path2 + ".term",
|
|
730
|
-
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)',
|
|
736
|
+
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)',
|
|
731
737
|
value: input3.term
|
|
732
738
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
733
739
|
path: _path2 + ".ranges",
|
|
@@ -753,7 +759,7 @@ var validGRIN2Request = (input) => {
|
|
|
753
759
|
path: _path2 + ".values[" + _index9 + "]",
|
|
754
760
|
expected: "__type.o5",
|
|
755
761
|
value: elem
|
|
756
|
-
})) && $
|
|
762
|
+
})) && $vo36(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
757
763
|
path: _path2 + ".values[" + _index9 + "]",
|
|
758
764
|
expected: "__type.o5",
|
|
759
765
|
value: elem
|
|
@@ -1354,9 +1360,9 @@ var validGRIN2Request = (input) => {
|
|
|
1354
1360
|
path: _path2 + ".name",
|
|
1355
1361
|
expected: "string",
|
|
1356
1362
|
value: input3.name
|
|
1357
|
-
}), "
|
|
1363
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1358
1364
|
path: _path2 + ".type",
|
|
1359
|
-
expected: '"
|
|
1365
|
+
expected: '"isoformExpression"',
|
|
1360
1366
|
value: input3.type
|
|
1361
1367
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1362
1368
|
path: _path2 + ".child_types",
|
|
@@ -1422,6 +1428,224 @@ var validGRIN2Request = (input) => {
|
|
|
1422
1428
|
path: _path2 + ".unit",
|
|
1423
1429
|
expected: "(string | undefined)",
|
|
1424
1430
|
value: input3.unit
|
|
1431
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1432
|
+
path: _path2 + ".bins",
|
|
1433
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1434
|
+
value: input3.bins
|
|
1435
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1436
|
+
path: _path2 + ".bins",
|
|
1437
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1438
|
+
value: input3.bins
|
|
1439
|
+
}), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
|
|
1440
|
+
path: _path2 + ".kind",
|
|
1441
|
+
expected: '("isoform" | undefined)',
|
|
1442
|
+
value: input3.kind
|
|
1443
|
+
}), "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1444
|
+
path: _path2 + ".isoform",
|
|
1445
|
+
expected: "string",
|
|
1446
|
+
value: input3.isoform
|
|
1447
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1448
|
+
path: _path2 + ".gene",
|
|
1449
|
+
expected: "(string | undefined)",
|
|
1450
|
+
value: input3.gene
|
|
1451
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1452
|
+
path: _path2 + ".chr",
|
|
1453
|
+
expected: "(string | undefined)",
|
|
1454
|
+
value: input3.chr
|
|
1455
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1456
|
+
path: _path2 + ".start",
|
|
1457
|
+
expected: "(number | undefined)",
|
|
1458
|
+
value: input3.start
|
|
1459
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1460
|
+
path: _path2 + ".stop",
|
|
1461
|
+
expected: "(number | undefined)",
|
|
1462
|
+
value: input3.stop
|
|
1463
|
+
})].every((flag) => flag);
|
|
1464
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1465
|
+
path: _path2 + ".id",
|
|
1466
|
+
expected: "string",
|
|
1467
|
+
value: input3.id
|
|
1468
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1469
|
+
path: _path2 + ".name",
|
|
1470
|
+
expected: "string",
|
|
1471
|
+
value: input3.name
|
|
1472
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1473
|
+
path: _path2 + ".type",
|
|
1474
|
+
expected: '"isoformExpression"',
|
|
1475
|
+
value: input3.type
|
|
1476
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1477
|
+
path: _path2 + ".child_types",
|
|
1478
|
+
expected: "(Array<string> | undefined)",
|
|
1479
|
+
value: input3.child_types
|
|
1480
|
+
})) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1481
|
+
path: _path2 + ".child_types[" + _index19 + "]",
|
|
1482
|
+
expected: "string",
|
|
1483
|
+
value: elem
|
|
1484
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1485
|
+
path: _path2 + ".child_types",
|
|
1486
|
+
expected: "(Array<string> | undefined)",
|
|
1487
|
+
value: input3.child_types
|
|
1488
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1489
|
+
path: _path2 + ".hashtmldetail",
|
|
1490
|
+
expected: "(boolean | undefined)",
|
|
1491
|
+
value: input3.hashtmldetail
|
|
1492
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1493
|
+
path: _path2 + ".included_types",
|
|
1494
|
+
expected: "(Array<string> | undefined)",
|
|
1495
|
+
value: input3.included_types
|
|
1496
|
+
})) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1497
|
+
path: _path2 + ".included_types[" + _index20 + "]",
|
|
1498
|
+
expected: "string",
|
|
1499
|
+
value: elem
|
|
1500
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1501
|
+
path: _path2 + ".included_types",
|
|
1502
|
+
expected: "(Array<string> | undefined)",
|
|
1503
|
+
value: input3.included_types
|
|
1504
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1505
|
+
path: _path2 + ".isleaf",
|
|
1506
|
+
expected: "(boolean | undefined)",
|
|
1507
|
+
value: input3.isleaf
|
|
1508
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1509
|
+
path: _path2 + ".values",
|
|
1510
|
+
expected: "(TermValues | undefined)",
|
|
1511
|
+
value: input3.values
|
|
1512
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1513
|
+
path: _path2 + ".values",
|
|
1514
|
+
expected: "(TermValues | undefined)",
|
|
1515
|
+
value: input3.values
|
|
1516
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1517
|
+
path: _path2 + ".skipValuesBuild",
|
|
1518
|
+
expected: "(boolean | undefined)",
|
|
1519
|
+
value: input3.skipValuesBuild
|
|
1520
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1521
|
+
path: _path2 + ".valueConversion",
|
|
1522
|
+
expected: "(__type.o1 | undefined)",
|
|
1523
|
+
value: input3.valueConversion
|
|
1524
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1525
|
+
path: _path2 + ".valueConversion",
|
|
1526
|
+
expected: "(__type.o1 | undefined)",
|
|
1527
|
+
value: input3.valueConversion
|
|
1528
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1529
|
+
path: _path2 + ".continuousColorScale",
|
|
1530
|
+
expected: "(__type.o3 | undefined)",
|
|
1531
|
+
value: input3.continuousColorScale
|
|
1532
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1533
|
+
path: _path2 + ".continuousColorScale",
|
|
1534
|
+
expected: "(__type.o3 | undefined)",
|
|
1535
|
+
value: input3.continuousColorScale
|
|
1536
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1537
|
+
path: _path2 + ".unit",
|
|
1538
|
+
expected: "(string | undefined)",
|
|
1539
|
+
value: input3.unit
|
|
1540
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1541
|
+
path: _path2 + ".bins",
|
|
1542
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1543
|
+
value: input3.bins
|
|
1544
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1545
|
+
path: _path2 + ".bins",
|
|
1546
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1547
|
+
value: input3.bins
|
|
1548
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
1549
|
+
path: _path2 + ".kind",
|
|
1550
|
+
expected: '("coord" | undefined)',
|
|
1551
|
+
value: input3.kind
|
|
1552
|
+
}), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1553
|
+
path: _path2 + ".isoform",
|
|
1554
|
+
expected: "(string | undefined)",
|
|
1555
|
+
value: input3.isoform
|
|
1556
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1557
|
+
path: _path2 + ".gene",
|
|
1558
|
+
expected: "(string | undefined)",
|
|
1559
|
+
value: input3.gene
|
|
1560
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1561
|
+
path: _path2 + ".chr",
|
|
1562
|
+
expected: "string",
|
|
1563
|
+
value: input3.chr
|
|
1564
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1565
|
+
path: _path2 + ".start",
|
|
1566
|
+
expected: "number",
|
|
1567
|
+
value: input3.start
|
|
1568
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1569
|
+
path: _path2 + ".stop",
|
|
1570
|
+
expected: "number",
|
|
1571
|
+
value: input3.stop
|
|
1572
|
+
})].every((flag) => flag);
|
|
1573
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1574
|
+
path: _path2 + ".id",
|
|
1575
|
+
expected: "string",
|
|
1576
|
+
value: input3.id
|
|
1577
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1578
|
+
path: _path2 + ".name",
|
|
1579
|
+
expected: "string",
|
|
1580
|
+
value: input3.name
|
|
1581
|
+
}), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
1582
|
+
path: _path2 + ".type",
|
|
1583
|
+
expected: '"metaboliteIntensity"',
|
|
1584
|
+
value: input3.type
|
|
1585
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1586
|
+
path: _path2 + ".child_types",
|
|
1587
|
+
expected: "(Array<string> | undefined)",
|
|
1588
|
+
value: input3.child_types
|
|
1589
|
+
})) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1590
|
+
path: _path2 + ".child_types[" + _index21 + "]",
|
|
1591
|
+
expected: "string",
|
|
1592
|
+
value: elem
|
|
1593
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1594
|
+
path: _path2 + ".child_types",
|
|
1595
|
+
expected: "(Array<string> | undefined)",
|
|
1596
|
+
value: input3.child_types
|
|
1597
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1598
|
+
path: _path2 + ".hashtmldetail",
|
|
1599
|
+
expected: "(boolean | undefined)",
|
|
1600
|
+
value: input3.hashtmldetail
|
|
1601
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1602
|
+
path: _path2 + ".included_types",
|
|
1603
|
+
expected: "(Array<string> | undefined)",
|
|
1604
|
+
value: input3.included_types
|
|
1605
|
+
})) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1606
|
+
path: _path2 + ".included_types[" + _index22 + "]",
|
|
1607
|
+
expected: "string",
|
|
1608
|
+
value: elem
|
|
1609
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1610
|
+
path: _path2 + ".included_types",
|
|
1611
|
+
expected: "(Array<string> | undefined)",
|
|
1612
|
+
value: input3.included_types
|
|
1613
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1614
|
+
path: _path2 + ".isleaf",
|
|
1615
|
+
expected: "(boolean | undefined)",
|
|
1616
|
+
value: input3.isleaf
|
|
1617
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1618
|
+
path: _path2 + ".values",
|
|
1619
|
+
expected: "(TermValues | undefined)",
|
|
1620
|
+
value: input3.values
|
|
1621
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1622
|
+
path: _path2 + ".values",
|
|
1623
|
+
expected: "(TermValues | undefined)",
|
|
1624
|
+
value: input3.values
|
|
1625
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1626
|
+
path: _path2 + ".skipValuesBuild",
|
|
1627
|
+
expected: "(boolean | undefined)",
|
|
1628
|
+
value: input3.skipValuesBuild
|
|
1629
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1630
|
+
path: _path2 + ".valueConversion",
|
|
1631
|
+
expected: "(__type.o1 | undefined)",
|
|
1632
|
+
value: input3.valueConversion
|
|
1633
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1634
|
+
path: _path2 + ".valueConversion",
|
|
1635
|
+
expected: "(__type.o1 | undefined)",
|
|
1636
|
+
value: input3.valueConversion
|
|
1637
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1638
|
+
path: _path2 + ".continuousColorScale",
|
|
1639
|
+
expected: "(__type.o3 | undefined)",
|
|
1640
|
+
value: input3.continuousColorScale
|
|
1641
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1642
|
+
path: _path2 + ".continuousColorScale",
|
|
1643
|
+
expected: "(__type.o3 | undefined)",
|
|
1644
|
+
value: input3.continuousColorScale
|
|
1645
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1646
|
+
path: _path2 + ".unit",
|
|
1647
|
+
expected: "(string | undefined)",
|
|
1648
|
+
value: input3.unit
|
|
1425
1649
|
}), "string" === typeof input3.metabolite || $report(_exceptionable2, {
|
|
1426
1650
|
path: _path2 + ".metabolite",
|
|
1427
1651
|
expected: "string",
|
|
@@ -1435,7 +1659,7 @@ var validGRIN2Request = (input) => {
|
|
|
1435
1659
|
expected: "(PresetNumericBins | undefined)",
|
|
1436
1660
|
value: input3.bins
|
|
1437
1661
|
})].every((flag) => flag);
|
|
1438
|
-
const $
|
|
1662
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1439
1663
|
path: _path2 + ".id",
|
|
1440
1664
|
expected: "string",
|
|
1441
1665
|
value: input3.id
|
|
@@ -1451,8 +1675,8 @@ var validGRIN2Request = (input) => {
|
|
|
1451
1675
|
path: _path2 + ".child_types",
|
|
1452
1676
|
expected: "(Array<string> | undefined)",
|
|
1453
1677
|
value: input3.child_types
|
|
1454
|
-
})) && input3.child_types.map((elem,
|
|
1455
|
-
path: _path2 + ".child_types[" +
|
|
1678
|
+
})) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1679
|
+
path: _path2 + ".child_types[" + _index23 + "]",
|
|
1456
1680
|
expected: "string",
|
|
1457
1681
|
value: elem
|
|
1458
1682
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1467,8 +1691,8 @@ var validGRIN2Request = (input) => {
|
|
|
1467
1691
|
path: _path2 + ".included_types",
|
|
1468
1692
|
expected: "(Array<string> | undefined)",
|
|
1469
1693
|
value: input3.included_types
|
|
1470
|
-
})) && input3.included_types.map((elem,
|
|
1471
|
-
path: _path2 + ".included_types[" +
|
|
1694
|
+
})) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1695
|
+
path: _path2 + ".included_types[" + _index24 + "]",
|
|
1472
1696
|
expected: "string",
|
|
1473
1697
|
value: elem
|
|
1474
1698
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1527,12 +1751,12 @@ var validGRIN2Request = (input) => {
|
|
|
1527
1751
|
path: _path2 + ".proteomeDetails",
|
|
1528
1752
|
expected: "ProteomeDetails",
|
|
1529
1753
|
value: input3.proteomeDetails
|
|
1530
|
-
})) && $
|
|
1754
|
+
})) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1531
1755
|
path: _path2 + ".proteomeDetails",
|
|
1532
1756
|
expected: "ProteomeDetails",
|
|
1533
1757
|
value: input3.proteomeDetails
|
|
1534
1758
|
})].every((flag) => flag);
|
|
1535
|
-
const $
|
|
1759
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
|
|
1536
1760
|
path: _path2 + ".assay",
|
|
1537
1761
|
expected: "string",
|
|
1538
1762
|
value: input3.assay
|
|
@@ -1541,7 +1765,7 @@ var validGRIN2Request = (input) => {
|
|
|
1541
1765
|
expected: "string",
|
|
1542
1766
|
value: input3.cohort
|
|
1543
1767
|
})].every((flag) => flag);
|
|
1544
|
-
const $
|
|
1768
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1545
1769
|
path: _path2 + ".id",
|
|
1546
1770
|
expected: "string",
|
|
1547
1771
|
value: input3.id
|
|
@@ -1557,8 +1781,8 @@ var validGRIN2Request = (input) => {
|
|
|
1557
1781
|
path: _path2 + ".child_types",
|
|
1558
1782
|
expected: "(Array<string> | undefined)",
|
|
1559
1783
|
value: input3.child_types
|
|
1560
|
-
})) && input3.child_types.map((elem,
|
|
1561
|
-
path: _path2 + ".child_types[" +
|
|
1784
|
+
})) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1785
|
+
path: _path2 + ".child_types[" + _index25 + "]",
|
|
1562
1786
|
expected: "string",
|
|
1563
1787
|
value: elem
|
|
1564
1788
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1573,8 +1797,8 @@ var validGRIN2Request = (input) => {
|
|
|
1573
1797
|
path: _path2 + ".included_types",
|
|
1574
1798
|
expected: "(Array<string> | undefined)",
|
|
1575
1799
|
value: input3.included_types
|
|
1576
|
-
})) && input3.included_types.map((elem,
|
|
1577
|
-
path: _path2 + ".included_types[" +
|
|
1800
|
+
})) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1801
|
+
path: _path2 + ".included_types[" + _index26 + "]",
|
|
1578
1802
|
expected: "string",
|
|
1579
1803
|
value: elem
|
|
1580
1804
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1626,7 +1850,7 @@ var validGRIN2Request = (input) => {
|
|
|
1626
1850
|
expected: "(PresetNumericBins | undefined)",
|
|
1627
1851
|
value: input3.bins
|
|
1628
1852
|
})].every((flag) => flag);
|
|
1629
|
-
const $
|
|
1853
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1630
1854
|
path: _path2 + ".id",
|
|
1631
1855
|
expected: "string",
|
|
1632
1856
|
value: input3.id
|
|
@@ -1642,8 +1866,8 @@ var validGRIN2Request = (input) => {
|
|
|
1642
1866
|
path: _path2 + ".child_types",
|
|
1643
1867
|
expected: "(Array<string> | undefined)",
|
|
1644
1868
|
value: input3.child_types
|
|
1645
|
-
})) && input3.child_types.map((elem,
|
|
1646
|
-
path: _path2 + ".child_types[" +
|
|
1869
|
+
})) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1870
|
+
path: _path2 + ".child_types[" + _index27 + "]",
|
|
1647
1871
|
expected: "string",
|
|
1648
1872
|
value: elem
|
|
1649
1873
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1658,8 +1882,8 @@ var validGRIN2Request = (input) => {
|
|
|
1658
1882
|
path: _path2 + ".included_types",
|
|
1659
1883
|
expected: "(Array<string> | undefined)",
|
|
1660
1884
|
value: input3.included_types
|
|
1661
|
-
})) && input3.included_types.map((elem,
|
|
1662
|
-
path: _path2 + ".included_types[" +
|
|
1885
|
+
})) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1886
|
+
path: _path2 + ".included_types[" + _index28 + "]",
|
|
1663
1887
|
expected: "string",
|
|
1664
1888
|
value: elem
|
|
1665
1889
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1706,8 +1930,8 @@ var validGRIN2Request = (input) => {
|
|
|
1706
1930
|
path: _path2 + ".genes",
|
|
1707
1931
|
expected: "(Array<string> | undefined)",
|
|
1708
1932
|
value: input3.genes
|
|
1709
|
-
})) && input3.genes.map((elem,
|
|
1710
|
-
path: _path2 + ".genes[" +
|
|
1933
|
+
})) && input3.genes.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1934
|
+
path: _path2 + ".genes[" + _index29 + "]",
|
|
1711
1935
|
expected: "string",
|
|
1712
1936
|
value: elem
|
|
1713
1937
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1723,7 +1947,7 @@ var validGRIN2Request = (input) => {
|
|
|
1723
1947
|
expected: "(PresetNumericBins | undefined)",
|
|
1724
1948
|
value: input3.bins
|
|
1725
1949
|
})].every((flag) => flag);
|
|
1726
|
-
const $
|
|
1950
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1727
1951
|
path: _path2 + ".id",
|
|
1728
1952
|
expected: "string",
|
|
1729
1953
|
value: input3.id
|
|
@@ -1739,8 +1963,8 @@ var validGRIN2Request = (input) => {
|
|
|
1739
1963
|
path: _path2 + ".child_types",
|
|
1740
1964
|
expected: "(Array<string> | undefined)",
|
|
1741
1965
|
value: input3.child_types
|
|
1742
|
-
})) && input3.child_types.map((elem,
|
|
1743
|
-
path: _path2 + ".child_types[" +
|
|
1966
|
+
})) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1967
|
+
path: _path2 + ".child_types[" + _index30 + "]",
|
|
1744
1968
|
expected: "string",
|
|
1745
1969
|
value: elem
|
|
1746
1970
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1755,8 +1979,8 @@ var validGRIN2Request = (input) => {
|
|
|
1755
1979
|
path: _path2 + ".included_types",
|
|
1756
1980
|
expected: "(Array<string> | undefined)",
|
|
1757
1981
|
value: input3.included_types
|
|
1758
|
-
})) && input3.included_types.map((elem,
|
|
1759
|
-
path: _path2 + ".included_types[" +
|
|
1982
|
+
})) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1983
|
+
path: _path2 + ".included_types[" + _index31 + "]",
|
|
1760
1984
|
expected: "string",
|
|
1761
1985
|
value: elem
|
|
1762
1986
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1820,7 +2044,7 @@ var validGRIN2Request = (input) => {
|
|
|
1820
2044
|
expected: "(PresetNumericBins | undefined)",
|
|
1821
2045
|
value: input3.bins
|
|
1822
2046
|
})].every((flag) => flag);
|
|
1823
|
-
const $
|
|
2047
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1824
2048
|
path: _path2 + ".id",
|
|
1825
2049
|
expected: "string",
|
|
1826
2050
|
value: input3.id
|
|
@@ -1836,8 +2060,8 @@ var validGRIN2Request = (input) => {
|
|
|
1836
2060
|
path: _path2 + ".child_types",
|
|
1837
2061
|
expected: "(Array<string> | undefined)",
|
|
1838
2062
|
value: input3.child_types
|
|
1839
|
-
})) && input3.child_types.map((elem,
|
|
1840
|
-
path: _path2 + ".child_types[" +
|
|
2063
|
+
})) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2064
|
+
path: _path2 + ".child_types[" + _index32 + "]",
|
|
1841
2065
|
expected: "string",
|
|
1842
2066
|
value: elem
|
|
1843
2067
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1852,8 +2076,8 @@ var validGRIN2Request = (input) => {
|
|
|
1852
2076
|
path: _path2 + ".included_types",
|
|
1853
2077
|
expected: "(Array<string> | undefined)",
|
|
1854
2078
|
value: input3.included_types
|
|
1855
|
-
})) && input3.included_types.map((elem,
|
|
1856
|
-
path: _path2 + ".included_types[" +
|
|
2079
|
+
})) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2080
|
+
path: _path2 + ".included_types[" + _index33 + "]",
|
|
1857
2081
|
expected: "string",
|
|
1858
2082
|
value: elem
|
|
1859
2083
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1929,7 +2153,7 @@ var validGRIN2Request = (input) => {
|
|
|
1929
2153
|
expected: "(number | undefined)",
|
|
1930
2154
|
value: input3.stop
|
|
1931
2155
|
})].every((flag) => flag);
|
|
1932
|
-
const $
|
|
2156
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1933
2157
|
path: _path2 + ".id",
|
|
1934
2158
|
expected: "string",
|
|
1935
2159
|
value: input3.id
|
|
@@ -1945,8 +2169,8 @@ var validGRIN2Request = (input) => {
|
|
|
1945
2169
|
path: _path2 + ".child_types",
|
|
1946
2170
|
expected: "(Array<string> | undefined)",
|
|
1947
2171
|
value: input3.child_types
|
|
1948
|
-
})) && input3.child_types.map((elem,
|
|
1949
|
-
path: _path2 + ".child_types[" +
|
|
2172
|
+
})) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2173
|
+
path: _path2 + ".child_types[" + _index34 + "]",
|
|
1950
2174
|
expected: "string",
|
|
1951
2175
|
value: elem
|
|
1952
2176
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1961,8 +2185,8 @@ var validGRIN2Request = (input) => {
|
|
|
1961
2185
|
path: _path2 + ".included_types",
|
|
1962
2186
|
expected: "(Array<string> | undefined)",
|
|
1963
2187
|
value: input3.included_types
|
|
1964
|
-
})) && input3.included_types.map((elem,
|
|
1965
|
-
path: _path2 + ".included_types[" +
|
|
2188
|
+
})) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2189
|
+
path: _path2 + ".included_types[" + _index35 + "]",
|
|
1966
2190
|
expected: "string",
|
|
1967
2191
|
value: elem
|
|
1968
2192
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2038,7 +2262,7 @@ var validGRIN2Request = (input) => {
|
|
|
2038
2262
|
expected: "number",
|
|
2039
2263
|
value: input3.stop
|
|
2040
2264
|
})].every((flag) => flag);
|
|
2041
|
-
const $
|
|
2265
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2042
2266
|
path: _path2 + ".value",
|
|
2043
2267
|
expected: "number",
|
|
2044
2268
|
value: input3.value
|
|
@@ -2051,7 +2275,7 @@ var validGRIN2Request = (input) => {
|
|
|
2051
2275
|
expected: "(string | undefined)",
|
|
2052
2276
|
value: input3.name
|
|
2053
2277
|
})].every((flag) => flag);
|
|
2054
|
-
const $
|
|
2278
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2055
2279
|
path: _path2 + ".key",
|
|
2056
2280
|
expected: "string",
|
|
2057
2281
|
value: input3.key
|
|
@@ -2068,7 +2292,7 @@ var validGRIN2Request = (input) => {
|
|
|
2068
2292
|
expected: "(string | undefined)",
|
|
2069
2293
|
value: input3.label
|
|
2070
2294
|
})].every((flag) => flag);
|
|
2071
|
-
const $
|
|
2295
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2072
2296
|
path: _path2 + ".join",
|
|
2073
2297
|
expected: "(string | undefined)",
|
|
2074
2298
|
value: input3.join
|
|
@@ -2100,7 +2324,7 @@ var validGRIN2Request = (input) => {
|
|
|
2100
2324
|
path: _path2 + ".term",
|
|
2101
2325
|
expected: "ConditionTerm",
|
|
2102
2326
|
value: input3.term
|
|
2103
|
-
})) && $
|
|
2327
|
+
})) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2104
2328
|
path: _path2 + ".term",
|
|
2105
2329
|
expected: "ConditionTerm",
|
|
2106
2330
|
value: input3.term
|
|
@@ -2108,12 +2332,12 @@ var validGRIN2Request = (input) => {
|
|
|
2108
2332
|
path: _path2 + ".grade_and_child",
|
|
2109
2333
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2110
2334
|
value: input3.grade_and_child
|
|
2111
|
-
})) && input3.grade_and_child.map((elem,
|
|
2112
|
-
path: _path2 + ".grade_and_child[" +
|
|
2335
|
+
})) && input3.grade_and_child.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2336
|
+
path: _path2 + ".grade_and_child[" + _index36 + "]",
|
|
2113
2337
|
expected: "GradeAndChildEntry",
|
|
2114
2338
|
value: elem
|
|
2115
|
-
})) && $
|
|
2116
|
-
path: _path2 + ".grade_and_child[" +
|
|
2339
|
+
})) && $vo39(elem, _path2 + ".grade_and_child[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2340
|
+
path: _path2 + ".grade_and_child[" + _index36 + "]",
|
|
2117
2341
|
expected: "GradeAndChildEntry",
|
|
2118
2342
|
value: elem
|
|
2119
2343
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2124,12 +2348,12 @@ var validGRIN2Request = (input) => {
|
|
|
2124
2348
|
path: _path2 + ".values",
|
|
2125
2349
|
expected: "Array<__type>.o2",
|
|
2126
2350
|
value: input3.values
|
|
2127
|
-
})) && input3.values.map((elem,
|
|
2128
|
-
path: _path2 + ".values[" +
|
|
2351
|
+
})) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2352
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2129
2353
|
expected: "__type.o6",
|
|
2130
2354
|
value: elem
|
|
2131
|
-
})) && $
|
|
2132
|
-
path: _path2 + ".values[" +
|
|
2355
|
+
})) && $vo40(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2356
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2133
2357
|
expected: "__type.o6",
|
|
2134
2358
|
value: elem
|
|
2135
2359
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2137,7 +2361,7 @@ var validGRIN2Request = (input) => {
|
|
|
2137
2361
|
expected: "Array<__type>.o2",
|
|
2138
2362
|
value: input3.values
|
|
2139
2363
|
})].every((flag) => flag);
|
|
2140
|
-
const $
|
|
2364
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2141
2365
|
path: _path2 + ".id",
|
|
2142
2366
|
expected: "string",
|
|
2143
2367
|
value: input3.id
|
|
@@ -2153,8 +2377,8 @@ var validGRIN2Request = (input) => {
|
|
|
2153
2377
|
path: _path2 + ".child_types",
|
|
2154
2378
|
expected: "(Array<string> | undefined)",
|
|
2155
2379
|
value: input3.child_types
|
|
2156
|
-
})) && input3.child_types.map((elem,
|
|
2157
|
-
path: _path2 + ".child_types[" +
|
|
2380
|
+
})) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2381
|
+
path: _path2 + ".child_types[" + _index38 + "]",
|
|
2158
2382
|
expected: "string",
|
|
2159
2383
|
value: elem
|
|
2160
2384
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2169,8 +2393,8 @@ var validGRIN2Request = (input) => {
|
|
|
2169
2393
|
path: _path2 + ".included_types",
|
|
2170
2394
|
expected: "(Array<string> | undefined)",
|
|
2171
2395
|
value: input3.included_types
|
|
2172
|
-
})) && input3.included_types.map((elem,
|
|
2173
|
-
path: _path2 + ".included_types[" +
|
|
2396
|
+
})) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2397
|
+
path: _path2 + ".included_types[" + _index39 + "]",
|
|
2174
2398
|
expected: "string",
|
|
2175
2399
|
value: elem
|
|
2176
2400
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2202,7 +2426,7 @@ var validGRIN2Request = (input) => {
|
|
|
2202
2426
|
expected: "(__type.o1 | undefined)",
|
|
2203
2427
|
value: input3.valueConversion
|
|
2204
2428
|
})].every((flag) => flag);
|
|
2205
|
-
const $
|
|
2429
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2206
2430
|
path: _path2 + ".grade",
|
|
2207
2431
|
expected: "number",
|
|
2208
2432
|
value: input3.grade
|
|
@@ -2219,7 +2443,7 @@ var validGRIN2Request = (input) => {
|
|
|
2219
2443
|
expected: "string",
|
|
2220
2444
|
value: input3.child_label
|
|
2221
2445
|
})].every((flag) => flag);
|
|
2222
|
-
const $
|
|
2446
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2223
2447
|
path: _path2 + ".key",
|
|
2224
2448
|
expected: "(number | string)",
|
|
2225
2449
|
value: input3.key
|
|
@@ -2237,7 +2461,7 @@ var validGRIN2Request = (input) => {
|
|
|
2237
2461
|
return true;
|
|
2238
2462
|
return true;
|
|
2239
2463
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2240
|
-
const $
|
|
2464
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2241
2465
|
path: _path2 + ".join",
|
|
2242
2466
|
expected: "(string | undefined)",
|
|
2243
2467
|
value: input3.join
|
|
@@ -2269,7 +2493,7 @@ var validGRIN2Request = (input) => {
|
|
|
2269
2493
|
path: _path2 + ".term",
|
|
2270
2494
|
expected: "DtTerm",
|
|
2271
2495
|
value: input3.term
|
|
2272
|
-
})) && $
|
|
2496
|
+
})) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2273
2497
|
path: _path2 + ".term",
|
|
2274
2498
|
expected: "DtTerm",
|
|
2275
2499
|
value: input3.term
|
|
@@ -2277,12 +2501,12 @@ var validGRIN2Request = (input) => {
|
|
|
2277
2501
|
path: _path2 + ".values",
|
|
2278
2502
|
expected: "Array<GeneVariantValue>",
|
|
2279
2503
|
value: input3.values
|
|
2280
|
-
})) && input3.values.map((elem,
|
|
2281
|
-
path: _path2 + ".values[" +
|
|
2504
|
+
})) && input3.values.map((elem, _index40) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
2505
|
+
path: _path2 + ".values[" + _index40 + "]",
|
|
2282
2506
|
expected: "GeneVariantValue",
|
|
2283
2507
|
value: elem
|
|
2284
|
-
})) && $
|
|
2285
|
-
path: _path2 + ".values[" +
|
|
2508
|
+
})) && $vo47(elem, _path2 + ".values[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2509
|
+
path: _path2 + ".values[" + _index40 + "]",
|
|
2286
2510
|
expected: "GeneVariantValue",
|
|
2287
2511
|
value: elem
|
|
2288
2512
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2330,7 +2554,7 @@ var validGRIN2Request = (input) => {
|
|
|
2330
2554
|
expected: "(number | undefined)",
|
|
2331
2555
|
value: input3.fractionOverlap
|
|
2332
2556
|
})].every((flag) => flag);
|
|
2333
|
-
const $
|
|
2557
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2334
2558
|
path: _path2 + ".id",
|
|
2335
2559
|
expected: "string",
|
|
2336
2560
|
value: input3.id
|
|
@@ -2379,7 +2603,7 @@ var validGRIN2Request = (input) => {
|
|
|
2379
2603
|
expected: "TermValues",
|
|
2380
2604
|
value: input3.values
|
|
2381
2605
|
})].every((flag) => flag);
|
|
2382
|
-
const $
|
|
2606
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2383
2607
|
path: _path2 + ".id",
|
|
2384
2608
|
expected: "string",
|
|
2385
2609
|
value: input3.id
|
|
@@ -2395,8 +2619,8 @@ var validGRIN2Request = (input) => {
|
|
|
2395
2619
|
path: _path2 + ".child_types",
|
|
2396
2620
|
expected: "(Array<string> | undefined)",
|
|
2397
2621
|
value: input3.child_types
|
|
2398
|
-
})) && input3.child_types.map((elem,
|
|
2399
|
-
path: _path2 + ".child_types[" +
|
|
2622
|
+
})) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2623
|
+
path: _path2 + ".child_types[" + _index41 + "]",
|
|
2400
2624
|
expected: "string",
|
|
2401
2625
|
value: elem
|
|
2402
2626
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2411,8 +2635,8 @@ var validGRIN2Request = (input) => {
|
|
|
2411
2635
|
path: _path2 + ".included_types",
|
|
2412
2636
|
expected: "(Array<string> | undefined)",
|
|
2413
2637
|
value: input3.included_types
|
|
2414
|
-
})) && input3.included_types.map((elem,
|
|
2415
|
-
path: _path2 + ".included_types[" +
|
|
2638
|
+
})) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2639
|
+
path: _path2 + ".included_types[" + _index42 + "]",
|
|
2416
2640
|
expected: "string",
|
|
2417
2641
|
value: elem
|
|
2418
2642
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2467,12 +2691,12 @@ var validGRIN2Request = (input) => {
|
|
|
2467
2691
|
path: _path2 + ".genes",
|
|
2468
2692
|
expected: "Array<GvGeneTerm>",
|
|
2469
2693
|
value: input3.genes
|
|
2470
|
-
})) && input3.genes.map((elem,
|
|
2471
|
-
path: _path2 + ".genes[" +
|
|
2694
|
+
})) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2695
|
+
path: _path2 + ".genes[" + _index43 + "]",
|
|
2472
2696
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2473
2697
|
value: elem
|
|
2474
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2475
|
-
path: _path2 + ".genes[" +
|
|
2698
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2699
|
+
path: _path2 + ".genes[" + _index43 + "]",
|
|
2476
2700
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2477
2701
|
value: elem
|
|
2478
2702
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2491,12 +2715,12 @@ var validGRIN2Request = (input) => {
|
|
|
2491
2715
|
path: _path2 + ".childTerms",
|
|
2492
2716
|
expected: "(Array<DtTerm> | undefined)",
|
|
2493
2717
|
value: input3.childTerms
|
|
2494
|
-
})) && input3.childTerms.map((elem,
|
|
2495
|
-
path: _path2 + ".childTerms[" +
|
|
2718
|
+
})) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2719
|
+
path: _path2 + ".childTerms[" + _index44 + "]",
|
|
2496
2720
|
expected: "DtTerm",
|
|
2497
2721
|
value: elem
|
|
2498
|
-
})) && $
|
|
2499
|
-
path: _path2 + ".childTerms[" +
|
|
2722
|
+
})) && $vo42(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2723
|
+
path: _path2 + ".childTerms[" + _index44 + "]",
|
|
2500
2724
|
expected: "DtTerm",
|
|
2501
2725
|
value: elem
|
|
2502
2726
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2504,7 +2728,7 @@ var validGRIN2Request = (input) => {
|
|
|
2504
2728
|
expected: "(Array<DtTerm> | undefined)",
|
|
2505
2729
|
value: input3.childTerms
|
|
2506
2730
|
})].every((flag) => flag);
|
|
2507
|
-
const $
|
|
2731
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2508
2732
|
path: _path2 + ".id",
|
|
2509
2733
|
expected: "string",
|
|
2510
2734
|
value: input3.id
|
|
@@ -2520,8 +2744,8 @@ var validGRIN2Request = (input) => {
|
|
|
2520
2744
|
path: _path2 + ".child_types",
|
|
2521
2745
|
expected: "(Array<string> | undefined)",
|
|
2522
2746
|
value: input3.child_types
|
|
2523
|
-
})) && input3.child_types.map((elem,
|
|
2524
|
-
path: _path2 + ".child_types[" +
|
|
2747
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2748
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2525
2749
|
expected: "string",
|
|
2526
2750
|
value: elem
|
|
2527
2751
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2536,8 +2760,8 @@ var validGRIN2Request = (input) => {
|
|
|
2536
2760
|
path: _path2 + ".included_types",
|
|
2537
2761
|
expected: "(Array<string> | undefined)",
|
|
2538
2762
|
value: input3.included_types
|
|
2539
|
-
})) && input3.included_types.map((elem,
|
|
2540
|
-
path: _path2 + ".included_types[" +
|
|
2763
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2764
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2541
2765
|
expected: "string",
|
|
2542
2766
|
value: elem
|
|
2543
2767
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2589,7 +2813,7 @@ var validGRIN2Request = (input) => {
|
|
|
2589
2813
|
expected: "(number | undefined)",
|
|
2590
2814
|
value: input3.stop
|
|
2591
2815
|
})].every((flag) => flag);
|
|
2592
|
-
const $
|
|
2816
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2593
2817
|
path: _path2 + ".id",
|
|
2594
2818
|
expected: "string",
|
|
2595
2819
|
value: input3.id
|
|
@@ -2605,8 +2829,8 @@ var validGRIN2Request = (input) => {
|
|
|
2605
2829
|
path: _path2 + ".child_types",
|
|
2606
2830
|
expected: "(Array<string> | undefined)",
|
|
2607
2831
|
value: input3.child_types
|
|
2608
|
-
})) && input3.child_types.map((elem,
|
|
2609
|
-
path: _path2 + ".child_types[" +
|
|
2832
|
+
})) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2833
|
+
path: _path2 + ".child_types[" + _index47 + "]",
|
|
2610
2834
|
expected: "string",
|
|
2611
2835
|
value: elem
|
|
2612
2836
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2621,8 +2845,8 @@ var validGRIN2Request = (input) => {
|
|
|
2621
2845
|
path: _path2 + ".included_types",
|
|
2622
2846
|
expected: "(Array<string> | undefined)",
|
|
2623
2847
|
value: input3.included_types
|
|
2624
|
-
})) && input3.included_types.map((elem,
|
|
2625
|
-
path: _path2 + ".included_types[" +
|
|
2848
|
+
})) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2849
|
+
path: _path2 + ".included_types[" + _index48 + "]",
|
|
2626
2850
|
expected: "string",
|
|
2627
2851
|
value: elem
|
|
2628
2852
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2670,7 +2894,7 @@ var validGRIN2Request = (input) => {
|
|
|
2670
2894
|
expected: "number",
|
|
2671
2895
|
value: input3.stop
|
|
2672
2896
|
})].every((flag) => flag);
|
|
2673
|
-
const $
|
|
2897
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2674
2898
|
path: _path2 + ".id",
|
|
2675
2899
|
expected: "string",
|
|
2676
2900
|
value: input3.id
|
|
@@ -2686,8 +2910,8 @@ var validGRIN2Request = (input) => {
|
|
|
2686
2910
|
path: _path2 + ".child_types",
|
|
2687
2911
|
expected: "(Array<string> | undefined)",
|
|
2688
2912
|
value: input3.child_types
|
|
2689
|
-
})) && input3.child_types.map((elem,
|
|
2690
|
-
path: _path2 + ".child_types[" +
|
|
2913
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2914
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2691
2915
|
expected: "string",
|
|
2692
2916
|
value: elem
|
|
2693
2917
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2702,8 +2926,8 @@ var validGRIN2Request = (input) => {
|
|
|
2702
2926
|
path: _path2 + ".included_types",
|
|
2703
2927
|
expected: "(Array<string> | undefined)",
|
|
2704
2928
|
value: input3.included_types
|
|
2705
|
-
})) && input3.included_types.map((elem,
|
|
2706
|
-
path: _path2 + ".included_types[" +
|
|
2929
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2930
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2707
2931
|
expected: "string",
|
|
2708
2932
|
value: elem
|
|
2709
2933
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2754,12 +2978,12 @@ var validGRIN2Request = (input) => {
|
|
|
2754
2978
|
path: _path2 + ".genes",
|
|
2755
2979
|
expected: "Array<GvGeneTerm>",
|
|
2756
2980
|
value: input3.genes
|
|
2757
|
-
})) && input3.genes.map((elem,
|
|
2758
|
-
path: _path2 + ".genes[" +
|
|
2981
|
+
})) && input3.genes.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2982
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
2759
2983
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2760
2984
|
value: elem
|
|
2761
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2762
|
-
path: _path2 + ".genes[" +
|
|
2985
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2986
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
2763
2987
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2764
2988
|
value: elem
|
|
2765
2989
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2778,12 +3002,12 @@ var validGRIN2Request = (input) => {
|
|
|
2778
3002
|
path: _path2 + ".childTerms",
|
|
2779
3003
|
expected: "(Array<DtTerm> | undefined)",
|
|
2780
3004
|
value: input3.childTerms
|
|
2781
|
-
})) && input3.childTerms.map((elem,
|
|
2782
|
-
path: _path2 + ".childTerms[" +
|
|
3005
|
+
})) && input3.childTerms.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3006
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
2783
3007
|
expected: "DtTerm",
|
|
2784
3008
|
value: elem
|
|
2785
|
-
})) && $
|
|
2786
|
-
path: _path2 + ".childTerms[" +
|
|
3009
|
+
})) && $vo42(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3010
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
2787
3011
|
expected: "DtTerm",
|
|
2788
3012
|
value: elem
|
|
2789
3013
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2791,7 +3015,7 @@ var validGRIN2Request = (input) => {
|
|
|
2791
3015
|
expected: "(Array<DtTerm> | undefined)",
|
|
2792
3016
|
value: input3.childTerms
|
|
2793
3017
|
})].every((flag) => flag);
|
|
2794
|
-
const $
|
|
3018
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2795
3019
|
path: _path2 + ".key",
|
|
2796
3020
|
expected: "(string | undefined)",
|
|
2797
3021
|
value: input3.key
|
|
@@ -2811,8 +3035,8 @@ var validGRIN2Request = (input) => {
|
|
|
2811
3035
|
path: _path2 + ".mclasslst",
|
|
2812
3036
|
expected: "(Array<string> | undefined)",
|
|
2813
3037
|
value: input3.mclasslst
|
|
2814
|
-
})) && input3.mclasslst.map((elem,
|
|
2815
|
-
path: _path2 + ".mclasslst[" +
|
|
3038
|
+
})) && input3.mclasslst.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3039
|
+
path: _path2 + ".mclasslst[" + _index53 + "]",
|
|
2816
3040
|
expected: "string",
|
|
2817
3041
|
value: elem
|
|
2818
3042
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2823,8 +3047,8 @@ var validGRIN2Request = (input) => {
|
|
|
2823
3047
|
path: _path2 + ".mclassExcludeLst",
|
|
2824
3048
|
expected: "(Array<string> | undefined)",
|
|
2825
3049
|
value: input3.mclassExcludeLst
|
|
2826
|
-
})) && input3.mclassExcludeLst.map((elem,
|
|
2827
|
-
path: _path2 + ".mclassExcludeLst[" +
|
|
3050
|
+
})) && input3.mclassExcludeLst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3051
|
+
path: _path2 + ".mclassExcludeLst[" + _index54 + "]",
|
|
2828
3052
|
expected: "string",
|
|
2829
3053
|
value: elem
|
|
2830
3054
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2836,7 +3060,7 @@ var validGRIN2Request = (input) => {
|
|
|
2836
3060
|
expected: "(string | undefined)",
|
|
2837
3061
|
value: input3.origin
|
|
2838
3062
|
})].every((flag) => flag);
|
|
2839
|
-
const $
|
|
3063
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2840
3064
|
path: _path2 + ".join",
|
|
2841
3065
|
expected: "(string | undefined)",
|
|
2842
3066
|
value: input3.join
|
|
@@ -2877,7 +3101,7 @@ var validGRIN2Request = (input) => {
|
|
|
2877
3101
|
expected: "number",
|
|
2878
3102
|
value: input3.ratio
|
|
2879
3103
|
})].every((flag) => flag);
|
|
2880
|
-
const $
|
|
3104
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2881
3105
|
path: _path2 + ".id",
|
|
2882
3106
|
expected: "string",
|
|
2883
3107
|
value: input3.id
|
|
@@ -2893,8 +3117,8 @@ var validGRIN2Request = (input) => {
|
|
|
2893
3117
|
path: _path2 + ".child_types",
|
|
2894
3118
|
expected: "(Array<string> | undefined)",
|
|
2895
3119
|
value: input3.child_types
|
|
2896
|
-
})) && input3.child_types.map((elem,
|
|
2897
|
-
path: _path2 + ".child_types[" +
|
|
3120
|
+
})) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3121
|
+
path: _path2 + ".child_types[" + _index55 + "]",
|
|
2898
3122
|
expected: "string",
|
|
2899
3123
|
value: elem
|
|
2900
3124
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2909,8 +3133,8 @@ var validGRIN2Request = (input) => {
|
|
|
2909
3133
|
path: _path2 + ".included_types",
|
|
2910
3134
|
expected: "(Array<string> | undefined)",
|
|
2911
3135
|
value: input3.included_types
|
|
2912
|
-
})) && input3.included_types.map((elem,
|
|
2913
|
-
path: _path2 + ".included_types[" +
|
|
3136
|
+
})) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3137
|
+
path: _path2 + ".included_types[" + _index56 + "]",
|
|
2914
3138
|
expected: "string",
|
|
2915
3139
|
value: elem
|
|
2916
3140
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2945,8 +3169,8 @@ var validGRIN2Request = (input) => {
|
|
|
2945
3169
|
path: _path2 + ".termIds",
|
|
2946
3170
|
expected: "(Array<string> | undefined)",
|
|
2947
3171
|
value: input3.termIds
|
|
2948
|
-
})) && input3.termIds.map((elem,
|
|
2949
|
-
path: _path2 + ".termIds[" +
|
|
3172
|
+
})) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3173
|
+
path: _path2 + ".termIds[" + _index57 + "]",
|
|
2950
3174
|
expected: "string",
|
|
2951
3175
|
value: elem
|
|
2952
3176
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2957,12 +3181,12 @@ var validGRIN2Request = (input) => {
|
|
|
2957
3181
|
path: _path2 + ".termlst",
|
|
2958
3182
|
expected: "Array<BaseTerm>",
|
|
2959
3183
|
value: input3.termlst
|
|
2960
|
-
})) && input3.termlst.map((elem,
|
|
2961
|
-
path: _path2 + ".termlst[" +
|
|
3184
|
+
})) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3185
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
2962
3186
|
expected: "BaseTerm",
|
|
2963
3187
|
value: elem
|
|
2964
|
-
})) && $
|
|
2965
|
-
path: _path2 + ".termlst[" +
|
|
3188
|
+
})) && $vo50(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3189
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
2966
3190
|
expected: "BaseTerm",
|
|
2967
3191
|
value: elem
|
|
2968
3192
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2977,7 +3201,7 @@ var validGRIN2Request = (input) => {
|
|
|
2977
3201
|
path: _path2 + ".propsByTermId",
|
|
2978
3202
|
expected: "__type.o7",
|
|
2979
3203
|
value: input3.propsByTermId
|
|
2980
|
-
})) && $
|
|
3204
|
+
})) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2981
3205
|
path: _path2 + ".propsByTermId",
|
|
2982
3206
|
expected: "__type.o7",
|
|
2983
3207
|
value: input3.propsByTermId
|
|
@@ -2989,8 +3213,8 @@ var validGRIN2Request = (input) => {
|
|
|
2989
3213
|
path: _path2 + ".numerators",
|
|
2990
3214
|
expected: "(Array<string> | undefined)",
|
|
2991
3215
|
value: input3.numerators
|
|
2992
|
-
})) && input3.numerators.map((elem,
|
|
2993
|
-
path: _path2 + ".numerators[" +
|
|
3216
|
+
})) && input3.numerators.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3217
|
+
path: _path2 + ".numerators[" + _index59 + "]",
|
|
2994
3218
|
expected: "string",
|
|
2995
3219
|
value: elem
|
|
2996
3220
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3001,12 +3225,12 @@ var validGRIN2Request = (input) => {
|
|
|
3001
3225
|
path: _path2 + ".valueTransform",
|
|
3002
3226
|
expected: "(__type.o9 | undefined)",
|
|
3003
3227
|
value: input3.valueTransform
|
|
3004
|
-
})) && $
|
|
3228
|
+
})) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
|
|
3005
3229
|
path: _path2 + ".valueTransform",
|
|
3006
3230
|
expected: "(__type.o9 | undefined)",
|
|
3007
3231
|
value: input3.valueTransform
|
|
3008
3232
|
})].every((flag) => flag);
|
|
3009
|
-
const $
|
|
3233
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3010
3234
|
path: _path2 + ".id",
|
|
3011
3235
|
expected: "string",
|
|
3012
3236
|
value: input3.id
|
|
@@ -3022,8 +3246,8 @@ var validGRIN2Request = (input) => {
|
|
|
3022
3246
|
path: _path2 + ".child_types",
|
|
3023
3247
|
expected: "(Array<string> | undefined)",
|
|
3024
3248
|
value: input3.child_types
|
|
3025
|
-
})) && input3.child_types.map((elem,
|
|
3026
|
-
path: _path2 + ".child_types[" +
|
|
3249
|
+
})) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3250
|
+
path: _path2 + ".child_types[" + _index60 + "]",
|
|
3027
3251
|
expected: "string",
|
|
3028
3252
|
value: elem
|
|
3029
3253
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3038,8 +3262,8 @@ var validGRIN2Request = (input) => {
|
|
|
3038
3262
|
path: _path2 + ".included_types",
|
|
3039
3263
|
expected: "(Array<string> | undefined)",
|
|
3040
3264
|
value: input3.included_types
|
|
3041
|
-
})) && input3.included_types.map((elem,
|
|
3042
|
-
path: _path2 + ".included_types[" +
|
|
3265
|
+
})) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3266
|
+
path: _path2 + ".included_types[" + _index61 + "]",
|
|
3043
3267
|
expected: "string",
|
|
3044
3268
|
value: elem
|
|
3045
3269
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3071,7 +3295,7 @@ var validGRIN2Request = (input) => {
|
|
|
3071
3295
|
expected: "(__type.o1 | undefined)",
|
|
3072
3296
|
value: input3.valueConversion
|
|
3073
3297
|
})].every((flag) => flag);
|
|
3074
|
-
const $
|
|
3298
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3075
3299
|
const value = input3[key];
|
|
3076
3300
|
if (void 0 === value)
|
|
3077
3301
|
return true;
|
|
@@ -3080,14 +3304,14 @@ var validGRIN2Request = (input) => {
|
|
|
3080
3304
|
path: _path2 + $join(key),
|
|
3081
3305
|
expected: "__type.o8",
|
|
3082
3306
|
value
|
|
3083
|
-
})) && $
|
|
3307
|
+
})) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3084
3308
|
path: _path2 + $join(key),
|
|
3085
3309
|
expected: "__type.o8",
|
|
3086
3310
|
value
|
|
3087
3311
|
});
|
|
3088
3312
|
return true;
|
|
3089
3313
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3090
|
-
const $
|
|
3314
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3091
3315
|
const value = input3[key];
|
|
3092
3316
|
if (void 0 === value)
|
|
3093
3317
|
return true;
|
|
@@ -3095,12 +3319,12 @@ var validGRIN2Request = (input) => {
|
|
|
3095
3319
|
return true;
|
|
3096
3320
|
return true;
|
|
3097
3321
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3098
|
-
const $
|
|
3322
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
|
|
3099
3323
|
path: _path2 + ".offset",
|
|
3100
3324
|
expected: "(number | undefined)",
|
|
3101
3325
|
value: input3.offset
|
|
3102
3326
|
})].every((flag) => flag);
|
|
3103
|
-
const $
|
|
3327
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3104
3328
|
path: _path2 + ".id",
|
|
3105
3329
|
expected: "string",
|
|
3106
3330
|
value: input3.id
|
|
@@ -3116,8 +3340,8 @@ var validGRIN2Request = (input) => {
|
|
|
3116
3340
|
path: _path2 + ".child_types",
|
|
3117
3341
|
expected: "(Array<string> | undefined)",
|
|
3118
3342
|
value: input3.child_types
|
|
3119
|
-
})) && input3.child_types.map((elem,
|
|
3120
|
-
path: _path2 + ".child_types[" +
|
|
3343
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3344
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
3121
3345
|
expected: "string",
|
|
3122
3346
|
value: elem
|
|
3123
3347
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3132,8 +3356,8 @@ var validGRIN2Request = (input) => {
|
|
|
3132
3356
|
path: _path2 + ".included_types",
|
|
3133
3357
|
expected: "(Array<string> | undefined)",
|
|
3134
3358
|
value: input3.included_types
|
|
3135
|
-
})) && input3.included_types.map((elem,
|
|
3136
|
-
path: _path2 + ".included_types[" +
|
|
3359
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3360
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
3137
3361
|
expected: "string",
|
|
3138
3362
|
value: elem
|
|
3139
3363
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3168,8 +3392,8 @@ var validGRIN2Request = (input) => {
|
|
|
3168
3392
|
path: _path2 + ".termIds",
|
|
3169
3393
|
expected: "(Array<string> | undefined)",
|
|
3170
3394
|
value: input3.termIds
|
|
3171
|
-
})) && input3.termIds.map((elem,
|
|
3172
|
-
path: _path2 + ".termIds[" +
|
|
3395
|
+
})) && input3.termIds.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3396
|
+
path: _path2 + ".termIds[" + _index64 + "]",
|
|
3173
3397
|
expected: "string",
|
|
3174
3398
|
value: elem
|
|
3175
3399
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3180,12 +3404,12 @@ var validGRIN2Request = (input) => {
|
|
|
3180
3404
|
path: _path2 + ".termlst",
|
|
3181
3405
|
expected: "Array<BaseTerm>",
|
|
3182
3406
|
value: input3.termlst
|
|
3183
|
-
})) && input3.termlst.map((elem,
|
|
3184
|
-
path: _path2 + ".termlst[" +
|
|
3407
|
+
})) && input3.termlst.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3408
|
+
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3185
3409
|
expected: "BaseTerm",
|
|
3186
3410
|
value: elem
|
|
3187
|
-
})) && $
|
|
3188
|
-
path: _path2 + ".termlst[" +
|
|
3411
|
+
})) && $vo50(elem, _path2 + ".termlst[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3412
|
+
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3189
3413
|
expected: "BaseTerm",
|
|
3190
3414
|
value: elem
|
|
3191
3415
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3200,7 +3424,7 @@ var validGRIN2Request = (input) => {
|
|
|
3200
3424
|
path: _path2 + ".propsByTermId",
|
|
3201
3425
|
expected: "__type.o7",
|
|
3202
3426
|
value: input3.propsByTermId
|
|
3203
|
-
})) && $
|
|
3427
|
+
})) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3204
3428
|
path: _path2 + ".propsByTermId",
|
|
3205
3429
|
expected: "__type.o7",
|
|
3206
3430
|
value: input3.propsByTermId
|
|
@@ -3212,12 +3436,12 @@ var validGRIN2Request = (input) => {
|
|
|
3212
3436
|
path: _path2 + ".categoryKeys",
|
|
3213
3437
|
expected: "Array<CategoryKey>",
|
|
3214
3438
|
value: input3.categoryKeys
|
|
3215
|
-
})) && input3.categoryKeys.map((elem,
|
|
3216
|
-
path: _path2 + ".categoryKeys[" +
|
|
3439
|
+
})) && input3.categoryKeys.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3440
|
+
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3217
3441
|
expected: "CategoryKey",
|
|
3218
3442
|
value: elem
|
|
3219
|
-
})) && $
|
|
3220
|
-
path: _path2 + ".categoryKeys[" +
|
|
3443
|
+
})) && $vo55(elem, _path2 + ".categoryKeys[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3444
|
+
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3221
3445
|
expected: "CategoryKey",
|
|
3222
3446
|
value: elem
|
|
3223
3447
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3225,7 +3449,7 @@ var validGRIN2Request = (input) => {
|
|
|
3225
3449
|
expected: "Array<CategoryKey>",
|
|
3226
3450
|
value: input3.categoryKeys
|
|
3227
3451
|
})].every((flag) => flag);
|
|
3228
|
-
const $
|
|
3452
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3229
3453
|
path: _path2 + ".key",
|
|
3230
3454
|
expected: "string",
|
|
3231
3455
|
value: input3.key
|
|
@@ -3234,7 +3458,7 @@ var validGRIN2Request = (input) => {
|
|
|
3234
3458
|
expected: "boolean",
|
|
3235
3459
|
value: input3.shown
|
|
3236
3460
|
})].every((flag) => flag);
|
|
3237
|
-
const $
|
|
3461
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.minTotalDepth || "number" === typeof input3.minTotalDepth || $report(_exceptionable2, {
|
|
3238
3462
|
path: _path2 + ".minTotalDepth",
|
|
3239
3463
|
expected: "(number | undefined)",
|
|
3240
3464
|
value: input3.minTotalDepth
|
|
@@ -3246,8 +3470,8 @@ var validGRIN2Request = (input) => {
|
|
|
3246
3470
|
path: _path2 + ".consequences",
|
|
3247
3471
|
expected: "(Array<string> | undefined)",
|
|
3248
3472
|
value: input3.consequences
|
|
3249
|
-
})) && input3.consequences.map((elem,
|
|
3250
|
-
path: _path2 + ".consequences[" +
|
|
3473
|
+
})) && input3.consequences.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3474
|
+
path: _path2 + ".consequences[" + _index67 + "]",
|
|
3251
3475
|
expected: "string",
|
|
3252
3476
|
value: elem
|
|
3253
3477
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3275,7 +3499,7 @@ var validGRIN2Request = (input) => {
|
|
|
3275
3499
|
expected: "(Filter | undefined)",
|
|
3276
3500
|
value: input3.mafFilter
|
|
3277
3501
|
})].every((flag) => flag);
|
|
3278
|
-
const $
|
|
3502
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.lossThreshold || "number" === typeof input3.lossThreshold || $report(_exceptionable2, {
|
|
3279
3503
|
path: _path2 + ".lossThreshold",
|
|
3280
3504
|
expected: "(number | undefined)",
|
|
3281
3505
|
value: input3.lossThreshold
|
|
@@ -3300,7 +3524,7 @@ var validGRIN2Request = (input) => {
|
|
|
3300
3524
|
expected: "(number | undefined)",
|
|
3301
3525
|
value: input3.threePrimeFlankSize
|
|
3302
3526
|
})].every((flag) => flag);
|
|
3303
|
-
const $
|
|
3527
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.fivePrimeFlankSize || "number" === typeof input3.fivePrimeFlankSize || $report(_exceptionable2, {
|
|
3304
3528
|
path: _path2 + ".fivePrimeFlankSize",
|
|
3305
3529
|
expected: "(number | undefined)",
|
|
3306
3530
|
value: input3.fivePrimeFlankSize
|
|
@@ -3309,7 +3533,7 @@ var validGRIN2Request = (input) => {
|
|
|
3309
3533
|
expected: "(number | undefined)",
|
|
3310
3534
|
value: input3.threePrimeFlankSize
|
|
3311
3535
|
})].every((flag) => flag);
|
|
3312
|
-
const $
|
|
3536
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.fivePrimeFlankSize || "number" === typeof input3.fivePrimeFlankSize || $report(_exceptionable2, {
|
|
3313
3537
|
path: _path2 + ".fivePrimeFlankSize",
|
|
3314
3538
|
expected: "(number | undefined)",
|
|
3315
3539
|
value: input3.fivePrimeFlankSize
|
|
@@ -3346,14 +3570,14 @@ var validGRIN2Request = (input) => {
|
|
|
3346
3570
|
if (true === input3.stopunbounded)
|
|
3347
3571
|
return $vo21(input3, _path2, _exceptionable2);
|
|
3348
3572
|
if (void 0 !== input3.value)
|
|
3349
|
-
return $
|
|
3573
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
3350
3574
|
return $vo20(input3, _path2, _exceptionable2);
|
|
3351
3575
|
})();
|
|
3352
3576
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3353
3577
|
if ("gene" === input3.kind)
|
|
3354
|
-
return $
|
|
3578
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
3355
3579
|
if ("coord" === input3.kind)
|
|
3356
|
-
return $
|
|
3580
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
3357
3581
|
return $report(_exceptionable2, {
|
|
3358
3582
|
path: _path2,
|
|
3359
3583
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3371,23 +3595,23 @@ var validGRIN2Request = (input) => {
|
|
|
3371
3595
|
if (void 0 !== input3.ranges)
|
|
3372
3596
|
return $vo13(input3, _path2, _exceptionable2);
|
|
3373
3597
|
if (void 0 !== input3.ratio)
|
|
3374
|
-
return $
|
|
3375
|
-
return $vo3(input3, _path2, false) || $
|
|
3598
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
3599
|
+
return $vo3(input3, _path2, false) || $vo37(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3376
3600
|
})();
|
|
3377
3601
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3378
3602
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3379
3603
|
return $vo14(input3, _path2, _exceptionable2);
|
|
3380
3604
|
if ("metaboliteIntensity" === input3.type)
|
|
3381
|
-
return $
|
|
3605
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
3382
3606
|
if ("proteomeAbundance" === input3.type)
|
|
3383
|
-
return $vo26(input3, _path2, _exceptionable2);
|
|
3384
|
-
if ("date" === input3.type)
|
|
3385
3607
|
return $vo28(input3, _path2, _exceptionable2);
|
|
3608
|
+
if ("date" === input3.type)
|
|
3609
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
3386
3610
|
if ("ssGSEA" === input3.type)
|
|
3387
|
-
return $
|
|
3611
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3388
3612
|
if ("dnaMethylation" === input3.type)
|
|
3389
|
-
return $
|
|
3390
|
-
return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $
|
|
3613
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3614
|
+
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);
|
|
3391
3615
|
})();
|
|
3392
3616
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3393
3617
|
if ("regular-bin" === input3.type)
|
|
@@ -3424,9 +3648,9 @@ var validGRIN2Request = (input) => {
|
|
|
3424
3648
|
})();
|
|
3425
3649
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3426
3650
|
if ("gene" === input3.kind)
|
|
3427
|
-
return $
|
|
3651
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3428
3652
|
if ("coord" === input3.kind)
|
|
3429
|
-
return $
|
|
3653
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3430
3654
|
return $report(_exceptionable2, {
|
|
3431
3655
|
path: _path2,
|
|
3432
3656
|
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; })',
|
|
@@ -3435,9 +3659,9 @@ var validGRIN2Request = (input) => {
|
|
|
3435
3659
|
})();
|
|
3436
3660
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3437
3661
|
if ("numeric" === input3.memberType)
|
|
3438
|
-
return $
|
|
3662
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
3439
3663
|
if ("categorical" === input3.memberType)
|
|
3440
|
-
return $
|
|
3664
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3441
3665
|
return $report(_exceptionable2, {
|
|
3442
3666
|
path: _path2,
|
|
3443
3667
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|