@sjcrh/proteinpaint-types 2.182.0 → 2.182.1
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-2QTCQFYE.js → chunk-2NINVZOB.js} +47 -11
- package/dist/{chunk-UBAJYDGK.js → chunk-734AZGID.js} +15 -3
- package/dist/{chunk-KNDCWQJD.js → chunk-INIT6CVR.js} +728 -580
- package/dist/{chunk-DDMUMMOL.js → chunk-LDLZU2QY.js} +15 -3
- package/dist/{chunk-URYAC364.js → chunk-LOFBLGRE.js} +311 -163
- package/dist/{chunk-UYKWZWCU.js → chunk-M7WMC7GC.js} +411 -199
- package/dist/{chunk-K6W2WEPW.js → chunk-NO3ZZD3L.js} +15 -3
- package/dist/{chunk-ZRTB7SRA.js → chunk-ONNT3XV7.js} +32 -8
- package/dist/{chunk-VUNM6QTX.js → chunk-QMEKJW2A.js} +15 -3
- package/dist/{chunk-J55IQXT7.js → chunk-TI565XIR.js} +470 -418
- package/dist/{chunk-ZKO7LMCC.js → chunk-TUM3OZ7K.js} +15 -3
- package/dist/{chunk-45VA4Y6L.js → chunk-UWK6LBTQ.js} +877 -778
- package/dist/chunk-W3F3CLYP.js +61 -0
- package/dist/{chunk-C5ECCXOT.js → chunk-WNUWRPXG.js} +733 -585
- package/dist/{chunk-3DA4MJ2U.js → chunk-Y6FNAG22.js} +372 -175
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +31 -23
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +15 -3
- package/dist/termdb.chat2.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.dmr.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.proteome.js +11 -0
- 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 +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +9 -3
- package/src/index.ts +1 -0
- package/src/routes/termdb.proteome.ts +13 -0
- package/src/terms/dnaMethylation.ts +12 -3
- package/src/terms/termCollection.ts +7 -1
- package/src/terms/tw.ts +1 -0
|
@@ -22,7 +22,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
22
22
|
const __is = (input2) => {
|
|
23
23
|
const $join = import_typia.createValidate.join;
|
|
24
24
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.refKey && (void 0 === input3.l || "string" === typeof input3.l) && (void 0 === input3.f || "string" === typeof input3.f) && (void 0 === input3.t || "string" === typeof input3.t) && (Array.isArray(input3.selectedSampleFileNames) && input3.selectedSampleFileNames.every((elem) => "string" === typeof elem)) && (void 0 === input3.divideByTW || "object" === typeof input3.divideByTW && null !== input3.divideByTW && $iu5(input3.divideByTW)) && (void 0 === input3.overlayTW || "object" === typeof input3.overlayTW && null !== input3.overlayTW && $iu5(input3.overlayTW)) && (void 0 === input3.legendFilter || Array.isArray(input3.legendFilter) && input3.legendFilter.every((elem) => "string" === typeof elem));
|
|
25
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $
|
|
25
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q)) && "QualTWValues" === input3.type;
|
|
26
26
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
27
27
|
const value = input3[key];
|
|
28
28
|
if (void 0 === value)
|
|
@@ -31,28 +31,36 @@ var validBrainImagingRequest = (input) => {
|
|
|
31
31
|
return true;
|
|
32
32
|
return true;
|
|
33
33
|
});
|
|
34
|
-
const $io3 = (input3) =>
|
|
35
|
-
const $io4 = (input3) => Object.keys(input3).every((key) => {
|
|
34
|
+
const $io3 = (input3) => Object.keys(input3).every((key) => {
|
|
36
35
|
const value = input3[key];
|
|
37
36
|
if (void 0 === value)
|
|
38
37
|
return true;
|
|
39
38
|
if (RegExp(/(.*)/).test(key))
|
|
40
|
-
return
|
|
39
|
+
return true;
|
|
40
|
+
return true;
|
|
41
|
+
});
|
|
42
|
+
const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting));
|
|
43
|
+
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
44
|
+
const value = input3[key];
|
|
45
|
+
if (void 0 === value)
|
|
46
|
+
return true;
|
|
47
|
+
if (RegExp(/(.*)/).test(key))
|
|
48
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io6(value);
|
|
41
49
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
42
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
50
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io6(value);
|
|
43
51
|
return true;
|
|
44
52
|
});
|
|
45
|
-
const $
|
|
46
|
-
const $
|
|
47
|
-
const $
|
|
48
|
-
const $
|
|
49
|
-
const $
|
|
50
|
-
const $
|
|
51
|
-
const $
|
|
52
|
-
const $
|
|
53
|
-
const $
|
|
54
|
-
const $
|
|
55
|
-
const $
|
|
53
|
+
const $io6 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter));
|
|
54
|
+
const $io7 = (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);
|
|
55
|
+
const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
56
|
+
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $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);
|
|
57
|
+
const $io10 = (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 && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
58
|
+
const $io11 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
59
|
+
const $io12 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
60
|
+
const $io13 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
61
|
+
const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(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
|
+
const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu10(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu11(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
|
|
63
|
+
const $io16 = (input3) => Object.keys(input3).every((key) => {
|
|
56
64
|
const value = input3[key];
|
|
57
65
|
if (void 0 === value)
|
|
58
66
|
return true;
|
|
@@ -60,27 +68,27 @@ var validBrainImagingRequest = (input) => {
|
|
|
60
68
|
return "number" === typeof value;
|
|
61
69
|
return true;
|
|
62
70
|
});
|
|
63
|
-
const $
|
|
64
|
-
const $
|
|
65
|
-
const $
|
|
66
|
-
const $
|
|
67
|
-
const $
|
|
68
|
-
const $
|
|
69
|
-
const $
|
|
70
|
-
const $
|
|
71
|
-
const $
|
|
72
|
-
const $
|
|
73
|
-
const $
|
|
74
|
-
const $
|
|
75
|
-
const $
|
|
76
|
-
const $
|
|
77
|
-
const $
|
|
78
|
-
const $
|
|
79
|
-
const $
|
|
80
|
-
const $
|
|
81
|
-
const $
|
|
82
|
-
const $
|
|
83
|
-
const $
|
|
71
|
+
const $io17 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
72
|
+
const $io18 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
73
|
+
const $io19 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
74
|
+
const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
|
|
75
|
+
const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(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);
|
|
76
|
+
const $io22 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(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;
|
|
77
|
+
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(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);
|
|
78
|
+
const $io24 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(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;
|
|
79
|
+
const $io25 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(input3.bins));
|
|
80
|
+
const $io26 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
|
|
81
|
+
const $io28 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
82
|
+
const $io29 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(input3.bins));
|
|
83
|
+
const $io30 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
84
|
+
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(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);
|
|
85
|
+
const $io32 = (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 && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
86
|
+
const $io33 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
|
|
87
|
+
const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
88
|
+
const $io35 = (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 && $io36(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 && $io37(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
|
|
89
|
+
const $io36 = (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 && $io12(input3.valueConversion));
|
|
90
|
+
const $io37 = (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;
|
|
91
|
+
const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
|
|
84
92
|
if (["key", "label"].some((prop) => key === prop))
|
|
85
93
|
return true;
|
|
86
94
|
const value = input3[key];
|
|
@@ -90,30 +98,30 @@ var validBrainImagingRequest = (input) => {
|
|
|
90
98
|
return true;
|
|
91
99
|
return true;
|
|
92
100
|
});
|
|
93
|
-
const $
|
|
94
|
-
const $
|
|
95
|
-
const $
|
|
96
|
-
const $
|
|
97
|
-
const $
|
|
98
|
-
const $
|
|
99
|
-
const $
|
|
100
|
-
const $
|
|
101
|
-
const $
|
|
102
|
-
const $
|
|
103
|
-
const $
|
|
104
|
-
const $
|
|
105
|
-
const $
|
|
106
|
-
const $
|
|
107
|
-
const $
|
|
108
|
-
const $
|
|
101
|
+
const $io39 = (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 && $io40(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io50(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);
|
|
102
|
+
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu12(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
103
|
+
const $io41 = (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 && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
|
|
104
|
+
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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);
|
|
105
|
+
const $io43 = (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 && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
106
|
+
const $io44 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io45(elem)));
|
|
107
|
+
const $io45 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
108
|
+
const $io46 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
109
|
+
const $io47 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
110
|
+
const $io48 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
|
|
111
|
+
const $io49 = (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 && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
|
|
112
|
+
const $io50 = (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);
|
|
113
|
+
const $io51 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && "number" === typeof input3.ratio;
|
|
114
|
+
const $io52 = (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 && $io12(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 && $io53(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io54(input3.propsByTermId)) && (void 0 === input3.isCustom || "boolean" === typeof input3.isCustom) && "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) && $io56(input3.valueTransform));
|
|
115
|
+
const $io53 = (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 && $io12(input3.valueConversion));
|
|
116
|
+
const $io54 = (input3) => Object.keys(input3).every((key) => {
|
|
109
117
|
const value = input3[key];
|
|
110
118
|
if (void 0 === value)
|
|
111
119
|
return true;
|
|
112
120
|
if (RegExp(/(.*)/).test(key))
|
|
113
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
121
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io55(value);
|
|
114
122
|
return true;
|
|
115
123
|
});
|
|
116
|
-
const $
|
|
124
|
+
const $io55 = (input3) => Object.keys(input3).every((key) => {
|
|
117
125
|
const value = input3[key];
|
|
118
126
|
if (void 0 === value)
|
|
119
127
|
return true;
|
|
@@ -121,149 +129,149 @@ var validBrainImagingRequest = (input) => {
|
|
|
121
129
|
return true;
|
|
122
130
|
return true;
|
|
123
131
|
});
|
|
124
|
-
const $
|
|
125
|
-
const $
|
|
126
|
-
const $
|
|
127
|
-
const $
|
|
128
|
-
const $
|
|
129
|
-
const $
|
|
130
|
-
const $
|
|
131
|
-
const $
|
|
132
|
-
const $
|
|
133
|
-
const $
|
|
134
|
-
const $
|
|
132
|
+
const $io56 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
|
|
133
|
+
const $io57 = (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 && $io12(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 && $io53(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io54(input3.propsByTermId)) && (void 0 === input3.isCustom || "boolean" === typeof input3.isCustom) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io58(elem)));
|
|
134
|
+
const $io58 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
135
|
+
const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting));
|
|
136
|
+
const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting));
|
|
137
|
+
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
138
|
+
const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
139
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
140
|
+
const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
141
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io67(input3.customset));
|
|
142
|
+
const $io67 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
135
143
|
const $iu0 = (input3) => (() => {
|
|
136
144
|
if ("tvslst" === input3.type)
|
|
137
|
-
return $io6(input3);
|
|
138
|
-
if ("tvs" === input3.type)
|
|
139
145
|
return $io7(input3);
|
|
146
|
+
if ("tvs" === input3.type)
|
|
147
|
+
return $io8(input3);
|
|
140
148
|
return false;
|
|
141
149
|
})();
|
|
142
150
|
const $iu1 = (input3) => (() => {
|
|
143
151
|
if (true === input3.startunbounded)
|
|
144
|
-
return $
|
|
152
|
+
return $io17(input3);
|
|
145
153
|
if (true === input3.stopunbounded)
|
|
146
|
-
return $
|
|
154
|
+
return $io19(input3);
|
|
147
155
|
if (void 0 !== input3.value)
|
|
148
|
-
return $
|
|
149
|
-
return $
|
|
156
|
+
return $io33(input3);
|
|
157
|
+
return $io18(input3);
|
|
150
158
|
})();
|
|
151
159
|
const $iu2 = (input3) => (() => {
|
|
152
160
|
if ("gene" === input3.kind)
|
|
153
|
-
return $io41(input3);
|
|
154
|
-
if ("coord" === input3.kind)
|
|
155
161
|
return $io42(input3);
|
|
162
|
+
if ("coord" === input3.kind)
|
|
163
|
+
return $io43(input3);
|
|
156
164
|
return false;
|
|
157
165
|
})();
|
|
158
166
|
const $iu3 = (input3) => (() => {
|
|
159
167
|
if ("string" === typeof input3.type)
|
|
160
|
-
return $
|
|
168
|
+
return $io46(input3);
|
|
161
169
|
if ("filter" === input3.type)
|
|
162
|
-
return $
|
|
170
|
+
return $io48(input3);
|
|
163
171
|
return false;
|
|
164
172
|
})();
|
|
165
173
|
const $iu4 = (input3) => (() => {
|
|
166
174
|
if (true === input3.startunbounded)
|
|
167
|
-
return $
|
|
175
|
+
return $io17(input3);
|
|
168
176
|
if (true === input3.stopunbounded)
|
|
169
|
-
return $
|
|
170
|
-
return $
|
|
177
|
+
return $io19(input3);
|
|
178
|
+
return $io18(input3);
|
|
171
179
|
})();
|
|
172
180
|
const $iu5 = (input3) => (() => {
|
|
173
181
|
if ("QualTWCustomGS" === input3.type)
|
|
174
|
-
return $
|
|
182
|
+
return $io65(input3);
|
|
175
183
|
if ("QualTWPredefinedGS" === input3.type)
|
|
176
|
-
return $
|
|
184
|
+
return $io63(input3);
|
|
177
185
|
if ("QualTWValues" === input3.type)
|
|
178
186
|
return $io1(input3);
|
|
179
187
|
return false;
|
|
180
188
|
})();
|
|
181
189
|
const $iu6 = (input3) => (() => {
|
|
182
190
|
if ("categorical" === input3.type)
|
|
183
|
-
return $
|
|
191
|
+
return $io4(input3);
|
|
184
192
|
if ("snp" === input3.type)
|
|
185
|
-
return $io58(input3);
|
|
186
|
-
if ("singleCellCellType" === input3.type)
|
|
187
193
|
return $io59(input3);
|
|
194
|
+
if ("singleCellCellType" === input3.type)
|
|
195
|
+
return $io60(input3);
|
|
188
196
|
return false;
|
|
189
197
|
})();
|
|
190
198
|
const $iu7 = (input3) => (() => {
|
|
191
199
|
if (void 0 !== input3.ranges)
|
|
192
|
-
return $
|
|
200
|
+
return $io10(input3);
|
|
193
201
|
if (void 0 !== input3.ratio)
|
|
194
|
-
return $
|
|
202
|
+
return $io51(input3);
|
|
195
203
|
return (() => {
|
|
196
|
-
if ($
|
|
197
|
-
return $
|
|
198
|
-
if ($
|
|
199
|
-
return $
|
|
200
|
-
if ($
|
|
201
|
-
return $
|
|
204
|
+
if ($io9(input3))
|
|
205
|
+
return $io9(input3);
|
|
206
|
+
if ($io35(input3))
|
|
207
|
+
return $io35(input3);
|
|
208
|
+
if ($io39(input3))
|
|
209
|
+
return $io39(input3);
|
|
202
210
|
return false;
|
|
203
211
|
})();
|
|
204
212
|
})();
|
|
205
213
|
const $iu8 = (input3) => (() => {
|
|
206
214
|
if ("integer" === input3.type || "float" === input3.type)
|
|
207
|
-
return $
|
|
215
|
+
return $io11(input3);
|
|
208
216
|
if ("metaboliteIntensity" === input3.type)
|
|
209
|
-
return $io24(input3);
|
|
210
|
-
if ("proteomeAbundance" === input3.type)
|
|
211
217
|
return $io25(input3);
|
|
218
|
+
if ("proteomeAbundance" === input3.type)
|
|
219
|
+
return $io26(input3);
|
|
212
220
|
if ("date" === input3.type)
|
|
213
|
-
return $io27(input3);
|
|
214
|
-
if ("ssGSEA" === input3.type)
|
|
215
221
|
return $io28(input3);
|
|
216
|
-
if ("
|
|
222
|
+
if ("ssGSEA" === input3.type)
|
|
217
223
|
return $io29(input3);
|
|
224
|
+
if ("dnaMethylation" === input3.type)
|
|
225
|
+
return $io30(input3);
|
|
218
226
|
return (() => {
|
|
227
|
+
if ($io22(input3))
|
|
228
|
+
return $io22(input3);
|
|
219
229
|
if ($io21(input3))
|
|
220
230
|
return $io21(input3);
|
|
221
|
-
if ($
|
|
222
|
-
return $
|
|
231
|
+
if ($io24(input3))
|
|
232
|
+
return $io24(input3);
|
|
223
233
|
if ($io23(input3))
|
|
224
234
|
return $io23(input3);
|
|
225
|
-
if ($
|
|
226
|
-
return $
|
|
235
|
+
if ($io32(input3))
|
|
236
|
+
return $io32(input3);
|
|
227
237
|
if ($io31(input3))
|
|
228
238
|
return $io31(input3);
|
|
229
|
-
if ($io30(input3))
|
|
230
|
-
return $io30(input3);
|
|
231
239
|
return false;
|
|
232
240
|
})();
|
|
233
241
|
})();
|
|
234
242
|
const $iu9 = (input3) => (() => {
|
|
235
243
|
if ("regular-bin" === input3.type)
|
|
236
|
-
return $
|
|
244
|
+
return $io15(input3);
|
|
237
245
|
if ("custom-bin" === input3.type)
|
|
238
|
-
return $
|
|
246
|
+
return $io20(input3);
|
|
239
247
|
return false;
|
|
240
248
|
})();
|
|
241
249
|
const $iu10 = (input3) => (() => {
|
|
242
250
|
if (true === input3.startunbounded)
|
|
243
|
-
return $io16(input3);
|
|
244
|
-
if (void 0 !== input3.start)
|
|
245
251
|
return $io17(input3);
|
|
252
|
+
if (void 0 !== input3.start)
|
|
253
|
+
return $io18(input3);
|
|
246
254
|
return false;
|
|
247
255
|
})();
|
|
248
256
|
const $iu11 = (input3) => (() => {
|
|
249
257
|
if (void 0 !== input3.stop)
|
|
250
|
-
return $io17(input3);
|
|
251
|
-
if (true === input3.stopunbounded)
|
|
252
258
|
return $io18(input3);
|
|
259
|
+
if (true === input3.stopunbounded)
|
|
260
|
+
return $io19(input3);
|
|
253
261
|
return false;
|
|
254
262
|
})();
|
|
255
263
|
const $iu12 = (input3) => (() => {
|
|
256
264
|
if ("gene" === input3.kind)
|
|
257
|
-
return $
|
|
265
|
+
return $io41(input3);
|
|
258
266
|
if ("coord" === input3.kind)
|
|
259
|
-
return $
|
|
267
|
+
return $io49(input3);
|
|
260
268
|
return false;
|
|
261
269
|
})();
|
|
262
270
|
const $iu13 = (input3) => (() => {
|
|
263
271
|
if ("numeric" === input3.memberType)
|
|
264
|
-
return $
|
|
272
|
+
return $io52(input3);
|
|
265
273
|
if ("categorical" === input3.memberType)
|
|
266
|
-
return $
|
|
274
|
+
return $io57(input3);
|
|
267
275
|
return false;
|
|
268
276
|
})();
|
|
269
277
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -361,7 +369,15 @@ var validBrainImagingRequest = (input) => {
|
|
|
361
369
|
path: _path2 + ".minNumSamples",
|
|
362
370
|
expected: "(number | undefined)",
|
|
363
371
|
value: input3.minNumSamples
|
|
364
|
-
}), true, ("object" === typeof input3.
|
|
372
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
373
|
+
path: _path2 + ".values",
|
|
374
|
+
expected: "(__type.o1 | undefined)",
|
|
375
|
+
value: input3.values
|
|
376
|
+
})) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
377
|
+
path: _path2 + ".values",
|
|
378
|
+
expected: "(__type.o1 | undefined)",
|
|
379
|
+
value: input3.values
|
|
380
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
365
381
|
path: _path2 + ".term",
|
|
366
382
|
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
367
383
|
value: input3.term
|
|
@@ -373,7 +389,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
373
389
|
path: _path2 + ".q",
|
|
374
390
|
expected: "ValuesQ",
|
|
375
391
|
value: input3.q
|
|
376
|
-
})) && $
|
|
392
|
+
})) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
377
393
|
path: _path2 + ".q",
|
|
378
394
|
expected: "ValuesQ",
|
|
379
395
|
value: input3.q
|
|
@@ -390,7 +406,15 @@ var validBrainImagingRequest = (input) => {
|
|
|
390
406
|
return true;
|
|
391
407
|
return true;
|
|
392
408
|
}).every((flag) => flag)].every((flag) => flag);
|
|
393
|
-
const $vo3 = (input3, _path2, _exceptionable2 = true) => [
|
|
409
|
+
const $vo3 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
410
|
+
const value = input3[key];
|
|
411
|
+
if (void 0 === value)
|
|
412
|
+
return true;
|
|
413
|
+
if (RegExp(/(.*)/).test(key))
|
|
414
|
+
return true;
|
|
415
|
+
return true;
|
|
416
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
417
|
+
const $vo4 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
394
418
|
path: _path2 + ".id",
|
|
395
419
|
expected: "string",
|
|
396
420
|
value: input3.id
|
|
@@ -438,7 +462,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
438
462
|
path: _path2 + ".values",
|
|
439
463
|
expected: "(TermValues | undefined)",
|
|
440
464
|
value: input3.values
|
|
441
|
-
})) && $
|
|
465
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
442
466
|
path: _path2 + ".values",
|
|
443
467
|
expected: "(TermValues | undefined)",
|
|
444
468
|
value: input3.values
|
|
@@ -448,22 +472,22 @@ var validBrainImagingRequest = (input) => {
|
|
|
448
472
|
value: input3.skipValuesBuild
|
|
449
473
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
450
474
|
path: _path2 + ".valueConversion",
|
|
451
|
-
expected: "(__type.
|
|
475
|
+
expected: "(__type.o3 | undefined)",
|
|
452
476
|
value: input3.valueConversion
|
|
453
|
-
})) && $
|
|
477
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
454
478
|
path: _path2 + ".valueConversion",
|
|
455
|
-
expected: "(__type.
|
|
479
|
+
expected: "(__type.o3 | undefined)",
|
|
456
480
|
value: input3.valueConversion
|
|
457
481
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
458
482
|
path: _path2 + ".groupsetting",
|
|
459
483
|
expected: "TermGroupSetting",
|
|
460
484
|
value: input3.groupsetting
|
|
461
|
-
})) && $
|
|
485
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
462
486
|
path: _path2 + ".groupsetting",
|
|
463
487
|
expected: "TermGroupSetting",
|
|
464
488
|
value: input3.groupsetting
|
|
465
489
|
})].every((flag) => flag);
|
|
466
|
-
const $
|
|
490
|
+
const $vo5 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
467
491
|
const value = input3[key];
|
|
468
492
|
if (void 0 === value)
|
|
469
493
|
return true;
|
|
@@ -472,7 +496,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
472
496
|
path: _path2 + $join(key),
|
|
473
497
|
expected: "BaseValue",
|
|
474
498
|
value
|
|
475
|
-
})) && $
|
|
499
|
+
})) && $vo6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
476
500
|
path: _path2 + $join(key),
|
|
477
501
|
expected: "BaseValue",
|
|
478
502
|
value
|
|
@@ -482,14 +506,14 @@ var validBrainImagingRequest = (input) => {
|
|
|
482
506
|
path: _path2 + $join(key),
|
|
483
507
|
expected: "BaseValue",
|
|
484
508
|
value
|
|
485
|
-
})) && $
|
|
509
|
+
})) && $vo6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
486
510
|
path: _path2 + $join(key),
|
|
487
511
|
expected: "BaseValue",
|
|
488
512
|
value
|
|
489
513
|
});
|
|
490
514
|
return true;
|
|
491
515
|
}).every((flag) => flag)].every((flag) => flag);
|
|
492
|
-
const $
|
|
516
|
+
const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
493
517
|
path: _path2 + ".key",
|
|
494
518
|
expected: "(string | undefined)",
|
|
495
519
|
value: input3.key
|
|
@@ -517,12 +541,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
517
541
|
path: _path2 + ".filter",
|
|
518
542
|
expected: "(Filter | undefined)",
|
|
519
543
|
value: input3.filter
|
|
520
|
-
})) && $
|
|
544
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
521
545
|
path: _path2 + ".filter",
|
|
522
546
|
expected: "(Filter | undefined)",
|
|
523
547
|
value: input3.filter
|
|
524
548
|
})].every((flag) => flag);
|
|
525
|
-
const $
|
|
549
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
|
|
526
550
|
path: _path2 + ".type",
|
|
527
551
|
expected: '"tvslst"',
|
|
528
552
|
value: input3.type
|
|
@@ -544,11 +568,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
544
568
|
value: input3.lst
|
|
545
569
|
})) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
546
570
|
path: _path2 + ".lst[" + _index5 + "]",
|
|
547
|
-
expected: "(Filter | __type.
|
|
571
|
+
expected: "(Filter | __type.o2)",
|
|
548
572
|
value: elem
|
|
549
573
|
})) && $vu0(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
550
574
|
path: _path2 + ".lst[" + _index5 + "]",
|
|
551
|
-
expected: "(Filter | __type.
|
|
575
|
+
expected: "(Filter | __type.o2)",
|
|
552
576
|
value: elem
|
|
553
577
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
554
578
|
path: _path2 + ".lst",
|
|
@@ -559,7 +583,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
559
583
|
expected: "(string | undefined)",
|
|
560
584
|
value: input3.$id
|
|
561
585
|
})].every((flag) => flag);
|
|
562
|
-
const $
|
|
586
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
|
|
563
587
|
path: _path2 + ".type",
|
|
564
588
|
expected: '"tvs"',
|
|
565
589
|
value: input3.type
|
|
@@ -572,7 +596,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
572
596
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
573
597
|
value: input3.tvs
|
|
574
598
|
})].every((flag) => flag);
|
|
575
|
-
const $
|
|
599
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
576
600
|
path: _path2 + ".join",
|
|
577
601
|
expected: "(string | undefined)",
|
|
578
602
|
value: input3.join
|
|
@@ -604,7 +628,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
604
628
|
path: _path2 + ".term",
|
|
605
629
|
expected: "CategoricalTerm",
|
|
606
630
|
value: input3.term
|
|
607
|
-
})) && $
|
|
631
|
+
})) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
608
632
|
path: _path2 + ".term",
|
|
609
633
|
expected: "CategoricalTerm",
|
|
610
634
|
value: input3.term
|
|
@@ -620,7 +644,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
620
644
|
path: _path2 + ".values[" + _index6 + "]",
|
|
621
645
|
expected: "BaseValue",
|
|
622
646
|
value: elem
|
|
623
|
-
})) && $
|
|
647
|
+
})) && $vo6(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
624
648
|
path: _path2 + ".values[" + _index6 + "]",
|
|
625
649
|
expected: "BaseValue",
|
|
626
650
|
value: elem
|
|
@@ -633,7 +657,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
633
657
|
expected: "(Set<any> | undefined)",
|
|
634
658
|
value: input3.valueset
|
|
635
659
|
})].every((flag) => flag);
|
|
636
|
-
const $
|
|
660
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
637
661
|
path: _path2 + ".join",
|
|
638
662
|
expected: "(string | undefined)",
|
|
639
663
|
value: input3.join
|
|
@@ -675,11 +699,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
675
699
|
value: input3.ranges
|
|
676
700
|
})) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
677
701
|
path: _path2 + ".ranges[" + _index7 + "]",
|
|
678
|
-
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.
|
|
702
|
+
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o5)",
|
|
679
703
|
value: elem
|
|
680
704
|
})) && $vu1(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
681
705
|
path: _path2 + ".ranges[" + _index7 + "]",
|
|
682
|
-
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.
|
|
706
|
+
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o5)",
|
|
683
707
|
value: elem
|
|
684
708
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
685
709
|
path: _path2 + ".ranges",
|
|
@@ -691,18 +715,18 @@ var validBrainImagingRequest = (input) => {
|
|
|
691
715
|
value: input3.values
|
|
692
716
|
})) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
693
717
|
path: _path2 + ".values[" + _index8 + "]",
|
|
694
|
-
expected: "__type.
|
|
718
|
+
expected: "__type.o6",
|
|
695
719
|
value: elem
|
|
696
|
-
})) && $
|
|
720
|
+
})) && $vo34(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
697
721
|
path: _path2 + ".values[" + _index8 + "]",
|
|
698
|
-
expected: "__type.
|
|
722
|
+
expected: "__type.o6",
|
|
699
723
|
value: elem
|
|
700
724
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
701
725
|
path: _path2 + ".values",
|
|
702
726
|
expected: "(Array<__type> | undefined)",
|
|
703
727
|
value: input3.values
|
|
704
728
|
})].every((flag) => flag);
|
|
705
|
-
const $
|
|
729
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
706
730
|
path: _path2 + ".id",
|
|
707
731
|
expected: "string",
|
|
708
732
|
value: input3.id
|
|
@@ -750,7 +774,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
750
774
|
path: _path2 + ".values",
|
|
751
775
|
expected: "(TermValues | undefined)",
|
|
752
776
|
value: input3.values
|
|
753
|
-
})) && $
|
|
777
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
754
778
|
path: _path2 + ".values",
|
|
755
779
|
expected: "(TermValues | undefined)",
|
|
756
780
|
value: input3.values
|
|
@@ -760,19 +784,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
760
784
|
value: input3.skipValuesBuild
|
|
761
785
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
762
786
|
path: _path2 + ".valueConversion",
|
|
763
|
-
expected: "(__type.
|
|
787
|
+
expected: "(__type.o3 | undefined)",
|
|
764
788
|
value: input3.valueConversion
|
|
765
|
-
})) && $
|
|
789
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
766
790
|
path: _path2 + ".valueConversion",
|
|
767
|
-
expected: "(__type.
|
|
791
|
+
expected: "(__type.o3 | undefined)",
|
|
768
792
|
value: input3.valueConversion
|
|
769
793
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
770
794
|
path: _path2 + ".continuousColorScale",
|
|
771
|
-
expected: "(__type.
|
|
795
|
+
expected: "(__type.o4 | undefined)",
|
|
772
796
|
value: input3.continuousColorScale
|
|
773
|
-
})) && $
|
|
797
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
774
798
|
path: _path2 + ".continuousColorScale",
|
|
775
|
-
expected: "(__type.
|
|
799
|
+
expected: "(__type.o4 | undefined)",
|
|
776
800
|
value: input3.continuousColorScale
|
|
777
801
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
778
802
|
path: _path2 + ".unit",
|
|
@@ -782,12 +806,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
782
806
|
path: _path2 + ".bins",
|
|
783
807
|
expected: "PresetNumericBins",
|
|
784
808
|
value: input3.bins
|
|
785
|
-
})) && $
|
|
809
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
786
810
|
path: _path2 + ".bins",
|
|
787
811
|
expected: "PresetNumericBins",
|
|
788
812
|
value: input3.bins
|
|
789
813
|
})].every((flag) => flag);
|
|
790
|
-
const $
|
|
814
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
791
815
|
path: _path2 + ".fromUnit",
|
|
792
816
|
expected: "string",
|
|
793
817
|
value: input3.fromUnit
|
|
@@ -800,7 +824,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
800
824
|
expected: "string",
|
|
801
825
|
value: input3.scaleFactor
|
|
802
826
|
})].every((flag) => flag);
|
|
803
|
-
const $
|
|
827
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
804
828
|
path: _path2 + ".minColor",
|
|
805
829
|
expected: "string",
|
|
806
830
|
value: input3.minColor
|
|
@@ -809,7 +833,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
809
833
|
expected: "string",
|
|
810
834
|
value: input3.maxColor
|
|
811
835
|
})].every((flag) => flag);
|
|
812
|
-
const $
|
|
836
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
813
837
|
path: _path2 + '["default"]',
|
|
814
838
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
815
839
|
value: input3["default"]
|
|
@@ -846,11 +870,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
846
870
|
expected: "(number | undefined)",
|
|
847
871
|
value: input3.max
|
|
848
872
|
})].every((flag) => flag);
|
|
849
|
-
const $
|
|
873
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
850
874
|
path: _path2 + ".hiddenValues",
|
|
851
875
|
expected: "(HiddenValues | undefined)",
|
|
852
876
|
value: input3.hiddenValues
|
|
853
|
-
})) && $
|
|
877
|
+
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
854
878
|
path: _path2 + ".hiddenValues",
|
|
855
879
|
expected: "(HiddenValues | undefined)",
|
|
856
880
|
value: input3.hiddenValues
|
|
@@ -915,7 +939,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
915
939
|
expected: "(boolean | undefined)",
|
|
916
940
|
value: input3.isDummyPreset
|
|
917
941
|
})].every((flag) => flag);
|
|
918
|
-
const $
|
|
942
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
919
943
|
const value = input3[key];
|
|
920
944
|
if (void 0 === value)
|
|
921
945
|
return true;
|
|
@@ -927,7 +951,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
927
951
|
});
|
|
928
952
|
return true;
|
|
929
953
|
}).every((flag) => flag)].every((flag) => flag);
|
|
930
|
-
const $
|
|
954
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
931
955
|
path: _path2 + ".startunbounded",
|
|
932
956
|
expected: "true",
|
|
933
957
|
value: input3.startunbounded
|
|
@@ -956,7 +980,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
956
980
|
expected: "(string | undefined)",
|
|
957
981
|
value: input3.range
|
|
958
982
|
})].every((flag) => flag);
|
|
959
|
-
const $
|
|
983
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
960
984
|
path: _path2 + ".startunbounded",
|
|
961
985
|
expected: "(false | undefined)",
|
|
962
986
|
value: input3.startunbounded
|
|
@@ -989,7 +1013,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
989
1013
|
expected: "(string | undefined)",
|
|
990
1014
|
value: input3.range
|
|
991
1015
|
})].every((flag) => flag);
|
|
992
|
-
const $
|
|
1016
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
993
1017
|
path: _path2 + ".start",
|
|
994
1018
|
expected: "number",
|
|
995
1019
|
value: input3.start
|
|
@@ -1018,11 +1042,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
1018
1042
|
expected: "(string | undefined)",
|
|
1019
1043
|
value: input3.range
|
|
1020
1044
|
})].every((flag) => flag);
|
|
1021
|
-
const $
|
|
1045
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1022
1046
|
path: _path2 + ".hiddenValues",
|
|
1023
1047
|
expected: "(HiddenValues | undefined)",
|
|
1024
1048
|
value: input3.hiddenValues
|
|
1025
|
-
})) && $
|
|
1049
|
+
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1026
1050
|
path: _path2 + ".hiddenValues",
|
|
1027
1051
|
expected: "(HiddenValues | undefined)",
|
|
1028
1052
|
value: input3.hiddenValues
|
|
@@ -1089,7 +1113,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1089
1113
|
expected: "(boolean | undefined)",
|
|
1090
1114
|
value: input3.isDummyPreset
|
|
1091
1115
|
})].every((flag) => flag);
|
|
1092
|
-
const $
|
|
1116
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1093
1117
|
path: _path2 + ".id",
|
|
1094
1118
|
expected: "string",
|
|
1095
1119
|
value: input3.id
|
|
@@ -1137,7 +1161,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1137
1161
|
path: _path2 + ".values",
|
|
1138
1162
|
expected: "(TermValues | undefined)",
|
|
1139
1163
|
value: input3.values
|
|
1140
|
-
})) && $
|
|
1164
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1141
1165
|
path: _path2 + ".values",
|
|
1142
1166
|
expected: "(TermValues | undefined)",
|
|
1143
1167
|
value: input3.values
|
|
@@ -1147,19 +1171,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1147
1171
|
value: input3.skipValuesBuild
|
|
1148
1172
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1149
1173
|
path: _path2 + ".valueConversion",
|
|
1150
|
-
expected: "(__type.
|
|
1174
|
+
expected: "(__type.o3 | undefined)",
|
|
1151
1175
|
value: input3.valueConversion
|
|
1152
|
-
})) && $
|
|
1176
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1153
1177
|
path: _path2 + ".valueConversion",
|
|
1154
|
-
expected: "(__type.
|
|
1178
|
+
expected: "(__type.o3 | undefined)",
|
|
1155
1179
|
value: input3.valueConversion
|
|
1156
1180
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1157
1181
|
path: _path2 + ".continuousColorScale",
|
|
1158
|
-
expected: "(__type.
|
|
1182
|
+
expected: "(__type.o4 | undefined)",
|
|
1159
1183
|
value: input3.continuousColorScale
|
|
1160
|
-
})) && $
|
|
1184
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1161
1185
|
path: _path2 + ".continuousColorScale",
|
|
1162
|
-
expected: "(__type.
|
|
1186
|
+
expected: "(__type.o4 | undefined)",
|
|
1163
1187
|
value: input3.continuousColorScale
|
|
1164
1188
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1165
1189
|
path: _path2 + ".unit",
|
|
@@ -1169,7 +1193,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1169
1193
|
path: _path2 + ".bins",
|
|
1170
1194
|
expected: "(PresetNumericBins | undefined)",
|
|
1171
1195
|
value: input3.bins
|
|
1172
|
-
})) && $
|
|
1196
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1173
1197
|
path: _path2 + ".bins",
|
|
1174
1198
|
expected: "(PresetNumericBins | undefined)",
|
|
1175
1199
|
value: input3.bins
|
|
@@ -1194,7 +1218,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1194
1218
|
expected: "(number | undefined)",
|
|
1195
1219
|
value: input3.stop
|
|
1196
1220
|
})].every((flag) => flag);
|
|
1197
|
-
const $
|
|
1221
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1198
1222
|
path: _path2 + ".id",
|
|
1199
1223
|
expected: "string",
|
|
1200
1224
|
value: input3.id
|
|
@@ -1242,7 +1266,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1242
1266
|
path: _path2 + ".values",
|
|
1243
1267
|
expected: "(TermValues | undefined)",
|
|
1244
1268
|
value: input3.values
|
|
1245
|
-
})) && $
|
|
1269
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1246
1270
|
path: _path2 + ".values",
|
|
1247
1271
|
expected: "(TermValues | undefined)",
|
|
1248
1272
|
value: input3.values
|
|
@@ -1252,19 +1276,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1252
1276
|
value: input3.skipValuesBuild
|
|
1253
1277
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1254
1278
|
path: _path2 + ".valueConversion",
|
|
1255
|
-
expected: "(__type.
|
|
1279
|
+
expected: "(__type.o3 | undefined)",
|
|
1256
1280
|
value: input3.valueConversion
|
|
1257
|
-
})) && $
|
|
1281
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1258
1282
|
path: _path2 + ".valueConversion",
|
|
1259
|
-
expected: "(__type.
|
|
1283
|
+
expected: "(__type.o3 | undefined)",
|
|
1260
1284
|
value: input3.valueConversion
|
|
1261
1285
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1262
1286
|
path: _path2 + ".continuousColorScale",
|
|
1263
|
-
expected: "(__type.
|
|
1287
|
+
expected: "(__type.o4 | undefined)",
|
|
1264
1288
|
value: input3.continuousColorScale
|
|
1265
|
-
})) && $
|
|
1289
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1266
1290
|
path: _path2 + ".continuousColorScale",
|
|
1267
|
-
expected: "(__type.
|
|
1291
|
+
expected: "(__type.o4 | undefined)",
|
|
1268
1292
|
value: input3.continuousColorScale
|
|
1269
1293
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1270
1294
|
path: _path2 + ".unit",
|
|
@@ -1274,7 +1298,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1274
1298
|
path: _path2 + ".bins",
|
|
1275
1299
|
expected: "(PresetNumericBins | undefined)",
|
|
1276
1300
|
value: input3.bins
|
|
1277
|
-
})) && $
|
|
1301
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1278
1302
|
path: _path2 + ".bins",
|
|
1279
1303
|
expected: "(PresetNumericBins | undefined)",
|
|
1280
1304
|
value: input3.bins
|
|
@@ -1299,7 +1323,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1299
1323
|
expected: "number",
|
|
1300
1324
|
value: input3.stop
|
|
1301
1325
|
})].every((flag) => flag);
|
|
1302
|
-
const $
|
|
1326
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1303
1327
|
path: _path2 + ".id",
|
|
1304
1328
|
expected: "string",
|
|
1305
1329
|
value: input3.id
|
|
@@ -1347,7 +1371,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1347
1371
|
path: _path2 + ".values",
|
|
1348
1372
|
expected: "(TermValues | undefined)",
|
|
1349
1373
|
value: input3.values
|
|
1350
|
-
})) && $
|
|
1374
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1351
1375
|
path: _path2 + ".values",
|
|
1352
1376
|
expected: "(TermValues | undefined)",
|
|
1353
1377
|
value: input3.values
|
|
@@ -1357,19 +1381,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1357
1381
|
value: input3.skipValuesBuild
|
|
1358
1382
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1359
1383
|
path: _path2 + ".valueConversion",
|
|
1360
|
-
expected: "(__type.
|
|
1384
|
+
expected: "(__type.o3 | undefined)",
|
|
1361
1385
|
value: input3.valueConversion
|
|
1362
|
-
})) && $
|
|
1386
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1363
1387
|
path: _path2 + ".valueConversion",
|
|
1364
|
-
expected: "(__type.
|
|
1388
|
+
expected: "(__type.o3 | undefined)",
|
|
1365
1389
|
value: input3.valueConversion
|
|
1366
1390
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1367
1391
|
path: _path2 + ".continuousColorScale",
|
|
1368
|
-
expected: "(__type.
|
|
1392
|
+
expected: "(__type.o4 | undefined)",
|
|
1369
1393
|
value: input3.continuousColorScale
|
|
1370
|
-
})) && $
|
|
1394
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1371
1395
|
path: _path2 + ".continuousColorScale",
|
|
1372
|
-
expected: "(__type.
|
|
1396
|
+
expected: "(__type.o4 | undefined)",
|
|
1373
1397
|
value: input3.continuousColorScale
|
|
1374
1398
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1375
1399
|
path: _path2 + ".unit",
|
|
@@ -1379,7 +1403,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1379
1403
|
path: _path2 + ".bins",
|
|
1380
1404
|
expected: "(PresetNumericBins | undefined)",
|
|
1381
1405
|
value: input3.bins
|
|
1382
|
-
})) && $
|
|
1406
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1383
1407
|
path: _path2 + ".bins",
|
|
1384
1408
|
expected: "(PresetNumericBins | undefined)",
|
|
1385
1409
|
value: input3.bins
|
|
@@ -1408,7 +1432,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1408
1432
|
expected: "(number | undefined)",
|
|
1409
1433
|
value: input3.stop
|
|
1410
1434
|
})].every((flag) => flag);
|
|
1411
|
-
const $
|
|
1435
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1412
1436
|
path: _path2 + ".id",
|
|
1413
1437
|
expected: "string",
|
|
1414
1438
|
value: input3.id
|
|
@@ -1456,7 +1480,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1456
1480
|
path: _path2 + ".values",
|
|
1457
1481
|
expected: "(TermValues | undefined)",
|
|
1458
1482
|
value: input3.values
|
|
1459
|
-
})) && $
|
|
1483
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1460
1484
|
path: _path2 + ".values",
|
|
1461
1485
|
expected: "(TermValues | undefined)",
|
|
1462
1486
|
value: input3.values
|
|
@@ -1466,19 +1490,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1466
1490
|
value: input3.skipValuesBuild
|
|
1467
1491
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1468
1492
|
path: _path2 + ".valueConversion",
|
|
1469
|
-
expected: "(__type.
|
|
1493
|
+
expected: "(__type.o3 | undefined)",
|
|
1470
1494
|
value: input3.valueConversion
|
|
1471
|
-
})) && $
|
|
1495
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1472
1496
|
path: _path2 + ".valueConversion",
|
|
1473
|
-
expected: "(__type.
|
|
1497
|
+
expected: "(__type.o3 | undefined)",
|
|
1474
1498
|
value: input3.valueConversion
|
|
1475
1499
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1476
1500
|
path: _path2 + ".continuousColorScale",
|
|
1477
|
-
expected: "(__type.
|
|
1501
|
+
expected: "(__type.o4 | undefined)",
|
|
1478
1502
|
value: input3.continuousColorScale
|
|
1479
|
-
})) && $
|
|
1503
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1480
1504
|
path: _path2 + ".continuousColorScale",
|
|
1481
|
-
expected: "(__type.
|
|
1505
|
+
expected: "(__type.o4 | undefined)",
|
|
1482
1506
|
value: input3.continuousColorScale
|
|
1483
1507
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1484
1508
|
path: _path2 + ".unit",
|
|
@@ -1488,7 +1512,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1488
1512
|
path: _path2 + ".bins",
|
|
1489
1513
|
expected: "(PresetNumericBins | undefined)",
|
|
1490
1514
|
value: input3.bins
|
|
1491
|
-
})) && $
|
|
1515
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1492
1516
|
path: _path2 + ".bins",
|
|
1493
1517
|
expected: "(PresetNumericBins | undefined)",
|
|
1494
1518
|
value: input3.bins
|
|
@@ -1517,7 +1541,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1517
1541
|
expected: "number",
|
|
1518
1542
|
value: input3.stop
|
|
1519
1543
|
})].every((flag) => flag);
|
|
1520
|
-
const $
|
|
1544
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1521
1545
|
path: _path2 + ".id",
|
|
1522
1546
|
expected: "string",
|
|
1523
1547
|
value: input3.id
|
|
@@ -1565,7 +1589,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1565
1589
|
path: _path2 + ".values",
|
|
1566
1590
|
expected: "(TermValues | undefined)",
|
|
1567
1591
|
value: input3.values
|
|
1568
|
-
})) && $
|
|
1592
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1569
1593
|
path: _path2 + ".values",
|
|
1570
1594
|
expected: "(TermValues | undefined)",
|
|
1571
1595
|
value: input3.values
|
|
@@ -1575,19 +1599,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1575
1599
|
value: input3.skipValuesBuild
|
|
1576
1600
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1577
1601
|
path: _path2 + ".valueConversion",
|
|
1578
|
-
expected: "(__type.
|
|
1602
|
+
expected: "(__type.o3 | undefined)",
|
|
1579
1603
|
value: input3.valueConversion
|
|
1580
|
-
})) && $
|
|
1604
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1581
1605
|
path: _path2 + ".valueConversion",
|
|
1582
|
-
expected: "(__type.
|
|
1606
|
+
expected: "(__type.o3 | undefined)",
|
|
1583
1607
|
value: input3.valueConversion
|
|
1584
1608
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1585
1609
|
path: _path2 + ".continuousColorScale",
|
|
1586
|
-
expected: "(__type.
|
|
1610
|
+
expected: "(__type.o4 | undefined)",
|
|
1587
1611
|
value: input3.continuousColorScale
|
|
1588
|
-
})) && $
|
|
1612
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1589
1613
|
path: _path2 + ".continuousColorScale",
|
|
1590
|
-
expected: "(__type.
|
|
1614
|
+
expected: "(__type.o4 | undefined)",
|
|
1591
1615
|
value: input3.continuousColorScale
|
|
1592
1616
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1593
1617
|
path: _path2 + ".unit",
|
|
@@ -1601,12 +1625,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
1601
1625
|
path: _path2 + ".bins",
|
|
1602
1626
|
expected: "(PresetNumericBins | undefined)",
|
|
1603
1627
|
value: input3.bins
|
|
1604
|
-
})) && $
|
|
1628
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1605
1629
|
path: _path2 + ".bins",
|
|
1606
1630
|
expected: "(PresetNumericBins | undefined)",
|
|
1607
1631
|
value: input3.bins
|
|
1608
1632
|
})].every((flag) => flag);
|
|
1609
|
-
const $
|
|
1633
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1610
1634
|
path: _path2 + ".id",
|
|
1611
1635
|
expected: "string",
|
|
1612
1636
|
value: input3.id
|
|
@@ -1654,7 +1678,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1654
1678
|
path: _path2 + ".values",
|
|
1655
1679
|
expected: "(TermValues | undefined)",
|
|
1656
1680
|
value: input3.values
|
|
1657
|
-
})) && $
|
|
1681
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1658
1682
|
path: _path2 + ".values",
|
|
1659
1683
|
expected: "(TermValues | undefined)",
|
|
1660
1684
|
value: input3.values
|
|
@@ -1664,19 +1688,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1664
1688
|
value: input3.skipValuesBuild
|
|
1665
1689
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1666
1690
|
path: _path2 + ".valueConversion",
|
|
1667
|
-
expected: "(__type.
|
|
1691
|
+
expected: "(__type.o3 | undefined)",
|
|
1668
1692
|
value: input3.valueConversion
|
|
1669
|
-
})) && $
|
|
1693
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1670
1694
|
path: _path2 + ".valueConversion",
|
|
1671
|
-
expected: "(__type.
|
|
1695
|
+
expected: "(__type.o3 | undefined)",
|
|
1672
1696
|
value: input3.valueConversion
|
|
1673
1697
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1674
1698
|
path: _path2 + ".continuousColorScale",
|
|
1675
|
-
expected: "(__type.
|
|
1699
|
+
expected: "(__type.o4 | undefined)",
|
|
1676
1700
|
value: input3.continuousColorScale
|
|
1677
|
-
})) && $
|
|
1701
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1678
1702
|
path: _path2 + ".continuousColorScale",
|
|
1679
|
-
expected: "(__type.
|
|
1703
|
+
expected: "(__type.o4 | undefined)",
|
|
1680
1704
|
value: input3.continuousColorScale
|
|
1681
1705
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1682
1706
|
path: _path2 + ".unit",
|
|
@@ -1690,7 +1714,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1690
1714
|
path: _path2 + ".bins",
|
|
1691
1715
|
expected: "(PresetNumericBins | undefined)",
|
|
1692
1716
|
value: input3.bins
|
|
1693
|
-
})) && $
|
|
1717
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1694
1718
|
path: _path2 + ".bins",
|
|
1695
1719
|
expected: "(PresetNumericBins | undefined)",
|
|
1696
1720
|
value: input3.bins
|
|
@@ -1698,12 +1722,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
1698
1722
|
path: _path2 + ".proteomeDetails",
|
|
1699
1723
|
expected: "ProteomeDetails",
|
|
1700
1724
|
value: input3.proteomeDetails
|
|
1701
|
-
})) && $
|
|
1725
|
+
})) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1702
1726
|
path: _path2 + ".proteomeDetails",
|
|
1703
1727
|
expected: "ProteomeDetails",
|
|
1704
1728
|
value: input3.proteomeDetails
|
|
1705
1729
|
})].every((flag) => flag);
|
|
1706
|
-
const $
|
|
1730
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
|
|
1707
1731
|
path: _path2 + ".assay",
|
|
1708
1732
|
expected: "string",
|
|
1709
1733
|
value: input3.assay
|
|
@@ -1712,7 +1736,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1712
1736
|
expected: "string",
|
|
1713
1737
|
value: input3.cohort
|
|
1714
1738
|
})].every((flag) => flag);
|
|
1715
|
-
const $
|
|
1739
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1716
1740
|
path: _path2 + ".id",
|
|
1717
1741
|
expected: "string",
|
|
1718
1742
|
value: input3.id
|
|
@@ -1760,7 +1784,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1760
1784
|
path: _path2 + ".values",
|
|
1761
1785
|
expected: "(TermValues | undefined)",
|
|
1762
1786
|
value: input3.values
|
|
1763
|
-
})) && $
|
|
1787
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1764
1788
|
path: _path2 + ".values",
|
|
1765
1789
|
expected: "(TermValues | undefined)",
|
|
1766
1790
|
value: input3.values
|
|
@@ -1770,19 +1794,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1770
1794
|
value: input3.skipValuesBuild
|
|
1771
1795
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1772
1796
|
path: _path2 + ".valueConversion",
|
|
1773
|
-
expected: "(__type.
|
|
1797
|
+
expected: "(__type.o3 | undefined)",
|
|
1774
1798
|
value: input3.valueConversion
|
|
1775
|
-
})) && $
|
|
1799
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1776
1800
|
path: _path2 + ".valueConversion",
|
|
1777
|
-
expected: "(__type.
|
|
1801
|
+
expected: "(__type.o3 | undefined)",
|
|
1778
1802
|
value: input3.valueConversion
|
|
1779
1803
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1780
1804
|
path: _path2 + ".continuousColorScale",
|
|
1781
|
-
expected: "(__type.
|
|
1805
|
+
expected: "(__type.o4 | undefined)",
|
|
1782
1806
|
value: input3.continuousColorScale
|
|
1783
|
-
})) && $
|
|
1807
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1784
1808
|
path: _path2 + ".continuousColorScale",
|
|
1785
|
-
expected: "(__type.
|
|
1809
|
+
expected: "(__type.o4 | undefined)",
|
|
1786
1810
|
value: input3.continuousColorScale
|
|
1787
1811
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1788
1812
|
path: _path2 + ".unit",
|
|
@@ -1792,12 +1816,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
1792
1816
|
path: _path2 + ".bins",
|
|
1793
1817
|
expected: "(PresetNumericBins | undefined)",
|
|
1794
1818
|
value: input3.bins
|
|
1795
|
-
})) && $
|
|
1819
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1796
1820
|
path: _path2 + ".bins",
|
|
1797
1821
|
expected: "(PresetNumericBins | undefined)",
|
|
1798
1822
|
value: input3.bins
|
|
1799
1823
|
})].every((flag) => flag);
|
|
1800
|
-
const $
|
|
1824
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1801
1825
|
path: _path2 + ".id",
|
|
1802
1826
|
expected: "string",
|
|
1803
1827
|
value: input3.id
|
|
@@ -1845,7 +1869,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1845
1869
|
path: _path2 + ".values",
|
|
1846
1870
|
expected: "(TermValues | undefined)",
|
|
1847
1871
|
value: input3.values
|
|
1848
|
-
})) && $
|
|
1872
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1849
1873
|
path: _path2 + ".values",
|
|
1850
1874
|
expected: "(TermValues | undefined)",
|
|
1851
1875
|
value: input3.values
|
|
@@ -1855,19 +1879,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1855
1879
|
value: input3.skipValuesBuild
|
|
1856
1880
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1857
1881
|
path: _path2 + ".valueConversion",
|
|
1858
|
-
expected: "(__type.
|
|
1882
|
+
expected: "(__type.o3 | undefined)",
|
|
1859
1883
|
value: input3.valueConversion
|
|
1860
|
-
})) && $
|
|
1884
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1861
1885
|
path: _path2 + ".valueConversion",
|
|
1862
|
-
expected: "(__type.
|
|
1886
|
+
expected: "(__type.o3 | undefined)",
|
|
1863
1887
|
value: input3.valueConversion
|
|
1864
1888
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1865
1889
|
path: _path2 + ".continuousColorScale",
|
|
1866
|
-
expected: "(__type.
|
|
1890
|
+
expected: "(__type.o4 | undefined)",
|
|
1867
1891
|
value: input3.continuousColorScale
|
|
1868
|
-
})) && $
|
|
1892
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1869
1893
|
path: _path2 + ".continuousColorScale",
|
|
1870
|
-
expected: "(__type.
|
|
1894
|
+
expected: "(__type.o4 | undefined)",
|
|
1871
1895
|
value: input3.continuousColorScale
|
|
1872
1896
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1873
1897
|
path: _path2 + ".unit",
|
|
@@ -1889,12 +1913,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
1889
1913
|
path: _path2 + ".bins",
|
|
1890
1914
|
expected: "(PresetNumericBins | undefined)",
|
|
1891
1915
|
value: input3.bins
|
|
1892
|
-
})) && $
|
|
1916
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1893
1917
|
path: _path2 + ".bins",
|
|
1894
1918
|
expected: "(PresetNumericBins | undefined)",
|
|
1895
1919
|
value: input3.bins
|
|
1896
1920
|
})].every((flag) => flag);
|
|
1897
|
-
const $
|
|
1921
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1898
1922
|
path: _path2 + ".id",
|
|
1899
1923
|
expected: "string",
|
|
1900
1924
|
value: input3.id
|
|
@@ -1942,7 +1966,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1942
1966
|
path: _path2 + ".values",
|
|
1943
1967
|
expected: "(TermValues | undefined)",
|
|
1944
1968
|
value: input3.values
|
|
1945
|
-
})) && $
|
|
1969
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1946
1970
|
path: _path2 + ".values",
|
|
1947
1971
|
expected: "(TermValues | undefined)",
|
|
1948
1972
|
value: input3.values
|
|
@@ -1952,19 +1976,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
1952
1976
|
value: input3.skipValuesBuild
|
|
1953
1977
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1954
1978
|
path: _path2 + ".valueConversion",
|
|
1955
|
-
expected: "(__type.
|
|
1979
|
+
expected: "(__type.o3 | undefined)",
|
|
1956
1980
|
value: input3.valueConversion
|
|
1957
|
-
})) && $
|
|
1981
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1958
1982
|
path: _path2 + ".valueConversion",
|
|
1959
|
-
expected: "(__type.
|
|
1983
|
+
expected: "(__type.o3 | undefined)",
|
|
1960
1984
|
value: input3.valueConversion
|
|
1961
1985
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1962
1986
|
path: _path2 + ".continuousColorScale",
|
|
1963
|
-
expected: "(__type.
|
|
1987
|
+
expected: "(__type.o4 | undefined)",
|
|
1964
1988
|
value: input3.continuousColorScale
|
|
1965
|
-
})) && $
|
|
1989
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1966
1990
|
path: _path2 + ".continuousColorScale",
|
|
1967
|
-
expected: "(__type.
|
|
1991
|
+
expected: "(__type.o4 | undefined)",
|
|
1968
1992
|
value: input3.continuousColorScale
|
|
1969
1993
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1970
1994
|
path: _path2 + ".unit",
|
|
@@ -1982,16 +2006,20 @@ var validBrainImagingRequest = (input) => {
|
|
|
1982
2006
|
path: _path2 + ".stop",
|
|
1983
2007
|
expected: "number",
|
|
1984
2008
|
value: input3.stop
|
|
2009
|
+
}), "gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType || $report(_exceptionable2, {
|
|
2010
|
+
path: _path2 + ".genomicFeatureType",
|
|
2011
|
+
expected: '("enhancer" | "gene" | "promoter" | "region")',
|
|
2012
|
+
value: input3.genomicFeatureType
|
|
1985
2013
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1986
2014
|
path: _path2 + ".bins",
|
|
1987
2015
|
expected: "(PresetNumericBins | undefined)",
|
|
1988
2016
|
value: input3.bins
|
|
1989
|
-
})) && $
|
|
2017
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1990
2018
|
path: _path2 + ".bins",
|
|
1991
2019
|
expected: "(PresetNumericBins | undefined)",
|
|
1992
2020
|
value: input3.bins
|
|
1993
2021
|
})].every((flag) => flag);
|
|
1994
|
-
const $
|
|
2022
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1995
2023
|
path: _path2 + ".id",
|
|
1996
2024
|
expected: "string",
|
|
1997
2025
|
value: input3.id
|
|
@@ -2039,7 +2067,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2039
2067
|
path: _path2 + ".values",
|
|
2040
2068
|
expected: "(TermValues | undefined)",
|
|
2041
2069
|
value: input3.values
|
|
2042
|
-
})) && $
|
|
2070
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2043
2071
|
path: _path2 + ".values",
|
|
2044
2072
|
expected: "(TermValues | undefined)",
|
|
2045
2073
|
value: input3.values
|
|
@@ -2049,19 +2077,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
2049
2077
|
value: input3.skipValuesBuild
|
|
2050
2078
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2051
2079
|
path: _path2 + ".valueConversion",
|
|
2052
|
-
expected: "(__type.
|
|
2080
|
+
expected: "(__type.o3 | undefined)",
|
|
2053
2081
|
value: input3.valueConversion
|
|
2054
|
-
})) && $
|
|
2082
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2055
2083
|
path: _path2 + ".valueConversion",
|
|
2056
|
-
expected: "(__type.
|
|
2084
|
+
expected: "(__type.o3 | undefined)",
|
|
2057
2085
|
value: input3.valueConversion
|
|
2058
2086
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2059
2087
|
path: _path2 + ".continuousColorScale",
|
|
2060
|
-
expected: "(__type.
|
|
2088
|
+
expected: "(__type.o4 | undefined)",
|
|
2061
2089
|
value: input3.continuousColorScale
|
|
2062
|
-
})) && $
|
|
2090
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2063
2091
|
path: _path2 + ".continuousColorScale",
|
|
2064
|
-
expected: "(__type.
|
|
2092
|
+
expected: "(__type.o4 | undefined)",
|
|
2065
2093
|
value: input3.continuousColorScale
|
|
2066
2094
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2067
2095
|
path: _path2 + ".unit",
|
|
@@ -2079,7 +2107,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2079
2107
|
path: _path2 + ".bins",
|
|
2080
2108
|
expected: "(PresetNumericBins | undefined)",
|
|
2081
2109
|
value: input3.bins
|
|
2082
|
-
})) && $
|
|
2110
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2083
2111
|
path: _path2 + ".bins",
|
|
2084
2112
|
expected: "(PresetNumericBins | undefined)",
|
|
2085
2113
|
value: input3.bins
|
|
@@ -2100,7 +2128,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2100
2128
|
expected: "(number | undefined)",
|
|
2101
2129
|
value: input3.stop
|
|
2102
2130
|
})].every((flag) => flag);
|
|
2103
|
-
const $
|
|
2131
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2104
2132
|
path: _path2 + ".id",
|
|
2105
2133
|
expected: "string",
|
|
2106
2134
|
value: input3.id
|
|
@@ -2148,7 +2176,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2148
2176
|
path: _path2 + ".values",
|
|
2149
2177
|
expected: "(TermValues | undefined)",
|
|
2150
2178
|
value: input3.values
|
|
2151
|
-
})) && $
|
|
2179
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2152
2180
|
path: _path2 + ".values",
|
|
2153
2181
|
expected: "(TermValues | undefined)",
|
|
2154
2182
|
value: input3.values
|
|
@@ -2158,19 +2186,19 @@ var validBrainImagingRequest = (input) => {
|
|
|
2158
2186
|
value: input3.skipValuesBuild
|
|
2159
2187
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2160
2188
|
path: _path2 + ".valueConversion",
|
|
2161
|
-
expected: "(__type.
|
|
2189
|
+
expected: "(__type.o3 | undefined)",
|
|
2162
2190
|
value: input3.valueConversion
|
|
2163
|
-
})) && $
|
|
2191
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2164
2192
|
path: _path2 + ".valueConversion",
|
|
2165
|
-
expected: "(__type.
|
|
2193
|
+
expected: "(__type.o3 | undefined)",
|
|
2166
2194
|
value: input3.valueConversion
|
|
2167
2195
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2168
2196
|
path: _path2 + ".continuousColorScale",
|
|
2169
|
-
expected: "(__type.
|
|
2197
|
+
expected: "(__type.o4 | undefined)",
|
|
2170
2198
|
value: input3.continuousColorScale
|
|
2171
|
-
})) && $
|
|
2199
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2172
2200
|
path: _path2 + ".continuousColorScale",
|
|
2173
|
-
expected: "(__type.
|
|
2201
|
+
expected: "(__type.o4 | undefined)",
|
|
2174
2202
|
value: input3.continuousColorScale
|
|
2175
2203
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2176
2204
|
path: _path2 + ".unit",
|
|
@@ -2188,7 +2216,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2188
2216
|
path: _path2 + ".bins",
|
|
2189
2217
|
expected: "(PresetNumericBins | undefined)",
|
|
2190
2218
|
value: input3.bins
|
|
2191
|
-
})) && $
|
|
2219
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2192
2220
|
path: _path2 + ".bins",
|
|
2193
2221
|
expected: "(PresetNumericBins | undefined)",
|
|
2194
2222
|
value: input3.bins
|
|
@@ -2209,7 +2237,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2209
2237
|
expected: "number",
|
|
2210
2238
|
value: input3.stop
|
|
2211
2239
|
})].every((flag) => flag);
|
|
2212
|
-
const $
|
|
2240
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2213
2241
|
path: _path2 + ".value",
|
|
2214
2242
|
expected: "number",
|
|
2215
2243
|
value: input3.value
|
|
@@ -2222,7 +2250,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2222
2250
|
expected: "(string | undefined)",
|
|
2223
2251
|
value: input3.name
|
|
2224
2252
|
})].every((flag) => flag);
|
|
2225
|
-
const $
|
|
2253
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2226
2254
|
path: _path2 + ".key",
|
|
2227
2255
|
expected: "string",
|
|
2228
2256
|
value: input3.key
|
|
@@ -2239,7 +2267,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2239
2267
|
expected: "(string | undefined)",
|
|
2240
2268
|
value: input3.label
|
|
2241
2269
|
})].every((flag) => flag);
|
|
2242
|
-
const $
|
|
2270
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2243
2271
|
path: _path2 + ".join",
|
|
2244
2272
|
expected: "(string | undefined)",
|
|
2245
2273
|
value: input3.join
|
|
@@ -2271,7 +2299,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2271
2299
|
path: _path2 + ".term",
|
|
2272
2300
|
expected: "ConditionTerm",
|
|
2273
2301
|
value: input3.term
|
|
2274
|
-
})) && $
|
|
2302
|
+
})) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2275
2303
|
path: _path2 + ".term",
|
|
2276
2304
|
expected: "ConditionTerm",
|
|
2277
2305
|
value: input3.term
|
|
@@ -2283,7 +2311,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2283
2311
|
path: _path2 + ".grade_and_child[" + _index35 + "]",
|
|
2284
2312
|
expected: "GradeAndChildEntry",
|
|
2285
2313
|
value: elem
|
|
2286
|
-
})) && $
|
|
2314
|
+
})) && $vo37(elem, _path2 + ".grade_and_child[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2287
2315
|
path: _path2 + ".grade_and_child[" + _index35 + "]",
|
|
2288
2316
|
expected: "GradeAndChildEntry",
|
|
2289
2317
|
value: elem
|
|
@@ -2297,18 +2325,18 @@ var validBrainImagingRequest = (input) => {
|
|
|
2297
2325
|
value: input3.values
|
|
2298
2326
|
})) && input3.values.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2299
2327
|
path: _path2 + ".values[" + _index36 + "]",
|
|
2300
|
-
expected: "__type.
|
|
2328
|
+
expected: "__type.o7",
|
|
2301
2329
|
value: elem
|
|
2302
|
-
})) && $
|
|
2330
|
+
})) && $vo38(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2303
2331
|
path: _path2 + ".values[" + _index36 + "]",
|
|
2304
|
-
expected: "__type.
|
|
2332
|
+
expected: "__type.o7",
|
|
2305
2333
|
value: elem
|
|
2306
2334
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2307
2335
|
path: _path2 + ".values",
|
|
2308
2336
|
expected: "Array<__type>.o1",
|
|
2309
2337
|
value: input3.values
|
|
2310
2338
|
})].every((flag) => flag);
|
|
2311
|
-
const $
|
|
2339
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2312
2340
|
path: _path2 + ".id",
|
|
2313
2341
|
expected: "string",
|
|
2314
2342
|
value: input3.id
|
|
@@ -2356,7 +2384,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2356
2384
|
path: _path2 + ".values",
|
|
2357
2385
|
expected: "(TermValues | undefined)",
|
|
2358
2386
|
value: input3.values
|
|
2359
|
-
})) && $
|
|
2387
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2360
2388
|
path: _path2 + ".values",
|
|
2361
2389
|
expected: "(TermValues | undefined)",
|
|
2362
2390
|
value: input3.values
|
|
@@ -2366,14 +2394,14 @@ var validBrainImagingRequest = (input) => {
|
|
|
2366
2394
|
value: input3.skipValuesBuild
|
|
2367
2395
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2368
2396
|
path: _path2 + ".valueConversion",
|
|
2369
|
-
expected: "(__type.
|
|
2397
|
+
expected: "(__type.o3 | undefined)",
|
|
2370
2398
|
value: input3.valueConversion
|
|
2371
|
-
})) && $
|
|
2399
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2372
2400
|
path: _path2 + ".valueConversion",
|
|
2373
|
-
expected: "(__type.
|
|
2401
|
+
expected: "(__type.o3 | undefined)",
|
|
2374
2402
|
value: input3.valueConversion
|
|
2375
2403
|
})].every((flag) => flag);
|
|
2376
|
-
const $
|
|
2404
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2377
2405
|
path: _path2 + ".grade",
|
|
2378
2406
|
expected: "number",
|
|
2379
2407
|
value: input3.grade
|
|
@@ -2390,7 +2418,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2390
2418
|
expected: "string",
|
|
2391
2419
|
value: input3.child_label
|
|
2392
2420
|
})].every((flag) => flag);
|
|
2393
|
-
const $
|
|
2421
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2394
2422
|
path: _path2 + ".key",
|
|
2395
2423
|
expected: "(number | string)",
|
|
2396
2424
|
value: input3.key
|
|
@@ -2408,7 +2436,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2408
2436
|
return true;
|
|
2409
2437
|
return true;
|
|
2410
2438
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2411
|
-
const $
|
|
2439
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2412
2440
|
path: _path2 + ".join",
|
|
2413
2441
|
expected: "(string | undefined)",
|
|
2414
2442
|
value: input3.join
|
|
@@ -2440,7 +2468,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2440
2468
|
path: _path2 + ".term",
|
|
2441
2469
|
expected: "DtTerm",
|
|
2442
2470
|
value: input3.term
|
|
2443
|
-
})) && $
|
|
2471
|
+
})) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2444
2472
|
path: _path2 + ".term",
|
|
2445
2473
|
expected: "DtTerm",
|
|
2446
2474
|
value: input3.term
|
|
@@ -2452,7 +2480,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2452
2480
|
path: _path2 + ".values[" + _index39 + "]",
|
|
2453
2481
|
expected: "GeneVariantValue",
|
|
2454
2482
|
value: elem
|
|
2455
|
-
})) && $
|
|
2483
|
+
})) && $vo50(elem, _path2 + ".values[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2456
2484
|
path: _path2 + ".values[" + _index39 + "]",
|
|
2457
2485
|
expected: "GeneVariantValue",
|
|
2458
2486
|
value: elem
|
|
@@ -2501,7 +2529,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2501
2529
|
expected: "(number | undefined)",
|
|
2502
2530
|
value: input3.fractionOverlap
|
|
2503
2531
|
})].every((flag) => flag);
|
|
2504
|
-
const $
|
|
2532
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2505
2533
|
path: _path2 + ".id",
|
|
2506
2534
|
expected: "string",
|
|
2507
2535
|
value: input3.id
|
|
@@ -2545,12 +2573,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
2545
2573
|
path: _path2 + ".values",
|
|
2546
2574
|
expected: "TermValues",
|
|
2547
2575
|
value: input3.values
|
|
2548
|
-
})) && $
|
|
2576
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2549
2577
|
path: _path2 + ".values",
|
|
2550
2578
|
expected: "TermValues",
|
|
2551
2579
|
value: input3.values
|
|
2552
2580
|
})].every((flag) => flag);
|
|
2553
|
-
const $
|
|
2581
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2554
2582
|
path: _path2 + ".id",
|
|
2555
2583
|
expected: "string",
|
|
2556
2584
|
value: input3.id
|
|
@@ -2598,7 +2626,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2598
2626
|
path: _path2 + ".values",
|
|
2599
2627
|
expected: "(TermValues | undefined)",
|
|
2600
2628
|
value: input3.values
|
|
2601
|
-
})) && $
|
|
2629
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2602
2630
|
path: _path2 + ".values",
|
|
2603
2631
|
expected: "(TermValues | undefined)",
|
|
2604
2632
|
value: input3.values
|
|
@@ -2608,11 +2636,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
2608
2636
|
value: input3.skipValuesBuild
|
|
2609
2637
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2610
2638
|
path: _path2 + ".valueConversion",
|
|
2611
|
-
expected: "(__type.
|
|
2639
|
+
expected: "(__type.o3 | undefined)",
|
|
2612
2640
|
value: input3.valueConversion
|
|
2613
|
-
})) && $
|
|
2641
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2614
2642
|
path: _path2 + ".valueConversion",
|
|
2615
|
-
expected: "(__type.
|
|
2643
|
+
expected: "(__type.o3 | undefined)",
|
|
2616
2644
|
value: input3.valueConversion
|
|
2617
2645
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2618
2646
|
path: _path2 + ".kind",
|
|
@@ -2654,7 +2682,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2654
2682
|
path: _path2 + ".groupsetting",
|
|
2655
2683
|
expected: "(TermGroupSetting | undefined)",
|
|
2656
2684
|
value: input3.groupsetting
|
|
2657
|
-
})) && $
|
|
2685
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2658
2686
|
path: _path2 + ".groupsetting",
|
|
2659
2687
|
expected: "(TermGroupSetting | undefined)",
|
|
2660
2688
|
value: input3.groupsetting
|
|
@@ -2666,7 +2694,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2666
2694
|
path: _path2 + ".childTerms[" + _index43 + "]",
|
|
2667
2695
|
expected: "DtTerm",
|
|
2668
2696
|
value: elem
|
|
2669
|
-
})) && $
|
|
2697
|
+
})) && $vo40(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2670
2698
|
path: _path2 + ".childTerms[" + _index43 + "]",
|
|
2671
2699
|
expected: "DtTerm",
|
|
2672
2700
|
value: elem
|
|
@@ -2675,7 +2703,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2675
2703
|
expected: "(Array<DtTerm> | undefined)",
|
|
2676
2704
|
value: input3.childTerms
|
|
2677
2705
|
})].every((flag) => flag);
|
|
2678
|
-
const $
|
|
2706
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2679
2707
|
path: _path2 + ".id",
|
|
2680
2708
|
expected: "string",
|
|
2681
2709
|
value: input3.id
|
|
@@ -2723,7 +2751,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2723
2751
|
path: _path2 + ".values",
|
|
2724
2752
|
expected: "(TermValues | undefined)",
|
|
2725
2753
|
value: input3.values
|
|
2726
|
-
})) && $
|
|
2754
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2727
2755
|
path: _path2 + ".values",
|
|
2728
2756
|
expected: "(TermValues | undefined)",
|
|
2729
2757
|
value: input3.values
|
|
@@ -2733,11 +2761,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
2733
2761
|
value: input3.skipValuesBuild
|
|
2734
2762
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2735
2763
|
path: _path2 + ".valueConversion",
|
|
2736
|
-
expected: "(__type.
|
|
2764
|
+
expected: "(__type.o3 | undefined)",
|
|
2737
2765
|
value: input3.valueConversion
|
|
2738
|
-
})) && $
|
|
2766
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2739
2767
|
path: _path2 + ".valueConversion",
|
|
2740
|
-
expected: "(__type.
|
|
2768
|
+
expected: "(__type.o3 | undefined)",
|
|
2741
2769
|
value: input3.valueConversion
|
|
2742
2770
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2743
2771
|
path: _path2 + ".kind",
|
|
@@ -2760,7 +2788,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2760
2788
|
expected: "(number | undefined)",
|
|
2761
2789
|
value: input3.stop
|
|
2762
2790
|
})].every((flag) => flag);
|
|
2763
|
-
const $
|
|
2791
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2764
2792
|
path: _path2 + ".id",
|
|
2765
2793
|
expected: "string",
|
|
2766
2794
|
value: input3.id
|
|
@@ -2808,7 +2836,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2808
2836
|
path: _path2 + ".values",
|
|
2809
2837
|
expected: "(TermValues | undefined)",
|
|
2810
2838
|
value: input3.values
|
|
2811
|
-
})) && $
|
|
2839
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2812
2840
|
path: _path2 + ".values",
|
|
2813
2841
|
expected: "(TermValues | undefined)",
|
|
2814
2842
|
value: input3.values
|
|
@@ -2818,11 +2846,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
2818
2846
|
value: input3.skipValuesBuild
|
|
2819
2847
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2820
2848
|
path: _path2 + ".valueConversion",
|
|
2821
|
-
expected: "(__type.
|
|
2849
|
+
expected: "(__type.o3 | undefined)",
|
|
2822
2850
|
value: input3.valueConversion
|
|
2823
|
-
})) && $
|
|
2851
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2824
2852
|
path: _path2 + ".valueConversion",
|
|
2825
|
-
expected: "(__type.
|
|
2853
|
+
expected: "(__type.o3 | undefined)",
|
|
2826
2854
|
value: input3.valueConversion
|
|
2827
2855
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2828
2856
|
path: _path2 + ".kind",
|
|
@@ -2841,7 +2869,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2841
2869
|
expected: "number",
|
|
2842
2870
|
value: input3.stop
|
|
2843
2871
|
})].every((flag) => flag);
|
|
2844
|
-
const $
|
|
2872
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2845
2873
|
path: _path2 + ".disabled",
|
|
2846
2874
|
expected: "boolean",
|
|
2847
2875
|
value: input3.disabled
|
|
@@ -2853,7 +2881,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2853
2881
|
path: _path2 + ".lst[" + _index48 + "]",
|
|
2854
2882
|
expected: "Groupset",
|
|
2855
2883
|
value: elem
|
|
2856
|
-
})) && $
|
|
2884
|
+
})) && $vo45(elem, _path2 + ".lst[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2857
2885
|
path: _path2 + ".lst[" + _index48 + "]",
|
|
2858
2886
|
expected: "Groupset",
|
|
2859
2887
|
value: elem
|
|
@@ -2862,7 +2890,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2862
2890
|
expected: "(Array<Groupset> | undefined)",
|
|
2863
2891
|
value: input3.lst
|
|
2864
2892
|
})].every((flag) => flag);
|
|
2865
|
-
const $
|
|
2893
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2866
2894
|
path: _path2 + ".name",
|
|
2867
2895
|
expected: "string",
|
|
2868
2896
|
value: input3.name
|
|
@@ -2895,7 +2923,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2895
2923
|
expected: "Array<GroupEntry>",
|
|
2896
2924
|
value: input3.groups
|
|
2897
2925
|
})].every((flag) => flag);
|
|
2898
|
-
const $
|
|
2926
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2899
2927
|
path: _path2 + ".name",
|
|
2900
2928
|
expected: "string",
|
|
2901
2929
|
value: input3.name
|
|
@@ -2909,11 +2937,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
2909
2937
|
value: input3.values
|
|
2910
2938
|
})) && input3.values.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2911
2939
|
path: _path2 + ".values[" + _index50 + "]",
|
|
2912
|
-
expected: "__type.
|
|
2940
|
+
expected: "__type.o8",
|
|
2913
2941
|
value: elem
|
|
2914
|
-
})) && $
|
|
2942
|
+
})) && $vo47(elem, _path2 + ".values[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2915
2943
|
path: _path2 + ".values[" + _index50 + "]",
|
|
2916
|
-
expected: "__type.
|
|
2944
|
+
expected: "__type.o8",
|
|
2917
2945
|
value: elem
|
|
2918
2946
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2919
2947
|
path: _path2 + ".values",
|
|
@@ -2924,7 +2952,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2924
2952
|
expected: "(boolean | undefined)",
|
|
2925
2953
|
value: input3.uncomputable
|
|
2926
2954
|
})].every((flag) => flag);
|
|
2927
|
-
const $
|
|
2955
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2928
2956
|
path: _path2 + ".key",
|
|
2929
2957
|
expected: "(number | string)",
|
|
2930
2958
|
value: input3.key
|
|
@@ -2933,7 +2961,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2933
2961
|
expected: "string",
|
|
2934
2962
|
value: input3.label
|
|
2935
2963
|
})].every((flag) => flag);
|
|
2936
|
-
const $
|
|
2964
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2937
2965
|
path: _path2 + ".name",
|
|
2938
2966
|
expected: "string",
|
|
2939
2967
|
value: input3.name
|
|
@@ -2945,7 +2973,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2945
2973
|
path: _path2 + ".filter",
|
|
2946
2974
|
expected: "Filter",
|
|
2947
2975
|
value: input3.filter
|
|
2948
|
-
})) && $
|
|
2976
|
+
})) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2949
2977
|
path: _path2 + ".filter",
|
|
2950
2978
|
expected: "Filter",
|
|
2951
2979
|
value: input3.filter
|
|
@@ -2954,7 +2982,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
2954
2982
|
expected: "string",
|
|
2955
2983
|
value: input3.color
|
|
2956
2984
|
})].every((flag) => flag);
|
|
2957
|
-
const $
|
|
2985
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2958
2986
|
path: _path2 + ".id",
|
|
2959
2987
|
expected: "string",
|
|
2960
2988
|
value: input3.id
|
|
@@ -3002,7 +3030,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3002
3030
|
path: _path2 + ".values",
|
|
3003
3031
|
expected: "(TermValues | undefined)",
|
|
3004
3032
|
value: input3.values
|
|
3005
|
-
})) && $
|
|
3033
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3006
3034
|
path: _path2 + ".values",
|
|
3007
3035
|
expected: "(TermValues | undefined)",
|
|
3008
3036
|
value: input3.values
|
|
@@ -3012,11 +3040,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
3012
3040
|
value: input3.skipValuesBuild
|
|
3013
3041
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3014
3042
|
path: _path2 + ".valueConversion",
|
|
3015
|
-
expected: "(__type.
|
|
3043
|
+
expected: "(__type.o3 | undefined)",
|
|
3016
3044
|
value: input3.valueConversion
|
|
3017
|
-
})) && $
|
|
3045
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3018
3046
|
path: _path2 + ".valueConversion",
|
|
3019
|
-
expected: "(__type.
|
|
3047
|
+
expected: "(__type.o3 | undefined)",
|
|
3020
3048
|
value: input3.valueConversion
|
|
3021
3049
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3022
3050
|
path: _path2 + ".kind",
|
|
@@ -3054,7 +3082,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3054
3082
|
path: _path2 + ".groupsetting",
|
|
3055
3083
|
expected: "(TermGroupSetting | undefined)",
|
|
3056
3084
|
value: input3.groupsetting
|
|
3057
|
-
})) && $
|
|
3085
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3058
3086
|
path: _path2 + ".groupsetting",
|
|
3059
3087
|
expected: "(TermGroupSetting | undefined)",
|
|
3060
3088
|
value: input3.groupsetting
|
|
@@ -3066,7 +3094,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3066
3094
|
path: _path2 + ".childTerms[" + _index54 + "]",
|
|
3067
3095
|
expected: "DtTerm",
|
|
3068
3096
|
value: elem
|
|
3069
|
-
})) && $
|
|
3097
|
+
})) && $vo40(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3070
3098
|
path: _path2 + ".childTerms[" + _index54 + "]",
|
|
3071
3099
|
expected: "DtTerm",
|
|
3072
3100
|
value: elem
|
|
@@ -3075,7 +3103,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3075
3103
|
expected: "(Array<DtTerm> | undefined)",
|
|
3076
3104
|
value: input3.childTerms
|
|
3077
3105
|
})].every((flag) => flag);
|
|
3078
|
-
const $
|
|
3106
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
3079
3107
|
path: _path2 + ".key",
|
|
3080
3108
|
expected: "(string | undefined)",
|
|
3081
3109
|
value: input3.key
|
|
@@ -3120,7 +3148,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3120
3148
|
expected: "(string | undefined)",
|
|
3121
3149
|
value: input3.origin
|
|
3122
3150
|
})].every((flag) => flag);
|
|
3123
|
-
const $
|
|
3151
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
3124
3152
|
path: _path2 + ".join",
|
|
3125
3153
|
expected: "(string | undefined)",
|
|
3126
3154
|
value: input3.join
|
|
@@ -3161,7 +3189,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3161
3189
|
expected: "number",
|
|
3162
3190
|
value: input3.ratio
|
|
3163
3191
|
})].every((flag) => flag);
|
|
3164
|
-
const $
|
|
3192
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3165
3193
|
path: _path2 + ".id",
|
|
3166
3194
|
expected: "string",
|
|
3167
3195
|
value: input3.id
|
|
@@ -3209,7 +3237,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3209
3237
|
path: _path2 + ".values",
|
|
3210
3238
|
expected: "(TermValues | undefined)",
|
|
3211
3239
|
value: input3.values
|
|
3212
|
-
})) && $
|
|
3240
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3213
3241
|
path: _path2 + ".values",
|
|
3214
3242
|
expected: "(TermValues | undefined)",
|
|
3215
3243
|
value: input3.values
|
|
@@ -3219,11 +3247,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
3219
3247
|
value: input3.skipValuesBuild
|
|
3220
3248
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3221
3249
|
path: _path2 + ".valueConversion",
|
|
3222
|
-
expected: "(__type.
|
|
3250
|
+
expected: "(__type.o3 | undefined)",
|
|
3223
3251
|
value: input3.valueConversion
|
|
3224
|
-
})) && $
|
|
3252
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3225
3253
|
path: _path2 + ".valueConversion",
|
|
3226
|
-
expected: "(__type.
|
|
3254
|
+
expected: "(__type.o3 | undefined)",
|
|
3227
3255
|
value: input3.valueConversion
|
|
3228
3256
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
3229
3257
|
path: _path2 + ".termIds",
|
|
@@ -3245,7 +3273,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3245
3273
|
path: _path2 + ".termlst[" + _index60 + "]",
|
|
3246
3274
|
expected: "BaseTerm",
|
|
3247
3275
|
value: elem
|
|
3248
|
-
})) && $
|
|
3276
|
+
})) && $vo53(elem, _path2 + ".termlst[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3249
3277
|
path: _path2 + ".termlst[" + _index60 + "]",
|
|
3250
3278
|
expected: "BaseTerm",
|
|
3251
3279
|
value: elem
|
|
@@ -3259,12 +3287,16 @@ var validBrainImagingRequest = (input) => {
|
|
|
3259
3287
|
value: input3.newTvs
|
|
3260
3288
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3261
3289
|
path: _path2 + ".propsByTermId",
|
|
3262
|
-
expected: "__type.
|
|
3290
|
+
expected: "__type.o9",
|
|
3263
3291
|
value: input3.propsByTermId
|
|
3264
|
-
})) && $
|
|
3292
|
+
})) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3265
3293
|
path: _path2 + ".propsByTermId",
|
|
3266
|
-
expected: "__type.
|
|
3294
|
+
expected: "__type.o9",
|
|
3267
3295
|
value: input3.propsByTermId
|
|
3296
|
+
}), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
|
|
3297
|
+
path: _path2 + ".isCustom",
|
|
3298
|
+
expected: "(boolean | undefined)",
|
|
3299
|
+
value: input3.isCustom
|
|
3268
3300
|
}), "numeric" === input3.memberType || $report(_exceptionable2, {
|
|
3269
3301
|
path: _path2 + ".memberType",
|
|
3270
3302
|
expected: '"numeric"',
|
|
@@ -3283,14 +3315,14 @@ var validBrainImagingRequest = (input) => {
|
|
|
3283
3315
|
value: input3.numerators
|
|
3284
3316
|
}), void 0 === input3.valueTransform || ("object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) || $report(_exceptionable2, {
|
|
3285
3317
|
path: _path2 + ".valueTransform",
|
|
3286
|
-
expected: "(__type.
|
|
3318
|
+
expected: "(__type.o11 | undefined)",
|
|
3287
3319
|
value: input3.valueTransform
|
|
3288
|
-
})) && $
|
|
3320
|
+
})) && $vo56(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
|
|
3289
3321
|
path: _path2 + ".valueTransform",
|
|
3290
|
-
expected: "(__type.
|
|
3322
|
+
expected: "(__type.o11 | undefined)",
|
|
3291
3323
|
value: input3.valueTransform
|
|
3292
3324
|
})].every((flag) => flag);
|
|
3293
|
-
const $
|
|
3325
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3294
3326
|
path: _path2 + ".id",
|
|
3295
3327
|
expected: "string",
|
|
3296
3328
|
value: input3.id
|
|
@@ -3338,7 +3370,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3338
3370
|
path: _path2 + ".values",
|
|
3339
3371
|
expected: "(TermValues | undefined)",
|
|
3340
3372
|
value: input3.values
|
|
3341
|
-
})) && $
|
|
3373
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3342
3374
|
path: _path2 + ".values",
|
|
3343
3375
|
expected: "(TermValues | undefined)",
|
|
3344
3376
|
value: input3.values
|
|
@@ -3348,30 +3380,30 @@ var validBrainImagingRequest = (input) => {
|
|
|
3348
3380
|
value: input3.skipValuesBuild
|
|
3349
3381
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3350
3382
|
path: _path2 + ".valueConversion",
|
|
3351
|
-
expected: "(__type.
|
|
3383
|
+
expected: "(__type.o3 | undefined)",
|
|
3352
3384
|
value: input3.valueConversion
|
|
3353
|
-
})) && $
|
|
3385
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3354
3386
|
path: _path2 + ".valueConversion",
|
|
3355
|
-
expected: "(__type.
|
|
3387
|
+
expected: "(__type.o3 | undefined)",
|
|
3356
3388
|
value: input3.valueConversion
|
|
3357
3389
|
})].every((flag) => flag);
|
|
3358
|
-
const $
|
|
3390
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3359
3391
|
const value = input3[key];
|
|
3360
3392
|
if (void 0 === value)
|
|
3361
3393
|
return true;
|
|
3362
3394
|
if (RegExp(/(.*)/).test(key))
|
|
3363
3395
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
|
|
3364
3396
|
path: _path2 + $join(key),
|
|
3365
|
-
expected: "__type.
|
|
3397
|
+
expected: "__type.o10",
|
|
3366
3398
|
value
|
|
3367
|
-
})) && $
|
|
3399
|
+
})) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3368
3400
|
path: _path2 + $join(key),
|
|
3369
|
-
expected: "__type.
|
|
3401
|
+
expected: "__type.o10",
|
|
3370
3402
|
value
|
|
3371
3403
|
});
|
|
3372
3404
|
return true;
|
|
3373
3405
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3374
|
-
const $
|
|
3406
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3375
3407
|
const value = input3[key];
|
|
3376
3408
|
if (void 0 === value)
|
|
3377
3409
|
return true;
|
|
@@ -3379,12 +3411,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
3379
3411
|
return true;
|
|
3380
3412
|
return true;
|
|
3381
3413
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3382
|
-
const $
|
|
3414
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
|
|
3383
3415
|
path: _path2 + ".offset",
|
|
3384
3416
|
expected: "(number | undefined)",
|
|
3385
3417
|
value: input3.offset
|
|
3386
3418
|
})].every((flag) => flag);
|
|
3387
|
-
const $
|
|
3419
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3388
3420
|
path: _path2 + ".id",
|
|
3389
3421
|
expected: "string",
|
|
3390
3422
|
value: input3.id
|
|
@@ -3432,7 +3464,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3432
3464
|
path: _path2 + ".values",
|
|
3433
3465
|
expected: "(TermValues | undefined)",
|
|
3434
3466
|
value: input3.values
|
|
3435
|
-
})) && $
|
|
3467
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3436
3468
|
path: _path2 + ".values",
|
|
3437
3469
|
expected: "(TermValues | undefined)",
|
|
3438
3470
|
value: input3.values
|
|
@@ -3442,11 +3474,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
3442
3474
|
value: input3.skipValuesBuild
|
|
3443
3475
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3444
3476
|
path: _path2 + ".valueConversion",
|
|
3445
|
-
expected: "(__type.
|
|
3477
|
+
expected: "(__type.o3 | undefined)",
|
|
3446
3478
|
value: input3.valueConversion
|
|
3447
|
-
})) && $
|
|
3479
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3448
3480
|
path: _path2 + ".valueConversion",
|
|
3449
|
-
expected: "(__type.
|
|
3481
|
+
expected: "(__type.o3 | undefined)",
|
|
3450
3482
|
value: input3.valueConversion
|
|
3451
3483
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
3452
3484
|
path: _path2 + ".termIds",
|
|
@@ -3468,7 +3500,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3468
3500
|
path: _path2 + ".termlst[" + _index67 + "]",
|
|
3469
3501
|
expected: "BaseTerm",
|
|
3470
3502
|
value: elem
|
|
3471
|
-
})) && $
|
|
3503
|
+
})) && $vo53(elem, _path2 + ".termlst[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3472
3504
|
path: _path2 + ".termlst[" + _index67 + "]",
|
|
3473
3505
|
expected: "BaseTerm",
|
|
3474
3506
|
value: elem
|
|
@@ -3482,12 +3514,16 @@ var validBrainImagingRequest = (input) => {
|
|
|
3482
3514
|
value: input3.newTvs
|
|
3483
3515
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3484
3516
|
path: _path2 + ".propsByTermId",
|
|
3485
|
-
expected: "__type.
|
|
3517
|
+
expected: "__type.o9",
|
|
3486
3518
|
value: input3.propsByTermId
|
|
3487
|
-
})) && $
|
|
3519
|
+
})) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3488
3520
|
path: _path2 + ".propsByTermId",
|
|
3489
|
-
expected: "__type.
|
|
3521
|
+
expected: "__type.o9",
|
|
3490
3522
|
value: input3.propsByTermId
|
|
3523
|
+
}), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
|
|
3524
|
+
path: _path2 + ".isCustom",
|
|
3525
|
+
expected: "(boolean | undefined)",
|
|
3526
|
+
value: input3.isCustom
|
|
3491
3527
|
}), "categorical" === input3.memberType || $report(_exceptionable2, {
|
|
3492
3528
|
path: _path2 + ".memberType",
|
|
3493
3529
|
expected: '"categorical"',
|
|
@@ -3500,7 +3536,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3500
3536
|
path: _path2 + ".categoryKeys[" + _index68 + "]",
|
|
3501
3537
|
expected: "CategoryKey",
|
|
3502
3538
|
value: elem
|
|
3503
|
-
})) && $
|
|
3539
|
+
})) && $vo58(elem, _path2 + ".categoryKeys[" + _index68 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3504
3540
|
path: _path2 + ".categoryKeys[" + _index68 + "]",
|
|
3505
3541
|
expected: "CategoryKey",
|
|
3506
3542
|
value: elem
|
|
@@ -3509,7 +3545,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3509
3545
|
expected: "Array<CategoryKey>",
|
|
3510
3546
|
value: input3.categoryKeys
|
|
3511
3547
|
})].every((flag) => flag);
|
|
3512
|
-
const $
|
|
3548
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3513
3549
|
path: _path2 + ".key",
|
|
3514
3550
|
expected: "string",
|
|
3515
3551
|
value: input3.key
|
|
@@ -3518,7 +3554,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3518
3554
|
expected: "boolean",
|
|
3519
3555
|
value: input3.shown
|
|
3520
3556
|
})].every((flag) => flag);
|
|
3521
|
-
const $
|
|
3557
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3522
3558
|
path: _path2 + ".id",
|
|
3523
3559
|
expected: "string",
|
|
3524
3560
|
value: input3.id
|
|
@@ -3566,7 +3602,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3566
3602
|
path: _path2 + ".values",
|
|
3567
3603
|
expected: "(TermValues | undefined)",
|
|
3568
3604
|
value: input3.values
|
|
3569
|
-
})) && $
|
|
3605
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3570
3606
|
path: _path2 + ".values",
|
|
3571
3607
|
expected: "(TermValues | undefined)",
|
|
3572
3608
|
value: input3.values
|
|
@@ -3576,11 +3612,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
3576
3612
|
value: input3.skipValuesBuild
|
|
3577
3613
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3578
3614
|
path: _path2 + ".valueConversion",
|
|
3579
|
-
expected: "(__type.
|
|
3615
|
+
expected: "(__type.o3 | undefined)",
|
|
3580
3616
|
value: input3.valueConversion
|
|
3581
|
-
})) && $
|
|
3617
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3582
3618
|
path: _path2 + ".valueConversion",
|
|
3583
|
-
expected: "(__type.
|
|
3619
|
+
expected: "(__type.o3 | undefined)",
|
|
3584
3620
|
value: input3.valueConversion
|
|
3585
3621
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
3586
3622
|
path: _path2 + ".chr",
|
|
@@ -3614,12 +3650,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
3614
3650
|
path: _path2 + ".groupsetting",
|
|
3615
3651
|
expected: "TermGroupSetting",
|
|
3616
3652
|
value: input3.groupsetting
|
|
3617
|
-
})) && $
|
|
3653
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3618
3654
|
path: _path2 + ".groupsetting",
|
|
3619
3655
|
expected: "TermGroupSetting",
|
|
3620
3656
|
value: input3.groupsetting
|
|
3621
3657
|
})].every((flag) => flag);
|
|
3622
|
-
const $
|
|
3658
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3623
3659
|
path: _path2 + ".id",
|
|
3624
3660
|
expected: "string",
|
|
3625
3661
|
value: input3.id
|
|
@@ -3667,7 +3703,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3667
3703
|
path: _path2 + ".values",
|
|
3668
3704
|
expected: "(TermValues | undefined)",
|
|
3669
3705
|
value: input3.values
|
|
3670
|
-
})) && $
|
|
3706
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3671
3707
|
path: _path2 + ".values",
|
|
3672
3708
|
expected: "(TermValues | undefined)",
|
|
3673
3709
|
value: input3.values
|
|
@@ -3677,17 +3713,17 @@ var validBrainImagingRequest = (input) => {
|
|
|
3677
3713
|
value: input3.skipValuesBuild
|
|
3678
3714
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3679
3715
|
path: _path2 + ".valueConversion",
|
|
3680
|
-
expected: "(__type.
|
|
3716
|
+
expected: "(__type.o3 | undefined)",
|
|
3681
3717
|
value: input3.valueConversion
|
|
3682
|
-
})) && $
|
|
3718
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3683
3719
|
path: _path2 + ".valueConversion",
|
|
3684
|
-
expected: "(__type.
|
|
3720
|
+
expected: "(__type.o3 | undefined)",
|
|
3685
3721
|
value: input3.valueConversion
|
|
3686
3722
|
}), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
|
|
3687
3723
|
path: _path2 + ".sample",
|
|
3688
3724
|
expected: "object",
|
|
3689
3725
|
value: input3.sample
|
|
3690
|
-
})) && $
|
|
3726
|
+
})) && $vo61(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3691
3727
|
path: _path2 + ".sample",
|
|
3692
3728
|
expected: "object",
|
|
3693
3729
|
value: input3.sample
|
|
@@ -3699,17 +3735,17 @@ var validBrainImagingRequest = (input) => {
|
|
|
3699
3735
|
path: _path2 + ".groupsetting",
|
|
3700
3736
|
expected: "TermGroupSetting",
|
|
3701
3737
|
value: input3.groupsetting
|
|
3702
|
-
})) && $
|
|
3738
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3703
3739
|
path: _path2 + ".groupsetting",
|
|
3704
3740
|
expected: "TermGroupSetting",
|
|
3705
3741
|
value: input3.groupsetting
|
|
3706
3742
|
})].every((flag) => flag);
|
|
3707
|
-
const $
|
|
3708
|
-
const $
|
|
3743
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3744
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3709
3745
|
path: _path2 + ".hiddenValues",
|
|
3710
3746
|
expected: "(HiddenValues | undefined)",
|
|
3711
3747
|
value: input3.hiddenValues
|
|
3712
|
-
})) && $
|
|
3748
|
+
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3713
3749
|
path: _path2 + ".hiddenValues",
|
|
3714
3750
|
expected: "(HiddenValues | undefined)",
|
|
3715
3751
|
value: input3.hiddenValues
|
|
@@ -3734,7 +3770,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3734
3770
|
expected: '"values"',
|
|
3735
3771
|
value: input3.type
|
|
3736
3772
|
})].every((flag) => flag);
|
|
3737
|
-
const $
|
|
3773
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3738
3774
|
path: _path2 + ".id",
|
|
3739
3775
|
expected: "(string | undefined)",
|
|
3740
3776
|
value: input3.id
|
|
@@ -3758,7 +3794,15 @@ var validBrainImagingRequest = (input) => {
|
|
|
3758
3794
|
path: _path2 + ".minNumSamples",
|
|
3759
3795
|
expected: "(number | undefined)",
|
|
3760
3796
|
value: input3.minNumSamples
|
|
3761
|
-
}), true, ("object" === typeof input3.
|
|
3797
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3798
|
+
path: _path2 + ".values",
|
|
3799
|
+
expected: "(__type.o1 | undefined)",
|
|
3800
|
+
value: input3.values
|
|
3801
|
+
})) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3802
|
+
path: _path2 + ".values",
|
|
3803
|
+
expected: "(__type.o1 | undefined)",
|
|
3804
|
+
value: input3.values
|
|
3805
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3762
3806
|
path: _path2 + ".term",
|
|
3763
3807
|
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
3764
3808
|
value: input3.term
|
|
@@ -3770,7 +3814,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3770
3814
|
path: _path2 + ".q",
|
|
3771
3815
|
expected: "PredefinedGroupSettingQ",
|
|
3772
3816
|
value: input3.q
|
|
3773
|
-
})) && $
|
|
3817
|
+
})) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3774
3818
|
path: _path2 + ".q",
|
|
3775
3819
|
expected: "PredefinedGroupSettingQ",
|
|
3776
3820
|
value: input3.q
|
|
@@ -3779,11 +3823,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
3779
3823
|
expected: '"QualTWPredefinedGS"',
|
|
3780
3824
|
value: input3.type
|
|
3781
3825
|
})].every((flag) => flag);
|
|
3782
|
-
const $
|
|
3826
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3783
3827
|
path: _path2 + ".hiddenValues",
|
|
3784
3828
|
expected: "(HiddenValues | undefined)",
|
|
3785
3829
|
value: input3.hiddenValues
|
|
3786
|
-
})) && $
|
|
3830
|
+
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3787
3831
|
path: _path2 + ".hiddenValues",
|
|
3788
3832
|
expected: "(HiddenValues | undefined)",
|
|
3789
3833
|
value: input3.hiddenValues
|
|
@@ -3812,7 +3856,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3812
3856
|
expected: "number",
|
|
3813
3857
|
value: input3.predefined_groupset_idx
|
|
3814
3858
|
})].every((flag) => flag);
|
|
3815
|
-
const $
|
|
3859
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3816
3860
|
path: _path2 + ".id",
|
|
3817
3861
|
expected: "(string | undefined)",
|
|
3818
3862
|
value: input3.id
|
|
@@ -3836,7 +3880,15 @@ var validBrainImagingRequest = (input) => {
|
|
|
3836
3880
|
path: _path2 + ".minNumSamples",
|
|
3837
3881
|
expected: "(number | undefined)",
|
|
3838
3882
|
value: input3.minNumSamples
|
|
3839
|
-
}), true, ("object" === typeof input3.
|
|
3883
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3884
|
+
path: _path2 + ".values",
|
|
3885
|
+
expected: "(__type.o1 | undefined)",
|
|
3886
|
+
value: input3.values
|
|
3887
|
+
})) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3888
|
+
path: _path2 + ".values",
|
|
3889
|
+
expected: "(__type.o1 | undefined)",
|
|
3890
|
+
value: input3.values
|
|
3891
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3840
3892
|
path: _path2 + ".term",
|
|
3841
3893
|
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
3842
3894
|
value: input3.term
|
|
@@ -3848,7 +3900,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
3848
3900
|
path: _path2 + ".q",
|
|
3849
3901
|
expected: "CustomGroupSettingQ",
|
|
3850
3902
|
value: input3.q
|
|
3851
|
-
})) && $
|
|
3903
|
+
})) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3852
3904
|
path: _path2 + ".q",
|
|
3853
3905
|
expected: "CustomGroupSettingQ",
|
|
3854
3906
|
value: input3.q
|
|
@@ -3857,11 +3909,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
3857
3909
|
expected: '"QualTWCustomGS"',
|
|
3858
3910
|
value: input3.type
|
|
3859
3911
|
})].every((flag) => flag);
|
|
3860
|
-
const $
|
|
3912
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3861
3913
|
path: _path2 + ".hiddenValues",
|
|
3862
3914
|
expected: "(HiddenValues | undefined)",
|
|
3863
3915
|
value: input3.hiddenValues
|
|
3864
|
-
})) && $
|
|
3916
|
+
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3865
3917
|
path: _path2 + ".hiddenValues",
|
|
3866
3918
|
expected: "(HiddenValues | undefined)",
|
|
3867
3919
|
value: input3.hiddenValues
|
|
@@ -3889,12 +3941,12 @@ var validBrainImagingRequest = (input) => {
|
|
|
3889
3941
|
path: _path2 + ".customset",
|
|
3890
3942
|
expected: "BaseGroupSet",
|
|
3891
3943
|
value: input3.customset
|
|
3892
|
-
})) && $
|
|
3944
|
+
})) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3893
3945
|
path: _path2 + ".customset",
|
|
3894
3946
|
expected: "BaseGroupSet",
|
|
3895
3947
|
value: input3.customset
|
|
3896
3948
|
})].every((flag) => flag);
|
|
3897
|
-
const $
|
|
3949
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3898
3950
|
path: _path2 + ".groups",
|
|
3899
3951
|
expected: "Array<GroupEntry>",
|
|
3900
3952
|
value: input3.groups
|
|
@@ -3913,29 +3965,29 @@ var validBrainImagingRequest = (input) => {
|
|
|
3913
3965
|
})].every((flag) => flag);
|
|
3914
3966
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3915
3967
|
if ("tvslst" === input3.type)
|
|
3916
|
-
return $vo6(input3, _path2, _exceptionable2);
|
|
3917
|
-
if ("tvs" === input3.type)
|
|
3918
3968
|
return $vo7(input3, _path2, _exceptionable2);
|
|
3969
|
+
if ("tvs" === input3.type)
|
|
3970
|
+
return $vo8(input3, _path2, _exceptionable2);
|
|
3919
3971
|
return $report(_exceptionable2, {
|
|
3920
3972
|
path: _path2,
|
|
3921
|
-
expected: "(Filter | __type.
|
|
3973
|
+
expected: "(Filter | __type.o2)",
|
|
3922
3974
|
value: input3
|
|
3923
3975
|
});
|
|
3924
3976
|
})();
|
|
3925
3977
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3926
3978
|
if (true === input3.startunbounded)
|
|
3927
|
-
return $
|
|
3979
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3928
3980
|
if (true === input3.stopunbounded)
|
|
3929
|
-
return $
|
|
3981
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
3930
3982
|
if (void 0 !== input3.value)
|
|
3931
|
-
return $
|
|
3932
|
-
return $
|
|
3983
|
+
return $vo33(input3, _path2, _exceptionable2);
|
|
3984
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
3933
3985
|
})();
|
|
3934
3986
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3935
3987
|
if ("gene" === input3.kind)
|
|
3936
|
-
return $vo41(input3, _path2, _exceptionable2);
|
|
3937
|
-
if ("coord" === input3.kind)
|
|
3938
3988
|
return $vo42(input3, _path2, _exceptionable2);
|
|
3989
|
+
if ("coord" === input3.kind)
|
|
3990
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
3939
3991
|
return $report(_exceptionable2, {
|
|
3940
3992
|
path: _path2,
|
|
3941
3993
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3944,9 +3996,9 @@ var validBrainImagingRequest = (input) => {
|
|
|
3944
3996
|
})();
|
|
3945
3997
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3946
3998
|
if ("string" === typeof input3.type)
|
|
3947
|
-
return $
|
|
3999
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3948
4000
|
if ("filter" === input3.type)
|
|
3949
|
-
return $
|
|
4001
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
3950
4002
|
return $report(_exceptionable2, {
|
|
3951
4003
|
path: _path2,
|
|
3952
4004
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3955,16 +4007,16 @@ var validBrainImagingRequest = (input) => {
|
|
|
3955
4007
|
})();
|
|
3956
4008
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3957
4009
|
if (true === input3.startunbounded)
|
|
3958
|
-
return $
|
|
4010
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3959
4011
|
if (true === input3.stopunbounded)
|
|
3960
|
-
return $
|
|
3961
|
-
return $
|
|
4012
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
4013
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
3962
4014
|
})();
|
|
3963
4015
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3964
4016
|
if ("QualTWCustomGS" === input3.type)
|
|
3965
|
-
return $
|
|
4017
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
3966
4018
|
if ("QualTWPredefinedGS" === input3.type)
|
|
3967
|
-
return $
|
|
4019
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
3968
4020
|
if ("QualTWValues" === input3.type)
|
|
3969
4021
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3970
4022
|
return $report(_exceptionable2, {
|
|
@@ -3975,11 +4027,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
3975
4027
|
})();
|
|
3976
4028
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3977
4029
|
if ("categorical" === input3.type)
|
|
3978
|
-
return $
|
|
4030
|
+
return $vo4(input3, _path2, _exceptionable2);
|
|
3979
4031
|
if ("snp" === input3.type)
|
|
3980
|
-
return $vo58(input3, _path2, _exceptionable2);
|
|
3981
|
-
if ("singleCellCellType" === input3.type)
|
|
3982
4032
|
return $vo59(input3, _path2, _exceptionable2);
|
|
4033
|
+
if ("singleCellCellType" === input3.type)
|
|
4034
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
3983
4035
|
return $report(_exceptionable2, {
|
|
3984
4036
|
path: _path2,
|
|
3985
4037
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -3988,31 +4040,31 @@ var validBrainImagingRequest = (input) => {
|
|
|
3988
4040
|
})();
|
|
3989
4041
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3990
4042
|
if (void 0 !== input3.ranges)
|
|
3991
|
-
return $
|
|
4043
|
+
return $vo10(input3, _path2, _exceptionable2);
|
|
3992
4044
|
if (void 0 !== input3.ratio)
|
|
3993
|
-
return $
|
|
3994
|
-
return $
|
|
4045
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
4046
|
+
return $vo9(input3, _path2, false) || $vo35(input3, _path2, false) || $vo39(input3, _path2, false);
|
|
3995
4047
|
})();
|
|
3996
4048
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3997
4049
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3998
|
-
return $
|
|
4050
|
+
return $vo11(input3, _path2, _exceptionable2);
|
|
3999
4051
|
if ("metaboliteIntensity" === input3.type)
|
|
4000
|
-
return $vo24(input3, _path2, _exceptionable2);
|
|
4001
|
-
if ("proteomeAbundance" === input3.type)
|
|
4002
4052
|
return $vo25(input3, _path2, _exceptionable2);
|
|
4053
|
+
if ("proteomeAbundance" === input3.type)
|
|
4054
|
+
return $vo26(input3, _path2, _exceptionable2);
|
|
4003
4055
|
if ("date" === input3.type)
|
|
4004
|
-
return $vo27(input3, _path2, _exceptionable2);
|
|
4005
|
-
if ("ssGSEA" === input3.type)
|
|
4006
4056
|
return $vo28(input3, _path2, _exceptionable2);
|
|
4007
|
-
if ("
|
|
4057
|
+
if ("ssGSEA" === input3.type)
|
|
4008
4058
|
return $vo29(input3, _path2, _exceptionable2);
|
|
4009
|
-
|
|
4059
|
+
if ("dnaMethylation" === input3.type)
|
|
4060
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
4061
|
+
return $vo22(input3, _path2, false) || $vo21(input3, _path2, false) || $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false);
|
|
4010
4062
|
})();
|
|
4011
4063
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4012
4064
|
if ("regular-bin" === input3.type)
|
|
4013
|
-
return $
|
|
4065
|
+
return $vo15(input3, _path2, _exceptionable2);
|
|
4014
4066
|
if ("custom-bin" === input3.type)
|
|
4015
|
-
return $
|
|
4067
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
4016
4068
|
return $report(_exceptionable2, {
|
|
4017
4069
|
path: _path2,
|
|
4018
4070
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -4021,9 +4073,9 @@ var validBrainImagingRequest = (input) => {
|
|
|
4021
4073
|
})();
|
|
4022
4074
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4023
4075
|
if (true === input3.startunbounded)
|
|
4024
|
-
return $vo16(input3, _path2, _exceptionable2);
|
|
4025
|
-
if (void 0 !== input3.start)
|
|
4026
4076
|
return $vo17(input3, _path2, _exceptionable2);
|
|
4077
|
+
if (void 0 !== input3.start)
|
|
4078
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
4027
4079
|
return $report(_exceptionable2, {
|
|
4028
4080
|
path: _path2,
|
|
4029
4081
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -4032,9 +4084,9 @@ var validBrainImagingRequest = (input) => {
|
|
|
4032
4084
|
})();
|
|
4033
4085
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4034
4086
|
if (void 0 !== input3.stop)
|
|
4035
|
-
return $vo17(input3, _path2, _exceptionable2);
|
|
4036
|
-
if (true === input3.stopunbounded)
|
|
4037
4087
|
return $vo18(input3, _path2, _exceptionable2);
|
|
4088
|
+
if (true === input3.stopunbounded)
|
|
4089
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
4038
4090
|
return $report(_exceptionable2, {
|
|
4039
4091
|
path: _path2,
|
|
4040
4092
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -4043,9 +4095,9 @@ var validBrainImagingRequest = (input) => {
|
|
|
4043
4095
|
})();
|
|
4044
4096
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4045
4097
|
if ("gene" === input3.kind)
|
|
4046
|
-
return $
|
|
4098
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
4047
4099
|
if ("coord" === input3.kind)
|
|
4048
|
-
return $
|
|
4100
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
4049
4101
|
return $report(_exceptionable2, {
|
|
4050
4102
|
path: _path2,
|
|
4051
4103
|
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; })',
|
|
@@ -4054,9 +4106,9 @@ var validBrainImagingRequest = (input) => {
|
|
|
4054
4106
|
})();
|
|
4055
4107
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4056
4108
|
if ("numeric" === input3.memberType)
|
|
4057
|
-
return $
|
|
4109
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
4058
4110
|
if ("categorical" === input3.memberType)
|
|
4059
|
-
return $
|
|
4111
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
4060
4112
|
return $report(_exceptionable2, {
|
|
4061
4113
|
path: _path2,
|
|
4062
4114
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|