@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
|
@@ -3,64 +3,88 @@ import {
|
|
|
3
3
|
require_lib
|
|
4
4
|
} from "./chunk-YNHC5SXO.js";
|
|
5
5
|
|
|
6
|
-
// dist/termdb.
|
|
6
|
+
// dist/termdb.termsbyids.ts
|
|
7
7
|
var import_typia = __toESM(require_lib(), 1);
|
|
8
8
|
|
|
9
|
-
// src/routes/termdb.
|
|
10
|
-
var
|
|
9
|
+
// src/routes/termdb.termsbyids.ts
|
|
10
|
+
var termsByIdsPayload = {
|
|
11
11
|
request: {
|
|
12
|
-
typeId: "
|
|
12
|
+
typeId: "TermsByIdsRequest"
|
|
13
13
|
},
|
|
14
14
|
response: {
|
|
15
|
-
typeId: "
|
|
16
|
-
}
|
|
17
|
-
examples: [
|
|
18
|
-
{
|
|
19
|
-
request: {
|
|
20
|
-
body: {
|
|
21
|
-
genome: "hg38-test",
|
|
22
|
-
dslabel: "TermdbTest",
|
|
23
|
-
embedder: "localhost",
|
|
24
|
-
tw: { term: { id: "hrtavg" }, q: { mode: "continuous" } },
|
|
25
|
-
filter: {
|
|
26
|
-
type: "tvslst",
|
|
27
|
-
in: true,
|
|
28
|
-
join: "",
|
|
29
|
-
lst: [
|
|
30
|
-
{
|
|
31
|
-
tag: "cohortFilter",
|
|
32
|
-
type: "tvs",
|
|
33
|
-
tvs: {
|
|
34
|
-
term: {
|
|
35
|
-
name: "Cohort",
|
|
36
|
-
type: "categorical",
|
|
37
|
-
values: { ABC: { label: "ABC" }, XYZ: { label: "XYZ" } },
|
|
38
|
-
id: "subcohort",
|
|
39
|
-
isleaf: false,
|
|
40
|
-
groupsetting: { disabled: true }
|
|
41
|
-
},
|
|
42
|
-
values: [{ key: "ABC", label: "ABC" }]
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
]
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
response: {
|
|
50
|
-
header: { status: 200 }
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
]
|
|
15
|
+
typeId: "TermsByIdsResponse"
|
|
16
|
+
}
|
|
17
|
+
// examples: []
|
|
54
18
|
};
|
|
55
19
|
|
|
56
|
-
// dist/termdb.
|
|
57
|
-
var
|
|
20
|
+
// dist/termdb.termsbyids.ts
|
|
21
|
+
var validTermsByIdsRequest = (input) => {
|
|
22
|
+
const errors = [];
|
|
23
|
+
const __is = (input2) => {
|
|
24
|
+
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && (Array.isArray(input3.ids) && input3.ids.every((elem) => "string" === typeof elem));
|
|
25
|
+
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
26
|
+
};
|
|
27
|
+
if (false === __is(input)) {
|
|
28
|
+
const $report = import_typia.createValidate.report(errors);
|
|
29
|
+
((input2, _path, _exceptionable = true) => {
|
|
30
|
+
const $vo0 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
31
|
+
path: _path2 + ".genome",
|
|
32
|
+
expected: "string",
|
|
33
|
+
value: input3.genome
|
|
34
|
+
}), "string" === typeof input3.dslabel || $report(_exceptionable2, {
|
|
35
|
+
path: _path2 + ".dslabel",
|
|
36
|
+
expected: "string",
|
|
37
|
+
value: input3.dslabel
|
|
38
|
+
}), "string" === typeof input3.embedder || $report(_exceptionable2, {
|
|
39
|
+
path: _path2 + ".embedder",
|
|
40
|
+
expected: "string",
|
|
41
|
+
value: input3.embedder
|
|
42
|
+
}), (Array.isArray(input3.ids) || $report(_exceptionable2, {
|
|
43
|
+
path: _path2 + ".ids",
|
|
44
|
+
expected: "Array<string>",
|
|
45
|
+
value: input3.ids
|
|
46
|
+
})) && input3.ids.map((elem, _index1) => "string" === typeof elem || $report(_exceptionable2, {
|
|
47
|
+
path: _path2 + ".ids[" + _index1 + "]",
|
|
48
|
+
expected: "string",
|
|
49
|
+
value: elem
|
|
50
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
51
|
+
path: _path2 + ".ids",
|
|
52
|
+
expected: "Array<string>",
|
|
53
|
+
value: input3.ids
|
|
54
|
+
})].every((flag) => flag);
|
|
55
|
+
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
56
|
+
path: _path + "",
|
|
57
|
+
expected: "TermsByIdsRequest",
|
|
58
|
+
value: input2
|
|
59
|
+
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
60
|
+
path: _path + "",
|
|
61
|
+
expected: "TermsByIdsRequest",
|
|
62
|
+
value: input2
|
|
63
|
+
});
|
|
64
|
+
})(input, "$input", true);
|
|
65
|
+
}
|
|
66
|
+
const success = 0 === errors.length;
|
|
67
|
+
return {
|
|
68
|
+
success,
|
|
69
|
+
errors,
|
|
70
|
+
data: success ? input : void 0
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
var validTermsByIdsResponse = (input) => {
|
|
58
74
|
const errors = [];
|
|
59
75
|
const __is = (input2) => {
|
|
60
76
|
const $join = import_typia.createValidate.join;
|
|
61
|
-
const $io0 = (input3) => "
|
|
62
|
-
const $io1 = (input3) =>
|
|
63
|
-
|
|
77
|
+
const $io0 = (input3) => "object" === typeof input3.terms && null !== input3.terms && false === Array.isArray(input3.terms) && $io1(input3.terms);
|
|
78
|
+
const $io1 = (input3) => Object.keys(input3).every((key) => {
|
|
79
|
+
const value = input3[key];
|
|
80
|
+
if (void 0 === value)
|
|
81
|
+
return true;
|
|
82
|
+
if (RegExp(/(.*)/).test(key))
|
|
83
|
+
return "object" === typeof value && null !== value && $iu7(value);
|
|
84
|
+
return true;
|
|
85
|
+
});
|
|
86
|
+
const $io2 = (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) && $io3(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) && $io4(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWValues" === input3.type;
|
|
87
|
+
const $io3 = (input3) => Object.keys(input3).every((key) => {
|
|
64
88
|
const value = input3[key];
|
|
65
89
|
if (void 0 === value)
|
|
66
90
|
return true;
|
|
@@ -68,28 +92,36 @@ var validDescrStatsRequest = (input) => {
|
|
|
68
92
|
return true;
|
|
69
93
|
return true;
|
|
70
94
|
});
|
|
71
|
-
const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io43(input3.groupsetting));
|
|
72
95
|
const $io4 = (input3) => Object.keys(input3).every((key) => {
|
|
73
96
|
const value = input3[key];
|
|
74
97
|
if (void 0 === value)
|
|
75
98
|
return true;
|
|
76
99
|
if (RegExp(/(.*)/).test(key))
|
|
77
|
-
return
|
|
100
|
+
return true;
|
|
101
|
+
return true;
|
|
102
|
+
});
|
|
103
|
+
const $io5 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io45(input3.groupsetting));
|
|
104
|
+
const $io6 = (input3) => Object.keys(input3).every((key) => {
|
|
105
|
+
const value = input3[key];
|
|
106
|
+
if (void 0 === value)
|
|
107
|
+
return true;
|
|
108
|
+
if (RegExp(/(.*)/).test(key))
|
|
109
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io7(value);
|
|
78
110
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
79
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
111
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io7(value);
|
|
80
112
|
return true;
|
|
81
113
|
});
|
|
82
|
-
const $
|
|
83
|
-
const $
|
|
84
|
-
const $
|
|
85
|
-
const $
|
|
86
|
-
const $
|
|
87
|
-
const $
|
|
88
|
-
const $
|
|
89
|
-
const $
|
|
90
|
-
const $
|
|
91
|
-
const $
|
|
92
|
-
const $
|
|
114
|
+
const $io7 = (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 && $io8(input3.filter));
|
|
115
|
+
const $io8 = (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);
|
|
116
|
+
const $io9 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
|
|
117
|
+
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 && $io5(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) && $io7(elem))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
|
|
118
|
+
const $io11 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
|
|
119
|
+
const $io12 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
|
|
120
|
+
const $io13 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
121
|
+
const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
122
|
+
const $io15 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu11(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu11(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);
|
|
123
|
+
const $io16 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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 && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(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);
|
|
124
|
+
const $io17 = (input3) => Object.keys(input3).every((key) => {
|
|
93
125
|
const value = input3[key];
|
|
94
126
|
if (void 0 === value)
|
|
95
127
|
return true;
|
|
@@ -97,27 +129,27 @@ var validDescrStatsRequest = (input) => {
|
|
|
97
129
|
return "number" === typeof value;
|
|
98
130
|
return true;
|
|
99
131
|
});
|
|
100
|
-
const $
|
|
101
|
-
const $
|
|
102
|
-
const $
|
|
103
|
-
const $
|
|
104
|
-
const $
|
|
105
|
-
const $
|
|
106
|
-
const $
|
|
107
|
-
const $
|
|
108
|
-
const $
|
|
109
|
-
const $
|
|
110
|
-
const $
|
|
111
|
-
const $
|
|
112
|
-
const $
|
|
113
|
-
const $
|
|
114
|
-
const $
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
119
|
-
const $
|
|
120
|
-
const $
|
|
132
|
+
const $io18 = (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);
|
|
133
|
+
const $io19 = (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);
|
|
134
|
+
const $io20 = (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);
|
|
135
|
+
const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
|
|
136
|
+
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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(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);
|
|
137
|
+
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(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;
|
|
138
|
+
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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(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);
|
|
139
|
+
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(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;
|
|
140
|
+
const $io26 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
|
|
141
|
+
const $io27 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
|
|
142
|
+
const $io29 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
|
|
143
|
+
const $io30 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
|
|
144
|
+
const $io31 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
|
|
145
|
+
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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(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);
|
|
146
|
+
const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
147
|
+
const $io34 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
|
|
148
|
+
const $io35 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
149
|
+
const $io36 = (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 && $io37(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 && $io38(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
150
|
+
const $io37 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion));
|
|
151
|
+
const $io38 = (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;
|
|
152
|
+
const $io39 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
|
|
121
153
|
if (["key", "label"].some((prop) => key === prop))
|
|
122
154
|
return true;
|
|
123
155
|
const value = input3[key];
|
|
@@ -127,30 +159,30 @@ var validDescrStatsRequest = (input) => {
|
|
|
127
159
|
return true;
|
|
128
160
|
return true;
|
|
129
161
|
});
|
|
130
|
-
const $
|
|
131
|
-
const $
|
|
132
|
-
const $
|
|
133
|
-
const $
|
|
134
|
-
const $
|
|
135
|
-
const $
|
|
136
|
-
const $
|
|
137
|
-
const $
|
|
138
|
-
const $
|
|
139
|
-
const $
|
|
140
|
-
const $
|
|
141
|
-
const $
|
|
142
|
-
const $
|
|
143
|
-
const $
|
|
144
|
-
const $
|
|
145
|
-
const $
|
|
162
|
+
const $io40 = (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 && $io41(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io51(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);
|
|
163
|
+
const $io41 = (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) && $io6(input3.values));
|
|
164
|
+
const $io42 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(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 && $io45(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io41(elem)));
|
|
165
|
+
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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(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);
|
|
166
|
+
const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
167
|
+
const $io45 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io46(elem)));
|
|
168
|
+
const $io46 = (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)));
|
|
169
|
+
const $io47 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
170
|
+
const $io48 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
171
|
+
const $io49 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io8(input3.filter)) && "string" === typeof input3.color;
|
|
172
|
+
const $io50 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(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 && $io45(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io41(elem)));
|
|
173
|
+
const $io51 = (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);
|
|
174
|
+
const $io52 = (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;
|
|
175
|
+
const $io53 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(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 && $io54(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io55(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) && $io57(input3.valueTransform));
|
|
176
|
+
const $io54 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion));
|
|
177
|
+
const $io55 = (input3) => Object.keys(input3).every((key) => {
|
|
146
178
|
const value = input3[key];
|
|
147
179
|
if (void 0 === value)
|
|
148
180
|
return true;
|
|
149
181
|
if (RegExp(/(.*)/).test(key))
|
|
150
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
182
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io56(value);
|
|
151
183
|
return true;
|
|
152
184
|
});
|
|
153
|
-
const $
|
|
185
|
+
const $io56 = (input3) => Object.keys(input3).every((key) => {
|
|
154
186
|
const value = input3[key];
|
|
155
187
|
if (void 0 === value)
|
|
156
188
|
return true;
|
|
@@ -158,218 +190,218 @@ var validDescrStatsRequest = (input) => {
|
|
|
158
190
|
return true;
|
|
159
191
|
return true;
|
|
160
192
|
});
|
|
161
|
-
const $
|
|
162
|
-
const $
|
|
163
|
-
const $
|
|
164
|
-
const $
|
|
165
|
-
const $
|
|
166
|
-
const $
|
|
167
|
-
const $
|
|
168
|
-
const $
|
|
169
|
-
const $
|
|
170
|
-
const $
|
|
171
|
-
const $
|
|
172
|
-
const $
|
|
173
|
-
const $
|
|
174
|
-
const $
|
|
175
|
-
const $
|
|
176
|
-
const $
|
|
177
|
-
const $
|
|
178
|
-
const $
|
|
179
|
-
const $
|
|
180
|
-
const $
|
|
181
|
-
const $
|
|
182
|
-
const $
|
|
183
|
-
const $
|
|
184
|
-
const $
|
|
185
|
-
const $
|
|
186
|
-
const $
|
|
187
|
-
const $
|
|
188
|
-
const $
|
|
189
|
-
const $
|
|
190
|
-
const $
|
|
191
|
-
const $
|
|
192
|
-
const $
|
|
193
|
-
const $
|
|
194
|
-
const $
|
|
195
|
-
const $
|
|
196
|
-
const $
|
|
197
|
-
const $
|
|
198
|
-
const $
|
|
199
|
-
const $
|
|
200
|
-
const $
|
|
201
|
-
const $
|
|
202
|
-
const $
|
|
193
|
+
const $io57 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
|
|
194
|
+
const $io58 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(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 && $io54(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io55(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 && $io59(elem)));
|
|
195
|
+
const $io59 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
196
|
+
const $io60 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(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 && $io45(input3.groupsetting));
|
|
197
|
+
const $io61 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io45(input3.groupsetting));
|
|
198
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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;
|
|
199
|
+
const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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) && $io4(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
200
|
+
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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;
|
|
201
|
+
const $io66 = (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) && $io3(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) && $io4(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io67(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
202
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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 && $io68(input3.customset));
|
|
203
|
+
const $io68 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
204
|
+
const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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) && $io4(input3.values)) && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io16(input3.q));
|
|
205
|
+
const $io70 = (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) && $io3(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) && $io4(input3.values)) && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io21(input3.q));
|
|
206
|
+
const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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) && $io4(input3.values)) && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io72(input3.q));
|
|
207
|
+
const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
208
|
+
const $io73 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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) && $io4(input3.values)) && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io74(input3.q));
|
|
209
|
+
const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
|
|
210
|
+
const $io75 = (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) && $io3(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) && $io4(input3.values)) && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io76(input3.q));
|
|
211
|
+
const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io77(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
212
|
+
const $io77 = (input3) => "number" === typeof input3.value;
|
|
213
|
+
const $io78 = (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) && $io3(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) && $io4(input3.values)) && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
|
|
214
|
+
const $io79 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io45(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io41(elem)));
|
|
215
|
+
const $io80 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io45(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io41(elem)));
|
|
216
|
+
const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
|
|
217
|
+
const $io82 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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) && $io4(input3.values)) && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
|
|
218
|
+
const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
|
|
219
|
+
const $io84 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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) && $io4(input3.values)) && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io85(input3.q));
|
|
220
|
+
const $io85 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io68(input3.customset)) && Array.isArray(input3.dtLst);
|
|
221
|
+
const $io86 = (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) && $io3(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) && $io4(input3.values)) && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io37(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
|
|
222
|
+
const $io87 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
223
|
+
const $io88 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
|
|
224
|
+
const $io89 = (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) && $io3(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) && $io4(input3.values)) && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io90(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io92(input3.term));
|
|
225
|
+
const $io90 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io91(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io8(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
226
|
+
const $io91 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
|
|
227
|
+
const $io92 = (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) && $io6(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io13(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io93(elem)));
|
|
228
|
+
const $io93 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io94(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io95(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
|
|
229
|
+
const $io94 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
230
|
+
const $io95 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
231
|
+
const $io96 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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) && $io4(input3.values)) && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io53(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io97(input3.q));
|
|
232
|
+
const $io97 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
233
|
+
const $io98 = (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) && $io3(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) && $io4(input3.values)) && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io58(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io99(input3.q));
|
|
234
|
+
const $io99 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io59(elem)));
|
|
203
235
|
const $iu0 = (input3) => (() => {
|
|
204
236
|
if ("tvslst" === input3.type)
|
|
205
|
-
return $
|
|
237
|
+
return $io8(input3);
|
|
206
238
|
if ("tvs" === input3.type)
|
|
207
|
-
return $
|
|
239
|
+
return $io9(input3);
|
|
208
240
|
return false;
|
|
209
241
|
})();
|
|
210
242
|
const $iu1 = (input3) => (() => {
|
|
211
243
|
if (true === input3.startunbounded)
|
|
212
|
-
return $io16(input3);
|
|
213
|
-
if (true === input3.stopunbounded)
|
|
214
244
|
return $io18(input3);
|
|
245
|
+
if (true === input3.stopunbounded)
|
|
246
|
+
return $io20(input3);
|
|
215
247
|
if (void 0 !== input3.value)
|
|
216
|
-
return $
|
|
217
|
-
return $
|
|
248
|
+
return $io34(input3);
|
|
249
|
+
return $io19(input3);
|
|
218
250
|
})();
|
|
219
251
|
const $iu2 = (input3) => (() => {
|
|
220
252
|
if ("gene" === input3.kind)
|
|
221
|
-
return $
|
|
253
|
+
return $io43(input3);
|
|
222
254
|
if ("coord" === input3.kind)
|
|
223
|
-
return $
|
|
255
|
+
return $io44(input3);
|
|
224
256
|
return false;
|
|
225
257
|
})();
|
|
226
258
|
const $iu3 = (input3) => (() => {
|
|
227
259
|
if ("string" === typeof input3.type)
|
|
228
|
-
return $io45(input3);
|
|
229
|
-
if ("filter" === input3.type)
|
|
230
260
|
return $io47(input3);
|
|
261
|
+
if ("filter" === input3.type)
|
|
262
|
+
return $io49(input3);
|
|
231
263
|
return false;
|
|
232
264
|
})();
|
|
233
265
|
const $iu4 = (input3) => (() => {
|
|
234
266
|
if (true === input3.startunbounded)
|
|
235
|
-
return $io16(input3);
|
|
236
|
-
if (true === input3.stopunbounded)
|
|
237
267
|
return $io18(input3);
|
|
238
|
-
|
|
268
|
+
if (true === input3.stopunbounded)
|
|
269
|
+
return $io20(input3);
|
|
270
|
+
return $io19(input3);
|
|
239
271
|
})();
|
|
240
272
|
const $iu5 = (input3) => (() => {
|
|
241
273
|
if (true === input3.startunbounded)
|
|
242
|
-
return $
|
|
274
|
+
return $io18(input3);
|
|
243
275
|
if (void 0 !== input3.start)
|
|
244
|
-
return $
|
|
276
|
+
return $io19(input3);
|
|
245
277
|
return false;
|
|
246
278
|
})();
|
|
247
279
|
const $iu6 = (input3) => (() => {
|
|
248
280
|
if (void 0 !== input3.stop)
|
|
249
|
-
return $
|
|
281
|
+
return $io19(input3);
|
|
250
282
|
if (true === input3.stopunbounded)
|
|
251
|
-
return $
|
|
283
|
+
return $io20(input3);
|
|
252
284
|
return false;
|
|
253
285
|
})();
|
|
254
286
|
const $iu7 = (input3) => (() => {
|
|
255
287
|
if ("TermCollectionTWQual" === input3.type)
|
|
256
|
-
return $
|
|
288
|
+
return $io98(input3);
|
|
257
289
|
if ("TermCollectionTWCont" === input3.type)
|
|
258
|
-
return $
|
|
290
|
+
return $io96(input3);
|
|
259
291
|
if ("SnpsTW" === input3.type)
|
|
260
|
-
return $
|
|
292
|
+
return $io89(input3);
|
|
261
293
|
if ("ConditionTW" === input3.type)
|
|
262
|
-
return $
|
|
294
|
+
return $io86(input3);
|
|
263
295
|
if ("GvCustomGsTW" === input3.type)
|
|
264
|
-
return $
|
|
296
|
+
return $io84(input3);
|
|
265
297
|
if ("GvPredefinedGsTW" === input3.type)
|
|
266
|
-
return $
|
|
298
|
+
return $io82(input3);
|
|
267
299
|
if ("GvValuesTW" === input3.type)
|
|
268
|
-
return $
|
|
300
|
+
return $io78(input3);
|
|
269
301
|
if ("NumTWSpline" === input3.type)
|
|
270
|
-
return $
|
|
302
|
+
return $io75(input3);
|
|
271
303
|
if ("NumTWCont" === input3.type)
|
|
272
|
-
return $
|
|
304
|
+
return $io73(input3);
|
|
273
305
|
if ("NumTWBinary" === input3.type)
|
|
274
|
-
return $
|
|
306
|
+
return $io71(input3);
|
|
275
307
|
if ("NumTWCustomBin" === input3.type)
|
|
276
|
-
return $
|
|
308
|
+
return $io70(input3);
|
|
277
309
|
if ("NumTWRegularBin" === input3.type)
|
|
278
|
-
return $
|
|
310
|
+
return $io69(input3);
|
|
279
311
|
if ("QualTWCustomGS" === input3.type)
|
|
280
|
-
return $
|
|
312
|
+
return $io66(input3);
|
|
281
313
|
if ("QualTWPredefinedGS" === input3.type)
|
|
282
|
-
return $
|
|
314
|
+
return $io64(input3);
|
|
283
315
|
if ("QualTWValues" === input3.type)
|
|
284
|
-
return $
|
|
316
|
+
return $io2(input3);
|
|
285
317
|
return false;
|
|
286
318
|
})();
|
|
287
319
|
const $iu8 = (input3) => (() => {
|
|
288
320
|
if ("categorical" === input3.type)
|
|
289
|
-
return $
|
|
321
|
+
return $io5(input3);
|
|
290
322
|
if ("snp" === input3.type)
|
|
291
|
-
return $
|
|
323
|
+
return $io60(input3);
|
|
292
324
|
if ("singleCellCellType" === input3.type)
|
|
293
|
-
return $
|
|
325
|
+
return $io61(input3);
|
|
294
326
|
return false;
|
|
295
327
|
})();
|
|
296
328
|
const $iu9 = (input3) => (() => {
|
|
297
329
|
if (void 0 !== input3.ranges)
|
|
298
|
-
return $
|
|
330
|
+
return $io11(input3);
|
|
299
331
|
if (void 0 !== input3.ratio)
|
|
300
|
-
return $
|
|
332
|
+
return $io52(input3);
|
|
301
333
|
return (() => {
|
|
302
|
-
if ($
|
|
303
|
-
return $
|
|
304
|
-
if ($
|
|
305
|
-
return $
|
|
306
|
-
if ($
|
|
307
|
-
return $
|
|
334
|
+
if ($io10(input3))
|
|
335
|
+
return $io10(input3);
|
|
336
|
+
if ($io36(input3))
|
|
337
|
+
return $io36(input3);
|
|
338
|
+
if ($io40(input3))
|
|
339
|
+
return $io40(input3);
|
|
308
340
|
return false;
|
|
309
341
|
})();
|
|
310
342
|
})();
|
|
311
343
|
const $iu10 = (input3) => (() => {
|
|
312
344
|
if ("integer" === input3.type || "float" === input3.type)
|
|
313
|
-
return $
|
|
345
|
+
return $io12(input3);
|
|
314
346
|
if ("metaboliteIntensity" === input3.type)
|
|
315
|
-
return $
|
|
347
|
+
return $io26(input3);
|
|
316
348
|
if ("proteomeAbundance" === input3.type)
|
|
317
|
-
return $io25(input3);
|
|
318
|
-
if ("date" === input3.type)
|
|
319
349
|
return $io27(input3);
|
|
350
|
+
if ("date" === input3.type)
|
|
351
|
+
return $io29(input3);
|
|
320
352
|
if ("ssGSEA" === input3.type)
|
|
321
|
-
return $
|
|
353
|
+
return $io30(input3);
|
|
322
354
|
if ("dnaMethylation" === input3.type)
|
|
323
|
-
return $
|
|
355
|
+
return $io31(input3);
|
|
324
356
|
return (() => {
|
|
325
|
-
if ($io21(input3))
|
|
326
|
-
return $io21(input3);
|
|
327
|
-
if ($io20(input3))
|
|
328
|
-
return $io20(input3);
|
|
329
357
|
if ($io23(input3))
|
|
330
358
|
return $io23(input3);
|
|
331
359
|
if ($io22(input3))
|
|
332
360
|
return $io22(input3);
|
|
333
|
-
if ($
|
|
334
|
-
return $
|
|
335
|
-
if ($
|
|
336
|
-
return $
|
|
361
|
+
if ($io25(input3))
|
|
362
|
+
return $io25(input3);
|
|
363
|
+
if ($io24(input3))
|
|
364
|
+
return $io24(input3);
|
|
365
|
+
if ($io33(input3))
|
|
366
|
+
return $io33(input3);
|
|
367
|
+
if ($io32(input3))
|
|
368
|
+
return $io32(input3);
|
|
337
369
|
return false;
|
|
338
370
|
})();
|
|
339
371
|
})();
|
|
340
372
|
const $iu11 = (input3) => (() => {
|
|
341
373
|
if ("regular-bin" === input3.type)
|
|
342
|
-
return $
|
|
374
|
+
return $io16(input3);
|
|
343
375
|
if ("custom-bin" === input3.type)
|
|
344
|
-
return $
|
|
376
|
+
return $io21(input3);
|
|
345
377
|
return false;
|
|
346
378
|
})();
|
|
347
379
|
const $iu12 = (input3) => (() => {
|
|
348
380
|
if ("gene" === input3.kind)
|
|
349
|
-
return $
|
|
381
|
+
return $io42(input3);
|
|
350
382
|
if ("coord" === input3.kind)
|
|
351
|
-
return $
|
|
383
|
+
return $io50(input3);
|
|
352
384
|
return false;
|
|
353
385
|
})();
|
|
354
386
|
const $iu13 = (input3) => (() => {
|
|
355
387
|
if ("numeric" === input3.memberType)
|
|
356
|
-
return $
|
|
388
|
+
return $io53(input3);
|
|
357
389
|
if ("categorical" === input3.memberType)
|
|
358
|
-
return $
|
|
390
|
+
return $io58(input3);
|
|
359
391
|
return false;
|
|
360
392
|
})();
|
|
361
393
|
const $iu14 = (input3) => (() => {
|
|
362
394
|
if ("gene" === input3.kind)
|
|
363
|
-
return $
|
|
395
|
+
return $io79(input3);
|
|
364
396
|
if ("coord" === input3.kind)
|
|
365
|
-
return $
|
|
397
|
+
return $io80(input3);
|
|
366
398
|
return false;
|
|
367
399
|
})();
|
|
368
400
|
const $iu15 = (input3) => (() => {
|
|
369
401
|
if ("grade" === input3.valueFor)
|
|
370
|
-
return $
|
|
402
|
+
return $io87(input3);
|
|
371
403
|
if ("children" === input3.valueFor)
|
|
372
|
-
return $
|
|
404
|
+
return $io88(input3);
|
|
373
405
|
return false;
|
|
374
406
|
})();
|
|
375
407
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -378,40 +410,32 @@ var validDescrStatsRequest = (input) => {
|
|
|
378
410
|
const $report = import_typia.createValidate.report(errors);
|
|
379
411
|
((input2, _path, _exceptionable = true) => {
|
|
380
412
|
const $join = import_typia.createValidate.join;
|
|
381
|
-
const $vo0 = (input3, _path2, _exceptionable2 = true) => ["
|
|
382
|
-
path: _path2 + ".
|
|
383
|
-
expected: "
|
|
384
|
-
value: input3.
|
|
385
|
-
}), "
|
|
386
|
-
path: _path2 + ".
|
|
387
|
-
expected: "
|
|
388
|
-
value: input3.
|
|
389
|
-
})
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
value
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
})
|
|
406
|
-
|
|
407
|
-
expected: "(Filter | undefined)",
|
|
408
|
-
value: input3.filter
|
|
409
|
-
})) && $vo6(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
410
|
-
path: _path2 + ".filter",
|
|
411
|
-
expected: "(Filter | undefined)",
|
|
412
|
-
value: input3.filter
|
|
413
|
-
}), true].every((flag) => flag);
|
|
414
|
-
const $vo1 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
413
|
+
const $vo0 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.terms && null !== input3.terms && false === Array.isArray(input3.terms) || $report(_exceptionable2, {
|
|
414
|
+
path: _path2 + ".terms",
|
|
415
|
+
expected: "__type",
|
|
416
|
+
value: input3.terms
|
|
417
|
+
})) && $vo1(input3.terms, _path2 + ".terms", _exceptionable2) || $report(_exceptionable2, {
|
|
418
|
+
path: _path2 + ".terms",
|
|
419
|
+
expected: "__type",
|
|
420
|
+
value: input3.terms
|
|
421
|
+
})].every((flag) => flag);
|
|
422
|
+
const $vo1 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
423
|
+
const value = input3[key];
|
|
424
|
+
if (void 0 === value)
|
|
425
|
+
return true;
|
|
426
|
+
if (RegExp(/(.*)/).test(key))
|
|
427
|
+
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
428
|
+
path: _path2 + $join(key),
|
|
429
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
|
|
430
|
+
value
|
|
431
|
+
})) && $vu7(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
432
|
+
path: _path2 + $join(key),
|
|
433
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
|
|
434
|
+
value
|
|
435
|
+
});
|
|
436
|
+
return true;
|
|
437
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
438
|
+
const $vo2 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
415
439
|
path: _path2 + ".id",
|
|
416
440
|
expected: "(string | undefined)",
|
|
417
441
|
value: input3.id
|
|
@@ -425,17 +449,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
425
449
|
value: input3.isAtomic
|
|
426
450
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
427
451
|
path: _path2 + ".settings",
|
|
428
|
-
expected: "(__type | undefined)",
|
|
452
|
+
expected: "(__type.o1 | undefined)",
|
|
429
453
|
value: input3.settings
|
|
430
|
-
})) && $
|
|
454
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
431
455
|
path: _path2 + ".settings",
|
|
432
|
-
expected: "(__type | undefined)",
|
|
456
|
+
expected: "(__type.o1 | undefined)",
|
|
433
457
|
value: input3.settings
|
|
434
458
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
435
459
|
path: _path2 + ".minNumSamples",
|
|
436
460
|
expected: "(number | undefined)",
|
|
437
461
|
value: input3.minNumSamples
|
|
438
|
-
}), true, ("object" === typeof input3.
|
|
462
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
463
|
+
path: _path2 + ".values",
|
|
464
|
+
expected: "(__type.o2 | undefined)",
|
|
465
|
+
value: input3.values
|
|
466
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
467
|
+
path: _path2 + ".values",
|
|
468
|
+
expected: "(__type.o2 | undefined)",
|
|
469
|
+
value: input3.values
|
|
470
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
439
471
|
path: _path2 + ".term",
|
|
440
472
|
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
441
473
|
value: input3.term
|
|
@@ -447,7 +479,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
447
479
|
path: _path2 + ".q",
|
|
448
480
|
expected: "ValuesQ",
|
|
449
481
|
value: input3.q
|
|
450
|
-
})) && $
|
|
482
|
+
})) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
451
483
|
path: _path2 + ".q",
|
|
452
484
|
expected: "ValuesQ",
|
|
453
485
|
value: input3.q
|
|
@@ -456,7 +488,15 @@ var validDescrStatsRequest = (input) => {
|
|
|
456
488
|
expected: '"QualTWValues"',
|
|
457
489
|
value: input3.type
|
|
458
490
|
})].every((flag) => flag);
|
|
459
|
-
const $
|
|
491
|
+
const $vo3 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
492
|
+
const value = input3[key];
|
|
493
|
+
if (void 0 === value)
|
|
494
|
+
return true;
|
|
495
|
+
if (RegExp(/(.*)/).test(key))
|
|
496
|
+
return true;
|
|
497
|
+
return true;
|
|
498
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
499
|
+
const $vo4 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
460
500
|
const value = input3[key];
|
|
461
501
|
if (void 0 === value)
|
|
462
502
|
return true;
|
|
@@ -464,7 +504,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
464
504
|
return true;
|
|
465
505
|
return true;
|
|
466
506
|
}).every((flag) => flag)].every((flag) => flag);
|
|
467
|
-
const $
|
|
507
|
+
const $vo5 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
468
508
|
path: _path2 + ".id",
|
|
469
509
|
expected: "string",
|
|
470
510
|
value: input3.id
|
|
@@ -512,7 +552,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
512
552
|
path: _path2 + ".values",
|
|
513
553
|
expected: "(TermValues | undefined)",
|
|
514
554
|
value: input3.values
|
|
515
|
-
})) && $
|
|
555
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
516
556
|
path: _path2 + ".values",
|
|
517
557
|
expected: "(TermValues | undefined)",
|
|
518
558
|
value: input3.values
|
|
@@ -522,22 +562,22 @@ var validDescrStatsRequest = (input) => {
|
|
|
522
562
|
value: input3.skipValuesBuild
|
|
523
563
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
524
564
|
path: _path2 + ".valueConversion",
|
|
525
|
-
expected: "(__type.
|
|
565
|
+
expected: "(__type.o4 | undefined)",
|
|
526
566
|
value: input3.valueConversion
|
|
527
|
-
})) && $
|
|
567
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
528
568
|
path: _path2 + ".valueConversion",
|
|
529
|
-
expected: "(__type.
|
|
569
|
+
expected: "(__type.o4 | undefined)",
|
|
530
570
|
value: input3.valueConversion
|
|
531
571
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
532
572
|
path: _path2 + ".groupsetting",
|
|
533
573
|
expected: "TermGroupSetting",
|
|
534
574
|
value: input3.groupsetting
|
|
535
|
-
})) && $
|
|
575
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
536
576
|
path: _path2 + ".groupsetting",
|
|
537
577
|
expected: "TermGroupSetting",
|
|
538
578
|
value: input3.groupsetting
|
|
539
579
|
})].every((flag) => flag);
|
|
540
|
-
const $
|
|
580
|
+
const $vo6 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
541
581
|
const value = input3[key];
|
|
542
582
|
if (void 0 === value)
|
|
543
583
|
return true;
|
|
@@ -546,7 +586,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
546
586
|
path: _path2 + $join(key),
|
|
547
587
|
expected: "BaseValue",
|
|
548
588
|
value
|
|
549
|
-
})) && $
|
|
589
|
+
})) && $vo7(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
550
590
|
path: _path2 + $join(key),
|
|
551
591
|
expected: "BaseValue",
|
|
552
592
|
value
|
|
@@ -556,14 +596,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
556
596
|
path: _path2 + $join(key),
|
|
557
597
|
expected: "BaseValue",
|
|
558
598
|
value
|
|
559
|
-
})) && $
|
|
599
|
+
})) && $vo7(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
560
600
|
path: _path2 + $join(key),
|
|
561
601
|
expected: "BaseValue",
|
|
562
602
|
value
|
|
563
603
|
});
|
|
564
604
|
return true;
|
|
565
605
|
}).every((flag) => flag)].every((flag) => flag);
|
|
566
|
-
const $
|
|
606
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
567
607
|
path: _path2 + ".key",
|
|
568
608
|
expected: "(string | undefined)",
|
|
569
609
|
value: input3.key
|
|
@@ -591,12 +631,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
591
631
|
path: _path2 + ".filter",
|
|
592
632
|
expected: "(Filter | undefined)",
|
|
593
633
|
value: input3.filter
|
|
594
|
-
})) && $
|
|
634
|
+
})) && $vo8(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
595
635
|
path: _path2 + ".filter",
|
|
596
636
|
expected: "(Filter | undefined)",
|
|
597
637
|
value: input3.filter
|
|
598
638
|
})].every((flag) => flag);
|
|
599
|
-
const $
|
|
639
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
|
|
600
640
|
path: _path2 + ".type",
|
|
601
641
|
expected: '"tvslst"',
|
|
602
642
|
value: input3.type
|
|
@@ -618,11 +658,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
618
658
|
value: input3.lst
|
|
619
659
|
})) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
620
660
|
path: _path2 + ".lst[" + _index3 + "]",
|
|
621
|
-
expected: "(Filter | __type.
|
|
661
|
+
expected: "(Filter | __type.o3)",
|
|
622
662
|
value: elem
|
|
623
663
|
})) && $vu0(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
624
664
|
path: _path2 + ".lst[" + _index3 + "]",
|
|
625
|
-
expected: "(Filter | __type.
|
|
665
|
+
expected: "(Filter | __type.o3)",
|
|
626
666
|
value: elem
|
|
627
667
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
628
668
|
path: _path2 + ".lst",
|
|
@@ -633,7 +673,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
633
673
|
expected: "(string | undefined)",
|
|
634
674
|
value: input3.$id
|
|
635
675
|
})].every((flag) => flag);
|
|
636
|
-
const $
|
|
676
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
|
|
637
677
|
path: _path2 + ".type",
|
|
638
678
|
expected: '"tvs"',
|
|
639
679
|
value: input3.type
|
|
@@ -646,7 +686,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
646
686
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
647
687
|
value: input3.tvs
|
|
648
688
|
})].every((flag) => flag);
|
|
649
|
-
const $
|
|
689
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
650
690
|
path: _path2 + ".join",
|
|
651
691
|
expected: "(string | undefined)",
|
|
652
692
|
value: input3.join
|
|
@@ -678,7 +718,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
678
718
|
path: _path2 + ".term",
|
|
679
719
|
expected: "CategoricalTerm",
|
|
680
720
|
value: input3.term
|
|
681
|
-
})) && $
|
|
721
|
+
})) && $vo5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
682
722
|
path: _path2 + ".term",
|
|
683
723
|
expected: "CategoricalTerm",
|
|
684
724
|
value: input3.term
|
|
@@ -694,7 +734,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
694
734
|
path: _path2 + ".values[" + _index4 + "]",
|
|
695
735
|
expected: "BaseValue",
|
|
696
736
|
value: elem
|
|
697
|
-
})) && $
|
|
737
|
+
})) && $vo7(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
698
738
|
path: _path2 + ".values[" + _index4 + "]",
|
|
699
739
|
expected: "BaseValue",
|
|
700
740
|
value: elem
|
|
@@ -707,7 +747,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
707
747
|
expected: "(Set<any> | undefined)",
|
|
708
748
|
value: input3.valueset
|
|
709
749
|
})].every((flag) => flag);
|
|
710
|
-
const $
|
|
750
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
711
751
|
path: _path2 + ".join",
|
|
712
752
|
expected: "(string | undefined)",
|
|
713
753
|
value: input3.join
|
|
@@ -749,11 +789,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
749
789
|
value: input3.ranges
|
|
750
790
|
})) && input3.ranges.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
751
791
|
path: _path2 + ".ranges[" + _index5 + "]",
|
|
752
|
-
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.
|
|
792
|
+
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o6)",
|
|
753
793
|
value: elem
|
|
754
794
|
})) && $vu1(elem, _path2 + ".ranges[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
755
795
|
path: _path2 + ".ranges[" + _index5 + "]",
|
|
756
|
-
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.
|
|
796
|
+
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o6)",
|
|
757
797
|
value: elem
|
|
758
798
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
759
799
|
path: _path2 + ".ranges",
|
|
@@ -765,18 +805,18 @@ var validDescrStatsRequest = (input) => {
|
|
|
765
805
|
value: input3.values
|
|
766
806
|
})) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
767
807
|
path: _path2 + ".values[" + _index6 + "]",
|
|
768
|
-
expected: "__type.
|
|
808
|
+
expected: "__type.o7",
|
|
769
809
|
value: elem
|
|
770
|
-
})) && $
|
|
810
|
+
})) && $vo35(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
771
811
|
path: _path2 + ".values[" + _index6 + "]",
|
|
772
|
-
expected: "__type.
|
|
812
|
+
expected: "__type.o7",
|
|
773
813
|
value: elem
|
|
774
814
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
775
815
|
path: _path2 + ".values",
|
|
776
816
|
expected: "(Array<__type> | undefined)",
|
|
777
817
|
value: input3.values
|
|
778
818
|
})].every((flag) => flag);
|
|
779
|
-
const $
|
|
819
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
780
820
|
path: _path2 + ".id",
|
|
781
821
|
expected: "string",
|
|
782
822
|
value: input3.id
|
|
@@ -824,7 +864,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
824
864
|
path: _path2 + ".values",
|
|
825
865
|
expected: "(TermValues | undefined)",
|
|
826
866
|
value: input3.values
|
|
827
|
-
})) && $
|
|
867
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
828
868
|
path: _path2 + ".values",
|
|
829
869
|
expected: "(TermValues | undefined)",
|
|
830
870
|
value: input3.values
|
|
@@ -834,19 +874,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
834
874
|
value: input3.skipValuesBuild
|
|
835
875
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
836
876
|
path: _path2 + ".valueConversion",
|
|
837
|
-
expected: "(__type.
|
|
877
|
+
expected: "(__type.o4 | undefined)",
|
|
838
878
|
value: input3.valueConversion
|
|
839
|
-
})) && $
|
|
879
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
840
880
|
path: _path2 + ".valueConversion",
|
|
841
|
-
expected: "(__type.
|
|
881
|
+
expected: "(__type.o4 | undefined)",
|
|
842
882
|
value: input3.valueConversion
|
|
843
883
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
844
884
|
path: _path2 + ".continuousColorScale",
|
|
845
|
-
expected: "(__type.
|
|
885
|
+
expected: "(__type.o5 | undefined)",
|
|
846
886
|
value: input3.continuousColorScale
|
|
847
|
-
})) && $
|
|
887
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
848
888
|
path: _path2 + ".continuousColorScale",
|
|
849
|
-
expected: "(__type.
|
|
889
|
+
expected: "(__type.o5 | undefined)",
|
|
850
890
|
value: input3.continuousColorScale
|
|
851
891
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
852
892
|
path: _path2 + ".unit",
|
|
@@ -856,12 +896,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
856
896
|
path: _path2 + ".bins",
|
|
857
897
|
expected: "PresetNumericBins",
|
|
858
898
|
value: input3.bins
|
|
859
|
-
})) && $
|
|
899
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
860
900
|
path: _path2 + ".bins",
|
|
861
901
|
expected: "PresetNumericBins",
|
|
862
902
|
value: input3.bins
|
|
863
903
|
})].every((flag) => flag);
|
|
864
|
-
const $
|
|
904
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
865
905
|
path: _path2 + ".fromUnit",
|
|
866
906
|
expected: "string",
|
|
867
907
|
value: input3.fromUnit
|
|
@@ -874,7 +914,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
874
914
|
expected: "string",
|
|
875
915
|
value: input3.scaleFactor
|
|
876
916
|
})].every((flag) => flag);
|
|
877
|
-
const $
|
|
917
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
878
918
|
path: _path2 + ".minColor",
|
|
879
919
|
expected: "string",
|
|
880
920
|
value: input3.minColor
|
|
@@ -883,7 +923,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
883
923
|
expected: "string",
|
|
884
924
|
value: input3.maxColor
|
|
885
925
|
})].every((flag) => flag);
|
|
886
|
-
const $
|
|
926
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
887
927
|
path: _path2 + '["default"]',
|
|
888
928
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
889
929
|
value: input3["default"]
|
|
@@ -920,11 +960,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
920
960
|
expected: "(number | undefined)",
|
|
921
961
|
value: input3.max
|
|
922
962
|
})].every((flag) => flag);
|
|
923
|
-
const $
|
|
963
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
924
964
|
path: _path2 + ".hiddenValues",
|
|
925
965
|
expected: "(HiddenValues | undefined)",
|
|
926
966
|
value: input3.hiddenValues
|
|
927
|
-
})) && $
|
|
967
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
928
968
|
path: _path2 + ".hiddenValues",
|
|
929
969
|
expected: "(HiddenValues | undefined)",
|
|
930
970
|
value: input3.hiddenValues
|
|
@@ -989,7 +1029,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
989
1029
|
expected: "(boolean | undefined)",
|
|
990
1030
|
value: input3.isDummyPreset
|
|
991
1031
|
})].every((flag) => flag);
|
|
992
|
-
const $
|
|
1032
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
993
1033
|
const value = input3[key];
|
|
994
1034
|
if (void 0 === value)
|
|
995
1035
|
return true;
|
|
@@ -1001,7 +1041,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1001
1041
|
});
|
|
1002
1042
|
return true;
|
|
1003
1043
|
}).every((flag) => flag)].every((flag) => flag);
|
|
1004
|
-
const $
|
|
1044
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
1005
1045
|
path: _path2 + ".startunbounded",
|
|
1006
1046
|
expected: "true",
|
|
1007
1047
|
value: input3.startunbounded
|
|
@@ -1030,7 +1070,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1030
1070
|
expected: "(string | undefined)",
|
|
1031
1071
|
value: input3.range
|
|
1032
1072
|
})].every((flag) => flag);
|
|
1033
|
-
const $
|
|
1073
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
1034
1074
|
path: _path2 + ".startunbounded",
|
|
1035
1075
|
expected: "(false | undefined)",
|
|
1036
1076
|
value: input3.startunbounded
|
|
@@ -1063,7 +1103,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1063
1103
|
expected: "(string | undefined)",
|
|
1064
1104
|
value: input3.range
|
|
1065
1105
|
})].every((flag) => flag);
|
|
1066
|
-
const $
|
|
1106
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
1067
1107
|
path: _path2 + ".start",
|
|
1068
1108
|
expected: "number",
|
|
1069
1109
|
value: input3.start
|
|
@@ -1092,11 +1132,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
1092
1132
|
expected: "(string | undefined)",
|
|
1093
1133
|
value: input3.range
|
|
1094
1134
|
})].every((flag) => flag);
|
|
1095
|
-
const $
|
|
1135
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1096
1136
|
path: _path2 + ".hiddenValues",
|
|
1097
1137
|
expected: "(HiddenValues | undefined)",
|
|
1098
1138
|
value: input3.hiddenValues
|
|
1099
|
-
})) && $
|
|
1139
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1100
1140
|
path: _path2 + ".hiddenValues",
|
|
1101
1141
|
expected: "(HiddenValues | undefined)",
|
|
1102
1142
|
value: input3.hiddenValues
|
|
@@ -1163,7 +1203,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1163
1203
|
expected: "(boolean | undefined)",
|
|
1164
1204
|
value: input3.isDummyPreset
|
|
1165
1205
|
})].every((flag) => flag);
|
|
1166
|
-
const $
|
|
1206
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1167
1207
|
path: _path2 + ".id",
|
|
1168
1208
|
expected: "string",
|
|
1169
1209
|
value: input3.id
|
|
@@ -1211,7 +1251,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1211
1251
|
path: _path2 + ".values",
|
|
1212
1252
|
expected: "(TermValues | undefined)",
|
|
1213
1253
|
value: input3.values
|
|
1214
|
-
})) && $
|
|
1254
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1215
1255
|
path: _path2 + ".values",
|
|
1216
1256
|
expected: "(TermValues | undefined)",
|
|
1217
1257
|
value: input3.values
|
|
@@ -1221,19 +1261,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
1221
1261
|
value: input3.skipValuesBuild
|
|
1222
1262
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1223
1263
|
path: _path2 + ".valueConversion",
|
|
1224
|
-
expected: "(__type.
|
|
1264
|
+
expected: "(__type.o4 | undefined)",
|
|
1225
1265
|
value: input3.valueConversion
|
|
1226
|
-
})) && $
|
|
1266
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1227
1267
|
path: _path2 + ".valueConversion",
|
|
1228
|
-
expected: "(__type.
|
|
1268
|
+
expected: "(__type.o4 | undefined)",
|
|
1229
1269
|
value: input3.valueConversion
|
|
1230
1270
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1231
1271
|
path: _path2 + ".continuousColorScale",
|
|
1232
|
-
expected: "(__type.
|
|
1272
|
+
expected: "(__type.o5 | undefined)",
|
|
1233
1273
|
value: input3.continuousColorScale
|
|
1234
|
-
})) && $
|
|
1274
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1235
1275
|
path: _path2 + ".continuousColorScale",
|
|
1236
|
-
expected: "(__type.
|
|
1276
|
+
expected: "(__type.o5 | undefined)",
|
|
1237
1277
|
value: input3.continuousColorScale
|
|
1238
1278
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1239
1279
|
path: _path2 + ".unit",
|
|
@@ -1243,7 +1283,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1243
1283
|
path: _path2 + ".bins",
|
|
1244
1284
|
expected: "(PresetNumericBins | undefined)",
|
|
1245
1285
|
value: input3.bins
|
|
1246
|
-
})) && $
|
|
1286
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1247
1287
|
path: _path2 + ".bins",
|
|
1248
1288
|
expected: "(PresetNumericBins | undefined)",
|
|
1249
1289
|
value: input3.bins
|
|
@@ -1268,7 +1308,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1268
1308
|
expected: "(number | undefined)",
|
|
1269
1309
|
value: input3.stop
|
|
1270
1310
|
})].every((flag) => flag);
|
|
1271
|
-
const $
|
|
1311
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1272
1312
|
path: _path2 + ".id",
|
|
1273
1313
|
expected: "string",
|
|
1274
1314
|
value: input3.id
|
|
@@ -1316,7 +1356,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1316
1356
|
path: _path2 + ".values",
|
|
1317
1357
|
expected: "(TermValues | undefined)",
|
|
1318
1358
|
value: input3.values
|
|
1319
|
-
})) && $
|
|
1359
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1320
1360
|
path: _path2 + ".values",
|
|
1321
1361
|
expected: "(TermValues | undefined)",
|
|
1322
1362
|
value: input3.values
|
|
@@ -1326,19 +1366,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
1326
1366
|
value: input3.skipValuesBuild
|
|
1327
1367
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1328
1368
|
path: _path2 + ".valueConversion",
|
|
1329
|
-
expected: "(__type.
|
|
1369
|
+
expected: "(__type.o4 | undefined)",
|
|
1330
1370
|
value: input3.valueConversion
|
|
1331
|
-
})) && $
|
|
1371
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1332
1372
|
path: _path2 + ".valueConversion",
|
|
1333
|
-
expected: "(__type.
|
|
1373
|
+
expected: "(__type.o4 | undefined)",
|
|
1334
1374
|
value: input3.valueConversion
|
|
1335
1375
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1336
1376
|
path: _path2 + ".continuousColorScale",
|
|
1337
|
-
expected: "(__type.
|
|
1377
|
+
expected: "(__type.o5 | undefined)",
|
|
1338
1378
|
value: input3.continuousColorScale
|
|
1339
|
-
})) && $
|
|
1379
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1340
1380
|
path: _path2 + ".continuousColorScale",
|
|
1341
|
-
expected: "(__type.
|
|
1381
|
+
expected: "(__type.o5 | undefined)",
|
|
1342
1382
|
value: input3.continuousColorScale
|
|
1343
1383
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1344
1384
|
path: _path2 + ".unit",
|
|
@@ -1348,7 +1388,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1348
1388
|
path: _path2 + ".bins",
|
|
1349
1389
|
expected: "(PresetNumericBins | undefined)",
|
|
1350
1390
|
value: input3.bins
|
|
1351
|
-
})) && $
|
|
1391
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1352
1392
|
path: _path2 + ".bins",
|
|
1353
1393
|
expected: "(PresetNumericBins | undefined)",
|
|
1354
1394
|
value: input3.bins
|
|
@@ -1373,7 +1413,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1373
1413
|
expected: "number",
|
|
1374
1414
|
value: input3.stop
|
|
1375
1415
|
})].every((flag) => flag);
|
|
1376
|
-
const $
|
|
1416
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1377
1417
|
path: _path2 + ".id",
|
|
1378
1418
|
expected: "string",
|
|
1379
1419
|
value: input3.id
|
|
@@ -1421,7 +1461,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1421
1461
|
path: _path2 + ".values",
|
|
1422
1462
|
expected: "(TermValues | undefined)",
|
|
1423
1463
|
value: input3.values
|
|
1424
|
-
})) && $
|
|
1464
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1425
1465
|
path: _path2 + ".values",
|
|
1426
1466
|
expected: "(TermValues | undefined)",
|
|
1427
1467
|
value: input3.values
|
|
@@ -1431,19 +1471,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
1431
1471
|
value: input3.skipValuesBuild
|
|
1432
1472
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1433
1473
|
path: _path2 + ".valueConversion",
|
|
1434
|
-
expected: "(__type.
|
|
1474
|
+
expected: "(__type.o4 | undefined)",
|
|
1435
1475
|
value: input3.valueConversion
|
|
1436
|
-
})) && $
|
|
1476
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1437
1477
|
path: _path2 + ".valueConversion",
|
|
1438
|
-
expected: "(__type.
|
|
1478
|
+
expected: "(__type.o4 | undefined)",
|
|
1439
1479
|
value: input3.valueConversion
|
|
1440
1480
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1441
1481
|
path: _path2 + ".continuousColorScale",
|
|
1442
|
-
expected: "(__type.
|
|
1482
|
+
expected: "(__type.o5 | undefined)",
|
|
1443
1483
|
value: input3.continuousColorScale
|
|
1444
|
-
})) && $
|
|
1484
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1445
1485
|
path: _path2 + ".continuousColorScale",
|
|
1446
|
-
expected: "(__type.
|
|
1486
|
+
expected: "(__type.o5 | undefined)",
|
|
1447
1487
|
value: input3.continuousColorScale
|
|
1448
1488
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1449
1489
|
path: _path2 + ".unit",
|
|
@@ -1453,7 +1493,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1453
1493
|
path: _path2 + ".bins",
|
|
1454
1494
|
expected: "(PresetNumericBins | undefined)",
|
|
1455
1495
|
value: input3.bins
|
|
1456
|
-
})) && $
|
|
1496
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1457
1497
|
path: _path2 + ".bins",
|
|
1458
1498
|
expected: "(PresetNumericBins | undefined)",
|
|
1459
1499
|
value: input3.bins
|
|
@@ -1482,7 +1522,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1482
1522
|
expected: "(number | undefined)",
|
|
1483
1523
|
value: input3.stop
|
|
1484
1524
|
})].every((flag) => flag);
|
|
1485
|
-
const $
|
|
1525
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1486
1526
|
path: _path2 + ".id",
|
|
1487
1527
|
expected: "string",
|
|
1488
1528
|
value: input3.id
|
|
@@ -1530,7 +1570,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1530
1570
|
path: _path2 + ".values",
|
|
1531
1571
|
expected: "(TermValues | undefined)",
|
|
1532
1572
|
value: input3.values
|
|
1533
|
-
})) && $
|
|
1573
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1534
1574
|
path: _path2 + ".values",
|
|
1535
1575
|
expected: "(TermValues | undefined)",
|
|
1536
1576
|
value: input3.values
|
|
@@ -1540,19 +1580,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
1540
1580
|
value: input3.skipValuesBuild
|
|
1541
1581
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1542
1582
|
path: _path2 + ".valueConversion",
|
|
1543
|
-
expected: "(__type.
|
|
1583
|
+
expected: "(__type.o4 | undefined)",
|
|
1544
1584
|
value: input3.valueConversion
|
|
1545
|
-
})) && $
|
|
1585
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1546
1586
|
path: _path2 + ".valueConversion",
|
|
1547
|
-
expected: "(__type.
|
|
1587
|
+
expected: "(__type.o4 | undefined)",
|
|
1548
1588
|
value: input3.valueConversion
|
|
1549
1589
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1550
1590
|
path: _path2 + ".continuousColorScale",
|
|
1551
|
-
expected: "(__type.
|
|
1591
|
+
expected: "(__type.o5 | undefined)",
|
|
1552
1592
|
value: input3.continuousColorScale
|
|
1553
|
-
})) && $
|
|
1593
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1554
1594
|
path: _path2 + ".continuousColorScale",
|
|
1555
|
-
expected: "(__type.
|
|
1595
|
+
expected: "(__type.o5 | undefined)",
|
|
1556
1596
|
value: input3.continuousColorScale
|
|
1557
1597
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1558
1598
|
path: _path2 + ".unit",
|
|
@@ -1562,7 +1602,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1562
1602
|
path: _path2 + ".bins",
|
|
1563
1603
|
expected: "(PresetNumericBins | undefined)",
|
|
1564
1604
|
value: input3.bins
|
|
1565
|
-
})) && $
|
|
1605
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1566
1606
|
path: _path2 + ".bins",
|
|
1567
1607
|
expected: "(PresetNumericBins | undefined)",
|
|
1568
1608
|
value: input3.bins
|
|
@@ -1591,7 +1631,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1591
1631
|
expected: "number",
|
|
1592
1632
|
value: input3.stop
|
|
1593
1633
|
})].every((flag) => flag);
|
|
1594
|
-
const $
|
|
1634
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1595
1635
|
path: _path2 + ".id",
|
|
1596
1636
|
expected: "string",
|
|
1597
1637
|
value: input3.id
|
|
@@ -1639,7 +1679,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1639
1679
|
path: _path2 + ".values",
|
|
1640
1680
|
expected: "(TermValues | undefined)",
|
|
1641
1681
|
value: input3.values
|
|
1642
|
-
})) && $
|
|
1682
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1643
1683
|
path: _path2 + ".values",
|
|
1644
1684
|
expected: "(TermValues | undefined)",
|
|
1645
1685
|
value: input3.values
|
|
@@ -1649,19 +1689,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
1649
1689
|
value: input3.skipValuesBuild
|
|
1650
1690
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1651
1691
|
path: _path2 + ".valueConversion",
|
|
1652
|
-
expected: "(__type.
|
|
1692
|
+
expected: "(__type.o4 | undefined)",
|
|
1653
1693
|
value: input3.valueConversion
|
|
1654
|
-
})) && $
|
|
1694
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1655
1695
|
path: _path2 + ".valueConversion",
|
|
1656
|
-
expected: "(__type.
|
|
1696
|
+
expected: "(__type.o4 | undefined)",
|
|
1657
1697
|
value: input3.valueConversion
|
|
1658
1698
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1659
1699
|
path: _path2 + ".continuousColorScale",
|
|
1660
|
-
expected: "(__type.
|
|
1700
|
+
expected: "(__type.o5 | undefined)",
|
|
1661
1701
|
value: input3.continuousColorScale
|
|
1662
|
-
})) && $
|
|
1702
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1663
1703
|
path: _path2 + ".continuousColorScale",
|
|
1664
|
-
expected: "(__type.
|
|
1704
|
+
expected: "(__type.o5 | undefined)",
|
|
1665
1705
|
value: input3.continuousColorScale
|
|
1666
1706
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1667
1707
|
path: _path2 + ".unit",
|
|
@@ -1675,12 +1715,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1675
1715
|
path: _path2 + ".bins",
|
|
1676
1716
|
expected: "(PresetNumericBins | undefined)",
|
|
1677
1717
|
value: input3.bins
|
|
1678
|
-
})) && $
|
|
1718
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1679
1719
|
path: _path2 + ".bins",
|
|
1680
1720
|
expected: "(PresetNumericBins | undefined)",
|
|
1681
1721
|
value: input3.bins
|
|
1682
1722
|
})].every((flag) => flag);
|
|
1683
|
-
const $
|
|
1723
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1684
1724
|
path: _path2 + ".id",
|
|
1685
1725
|
expected: "string",
|
|
1686
1726
|
value: input3.id
|
|
@@ -1728,7 +1768,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1728
1768
|
path: _path2 + ".values",
|
|
1729
1769
|
expected: "(TermValues | undefined)",
|
|
1730
1770
|
value: input3.values
|
|
1731
|
-
})) && $
|
|
1771
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1732
1772
|
path: _path2 + ".values",
|
|
1733
1773
|
expected: "(TermValues | undefined)",
|
|
1734
1774
|
value: input3.values
|
|
@@ -1738,19 +1778,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
1738
1778
|
value: input3.skipValuesBuild
|
|
1739
1779
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1740
1780
|
path: _path2 + ".valueConversion",
|
|
1741
|
-
expected: "(__type.
|
|
1781
|
+
expected: "(__type.o4 | undefined)",
|
|
1742
1782
|
value: input3.valueConversion
|
|
1743
|
-
})) && $
|
|
1783
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1744
1784
|
path: _path2 + ".valueConversion",
|
|
1745
|
-
expected: "(__type.
|
|
1785
|
+
expected: "(__type.o4 | undefined)",
|
|
1746
1786
|
value: input3.valueConversion
|
|
1747
1787
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1748
1788
|
path: _path2 + ".continuousColorScale",
|
|
1749
|
-
expected: "(__type.
|
|
1789
|
+
expected: "(__type.o5 | undefined)",
|
|
1750
1790
|
value: input3.continuousColorScale
|
|
1751
|
-
})) && $
|
|
1791
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1752
1792
|
path: _path2 + ".continuousColorScale",
|
|
1753
|
-
expected: "(__type.
|
|
1793
|
+
expected: "(__type.o5 | undefined)",
|
|
1754
1794
|
value: input3.continuousColorScale
|
|
1755
1795
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1756
1796
|
path: _path2 + ".unit",
|
|
@@ -1764,7 +1804,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1764
1804
|
path: _path2 + ".bins",
|
|
1765
1805
|
expected: "(PresetNumericBins | undefined)",
|
|
1766
1806
|
value: input3.bins
|
|
1767
|
-
})) && $
|
|
1807
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1768
1808
|
path: _path2 + ".bins",
|
|
1769
1809
|
expected: "(PresetNumericBins | undefined)",
|
|
1770
1810
|
value: input3.bins
|
|
@@ -1772,12 +1812,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1772
1812
|
path: _path2 + ".proteomeDetails",
|
|
1773
1813
|
expected: "ProteomeDetails",
|
|
1774
1814
|
value: input3.proteomeDetails
|
|
1775
|
-
})) && $
|
|
1815
|
+
})) && $vo28(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1776
1816
|
path: _path2 + ".proteomeDetails",
|
|
1777
1817
|
expected: "ProteomeDetails",
|
|
1778
1818
|
value: input3.proteomeDetails
|
|
1779
1819
|
})].every((flag) => flag);
|
|
1780
|
-
const $
|
|
1820
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
|
|
1781
1821
|
path: _path2 + ".assay",
|
|
1782
1822
|
expected: "string",
|
|
1783
1823
|
value: input3.assay
|
|
@@ -1786,7 +1826,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1786
1826
|
expected: "string",
|
|
1787
1827
|
value: input3.cohort
|
|
1788
1828
|
})].every((flag) => flag);
|
|
1789
|
-
const $
|
|
1829
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1790
1830
|
path: _path2 + ".id",
|
|
1791
1831
|
expected: "string",
|
|
1792
1832
|
value: input3.id
|
|
@@ -1834,7 +1874,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1834
1874
|
path: _path2 + ".values",
|
|
1835
1875
|
expected: "(TermValues | undefined)",
|
|
1836
1876
|
value: input3.values
|
|
1837
|
-
})) && $
|
|
1877
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1838
1878
|
path: _path2 + ".values",
|
|
1839
1879
|
expected: "(TermValues | undefined)",
|
|
1840
1880
|
value: input3.values
|
|
@@ -1844,19 +1884,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
1844
1884
|
value: input3.skipValuesBuild
|
|
1845
1885
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1846
1886
|
path: _path2 + ".valueConversion",
|
|
1847
|
-
expected: "(__type.
|
|
1887
|
+
expected: "(__type.o4 | undefined)",
|
|
1848
1888
|
value: input3.valueConversion
|
|
1849
|
-
})) && $
|
|
1889
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1850
1890
|
path: _path2 + ".valueConversion",
|
|
1851
|
-
expected: "(__type.
|
|
1891
|
+
expected: "(__type.o4 | undefined)",
|
|
1852
1892
|
value: input3.valueConversion
|
|
1853
1893
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1854
1894
|
path: _path2 + ".continuousColorScale",
|
|
1855
|
-
expected: "(__type.
|
|
1895
|
+
expected: "(__type.o5 | undefined)",
|
|
1856
1896
|
value: input3.continuousColorScale
|
|
1857
|
-
})) && $
|
|
1897
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1858
1898
|
path: _path2 + ".continuousColorScale",
|
|
1859
|
-
expected: "(__type.
|
|
1899
|
+
expected: "(__type.o5 | undefined)",
|
|
1860
1900
|
value: input3.continuousColorScale
|
|
1861
1901
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1862
1902
|
path: _path2 + ".unit",
|
|
@@ -1866,12 +1906,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1866
1906
|
path: _path2 + ".bins",
|
|
1867
1907
|
expected: "(PresetNumericBins | undefined)",
|
|
1868
1908
|
value: input3.bins
|
|
1869
|
-
})) && $
|
|
1909
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1870
1910
|
path: _path2 + ".bins",
|
|
1871
1911
|
expected: "(PresetNumericBins | undefined)",
|
|
1872
1912
|
value: input3.bins
|
|
1873
1913
|
})].every((flag) => flag);
|
|
1874
|
-
const $
|
|
1914
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1875
1915
|
path: _path2 + ".id",
|
|
1876
1916
|
expected: "string",
|
|
1877
1917
|
value: input3.id
|
|
@@ -1919,7 +1959,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1919
1959
|
path: _path2 + ".values",
|
|
1920
1960
|
expected: "(TermValues | undefined)",
|
|
1921
1961
|
value: input3.values
|
|
1922
|
-
})) && $
|
|
1962
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1923
1963
|
path: _path2 + ".values",
|
|
1924
1964
|
expected: "(TermValues | undefined)",
|
|
1925
1965
|
value: input3.values
|
|
@@ -1929,19 +1969,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
1929
1969
|
value: input3.skipValuesBuild
|
|
1930
1970
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1931
1971
|
path: _path2 + ".valueConversion",
|
|
1932
|
-
expected: "(__type.
|
|
1972
|
+
expected: "(__type.o4 | undefined)",
|
|
1933
1973
|
value: input3.valueConversion
|
|
1934
|
-
})) && $
|
|
1974
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1935
1975
|
path: _path2 + ".valueConversion",
|
|
1936
|
-
expected: "(__type.
|
|
1976
|
+
expected: "(__type.o4 | undefined)",
|
|
1937
1977
|
value: input3.valueConversion
|
|
1938
1978
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1939
1979
|
path: _path2 + ".continuousColorScale",
|
|
1940
|
-
expected: "(__type.
|
|
1980
|
+
expected: "(__type.o5 | undefined)",
|
|
1941
1981
|
value: input3.continuousColorScale
|
|
1942
|
-
})) && $
|
|
1982
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1943
1983
|
path: _path2 + ".continuousColorScale",
|
|
1944
|
-
expected: "(__type.
|
|
1984
|
+
expected: "(__type.o5 | undefined)",
|
|
1945
1985
|
value: input3.continuousColorScale
|
|
1946
1986
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1947
1987
|
path: _path2 + ".unit",
|
|
@@ -1963,12 +2003,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1963
2003
|
path: _path2 + ".bins",
|
|
1964
2004
|
expected: "(PresetNumericBins | undefined)",
|
|
1965
2005
|
value: input3.bins
|
|
1966
|
-
})) && $
|
|
2006
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1967
2007
|
path: _path2 + ".bins",
|
|
1968
2008
|
expected: "(PresetNumericBins | undefined)",
|
|
1969
2009
|
value: input3.bins
|
|
1970
2010
|
})].every((flag) => flag);
|
|
1971
|
-
const $
|
|
2011
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1972
2012
|
path: _path2 + ".id",
|
|
1973
2013
|
expected: "string",
|
|
1974
2014
|
value: input3.id
|
|
@@ -2016,7 +2056,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2016
2056
|
path: _path2 + ".values",
|
|
2017
2057
|
expected: "(TermValues | undefined)",
|
|
2018
2058
|
value: input3.values
|
|
2019
|
-
})) && $
|
|
2059
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2020
2060
|
path: _path2 + ".values",
|
|
2021
2061
|
expected: "(TermValues | undefined)",
|
|
2022
2062
|
value: input3.values
|
|
@@ -2026,19 +2066,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
2026
2066
|
value: input3.skipValuesBuild
|
|
2027
2067
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2028
2068
|
path: _path2 + ".valueConversion",
|
|
2029
|
-
expected: "(__type.
|
|
2069
|
+
expected: "(__type.o4 | undefined)",
|
|
2030
2070
|
value: input3.valueConversion
|
|
2031
|
-
})) && $
|
|
2071
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2032
2072
|
path: _path2 + ".valueConversion",
|
|
2033
|
-
expected: "(__type.
|
|
2073
|
+
expected: "(__type.o4 | undefined)",
|
|
2034
2074
|
value: input3.valueConversion
|
|
2035
2075
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2036
2076
|
path: _path2 + ".continuousColorScale",
|
|
2037
|
-
expected: "(__type.
|
|
2077
|
+
expected: "(__type.o5 | undefined)",
|
|
2038
2078
|
value: input3.continuousColorScale
|
|
2039
|
-
})) && $
|
|
2079
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2040
2080
|
path: _path2 + ".continuousColorScale",
|
|
2041
|
-
expected: "(__type.
|
|
2081
|
+
expected: "(__type.o5 | undefined)",
|
|
2042
2082
|
value: input3.continuousColorScale
|
|
2043
2083
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2044
2084
|
path: _path2 + ".unit",
|
|
@@ -2056,16 +2096,20 @@ var validDescrStatsRequest = (input) => {
|
|
|
2056
2096
|
path: _path2 + ".stop",
|
|
2057
2097
|
expected: "number",
|
|
2058
2098
|
value: input3.stop
|
|
2099
|
+
}), "gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType || $report(_exceptionable2, {
|
|
2100
|
+
path: _path2 + ".genomicFeatureType",
|
|
2101
|
+
expected: '("enhancer" | "gene" | "promoter" | "region")',
|
|
2102
|
+
value: input3.genomicFeatureType
|
|
2059
2103
|
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2060
2104
|
path: _path2 + ".bins",
|
|
2061
2105
|
expected: "(PresetNumericBins | undefined)",
|
|
2062
2106
|
value: input3.bins
|
|
2063
|
-
})) && $
|
|
2107
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2064
2108
|
path: _path2 + ".bins",
|
|
2065
2109
|
expected: "(PresetNumericBins | undefined)",
|
|
2066
2110
|
value: input3.bins
|
|
2067
2111
|
})].every((flag) => flag);
|
|
2068
|
-
const $
|
|
2112
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2069
2113
|
path: _path2 + ".id",
|
|
2070
2114
|
expected: "string",
|
|
2071
2115
|
value: input3.id
|
|
@@ -2113,7 +2157,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2113
2157
|
path: _path2 + ".values",
|
|
2114
2158
|
expected: "(TermValues | undefined)",
|
|
2115
2159
|
value: input3.values
|
|
2116
|
-
})) && $
|
|
2160
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2117
2161
|
path: _path2 + ".values",
|
|
2118
2162
|
expected: "(TermValues | undefined)",
|
|
2119
2163
|
value: input3.values
|
|
@@ -2123,19 +2167,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
2123
2167
|
value: input3.skipValuesBuild
|
|
2124
2168
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2125
2169
|
path: _path2 + ".valueConversion",
|
|
2126
|
-
expected: "(__type.
|
|
2170
|
+
expected: "(__type.o4 | undefined)",
|
|
2127
2171
|
value: input3.valueConversion
|
|
2128
|
-
})) && $
|
|
2172
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2129
2173
|
path: _path2 + ".valueConversion",
|
|
2130
|
-
expected: "(__type.
|
|
2174
|
+
expected: "(__type.o4 | undefined)",
|
|
2131
2175
|
value: input3.valueConversion
|
|
2132
2176
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2133
2177
|
path: _path2 + ".continuousColorScale",
|
|
2134
|
-
expected: "(__type.
|
|
2178
|
+
expected: "(__type.o5 | undefined)",
|
|
2135
2179
|
value: input3.continuousColorScale
|
|
2136
|
-
})) && $
|
|
2180
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2137
2181
|
path: _path2 + ".continuousColorScale",
|
|
2138
|
-
expected: "(__type.
|
|
2182
|
+
expected: "(__type.o5 | undefined)",
|
|
2139
2183
|
value: input3.continuousColorScale
|
|
2140
2184
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2141
2185
|
path: _path2 + ".unit",
|
|
@@ -2153,7 +2197,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2153
2197
|
path: _path2 + ".bins",
|
|
2154
2198
|
expected: "(PresetNumericBins | undefined)",
|
|
2155
2199
|
value: input3.bins
|
|
2156
|
-
})) && $
|
|
2200
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2157
2201
|
path: _path2 + ".bins",
|
|
2158
2202
|
expected: "(PresetNumericBins | undefined)",
|
|
2159
2203
|
value: input3.bins
|
|
@@ -2174,7 +2218,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2174
2218
|
expected: "(number | undefined)",
|
|
2175
2219
|
value: input3.stop
|
|
2176
2220
|
})].every((flag) => flag);
|
|
2177
|
-
const $
|
|
2221
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2178
2222
|
path: _path2 + ".id",
|
|
2179
2223
|
expected: "string",
|
|
2180
2224
|
value: input3.id
|
|
@@ -2222,7 +2266,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2222
2266
|
path: _path2 + ".values",
|
|
2223
2267
|
expected: "(TermValues | undefined)",
|
|
2224
2268
|
value: input3.values
|
|
2225
|
-
})) && $
|
|
2269
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2226
2270
|
path: _path2 + ".values",
|
|
2227
2271
|
expected: "(TermValues | undefined)",
|
|
2228
2272
|
value: input3.values
|
|
@@ -2232,19 +2276,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
2232
2276
|
value: input3.skipValuesBuild
|
|
2233
2277
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2234
2278
|
path: _path2 + ".valueConversion",
|
|
2235
|
-
expected: "(__type.
|
|
2279
|
+
expected: "(__type.o4 | undefined)",
|
|
2236
2280
|
value: input3.valueConversion
|
|
2237
|
-
})) && $
|
|
2281
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2238
2282
|
path: _path2 + ".valueConversion",
|
|
2239
|
-
expected: "(__type.
|
|
2283
|
+
expected: "(__type.o4 | undefined)",
|
|
2240
2284
|
value: input3.valueConversion
|
|
2241
2285
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2242
2286
|
path: _path2 + ".continuousColorScale",
|
|
2243
|
-
expected: "(__type.
|
|
2287
|
+
expected: "(__type.o5 | undefined)",
|
|
2244
2288
|
value: input3.continuousColorScale
|
|
2245
|
-
})) && $
|
|
2289
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2246
2290
|
path: _path2 + ".continuousColorScale",
|
|
2247
|
-
expected: "(__type.
|
|
2291
|
+
expected: "(__type.o5 | undefined)",
|
|
2248
2292
|
value: input3.continuousColorScale
|
|
2249
2293
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2250
2294
|
path: _path2 + ".unit",
|
|
@@ -2262,7 +2306,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2262
2306
|
path: _path2 + ".bins",
|
|
2263
2307
|
expected: "(PresetNumericBins | undefined)",
|
|
2264
2308
|
value: input3.bins
|
|
2265
|
-
})) && $
|
|
2309
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2266
2310
|
path: _path2 + ".bins",
|
|
2267
2311
|
expected: "(PresetNumericBins | undefined)",
|
|
2268
2312
|
value: input3.bins
|
|
@@ -2283,7 +2327,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2283
2327
|
expected: "number",
|
|
2284
2328
|
value: input3.stop
|
|
2285
2329
|
})].every((flag) => flag);
|
|
2286
|
-
const $
|
|
2330
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2287
2331
|
path: _path2 + ".value",
|
|
2288
2332
|
expected: "number",
|
|
2289
2333
|
value: input3.value
|
|
@@ -2296,7 +2340,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2296
2340
|
expected: "(string | undefined)",
|
|
2297
2341
|
value: input3.name
|
|
2298
2342
|
})].every((flag) => flag);
|
|
2299
|
-
const $
|
|
2343
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2300
2344
|
path: _path2 + ".key",
|
|
2301
2345
|
expected: "string",
|
|
2302
2346
|
value: input3.key
|
|
@@ -2313,7 +2357,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2313
2357
|
expected: "(string | undefined)",
|
|
2314
2358
|
value: input3.label
|
|
2315
2359
|
})].every((flag) => flag);
|
|
2316
|
-
const $
|
|
2360
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2317
2361
|
path: _path2 + ".join",
|
|
2318
2362
|
expected: "(string | undefined)",
|
|
2319
2363
|
value: input3.join
|
|
@@ -2345,7 +2389,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2345
2389
|
path: _path2 + ".term",
|
|
2346
2390
|
expected: "ConditionTerm",
|
|
2347
2391
|
value: input3.term
|
|
2348
|
-
})) && $
|
|
2392
|
+
})) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2349
2393
|
path: _path2 + ".term",
|
|
2350
2394
|
expected: "ConditionTerm",
|
|
2351
2395
|
value: input3.term
|
|
@@ -2357,7 +2401,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2357
2401
|
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2358
2402
|
expected: "GradeAndChildEntry",
|
|
2359
2403
|
value: elem
|
|
2360
|
-
})) && $
|
|
2404
|
+
})) && $vo38(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2361
2405
|
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2362
2406
|
expected: "GradeAndChildEntry",
|
|
2363
2407
|
value: elem
|
|
@@ -2371,18 +2415,18 @@ var validDescrStatsRequest = (input) => {
|
|
|
2371
2415
|
value: input3.values
|
|
2372
2416
|
})) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2373
2417
|
path: _path2 + ".values[" + _index34 + "]",
|
|
2374
|
-
expected: "__type.
|
|
2418
|
+
expected: "__type.o8",
|
|
2375
2419
|
value: elem
|
|
2376
|
-
})) && $
|
|
2420
|
+
})) && $vo39(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2377
2421
|
path: _path2 + ".values[" + _index34 + "]",
|
|
2378
|
-
expected: "__type.
|
|
2422
|
+
expected: "__type.o8",
|
|
2379
2423
|
value: elem
|
|
2380
2424
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2381
2425
|
path: _path2 + ".values",
|
|
2382
2426
|
expected: "Array<__type>.o1",
|
|
2383
2427
|
value: input3.values
|
|
2384
2428
|
})].every((flag) => flag);
|
|
2385
|
-
const $
|
|
2429
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2386
2430
|
path: _path2 + ".id",
|
|
2387
2431
|
expected: "string",
|
|
2388
2432
|
value: input3.id
|
|
@@ -2430,7 +2474,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2430
2474
|
path: _path2 + ".values",
|
|
2431
2475
|
expected: "(TermValues | undefined)",
|
|
2432
2476
|
value: input3.values
|
|
2433
|
-
})) && $
|
|
2477
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2434
2478
|
path: _path2 + ".values",
|
|
2435
2479
|
expected: "(TermValues | undefined)",
|
|
2436
2480
|
value: input3.values
|
|
@@ -2440,14 +2484,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
2440
2484
|
value: input3.skipValuesBuild
|
|
2441
2485
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2442
2486
|
path: _path2 + ".valueConversion",
|
|
2443
|
-
expected: "(__type.
|
|
2487
|
+
expected: "(__type.o4 | undefined)",
|
|
2444
2488
|
value: input3.valueConversion
|
|
2445
|
-
})) && $
|
|
2489
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2446
2490
|
path: _path2 + ".valueConversion",
|
|
2447
|
-
expected: "(__type.
|
|
2491
|
+
expected: "(__type.o4 | undefined)",
|
|
2448
2492
|
value: input3.valueConversion
|
|
2449
2493
|
})].every((flag) => flag);
|
|
2450
|
-
const $
|
|
2494
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2451
2495
|
path: _path2 + ".grade",
|
|
2452
2496
|
expected: "number",
|
|
2453
2497
|
value: input3.grade
|
|
@@ -2464,7 +2508,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2464
2508
|
expected: "string",
|
|
2465
2509
|
value: input3.child_label
|
|
2466
2510
|
})].every((flag) => flag);
|
|
2467
|
-
const $
|
|
2511
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2468
2512
|
path: _path2 + ".key",
|
|
2469
2513
|
expected: "(number | string)",
|
|
2470
2514
|
value: input3.key
|
|
@@ -2482,7 +2526,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2482
2526
|
return true;
|
|
2483
2527
|
return true;
|
|
2484
2528
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2485
|
-
const $
|
|
2529
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2486
2530
|
path: _path2 + ".join",
|
|
2487
2531
|
expected: "(string | undefined)",
|
|
2488
2532
|
value: input3.join
|
|
@@ -2514,7 +2558,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2514
2558
|
path: _path2 + ".term",
|
|
2515
2559
|
expected: "DtTerm",
|
|
2516
2560
|
value: input3.term
|
|
2517
|
-
})) && $
|
|
2561
|
+
})) && $vo41(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2518
2562
|
path: _path2 + ".term",
|
|
2519
2563
|
expected: "DtTerm",
|
|
2520
2564
|
value: input3.term
|
|
@@ -2526,7 +2570,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2526
2570
|
path: _path2 + ".values[" + _index37 + "]",
|
|
2527
2571
|
expected: "GeneVariantValue",
|
|
2528
2572
|
value: elem
|
|
2529
|
-
})) && $
|
|
2573
|
+
})) && $vo51(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2530
2574
|
path: _path2 + ".values[" + _index37 + "]",
|
|
2531
2575
|
expected: "GeneVariantValue",
|
|
2532
2576
|
value: elem
|
|
@@ -2575,7 +2619,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2575
2619
|
expected: "(number | undefined)",
|
|
2576
2620
|
value: input3.fractionOverlap
|
|
2577
2621
|
})].every((flag) => flag);
|
|
2578
|
-
const $
|
|
2622
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2579
2623
|
path: _path2 + ".id",
|
|
2580
2624
|
expected: "string",
|
|
2581
2625
|
value: input3.id
|
|
@@ -2619,12 +2663,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2619
2663
|
path: _path2 + ".values",
|
|
2620
2664
|
expected: "TermValues",
|
|
2621
2665
|
value: input3.values
|
|
2622
|
-
})) && $
|
|
2666
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2623
2667
|
path: _path2 + ".values",
|
|
2624
2668
|
expected: "TermValues",
|
|
2625
2669
|
value: input3.values
|
|
2626
2670
|
})].every((flag) => flag);
|
|
2627
|
-
const $
|
|
2671
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2628
2672
|
path: _path2 + ".id",
|
|
2629
2673
|
expected: "string",
|
|
2630
2674
|
value: input3.id
|
|
@@ -2672,7 +2716,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2672
2716
|
path: _path2 + ".values",
|
|
2673
2717
|
expected: "(TermValues | undefined)",
|
|
2674
2718
|
value: input3.values
|
|
2675
|
-
})) && $
|
|
2719
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2676
2720
|
path: _path2 + ".values",
|
|
2677
2721
|
expected: "(TermValues | undefined)",
|
|
2678
2722
|
value: input3.values
|
|
@@ -2682,11 +2726,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2682
2726
|
value: input3.skipValuesBuild
|
|
2683
2727
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2684
2728
|
path: _path2 + ".valueConversion",
|
|
2685
|
-
expected: "(__type.
|
|
2729
|
+
expected: "(__type.o4 | undefined)",
|
|
2686
2730
|
value: input3.valueConversion
|
|
2687
|
-
})) && $
|
|
2731
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2688
2732
|
path: _path2 + ".valueConversion",
|
|
2689
|
-
expected: "(__type.
|
|
2733
|
+
expected: "(__type.o4 | undefined)",
|
|
2690
2734
|
value: input3.valueConversion
|
|
2691
2735
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2692
2736
|
path: _path2 + ".kind",
|
|
@@ -2728,7 +2772,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2728
2772
|
path: _path2 + ".groupsetting",
|
|
2729
2773
|
expected: "(TermGroupSetting | undefined)",
|
|
2730
2774
|
value: input3.groupsetting
|
|
2731
|
-
})) && $
|
|
2775
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2732
2776
|
path: _path2 + ".groupsetting",
|
|
2733
2777
|
expected: "(TermGroupSetting | undefined)",
|
|
2734
2778
|
value: input3.groupsetting
|
|
@@ -2740,7 +2784,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2740
2784
|
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2741
2785
|
expected: "DtTerm",
|
|
2742
2786
|
value: elem
|
|
2743
|
-
})) && $
|
|
2787
|
+
})) && $vo41(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2744
2788
|
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2745
2789
|
expected: "DtTerm",
|
|
2746
2790
|
value: elem
|
|
@@ -2749,7 +2793,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2749
2793
|
expected: "(Array<DtTerm> | undefined)",
|
|
2750
2794
|
value: input3.childTerms
|
|
2751
2795
|
})].every((flag) => flag);
|
|
2752
|
-
const $
|
|
2796
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2753
2797
|
path: _path2 + ".id",
|
|
2754
2798
|
expected: "string",
|
|
2755
2799
|
value: input3.id
|
|
@@ -2797,7 +2841,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2797
2841
|
path: _path2 + ".values",
|
|
2798
2842
|
expected: "(TermValues | undefined)",
|
|
2799
2843
|
value: input3.values
|
|
2800
|
-
})) && $
|
|
2844
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2801
2845
|
path: _path2 + ".values",
|
|
2802
2846
|
expected: "(TermValues | undefined)",
|
|
2803
2847
|
value: input3.values
|
|
@@ -2807,11 +2851,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2807
2851
|
value: input3.skipValuesBuild
|
|
2808
2852
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2809
2853
|
path: _path2 + ".valueConversion",
|
|
2810
|
-
expected: "(__type.
|
|
2854
|
+
expected: "(__type.o4 | undefined)",
|
|
2811
2855
|
value: input3.valueConversion
|
|
2812
|
-
})) && $
|
|
2856
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2813
2857
|
path: _path2 + ".valueConversion",
|
|
2814
|
-
expected: "(__type.
|
|
2858
|
+
expected: "(__type.o4 | undefined)",
|
|
2815
2859
|
value: input3.valueConversion
|
|
2816
2860
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2817
2861
|
path: _path2 + ".kind",
|
|
@@ -2834,7 +2878,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2834
2878
|
expected: "(number | undefined)",
|
|
2835
2879
|
value: input3.stop
|
|
2836
2880
|
})].every((flag) => flag);
|
|
2837
|
-
const $
|
|
2881
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2838
2882
|
path: _path2 + ".id",
|
|
2839
2883
|
expected: "string",
|
|
2840
2884
|
value: input3.id
|
|
@@ -2882,7 +2926,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2882
2926
|
path: _path2 + ".values",
|
|
2883
2927
|
expected: "(TermValues | undefined)",
|
|
2884
2928
|
value: input3.values
|
|
2885
|
-
})) && $
|
|
2929
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2886
2930
|
path: _path2 + ".values",
|
|
2887
2931
|
expected: "(TermValues | undefined)",
|
|
2888
2932
|
value: input3.values
|
|
@@ -2892,11 +2936,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2892
2936
|
value: input3.skipValuesBuild
|
|
2893
2937
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2894
2938
|
path: _path2 + ".valueConversion",
|
|
2895
|
-
expected: "(__type.
|
|
2939
|
+
expected: "(__type.o4 | undefined)",
|
|
2896
2940
|
value: input3.valueConversion
|
|
2897
|
-
})) && $
|
|
2941
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2898
2942
|
path: _path2 + ".valueConversion",
|
|
2899
|
-
expected: "(__type.
|
|
2943
|
+
expected: "(__type.o4 | undefined)",
|
|
2900
2944
|
value: input3.valueConversion
|
|
2901
2945
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2902
2946
|
path: _path2 + ".kind",
|
|
@@ -2915,7 +2959,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2915
2959
|
expected: "number",
|
|
2916
2960
|
value: input3.stop
|
|
2917
2961
|
})].every((flag) => flag);
|
|
2918
|
-
const $
|
|
2962
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2919
2963
|
path: _path2 + ".disabled",
|
|
2920
2964
|
expected: "boolean",
|
|
2921
2965
|
value: input3.disabled
|
|
@@ -2927,7 +2971,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2927
2971
|
path: _path2 + ".lst[" + _index46 + "]",
|
|
2928
2972
|
expected: "Groupset",
|
|
2929
2973
|
value: elem
|
|
2930
|
-
})) && $
|
|
2974
|
+
})) && $vo46(elem, _path2 + ".lst[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2931
2975
|
path: _path2 + ".lst[" + _index46 + "]",
|
|
2932
2976
|
expected: "Groupset",
|
|
2933
2977
|
value: elem
|
|
@@ -2936,7 +2980,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2936
2980
|
expected: "(Array<Groupset> | undefined)",
|
|
2937
2981
|
value: input3.lst
|
|
2938
2982
|
})].every((flag) => flag);
|
|
2939
|
-
const $
|
|
2983
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2940
2984
|
path: _path2 + ".name",
|
|
2941
2985
|
expected: "string",
|
|
2942
2986
|
value: input3.name
|
|
@@ -2969,7 +3013,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2969
3013
|
expected: "Array<GroupEntry>",
|
|
2970
3014
|
value: input3.groups
|
|
2971
3015
|
})].every((flag) => flag);
|
|
2972
|
-
const $
|
|
3016
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2973
3017
|
path: _path2 + ".name",
|
|
2974
3018
|
expected: "string",
|
|
2975
3019
|
value: input3.name
|
|
@@ -2983,11 +3027,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2983
3027
|
value: input3.values
|
|
2984
3028
|
})) && input3.values.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2985
3029
|
path: _path2 + ".values[" + _index48 + "]",
|
|
2986
|
-
expected: "__type.
|
|
3030
|
+
expected: "__type.o9",
|
|
2987
3031
|
value: elem
|
|
2988
|
-
})) && $
|
|
3032
|
+
})) && $vo48(elem, _path2 + ".values[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2989
3033
|
path: _path2 + ".values[" + _index48 + "]",
|
|
2990
|
-
expected: "__type.
|
|
3034
|
+
expected: "__type.o9",
|
|
2991
3035
|
value: elem
|
|
2992
3036
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2993
3037
|
path: _path2 + ".values",
|
|
@@ -2998,7 +3042,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2998
3042
|
expected: "(boolean | undefined)",
|
|
2999
3043
|
value: input3.uncomputable
|
|
3000
3044
|
})].every((flag) => flag);
|
|
3001
|
-
const $
|
|
3045
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
3002
3046
|
path: _path2 + ".key",
|
|
3003
3047
|
expected: "(number | string)",
|
|
3004
3048
|
value: input3.key
|
|
@@ -3007,7 +3051,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3007
3051
|
expected: "string",
|
|
3008
3052
|
value: input3.label
|
|
3009
3053
|
})].every((flag) => flag);
|
|
3010
|
-
const $
|
|
3054
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3011
3055
|
path: _path2 + ".name",
|
|
3012
3056
|
expected: "string",
|
|
3013
3057
|
value: input3.name
|
|
@@ -3019,7 +3063,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3019
3063
|
path: _path2 + ".filter",
|
|
3020
3064
|
expected: "Filter",
|
|
3021
3065
|
value: input3.filter
|
|
3022
|
-
})) && $
|
|
3066
|
+
})) && $vo8(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
3023
3067
|
path: _path2 + ".filter",
|
|
3024
3068
|
expected: "Filter",
|
|
3025
3069
|
value: input3.filter
|
|
@@ -3028,7 +3072,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3028
3072
|
expected: "string",
|
|
3029
3073
|
value: input3.color
|
|
3030
3074
|
})].every((flag) => flag);
|
|
3031
|
-
const $
|
|
3075
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3032
3076
|
path: _path2 + ".id",
|
|
3033
3077
|
expected: "string",
|
|
3034
3078
|
value: input3.id
|
|
@@ -3076,7 +3120,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3076
3120
|
path: _path2 + ".values",
|
|
3077
3121
|
expected: "(TermValues | undefined)",
|
|
3078
3122
|
value: input3.values
|
|
3079
|
-
})) && $
|
|
3123
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3080
3124
|
path: _path2 + ".values",
|
|
3081
3125
|
expected: "(TermValues | undefined)",
|
|
3082
3126
|
value: input3.values
|
|
@@ -3086,11 +3130,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3086
3130
|
value: input3.skipValuesBuild
|
|
3087
3131
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3088
3132
|
path: _path2 + ".valueConversion",
|
|
3089
|
-
expected: "(__type.
|
|
3133
|
+
expected: "(__type.o4 | undefined)",
|
|
3090
3134
|
value: input3.valueConversion
|
|
3091
|
-
})) && $
|
|
3135
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3092
3136
|
path: _path2 + ".valueConversion",
|
|
3093
|
-
expected: "(__type.
|
|
3137
|
+
expected: "(__type.o4 | undefined)",
|
|
3094
3138
|
value: input3.valueConversion
|
|
3095
3139
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3096
3140
|
path: _path2 + ".kind",
|
|
@@ -3128,7 +3172,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3128
3172
|
path: _path2 + ".groupsetting",
|
|
3129
3173
|
expected: "(TermGroupSetting | undefined)",
|
|
3130
3174
|
value: input3.groupsetting
|
|
3131
|
-
})) && $
|
|
3175
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3132
3176
|
path: _path2 + ".groupsetting",
|
|
3133
3177
|
expected: "(TermGroupSetting | undefined)",
|
|
3134
3178
|
value: input3.groupsetting
|
|
@@ -3140,7 +3184,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3140
3184
|
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
3141
3185
|
expected: "DtTerm",
|
|
3142
3186
|
value: elem
|
|
3143
|
-
})) && $
|
|
3187
|
+
})) && $vo41(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3144
3188
|
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
3145
3189
|
expected: "DtTerm",
|
|
3146
3190
|
value: elem
|
|
@@ -3149,7 +3193,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3149
3193
|
expected: "(Array<DtTerm> | undefined)",
|
|
3150
3194
|
value: input3.childTerms
|
|
3151
3195
|
})].every((flag) => flag);
|
|
3152
|
-
const $
|
|
3196
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
3153
3197
|
path: _path2 + ".key",
|
|
3154
3198
|
expected: "(string | undefined)",
|
|
3155
3199
|
value: input3.key
|
|
@@ -3194,7 +3238,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3194
3238
|
expected: "(string | undefined)",
|
|
3195
3239
|
value: input3.origin
|
|
3196
3240
|
})].every((flag) => flag);
|
|
3197
|
-
const $
|
|
3241
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
3198
3242
|
path: _path2 + ".join",
|
|
3199
3243
|
expected: "(string | undefined)",
|
|
3200
3244
|
value: input3.join
|
|
@@ -3235,7 +3279,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3235
3279
|
expected: "number",
|
|
3236
3280
|
value: input3.ratio
|
|
3237
3281
|
})].every((flag) => flag);
|
|
3238
|
-
const $
|
|
3282
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3239
3283
|
path: _path2 + ".id",
|
|
3240
3284
|
expected: "string",
|
|
3241
3285
|
value: input3.id
|
|
@@ -3283,7 +3327,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3283
3327
|
path: _path2 + ".values",
|
|
3284
3328
|
expected: "(TermValues | undefined)",
|
|
3285
3329
|
value: input3.values
|
|
3286
|
-
})) && $
|
|
3330
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3287
3331
|
path: _path2 + ".values",
|
|
3288
3332
|
expected: "(TermValues | undefined)",
|
|
3289
3333
|
value: input3.values
|
|
@@ -3293,11 +3337,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3293
3337
|
value: input3.skipValuesBuild
|
|
3294
3338
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3295
3339
|
path: _path2 + ".valueConversion",
|
|
3296
|
-
expected: "(__type.
|
|
3340
|
+
expected: "(__type.o4 | undefined)",
|
|
3297
3341
|
value: input3.valueConversion
|
|
3298
|
-
})) && $
|
|
3342
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3299
3343
|
path: _path2 + ".valueConversion",
|
|
3300
|
-
expected: "(__type.
|
|
3344
|
+
expected: "(__type.o4 | undefined)",
|
|
3301
3345
|
value: input3.valueConversion
|
|
3302
3346
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
3303
3347
|
path: _path2 + ".termIds",
|
|
@@ -3319,7 +3363,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3319
3363
|
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3320
3364
|
expected: "BaseTerm",
|
|
3321
3365
|
value: elem
|
|
3322
|
-
})) && $
|
|
3366
|
+
})) && $vo54(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3323
3367
|
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3324
3368
|
expected: "BaseTerm",
|
|
3325
3369
|
value: elem
|
|
@@ -3333,12 +3377,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
3333
3377
|
value: input3.newTvs
|
|
3334
3378
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3335
3379
|
path: _path2 + ".propsByTermId",
|
|
3336
|
-
expected: "__type.
|
|
3380
|
+
expected: "__type.o10",
|
|
3337
3381
|
value: input3.propsByTermId
|
|
3338
|
-
})) && $
|
|
3382
|
+
})) && $vo55(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3339
3383
|
path: _path2 + ".propsByTermId",
|
|
3340
|
-
expected: "__type.
|
|
3384
|
+
expected: "__type.o10",
|
|
3341
3385
|
value: input3.propsByTermId
|
|
3386
|
+
}), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
|
|
3387
|
+
path: _path2 + ".isCustom",
|
|
3388
|
+
expected: "(boolean | undefined)",
|
|
3389
|
+
value: input3.isCustom
|
|
3342
3390
|
}), "numeric" === input3.memberType || $report(_exceptionable2, {
|
|
3343
3391
|
path: _path2 + ".memberType",
|
|
3344
3392
|
expected: '"numeric"',
|
|
@@ -3357,14 +3405,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
3357
3405
|
value: input3.numerators
|
|
3358
3406
|
}), void 0 === input3.valueTransform || ("object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) || $report(_exceptionable2, {
|
|
3359
3407
|
path: _path2 + ".valueTransform",
|
|
3360
|
-
expected: "(__type.
|
|
3408
|
+
expected: "(__type.o12 | undefined)",
|
|
3361
3409
|
value: input3.valueTransform
|
|
3362
|
-
})) && $
|
|
3410
|
+
})) && $vo57(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
|
|
3363
3411
|
path: _path2 + ".valueTransform",
|
|
3364
|
-
expected: "(__type.
|
|
3412
|
+
expected: "(__type.o12 | undefined)",
|
|
3365
3413
|
value: input3.valueTransform
|
|
3366
3414
|
})].every((flag) => flag);
|
|
3367
|
-
const $
|
|
3415
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3368
3416
|
path: _path2 + ".id",
|
|
3369
3417
|
expected: "string",
|
|
3370
3418
|
value: input3.id
|
|
@@ -3412,7 +3460,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3412
3460
|
path: _path2 + ".values",
|
|
3413
3461
|
expected: "(TermValues | undefined)",
|
|
3414
3462
|
value: input3.values
|
|
3415
|
-
})) && $
|
|
3463
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3416
3464
|
path: _path2 + ".values",
|
|
3417
3465
|
expected: "(TermValues | undefined)",
|
|
3418
3466
|
value: input3.values
|
|
@@ -3422,30 +3470,30 @@ var validDescrStatsRequest = (input) => {
|
|
|
3422
3470
|
value: input3.skipValuesBuild
|
|
3423
3471
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3424
3472
|
path: _path2 + ".valueConversion",
|
|
3425
|
-
expected: "(__type.
|
|
3473
|
+
expected: "(__type.o4 | undefined)",
|
|
3426
3474
|
value: input3.valueConversion
|
|
3427
|
-
})) && $
|
|
3475
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3428
3476
|
path: _path2 + ".valueConversion",
|
|
3429
|
-
expected: "(__type.
|
|
3477
|
+
expected: "(__type.o4 | undefined)",
|
|
3430
3478
|
value: input3.valueConversion
|
|
3431
3479
|
})].every((flag) => flag);
|
|
3432
|
-
const $
|
|
3480
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3433
3481
|
const value = input3[key];
|
|
3434
3482
|
if (void 0 === value)
|
|
3435
3483
|
return true;
|
|
3436
3484
|
if (RegExp(/(.*)/).test(key))
|
|
3437
3485
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
|
|
3438
3486
|
path: _path2 + $join(key),
|
|
3439
|
-
expected: "__type.
|
|
3487
|
+
expected: "__type.o11",
|
|
3440
3488
|
value
|
|
3441
|
-
})) && $
|
|
3489
|
+
})) && $vo56(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3442
3490
|
path: _path2 + $join(key),
|
|
3443
|
-
expected: "__type.
|
|
3491
|
+
expected: "__type.o11",
|
|
3444
3492
|
value
|
|
3445
3493
|
});
|
|
3446
3494
|
return true;
|
|
3447
3495
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3448
|
-
const $
|
|
3496
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3449
3497
|
const value = input3[key];
|
|
3450
3498
|
if (void 0 === value)
|
|
3451
3499
|
return true;
|
|
@@ -3453,12 +3501,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3453
3501
|
return true;
|
|
3454
3502
|
return true;
|
|
3455
3503
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3456
|
-
const $
|
|
3504
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
|
|
3457
3505
|
path: _path2 + ".offset",
|
|
3458
3506
|
expected: "(number | undefined)",
|
|
3459
3507
|
value: input3.offset
|
|
3460
3508
|
})].every((flag) => flag);
|
|
3461
|
-
const $
|
|
3509
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3462
3510
|
path: _path2 + ".id",
|
|
3463
3511
|
expected: "string",
|
|
3464
3512
|
value: input3.id
|
|
@@ -3506,7 +3554,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3506
3554
|
path: _path2 + ".values",
|
|
3507
3555
|
expected: "(TermValues | undefined)",
|
|
3508
3556
|
value: input3.values
|
|
3509
|
-
})) && $
|
|
3557
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3510
3558
|
path: _path2 + ".values",
|
|
3511
3559
|
expected: "(TermValues | undefined)",
|
|
3512
3560
|
value: input3.values
|
|
@@ -3516,11 +3564,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3516
3564
|
value: input3.skipValuesBuild
|
|
3517
3565
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3518
3566
|
path: _path2 + ".valueConversion",
|
|
3519
|
-
expected: "(__type.
|
|
3567
|
+
expected: "(__type.o4 | undefined)",
|
|
3520
3568
|
value: input3.valueConversion
|
|
3521
|
-
})) && $
|
|
3569
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3522
3570
|
path: _path2 + ".valueConversion",
|
|
3523
|
-
expected: "(__type.
|
|
3571
|
+
expected: "(__type.o4 | undefined)",
|
|
3524
3572
|
value: input3.valueConversion
|
|
3525
3573
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
3526
3574
|
path: _path2 + ".termIds",
|
|
@@ -3542,7 +3590,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3542
3590
|
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3543
3591
|
expected: "BaseTerm",
|
|
3544
3592
|
value: elem
|
|
3545
|
-
})) && $
|
|
3593
|
+
})) && $vo54(elem, _path2 + ".termlst[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3546
3594
|
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3547
3595
|
expected: "BaseTerm",
|
|
3548
3596
|
value: elem
|
|
@@ -3556,12 +3604,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
3556
3604
|
value: input3.newTvs
|
|
3557
3605
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3558
3606
|
path: _path2 + ".propsByTermId",
|
|
3559
|
-
expected: "__type.
|
|
3607
|
+
expected: "__type.o10",
|
|
3560
3608
|
value: input3.propsByTermId
|
|
3561
|
-
})) && $
|
|
3609
|
+
})) && $vo55(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3562
3610
|
path: _path2 + ".propsByTermId",
|
|
3563
|
-
expected: "__type.
|
|
3611
|
+
expected: "__type.o10",
|
|
3564
3612
|
value: input3.propsByTermId
|
|
3613
|
+
}), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
|
|
3614
|
+
path: _path2 + ".isCustom",
|
|
3615
|
+
expected: "(boolean | undefined)",
|
|
3616
|
+
value: input3.isCustom
|
|
3565
3617
|
}), "categorical" === input3.memberType || $report(_exceptionable2, {
|
|
3566
3618
|
path: _path2 + ".memberType",
|
|
3567
3619
|
expected: '"categorical"',
|
|
@@ -3574,7 +3626,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3574
3626
|
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3575
3627
|
expected: "CategoryKey",
|
|
3576
3628
|
value: elem
|
|
3577
|
-
})) && $
|
|
3629
|
+
})) && $vo59(elem, _path2 + ".categoryKeys[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3578
3630
|
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3579
3631
|
expected: "CategoryKey",
|
|
3580
3632
|
value: elem
|
|
@@ -3583,7 +3635,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3583
3635
|
expected: "Array<CategoryKey>",
|
|
3584
3636
|
value: input3.categoryKeys
|
|
3585
3637
|
})].every((flag) => flag);
|
|
3586
|
-
const $
|
|
3638
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3587
3639
|
path: _path2 + ".key",
|
|
3588
3640
|
expected: "string",
|
|
3589
3641
|
value: input3.key
|
|
@@ -3592,7 +3644,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3592
3644
|
expected: "boolean",
|
|
3593
3645
|
value: input3.shown
|
|
3594
3646
|
})].every((flag) => flag);
|
|
3595
|
-
const $
|
|
3647
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3596
3648
|
path: _path2 + ".id",
|
|
3597
3649
|
expected: "string",
|
|
3598
3650
|
value: input3.id
|
|
@@ -3640,7 +3692,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3640
3692
|
path: _path2 + ".values",
|
|
3641
3693
|
expected: "(TermValues | undefined)",
|
|
3642
3694
|
value: input3.values
|
|
3643
|
-
})) && $
|
|
3695
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3644
3696
|
path: _path2 + ".values",
|
|
3645
3697
|
expected: "(TermValues | undefined)",
|
|
3646
3698
|
value: input3.values
|
|
@@ -3650,11 +3702,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3650
3702
|
value: input3.skipValuesBuild
|
|
3651
3703
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3652
3704
|
path: _path2 + ".valueConversion",
|
|
3653
|
-
expected: "(__type.
|
|
3705
|
+
expected: "(__type.o4 | undefined)",
|
|
3654
3706
|
value: input3.valueConversion
|
|
3655
|
-
})) && $
|
|
3707
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3656
3708
|
path: _path2 + ".valueConversion",
|
|
3657
|
-
expected: "(__type.
|
|
3709
|
+
expected: "(__type.o4 | undefined)",
|
|
3658
3710
|
value: input3.valueConversion
|
|
3659
3711
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
3660
3712
|
path: _path2 + ".chr",
|
|
@@ -3688,12 +3740,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3688
3740
|
path: _path2 + ".groupsetting",
|
|
3689
3741
|
expected: "TermGroupSetting",
|
|
3690
3742
|
value: input3.groupsetting
|
|
3691
|
-
})) && $
|
|
3743
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3692
3744
|
path: _path2 + ".groupsetting",
|
|
3693
3745
|
expected: "TermGroupSetting",
|
|
3694
3746
|
value: input3.groupsetting
|
|
3695
3747
|
})].every((flag) => flag);
|
|
3696
|
-
const $
|
|
3748
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3697
3749
|
path: _path2 + ".id",
|
|
3698
3750
|
expected: "string",
|
|
3699
3751
|
value: input3.id
|
|
@@ -3741,7 +3793,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3741
3793
|
path: _path2 + ".values",
|
|
3742
3794
|
expected: "(TermValues | undefined)",
|
|
3743
3795
|
value: input3.values
|
|
3744
|
-
})) && $
|
|
3796
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3745
3797
|
path: _path2 + ".values",
|
|
3746
3798
|
expected: "(TermValues | undefined)",
|
|
3747
3799
|
value: input3.values
|
|
@@ -3751,17 +3803,17 @@ var validDescrStatsRequest = (input) => {
|
|
|
3751
3803
|
value: input3.skipValuesBuild
|
|
3752
3804
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3753
3805
|
path: _path2 + ".valueConversion",
|
|
3754
|
-
expected: "(__type.
|
|
3806
|
+
expected: "(__type.o4 | undefined)",
|
|
3755
3807
|
value: input3.valueConversion
|
|
3756
|
-
})) && $
|
|
3808
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3757
3809
|
path: _path2 + ".valueConversion",
|
|
3758
|
-
expected: "(__type.
|
|
3810
|
+
expected: "(__type.o4 | undefined)",
|
|
3759
3811
|
value: input3.valueConversion
|
|
3760
3812
|
}), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
|
|
3761
3813
|
path: _path2 + ".sample",
|
|
3762
3814
|
expected: "object",
|
|
3763
3815
|
value: input3.sample
|
|
3764
|
-
})) && $
|
|
3816
|
+
})) && $vo62(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3765
3817
|
path: _path2 + ".sample",
|
|
3766
3818
|
expected: "object",
|
|
3767
3819
|
value: input3.sample
|
|
@@ -3773,17 +3825,17 @@ var validDescrStatsRequest = (input) => {
|
|
|
3773
3825
|
path: _path2 + ".groupsetting",
|
|
3774
3826
|
expected: "TermGroupSetting",
|
|
3775
3827
|
value: input3.groupsetting
|
|
3776
|
-
})) && $
|
|
3828
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3777
3829
|
path: _path2 + ".groupsetting",
|
|
3778
3830
|
expected: "TermGroupSetting",
|
|
3779
3831
|
value: input3.groupsetting
|
|
3780
3832
|
})].every((flag) => flag);
|
|
3781
|
-
const $
|
|
3782
|
-
const $
|
|
3833
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3834
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3783
3835
|
path: _path2 + ".hiddenValues",
|
|
3784
3836
|
expected: "(HiddenValues | undefined)",
|
|
3785
3837
|
value: input3.hiddenValues
|
|
3786
|
-
})) && $
|
|
3838
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3787
3839
|
path: _path2 + ".hiddenValues",
|
|
3788
3840
|
expected: "(HiddenValues | undefined)",
|
|
3789
3841
|
value: input3.hiddenValues
|
|
@@ -3808,7 +3860,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3808
3860
|
expected: '"values"',
|
|
3809
3861
|
value: input3.type
|
|
3810
3862
|
})].every((flag) => flag);
|
|
3811
|
-
const $
|
|
3863
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3812
3864
|
path: _path2 + ".id",
|
|
3813
3865
|
expected: "(string | undefined)",
|
|
3814
3866
|
value: input3.id
|
|
@@ -3822,17 +3874,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
3822
3874
|
value: input3.isAtomic
|
|
3823
3875
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3824
3876
|
path: _path2 + ".settings",
|
|
3825
|
-
expected: "(__type | undefined)",
|
|
3877
|
+
expected: "(__type.o1 | undefined)",
|
|
3826
3878
|
value: input3.settings
|
|
3827
|
-
})) && $
|
|
3879
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3828
3880
|
path: _path2 + ".settings",
|
|
3829
|
-
expected: "(__type | undefined)",
|
|
3881
|
+
expected: "(__type.o1 | undefined)",
|
|
3830
3882
|
value: input3.settings
|
|
3831
3883
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3832
3884
|
path: _path2 + ".minNumSamples",
|
|
3833
3885
|
expected: "(number | undefined)",
|
|
3834
3886
|
value: input3.minNumSamples
|
|
3835
|
-
}), true, ("object" === typeof input3.
|
|
3887
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3888
|
+
path: _path2 + ".values",
|
|
3889
|
+
expected: "(__type.o2 | undefined)",
|
|
3890
|
+
value: input3.values
|
|
3891
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3892
|
+
path: _path2 + ".values",
|
|
3893
|
+
expected: "(__type.o2 | undefined)",
|
|
3894
|
+
value: input3.values
|
|
3895
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3836
3896
|
path: _path2 + ".term",
|
|
3837
3897
|
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
3838
3898
|
value: input3.term
|
|
@@ -3844,7 +3904,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3844
3904
|
path: _path2 + ".q",
|
|
3845
3905
|
expected: "PredefinedGroupSettingQ",
|
|
3846
3906
|
value: input3.q
|
|
3847
|
-
})) && $
|
|
3907
|
+
})) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3848
3908
|
path: _path2 + ".q",
|
|
3849
3909
|
expected: "PredefinedGroupSettingQ",
|
|
3850
3910
|
value: input3.q
|
|
@@ -3853,11 +3913,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3853
3913
|
expected: '"QualTWPredefinedGS"',
|
|
3854
3914
|
value: input3.type
|
|
3855
3915
|
})].every((flag) => flag);
|
|
3856
|
-
const $
|
|
3916
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3857
3917
|
path: _path2 + ".hiddenValues",
|
|
3858
3918
|
expected: "(HiddenValues | undefined)",
|
|
3859
3919
|
value: input3.hiddenValues
|
|
3860
|
-
})) && $
|
|
3920
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3861
3921
|
path: _path2 + ".hiddenValues",
|
|
3862
3922
|
expected: "(HiddenValues | undefined)",
|
|
3863
3923
|
value: input3.hiddenValues
|
|
@@ -3886,7 +3946,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3886
3946
|
expected: "number",
|
|
3887
3947
|
value: input3.predefined_groupset_idx
|
|
3888
3948
|
})].every((flag) => flag);
|
|
3889
|
-
const $
|
|
3949
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3890
3950
|
path: _path2 + ".id",
|
|
3891
3951
|
expected: "(string | undefined)",
|
|
3892
3952
|
value: input3.id
|
|
@@ -3900,17 +3960,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
3900
3960
|
value: input3.isAtomic
|
|
3901
3961
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3902
3962
|
path: _path2 + ".settings",
|
|
3903
|
-
expected: "(__type | undefined)",
|
|
3963
|
+
expected: "(__type.o1 | undefined)",
|
|
3904
3964
|
value: input3.settings
|
|
3905
|
-
})) && $
|
|
3965
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3906
3966
|
path: _path2 + ".settings",
|
|
3907
|
-
expected: "(__type | undefined)",
|
|
3967
|
+
expected: "(__type.o1 | undefined)",
|
|
3908
3968
|
value: input3.settings
|
|
3909
3969
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3910
3970
|
path: _path2 + ".minNumSamples",
|
|
3911
3971
|
expected: "(number | undefined)",
|
|
3912
3972
|
value: input3.minNumSamples
|
|
3913
|
-
}), true, ("object" === typeof input3.
|
|
3973
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3974
|
+
path: _path2 + ".values",
|
|
3975
|
+
expected: "(__type.o2 | undefined)",
|
|
3976
|
+
value: input3.values
|
|
3977
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3978
|
+
path: _path2 + ".values",
|
|
3979
|
+
expected: "(__type.o2 | undefined)",
|
|
3980
|
+
value: input3.values
|
|
3981
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3914
3982
|
path: _path2 + ".term",
|
|
3915
3983
|
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
3916
3984
|
value: input3.term
|
|
@@ -3922,7 +3990,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3922
3990
|
path: _path2 + ".q",
|
|
3923
3991
|
expected: "CustomGroupSettingQ",
|
|
3924
3992
|
value: input3.q
|
|
3925
|
-
})) && $
|
|
3993
|
+
})) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3926
3994
|
path: _path2 + ".q",
|
|
3927
3995
|
expected: "CustomGroupSettingQ",
|
|
3928
3996
|
value: input3.q
|
|
@@ -3931,11 +3999,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3931
3999
|
expected: '"QualTWCustomGS"',
|
|
3932
4000
|
value: input3.type
|
|
3933
4001
|
})].every((flag) => flag);
|
|
3934
|
-
const $
|
|
4002
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3935
4003
|
path: _path2 + ".hiddenValues",
|
|
3936
4004
|
expected: "(HiddenValues | undefined)",
|
|
3937
4005
|
value: input3.hiddenValues
|
|
3938
|
-
})) && $
|
|
4006
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3939
4007
|
path: _path2 + ".hiddenValues",
|
|
3940
4008
|
expected: "(HiddenValues | undefined)",
|
|
3941
4009
|
value: input3.hiddenValues
|
|
@@ -3963,12 +4031,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3963
4031
|
path: _path2 + ".customset",
|
|
3964
4032
|
expected: "BaseGroupSet",
|
|
3965
4033
|
value: input3.customset
|
|
3966
|
-
})) && $
|
|
4034
|
+
})) && $vo68(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3967
4035
|
path: _path2 + ".customset",
|
|
3968
4036
|
expected: "BaseGroupSet",
|
|
3969
4037
|
value: input3.customset
|
|
3970
4038
|
})].every((flag) => flag);
|
|
3971
|
-
const $
|
|
4039
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3972
4040
|
path: _path2 + ".groups",
|
|
3973
4041
|
expected: "Array<GroupEntry>",
|
|
3974
4042
|
value: input3.groups
|
|
@@ -3985,7 +4053,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3985
4053
|
expected: "Array<GroupEntry>",
|
|
3986
4054
|
value: input3.groups
|
|
3987
4055
|
})].every((flag) => flag);
|
|
3988
|
-
const $
|
|
4056
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3989
4057
|
path: _path2 + ".id",
|
|
3990
4058
|
expected: "(string | undefined)",
|
|
3991
4059
|
value: input3.id
|
|
@@ -3999,17 +4067,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
3999
4067
|
value: input3.isAtomic
|
|
4000
4068
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4001
4069
|
path: _path2 + ".settings",
|
|
4002
|
-
expected: "(__type | undefined)",
|
|
4070
|
+
expected: "(__type.o1 | undefined)",
|
|
4003
4071
|
value: input3.settings
|
|
4004
|
-
})) && $
|
|
4072
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4005
4073
|
path: _path2 + ".settings",
|
|
4006
|
-
expected: "(__type | undefined)",
|
|
4074
|
+
expected: "(__type.o1 | undefined)",
|
|
4007
4075
|
value: input3.settings
|
|
4008
4076
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4009
4077
|
path: _path2 + ".minNumSamples",
|
|
4010
4078
|
expected: "(number | undefined)",
|
|
4011
4079
|
value: input3.minNumSamples
|
|
4012
|
-
}), true, "
|
|
4080
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4081
|
+
path: _path2 + ".values",
|
|
4082
|
+
expected: "(__type.o2 | undefined)",
|
|
4083
|
+
value: input3.values
|
|
4084
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4085
|
+
path: _path2 + ".values",
|
|
4086
|
+
expected: "(__type.o2 | undefined)",
|
|
4087
|
+
value: input3.values
|
|
4088
|
+
}), "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
|
|
4013
4089
|
path: _path2 + ".type",
|
|
4014
4090
|
expected: '"NumTWRegularBin"',
|
|
4015
4091
|
value: input3.type
|
|
@@ -4025,12 +4101,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4025
4101
|
path: _path2 + ".q",
|
|
4026
4102
|
expected: "RegularNumericBinConfig",
|
|
4027
4103
|
value: input3.q
|
|
4028
|
-
})) && $
|
|
4104
|
+
})) && $vo16(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4029
4105
|
path: _path2 + ".q",
|
|
4030
4106
|
expected: "RegularNumericBinConfig",
|
|
4031
4107
|
value: input3.q
|
|
4032
4108
|
})].every((flag) => flag);
|
|
4033
|
-
const $
|
|
4109
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4034
4110
|
path: _path2 + ".id",
|
|
4035
4111
|
expected: "(string | undefined)",
|
|
4036
4112
|
value: input3.id
|
|
@@ -4044,17 +4120,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4044
4120
|
value: input3.isAtomic
|
|
4045
4121
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4046
4122
|
path: _path2 + ".settings",
|
|
4047
|
-
expected: "(__type | undefined)",
|
|
4123
|
+
expected: "(__type.o1 | undefined)",
|
|
4048
4124
|
value: input3.settings
|
|
4049
|
-
})) && $
|
|
4125
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4050
4126
|
path: _path2 + ".settings",
|
|
4051
|
-
expected: "(__type | undefined)",
|
|
4127
|
+
expected: "(__type.o1 | undefined)",
|
|
4052
4128
|
value: input3.settings
|
|
4053
4129
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4054
4130
|
path: _path2 + ".minNumSamples",
|
|
4055
4131
|
expected: "(number | undefined)",
|
|
4056
4132
|
value: input3.minNumSamples
|
|
4057
|
-
}), true, "
|
|
4133
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4134
|
+
path: _path2 + ".values",
|
|
4135
|
+
expected: "(__type.o2 | undefined)",
|
|
4136
|
+
value: input3.values
|
|
4137
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4138
|
+
path: _path2 + ".values",
|
|
4139
|
+
expected: "(__type.o2 | undefined)",
|
|
4140
|
+
value: input3.values
|
|
4141
|
+
}), "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
|
|
4058
4142
|
path: _path2 + ".type",
|
|
4059
4143
|
expected: '"NumTWCustomBin"',
|
|
4060
4144
|
value: input3.type
|
|
@@ -4070,12 +4154,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4070
4154
|
path: _path2 + ".q",
|
|
4071
4155
|
expected: "CustomNumericBinConfig",
|
|
4072
4156
|
value: input3.q
|
|
4073
|
-
})) && $
|
|
4157
|
+
})) && $vo21(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4074
4158
|
path: _path2 + ".q",
|
|
4075
4159
|
expected: "CustomNumericBinConfig",
|
|
4076
4160
|
value: input3.q
|
|
4077
4161
|
})].every((flag) => flag);
|
|
4078
|
-
const $
|
|
4162
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4079
4163
|
path: _path2 + ".id",
|
|
4080
4164
|
expected: "(string | undefined)",
|
|
4081
4165
|
value: input3.id
|
|
@@ -4089,17 +4173,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4089
4173
|
value: input3.isAtomic
|
|
4090
4174
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4091
4175
|
path: _path2 + ".settings",
|
|
4092
|
-
expected: "(__type | undefined)",
|
|
4176
|
+
expected: "(__type.o1 | undefined)",
|
|
4093
4177
|
value: input3.settings
|
|
4094
|
-
})) && $
|
|
4178
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4095
4179
|
path: _path2 + ".settings",
|
|
4096
|
-
expected: "(__type | undefined)",
|
|
4180
|
+
expected: "(__type.o1 | undefined)",
|
|
4097
4181
|
value: input3.settings
|
|
4098
4182
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4099
4183
|
path: _path2 + ".minNumSamples",
|
|
4100
4184
|
expected: "(number | undefined)",
|
|
4101
4185
|
value: input3.minNumSamples
|
|
4102
|
-
}), true, "
|
|
4186
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4187
|
+
path: _path2 + ".values",
|
|
4188
|
+
expected: "(__type.o2 | undefined)",
|
|
4189
|
+
value: input3.values
|
|
4190
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4191
|
+
path: _path2 + ".values",
|
|
4192
|
+
expected: "(__type.o2 | undefined)",
|
|
4193
|
+
value: input3.values
|
|
4194
|
+
}), "NumTWBinary" === input3.type || $report(_exceptionable2, {
|
|
4103
4195
|
path: _path2 + ".type",
|
|
4104
4196
|
expected: '"NumTWBinary"',
|
|
4105
4197
|
value: input3.type
|
|
@@ -4115,16 +4207,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4115
4207
|
path: _path2 + ".q",
|
|
4116
4208
|
expected: "BinaryNumericQ",
|
|
4117
4209
|
value: input3.q
|
|
4118
|
-
})) && $
|
|
4210
|
+
})) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4119
4211
|
path: _path2 + ".q",
|
|
4120
4212
|
expected: "BinaryNumericQ",
|
|
4121
4213
|
value: input3.q
|
|
4122
4214
|
})].every((flag) => flag);
|
|
4123
|
-
const $
|
|
4215
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4124
4216
|
path: _path2 + ".hiddenValues",
|
|
4125
4217
|
expected: "(HiddenValues | undefined)",
|
|
4126
4218
|
value: input3.hiddenValues
|
|
4127
|
-
})) && $
|
|
4219
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4128
4220
|
path: _path2 + ".hiddenValues",
|
|
4129
4221
|
expected: "(HiddenValues | undefined)",
|
|
4130
4222
|
value: input3.hiddenValues
|
|
@@ -4188,7 +4280,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4188
4280
|
expected: "(number | undefined)",
|
|
4189
4281
|
value: input3.cutoffPercentile
|
|
4190
4282
|
})].every((flag) => flag);
|
|
4191
|
-
const $
|
|
4283
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4192
4284
|
path: _path2 + ".id",
|
|
4193
4285
|
expected: "(string | undefined)",
|
|
4194
4286
|
value: input3.id
|
|
@@ -4202,17 +4294,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4202
4294
|
value: input3.isAtomic
|
|
4203
4295
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4204
4296
|
path: _path2 + ".settings",
|
|
4205
|
-
expected: "(__type | undefined)",
|
|
4297
|
+
expected: "(__type.o1 | undefined)",
|
|
4206
4298
|
value: input3.settings
|
|
4207
|
-
})) && $
|
|
4299
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4208
4300
|
path: _path2 + ".settings",
|
|
4209
|
-
expected: "(__type | undefined)",
|
|
4301
|
+
expected: "(__type.o1 | undefined)",
|
|
4210
4302
|
value: input3.settings
|
|
4211
4303
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4212
4304
|
path: _path2 + ".minNumSamples",
|
|
4213
4305
|
expected: "(number | undefined)",
|
|
4214
4306
|
value: input3.minNumSamples
|
|
4215
|
-
}), true, "
|
|
4307
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4308
|
+
path: _path2 + ".values",
|
|
4309
|
+
expected: "(__type.o2 | undefined)",
|
|
4310
|
+
value: input3.values
|
|
4311
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4312
|
+
path: _path2 + ".values",
|
|
4313
|
+
expected: "(__type.o2 | undefined)",
|
|
4314
|
+
value: input3.values
|
|
4315
|
+
}), "NumTWCont" === input3.type || $report(_exceptionable2, {
|
|
4216
4316
|
path: _path2 + ".type",
|
|
4217
4317
|
expected: '"NumTWCont"',
|
|
4218
4318
|
value: input3.type
|
|
@@ -4228,16 +4328,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4228
4328
|
path: _path2 + ".q",
|
|
4229
4329
|
expected: "ContinuousNumericQ",
|
|
4230
4330
|
value: input3.q
|
|
4231
|
-
})) && $
|
|
4331
|
+
})) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4232
4332
|
path: _path2 + ".q",
|
|
4233
4333
|
expected: "ContinuousNumericQ",
|
|
4234
4334
|
value: input3.q
|
|
4235
4335
|
})].every((flag) => flag);
|
|
4236
|
-
const $
|
|
4336
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4237
4337
|
path: _path2 + ".hiddenValues",
|
|
4238
4338
|
expected: "(HiddenValues | undefined)",
|
|
4239
4339
|
value: input3.hiddenValues
|
|
4240
|
-
})) && $
|
|
4340
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4241
4341
|
path: _path2 + ".hiddenValues",
|
|
4242
4342
|
expected: "(HiddenValues | undefined)",
|
|
4243
4343
|
value: input3.hiddenValues
|
|
@@ -4274,7 +4374,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4274
4374
|
expected: "(number | undefined)",
|
|
4275
4375
|
value: input3.scale
|
|
4276
4376
|
})].every((flag) => flag);
|
|
4277
|
-
const $
|
|
4377
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4278
4378
|
path: _path2 + ".id",
|
|
4279
4379
|
expected: "(string | undefined)",
|
|
4280
4380
|
value: input3.id
|
|
@@ -4288,17 +4388,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4288
4388
|
value: input3.isAtomic
|
|
4289
4389
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4290
4390
|
path: _path2 + ".settings",
|
|
4291
|
-
expected: "(__type | undefined)",
|
|
4391
|
+
expected: "(__type.o1 | undefined)",
|
|
4292
4392
|
value: input3.settings
|
|
4293
|
-
})) && $
|
|
4393
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4294
4394
|
path: _path2 + ".settings",
|
|
4295
|
-
expected: "(__type | undefined)",
|
|
4395
|
+
expected: "(__type.o1 | undefined)",
|
|
4296
4396
|
value: input3.settings
|
|
4297
4397
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4298
4398
|
path: _path2 + ".minNumSamples",
|
|
4299
4399
|
expected: "(number | undefined)",
|
|
4300
4400
|
value: input3.minNumSamples
|
|
4301
|
-
}), true, "
|
|
4401
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4402
|
+
path: _path2 + ".values",
|
|
4403
|
+
expected: "(__type.o2 | undefined)",
|
|
4404
|
+
value: input3.values
|
|
4405
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4406
|
+
path: _path2 + ".values",
|
|
4407
|
+
expected: "(__type.o2 | undefined)",
|
|
4408
|
+
value: input3.values
|
|
4409
|
+
}), "NumTWSpline" === input3.type || $report(_exceptionable2, {
|
|
4302
4410
|
path: _path2 + ".type",
|
|
4303
4411
|
expected: '"NumTWSpline"',
|
|
4304
4412
|
value: input3.type
|
|
@@ -4314,16 +4422,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4314
4422
|
path: _path2 + ".q",
|
|
4315
4423
|
expected: "SplineNumericQ",
|
|
4316
4424
|
value: input3.q
|
|
4317
|
-
})) && $
|
|
4425
|
+
})) && $vo76(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4318
4426
|
path: _path2 + ".q",
|
|
4319
4427
|
expected: "SplineNumericQ",
|
|
4320
4428
|
value: input3.q
|
|
4321
4429
|
})].every((flag) => flag);
|
|
4322
|
-
const $
|
|
4430
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4323
4431
|
path: _path2 + ".hiddenValues",
|
|
4324
4432
|
expected: "(HiddenValues | undefined)",
|
|
4325
4433
|
value: input3.hiddenValues
|
|
4326
|
-
})) && $
|
|
4434
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4327
4435
|
path: _path2 + ".hiddenValues",
|
|
4328
4436
|
expected: "(HiddenValues | undefined)",
|
|
4329
4437
|
value: input3.hiddenValues
|
|
@@ -4349,11 +4457,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4349
4457
|
value: input3.knots
|
|
4350
4458
|
})) && input3.knots.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4351
4459
|
path: _path2 + ".knots[" + _index73 + "]",
|
|
4352
|
-
expected: "__type.
|
|
4460
|
+
expected: "__type.o13",
|
|
4353
4461
|
value: elem
|
|
4354
|
-
})) && $
|
|
4462
|
+
})) && $vo77(elem, _path2 + ".knots[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4355
4463
|
path: _path2 + ".knots[" + _index73 + "]",
|
|
4356
|
-
expected: "__type.
|
|
4464
|
+
expected: "__type.o13",
|
|
4357
4465
|
value: elem
|
|
4358
4466
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4359
4467
|
path: _path2 + ".knots",
|
|
@@ -4368,12 +4476,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4368
4476
|
expected: "undefined",
|
|
4369
4477
|
value: input3.type
|
|
4370
4478
|
}))].every((flag) => flag);
|
|
4371
|
-
const $
|
|
4479
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
4372
4480
|
path: _path2 + ".value",
|
|
4373
4481
|
expected: "number",
|
|
4374
4482
|
value: input3.value
|
|
4375
4483
|
})].every((flag) => flag);
|
|
4376
|
-
const $
|
|
4484
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4377
4485
|
path: _path2 + ".id",
|
|
4378
4486
|
expected: "(string | undefined)",
|
|
4379
4487
|
value: input3.id
|
|
@@ -4387,17 +4495,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4387
4495
|
value: input3.isAtomic
|
|
4388
4496
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4389
4497
|
path: _path2 + ".settings",
|
|
4390
|
-
expected: "(__type | undefined)",
|
|
4498
|
+
expected: "(__type.o1 | undefined)",
|
|
4391
4499
|
value: input3.settings
|
|
4392
|
-
})) && $
|
|
4500
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4393
4501
|
path: _path2 + ".settings",
|
|
4394
|
-
expected: "(__type | undefined)",
|
|
4502
|
+
expected: "(__type.o1 | undefined)",
|
|
4395
4503
|
value: input3.settings
|
|
4396
4504
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4397
4505
|
path: _path2 + ".minNumSamples",
|
|
4398
4506
|
expected: "(number | undefined)",
|
|
4399
4507
|
value: input3.minNumSamples
|
|
4400
|
-
}), true, "
|
|
4508
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4509
|
+
path: _path2 + ".values",
|
|
4510
|
+
expected: "(__type.o2 | undefined)",
|
|
4511
|
+
value: input3.values
|
|
4512
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4513
|
+
path: _path2 + ".values",
|
|
4514
|
+
expected: "(__type.o2 | undefined)",
|
|
4515
|
+
value: input3.values
|
|
4516
|
+
}), "GvValuesTW" === input3.type || $report(_exceptionable2, {
|
|
4401
4517
|
path: _path2 + ".type",
|
|
4402
4518
|
expected: '"GvValuesTW"',
|
|
4403
4519
|
value: input3.type
|
|
@@ -4413,12 +4529,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4413
4529
|
path: _path2 + ".q",
|
|
4414
4530
|
expected: "GvValuesQ",
|
|
4415
4531
|
value: input3.q
|
|
4416
|
-
})) && $
|
|
4532
|
+
})) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4417
4533
|
path: _path2 + ".q",
|
|
4418
4534
|
expected: "GvValuesQ",
|
|
4419
4535
|
value: input3.q
|
|
4420
4536
|
})].every((flag) => flag);
|
|
4421
|
-
const $
|
|
4537
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4422
4538
|
path: _path2 + ".id",
|
|
4423
4539
|
expected: "string",
|
|
4424
4540
|
value: input3.id
|
|
@@ -4466,7 +4582,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4466
4582
|
path: _path2 + ".values",
|
|
4467
4583
|
expected: "(TermValues | undefined)",
|
|
4468
4584
|
value: input3.values
|
|
4469
|
-
})) && $
|
|
4585
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4470
4586
|
path: _path2 + ".values",
|
|
4471
4587
|
expected: "(TermValues | undefined)",
|
|
4472
4588
|
value: input3.values
|
|
@@ -4476,11 +4592,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4476
4592
|
value: input3.skipValuesBuild
|
|
4477
4593
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4478
4594
|
path: _path2 + ".valueConversion",
|
|
4479
|
-
expected: "(__type.
|
|
4595
|
+
expected: "(__type.o4 | undefined)",
|
|
4480
4596
|
value: input3.valueConversion
|
|
4481
|
-
})) && $
|
|
4597
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4482
4598
|
path: _path2 + ".valueConversion",
|
|
4483
|
-
expected: "(__type.
|
|
4599
|
+
expected: "(__type.o4 | undefined)",
|
|
4484
4600
|
value: input3.valueConversion
|
|
4485
4601
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
4486
4602
|
path: _path2 + ".kind",
|
|
@@ -4522,7 +4638,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4522
4638
|
path: _path2 + ".groupsetting",
|
|
4523
4639
|
expected: "TermGroupSetting",
|
|
4524
4640
|
value: input3.groupsetting
|
|
4525
|
-
})) && $
|
|
4641
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4526
4642
|
path: _path2 + ".groupsetting",
|
|
4527
4643
|
expected: "TermGroupSetting",
|
|
4528
4644
|
value: input3.groupsetting
|
|
@@ -4534,7 +4650,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4534
4650
|
path: _path2 + ".childTerms[" + _index77 + "]",
|
|
4535
4651
|
expected: "DtTerm",
|
|
4536
4652
|
value: elem
|
|
4537
|
-
})) && $
|
|
4653
|
+
})) && $vo41(elem, _path2 + ".childTerms[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4538
4654
|
path: _path2 + ".childTerms[" + _index77 + "]",
|
|
4539
4655
|
expected: "DtTerm",
|
|
4540
4656
|
value: elem
|
|
@@ -4543,7 +4659,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4543
4659
|
expected: "Array<DtTerm>",
|
|
4544
4660
|
value: input3.childTerms
|
|
4545
4661
|
})].every((flag) => flag);
|
|
4546
|
-
const $
|
|
4662
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4547
4663
|
path: _path2 + ".id",
|
|
4548
4664
|
expected: "string",
|
|
4549
4665
|
value: input3.id
|
|
@@ -4591,7 +4707,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4591
4707
|
path: _path2 + ".values",
|
|
4592
4708
|
expected: "(TermValues | undefined)",
|
|
4593
4709
|
value: input3.values
|
|
4594
|
-
})) && $
|
|
4710
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4595
4711
|
path: _path2 + ".values",
|
|
4596
4712
|
expected: "(TermValues | undefined)",
|
|
4597
4713
|
value: input3.values
|
|
@@ -4601,11 +4717,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4601
4717
|
value: input3.skipValuesBuild
|
|
4602
4718
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4603
4719
|
path: _path2 + ".valueConversion",
|
|
4604
|
-
expected: "(__type.
|
|
4720
|
+
expected: "(__type.o4 | undefined)",
|
|
4605
4721
|
value: input3.valueConversion
|
|
4606
|
-
})) && $
|
|
4722
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4607
4723
|
path: _path2 + ".valueConversion",
|
|
4608
|
-
expected: "(__type.
|
|
4724
|
+
expected: "(__type.o4 | undefined)",
|
|
4609
4725
|
value: input3.valueConversion
|
|
4610
4726
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
4611
4727
|
path: _path2 + ".kind",
|
|
@@ -4643,7 +4759,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4643
4759
|
path: _path2 + ".groupsetting",
|
|
4644
4760
|
expected: "TermGroupSetting",
|
|
4645
4761
|
value: input3.groupsetting
|
|
4646
|
-
})) && $
|
|
4762
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4647
4763
|
path: _path2 + ".groupsetting",
|
|
4648
4764
|
expected: "TermGroupSetting",
|
|
4649
4765
|
value: input3.groupsetting
|
|
@@ -4655,7 +4771,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4655
4771
|
path: _path2 + ".childTerms[" + _index81 + "]",
|
|
4656
4772
|
expected: "DtTerm",
|
|
4657
4773
|
value: elem
|
|
4658
|
-
})) && $
|
|
4774
|
+
})) && $vo41(elem, _path2 + ".childTerms[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4659
4775
|
path: _path2 + ".childTerms[" + _index81 + "]",
|
|
4660
4776
|
expected: "DtTerm",
|
|
4661
4777
|
value: elem
|
|
@@ -4664,11 +4780,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4664
4780
|
expected: "Array<DtTerm>",
|
|
4665
4781
|
value: input3.childTerms
|
|
4666
4782
|
})].every((flag) => flag);
|
|
4667
|
-
const $
|
|
4783
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4668
4784
|
path: _path2 + ".hiddenValues",
|
|
4669
4785
|
expected: "(HiddenValues | undefined)",
|
|
4670
4786
|
value: input3.hiddenValues
|
|
4671
|
-
})) && $
|
|
4787
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4672
4788
|
path: _path2 + ".hiddenValues",
|
|
4673
4789
|
expected: "(HiddenValues | undefined)",
|
|
4674
4790
|
value: input3.hiddenValues
|
|
@@ -4705,7 +4821,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4705
4821
|
expected: '"values"',
|
|
4706
4822
|
value: input3.type
|
|
4707
4823
|
})].every((flag) => flag);
|
|
4708
|
-
const $
|
|
4824
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4709
4825
|
path: _path2 + ".id",
|
|
4710
4826
|
expected: "(string | undefined)",
|
|
4711
4827
|
value: input3.id
|
|
@@ -4719,17 +4835,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4719
4835
|
value: input3.isAtomic
|
|
4720
4836
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4721
4837
|
path: _path2 + ".settings",
|
|
4722
|
-
expected: "(__type | undefined)",
|
|
4838
|
+
expected: "(__type.o1 | undefined)",
|
|
4723
4839
|
value: input3.settings
|
|
4724
|
-
})) && $
|
|
4840
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4725
4841
|
path: _path2 + ".settings",
|
|
4726
|
-
expected: "(__type | undefined)",
|
|
4842
|
+
expected: "(__type.o1 | undefined)",
|
|
4727
4843
|
value: input3.settings
|
|
4728
4844
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4729
4845
|
path: _path2 + ".minNumSamples",
|
|
4730
4846
|
expected: "(number | undefined)",
|
|
4731
4847
|
value: input3.minNumSamples
|
|
4732
|
-
}), true, "
|
|
4848
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4849
|
+
path: _path2 + ".values",
|
|
4850
|
+
expected: "(__type.o2 | undefined)",
|
|
4851
|
+
value: input3.values
|
|
4852
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4853
|
+
path: _path2 + ".values",
|
|
4854
|
+
expected: "(__type.o2 | undefined)",
|
|
4855
|
+
value: input3.values
|
|
4856
|
+
}), "GvPredefinedGsTW" === input3.type || $report(_exceptionable2, {
|
|
4733
4857
|
path: _path2 + ".type",
|
|
4734
4858
|
expected: '"GvPredefinedGsTW"',
|
|
4735
4859
|
value: input3.type
|
|
@@ -4745,16 +4869,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4745
4869
|
path: _path2 + ".q",
|
|
4746
4870
|
expected: "GvPredefinedGsQ",
|
|
4747
4871
|
value: input3.q
|
|
4748
|
-
})) && $
|
|
4872
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4749
4873
|
path: _path2 + ".q",
|
|
4750
4874
|
expected: "GvPredefinedGsQ",
|
|
4751
4875
|
value: input3.q
|
|
4752
4876
|
})].every((flag) => flag);
|
|
4753
|
-
const $
|
|
4877
|
+
const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4754
4878
|
path: _path2 + ".hiddenValues",
|
|
4755
4879
|
expected: "(HiddenValues | undefined)",
|
|
4756
4880
|
value: input3.hiddenValues
|
|
4757
|
-
})) && $
|
|
4881
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4758
4882
|
path: _path2 + ".hiddenValues",
|
|
4759
4883
|
expected: "(HiddenValues | undefined)",
|
|
4760
4884
|
value: input3.hiddenValues
|
|
@@ -4799,7 +4923,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4799
4923
|
expected: "Array<any>",
|
|
4800
4924
|
value: input3.dtLst
|
|
4801
4925
|
})].every((flag) => flag);
|
|
4802
|
-
const $
|
|
4926
|
+
const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4803
4927
|
path: _path2 + ".id",
|
|
4804
4928
|
expected: "(string | undefined)",
|
|
4805
4929
|
value: input3.id
|
|
@@ -4813,17 +4937,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4813
4937
|
value: input3.isAtomic
|
|
4814
4938
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4815
4939
|
path: _path2 + ".settings",
|
|
4816
|
-
expected: "(__type | undefined)",
|
|
4940
|
+
expected: "(__type.o1 | undefined)",
|
|
4817
4941
|
value: input3.settings
|
|
4818
|
-
})) && $
|
|
4942
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4819
4943
|
path: _path2 + ".settings",
|
|
4820
|
-
expected: "(__type | undefined)",
|
|
4944
|
+
expected: "(__type.o1 | undefined)",
|
|
4821
4945
|
value: input3.settings
|
|
4822
4946
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4823
4947
|
path: _path2 + ".minNumSamples",
|
|
4824
4948
|
expected: "(number | undefined)",
|
|
4825
4949
|
value: input3.minNumSamples
|
|
4826
|
-
}), true, "
|
|
4950
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4951
|
+
path: _path2 + ".values",
|
|
4952
|
+
expected: "(__type.o2 | undefined)",
|
|
4953
|
+
value: input3.values
|
|
4954
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4955
|
+
path: _path2 + ".values",
|
|
4956
|
+
expected: "(__type.o2 | undefined)",
|
|
4957
|
+
value: input3.values
|
|
4958
|
+
}), "GvCustomGsTW" === input3.type || $report(_exceptionable2, {
|
|
4827
4959
|
path: _path2 + ".type",
|
|
4828
4960
|
expected: '"GvCustomGsTW"',
|
|
4829
4961
|
value: input3.type
|
|
@@ -4839,16 +4971,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4839
4971
|
path: _path2 + ".q",
|
|
4840
4972
|
expected: "GvCustomGsQ",
|
|
4841
4973
|
value: input3.q
|
|
4842
|
-
})) && $
|
|
4974
|
+
})) && $vo85(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4843
4975
|
path: _path2 + ".q",
|
|
4844
4976
|
expected: "GvCustomGsQ",
|
|
4845
4977
|
value: input3.q
|
|
4846
4978
|
})].every((flag) => flag);
|
|
4847
|
-
const $
|
|
4979
|
+
const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4848
4980
|
path: _path2 + ".hiddenValues",
|
|
4849
4981
|
expected: "(HiddenValues | undefined)",
|
|
4850
4982
|
value: input3.hiddenValues
|
|
4851
|
-
})) && $
|
|
4983
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4852
4984
|
path: _path2 + ".hiddenValues",
|
|
4853
4985
|
expected: "(HiddenValues | undefined)",
|
|
4854
4986
|
value: input3.hiddenValues
|
|
@@ -4888,7 +5020,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4888
5020
|
path: _path2 + ".customset",
|
|
4889
5021
|
expected: "BaseGroupSet",
|
|
4890
5022
|
value: input3.customset
|
|
4891
|
-
})) && $
|
|
5023
|
+
})) && $vo68(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
4892
5024
|
path: _path2 + ".customset",
|
|
4893
5025
|
expected: "BaseGroupSet",
|
|
4894
5026
|
value: input3.customset
|
|
@@ -4897,7 +5029,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4897
5029
|
expected: "Array<any>",
|
|
4898
5030
|
value: input3.dtLst
|
|
4899
5031
|
})].every((flag) => flag);
|
|
4900
|
-
const $
|
|
5032
|
+
const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4901
5033
|
path: _path2 + ".id",
|
|
4902
5034
|
expected: "(string | undefined)",
|
|
4903
5035
|
value: input3.id
|
|
@@ -4911,17 +5043,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4911
5043
|
value: input3.isAtomic
|
|
4912
5044
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4913
5045
|
path: _path2 + ".settings",
|
|
4914
|
-
expected: "(__type | undefined)",
|
|
5046
|
+
expected: "(__type.o1 | undefined)",
|
|
4915
5047
|
value: input3.settings
|
|
4916
|
-
})) && $
|
|
5048
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4917
5049
|
path: _path2 + ".settings",
|
|
4918
|
-
expected: "(__type | undefined)",
|
|
5050
|
+
expected: "(__type.o1 | undefined)",
|
|
4919
5051
|
value: input3.settings
|
|
4920
5052
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4921
5053
|
path: _path2 + ".minNumSamples",
|
|
4922
5054
|
expected: "(number | undefined)",
|
|
4923
5055
|
value: input3.minNumSamples
|
|
4924
|
-
}), true, "
|
|
5056
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5057
|
+
path: _path2 + ".values",
|
|
5058
|
+
expected: "(__type.o2 | undefined)",
|
|
5059
|
+
value: input3.values
|
|
5060
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5061
|
+
path: _path2 + ".values",
|
|
5062
|
+
expected: "(__type.o2 | undefined)",
|
|
5063
|
+
value: input3.values
|
|
5064
|
+
}), "ConditionTW" === input3.type || $report(_exceptionable2, {
|
|
4925
5065
|
path: _path2 + ".type",
|
|
4926
5066
|
expected: '"ConditionTW"',
|
|
4927
5067
|
value: input3.type
|
|
@@ -4929,7 +5069,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4929
5069
|
path: _path2 + ".term",
|
|
4930
5070
|
expected: "ConditionTerm",
|
|
4931
5071
|
value: input3.term
|
|
4932
|
-
})) && $
|
|
5072
|
+
})) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4933
5073
|
path: _path2 + ".term",
|
|
4934
5074
|
expected: "ConditionTerm",
|
|
4935
5075
|
value: input3.term
|
|
@@ -4942,11 +5082,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4942
5082
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
4943
5083
|
value: input3.q
|
|
4944
5084
|
})].every((flag) => flag);
|
|
4945
|
-
const $
|
|
5085
|
+
const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4946
5086
|
path: _path2 + ".hiddenValues",
|
|
4947
5087
|
expected: "(HiddenValues | undefined)",
|
|
4948
5088
|
value: input3.hiddenValues
|
|
4949
|
-
})) && $
|
|
5089
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4950
5090
|
path: _path2 + ".hiddenValues",
|
|
4951
5091
|
expected: "(HiddenValues | undefined)",
|
|
4952
5092
|
value: input3.hiddenValues
|
|
@@ -5003,11 +5143,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5003
5143
|
expected: "(boolean | undefined)",
|
|
5004
5144
|
value: input3.value_by_computable_grade
|
|
5005
5145
|
}), true].every((flag) => flag);
|
|
5006
|
-
const $
|
|
5146
|
+
const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5007
5147
|
path: _path2 + ".hiddenValues",
|
|
5008
5148
|
expected: "(HiddenValues | undefined)",
|
|
5009
5149
|
value: input3.hiddenValues
|
|
5010
|
-
})) && $
|
|
5150
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5011
5151
|
path: _path2 + ".hiddenValues",
|
|
5012
5152
|
expected: "(HiddenValues | undefined)",
|
|
5013
5153
|
value: input3.hiddenValues
|
|
@@ -5036,7 +5176,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5036
5176
|
expected: "true",
|
|
5037
5177
|
value: input3.bar_by_children
|
|
5038
5178
|
}), true].every((flag) => flag);
|
|
5039
|
-
const $
|
|
5179
|
+
const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5040
5180
|
path: _path2 + ".id",
|
|
5041
5181
|
expected: "(string | undefined)",
|
|
5042
5182
|
value: input3.id
|
|
@@ -5050,17 +5190,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
5050
5190
|
value: input3.isAtomic
|
|
5051
5191
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
5052
5192
|
path: _path2 + ".settings",
|
|
5053
|
-
expected: "(__type | undefined)",
|
|
5193
|
+
expected: "(__type.o1 | undefined)",
|
|
5054
5194
|
value: input3.settings
|
|
5055
|
-
})) && $
|
|
5195
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
5056
5196
|
path: _path2 + ".settings",
|
|
5057
|
-
expected: "(__type | undefined)",
|
|
5197
|
+
expected: "(__type.o1 | undefined)",
|
|
5058
5198
|
value: input3.settings
|
|
5059
5199
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
5060
5200
|
path: _path2 + ".minNumSamples",
|
|
5061
5201
|
expected: "(number | undefined)",
|
|
5062
5202
|
value: input3.minNumSamples
|
|
5063
|
-
}), true, "
|
|
5203
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5204
|
+
path: _path2 + ".values",
|
|
5205
|
+
expected: "(__type.o2 | undefined)",
|
|
5206
|
+
value: input3.values
|
|
5207
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5208
|
+
path: _path2 + ".values",
|
|
5209
|
+
expected: "(__type.o2 | undefined)",
|
|
5210
|
+
value: input3.values
|
|
5211
|
+
}), "SnpsTW" === input3.type || $report(_exceptionable2, {
|
|
5064
5212
|
path: _path2 + ".type",
|
|
5065
5213
|
expected: '"SnpsTW"',
|
|
5066
5214
|
value: input3.type
|
|
@@ -5068,7 +5216,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5068
5216
|
path: _path2 + ".q",
|
|
5069
5217
|
expected: "SnpsQ",
|
|
5070
5218
|
value: input3.q
|
|
5071
|
-
})) && $
|
|
5219
|
+
})) && $vo90(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5072
5220
|
path: _path2 + ".q",
|
|
5073
5221
|
expected: "SnpsQ",
|
|
5074
5222
|
value: input3.q
|
|
@@ -5076,16 +5224,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
5076
5224
|
path: _path2 + ".term",
|
|
5077
5225
|
expected: "SnpsTerm",
|
|
5078
5226
|
value: input3.term
|
|
5079
|
-
})) && $
|
|
5227
|
+
})) && $vo92(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5080
5228
|
path: _path2 + ".term",
|
|
5081
5229
|
expected: "SnpsTerm",
|
|
5082
5230
|
value: input3.term
|
|
5083
5231
|
})].every((flag) => flag);
|
|
5084
|
-
const $
|
|
5232
|
+
const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5085
5233
|
path: _path2 + ".hiddenValues",
|
|
5086
5234
|
expected: "(HiddenValues | undefined)",
|
|
5087
5235
|
value: input3.hiddenValues
|
|
5088
|
-
})) && $
|
|
5236
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5089
5237
|
path: _path2 + ".hiddenValues",
|
|
5090
5238
|
expected: "(HiddenValues | undefined)",
|
|
5091
5239
|
value: input3.hiddenValues
|
|
@@ -5129,7 +5277,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5129
5277
|
path: _path2 + ".restrictAncestry",
|
|
5130
5278
|
expected: "RestrictAncestry",
|
|
5131
5279
|
value: input3.restrictAncestry
|
|
5132
|
-
})) && $
|
|
5280
|
+
})) && $vo91(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
5133
5281
|
path: _path2 + ".restrictAncestry",
|
|
5134
5282
|
expected: "RestrictAncestry",
|
|
5135
5283
|
value: input3.restrictAncestry
|
|
@@ -5137,7 +5285,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5137
5285
|
path: _path2 + ".variant_filter",
|
|
5138
5286
|
expected: "Filter",
|
|
5139
5287
|
value: input3.variant_filter
|
|
5140
|
-
})) && $
|
|
5288
|
+
})) && $vo8(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
|
|
5141
5289
|
path: _path2 + ".variant_filter",
|
|
5142
5290
|
expected: "Filter",
|
|
5143
5291
|
value: input3.variant_filter
|
|
@@ -5154,7 +5302,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5154
5302
|
expected: "number",
|
|
5155
5303
|
value: input3.stop
|
|
5156
5304
|
})].every((flag) => flag);
|
|
5157
|
-
const $
|
|
5305
|
+
const $vo91 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
5158
5306
|
path: _path2 + ".name",
|
|
5159
5307
|
expected: "string",
|
|
5160
5308
|
value: input3.name
|
|
@@ -5167,7 +5315,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5167
5315
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
5168
5316
|
value: input3.tvs
|
|
5169
5317
|
})].every((flag) => flag);
|
|
5170
|
-
const $
|
|
5318
|
+
const $vo92 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5171
5319
|
path: _path2 + ".id",
|
|
5172
5320
|
expected: "string",
|
|
5173
5321
|
value: input3.id
|
|
@@ -5215,7 +5363,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5215
5363
|
path: _path2 + ".values",
|
|
5216
5364
|
expected: "(TermValues | undefined)",
|
|
5217
5365
|
value: input3.values
|
|
5218
|
-
})) && $
|
|
5366
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5219
5367
|
path: _path2 + ".values",
|
|
5220
5368
|
expected: "(TermValues | undefined)",
|
|
5221
5369
|
value: input3.values
|
|
@@ -5225,11 +5373,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5225
5373
|
value: input3.skipValuesBuild
|
|
5226
5374
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5227
5375
|
path: _path2 + ".valueConversion",
|
|
5228
|
-
expected: "(__type.
|
|
5376
|
+
expected: "(__type.o4 | undefined)",
|
|
5229
5377
|
value: input3.valueConversion
|
|
5230
|
-
})) && $
|
|
5378
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5231
5379
|
path: _path2 + ".valueConversion",
|
|
5232
|
-
expected: "(__type.
|
|
5380
|
+
expected: "(__type.o4 | undefined)",
|
|
5233
5381
|
value: input3.valueConversion
|
|
5234
5382
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
5235
5383
|
path: _path2 + ".reachedVariantLimit",
|
|
@@ -5243,7 +5391,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5243
5391
|
path: _path2 + ".snps[" + _index85 + "]",
|
|
5244
5392
|
expected: "SnpsEntry",
|
|
5245
5393
|
value: elem
|
|
5246
|
-
})) && $
|
|
5394
|
+
})) && $vo93(elem, _path2 + ".snps[" + _index85 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5247
5395
|
path: _path2 + ".snps[" + _index85 + "]",
|
|
5248
5396
|
expected: "SnpsEntry",
|
|
5249
5397
|
value: elem
|
|
@@ -5252,7 +5400,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5252
5400
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5253
5401
|
value: input3.snps
|
|
5254
5402
|
})].every((flag) => flag);
|
|
5255
|
-
const $
|
|
5403
|
+
const $vo93 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
5256
5404
|
path: _path2 + ".altAlleles",
|
|
5257
5405
|
expected: "(Array<string> | undefined)",
|
|
5258
5406
|
value: input3.altAlleles
|
|
@@ -5272,7 +5420,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5272
5420
|
path: _path2 + ".alleles[" + _index87 + "]",
|
|
5273
5421
|
expected: "AllelesEntry",
|
|
5274
5422
|
value: elem
|
|
5275
|
-
})) && $
|
|
5423
|
+
})) && $vo94(elem, _path2 + ".alleles[" + _index87 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5276
5424
|
path: _path2 + ".alleles[" + _index87 + "]",
|
|
5277
5425
|
expected: "AllelesEntry",
|
|
5278
5426
|
value: elem
|
|
@@ -5286,11 +5434,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5286
5434
|
value: input3.effectAllele
|
|
5287
5435
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
5288
5436
|
path: _path2 + ".gt2count",
|
|
5289
|
-
expected: "(__type.
|
|
5437
|
+
expected: "(__type.o14 | undefined)",
|
|
5290
5438
|
value: input3.gt2count
|
|
5291
|
-
})) && $
|
|
5439
|
+
})) && $vo95(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
5292
5440
|
path: _path2 + ".gt2count",
|
|
5293
|
-
expected: "(__type.
|
|
5441
|
+
expected: "(__type.o14 | undefined)",
|
|
5294
5442
|
value: input3.gt2count
|
|
5295
5443
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
5296
5444
|
path: _path2 + ".invalid",
|
|
@@ -5317,7 +5465,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5317
5465
|
expected: "(number | undefined)",
|
|
5318
5466
|
value: input3.pos
|
|
5319
5467
|
})].every((flag) => flag);
|
|
5320
|
-
const $
|
|
5468
|
+
const $vo94 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
5321
5469
|
path: _path2 + ".allele",
|
|
5322
5470
|
expected: "string",
|
|
5323
5471
|
value: input3.allele
|
|
@@ -5330,7 +5478,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5330
5478
|
expected: "boolean",
|
|
5331
5479
|
value: input3.isRef
|
|
5332
5480
|
})].every((flag) => flag);
|
|
5333
|
-
const $
|
|
5481
|
+
const $vo95 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
5334
5482
|
path: _path2 + ".k",
|
|
5335
5483
|
expected: "string",
|
|
5336
5484
|
value: input3.k
|
|
@@ -5339,7 +5487,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5339
5487
|
expected: "(number | string)",
|
|
5340
5488
|
value: input3.v
|
|
5341
5489
|
})].every((flag) => flag);
|
|
5342
|
-
const $
|
|
5490
|
+
const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5343
5491
|
path: _path2 + ".id",
|
|
5344
5492
|
expected: "(string | undefined)",
|
|
5345
5493
|
value: input3.id
|
|
@@ -5353,17 +5501,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
5353
5501
|
value: input3.isAtomic
|
|
5354
5502
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
5355
5503
|
path: _path2 + ".settings",
|
|
5356
|
-
expected: "(__type | undefined)",
|
|
5504
|
+
expected: "(__type.o1 | undefined)",
|
|
5357
5505
|
value: input3.settings
|
|
5358
|
-
})) && $
|
|
5506
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
5359
5507
|
path: _path2 + ".settings",
|
|
5360
|
-
expected: "(__type | undefined)",
|
|
5508
|
+
expected: "(__type.o1 | undefined)",
|
|
5361
5509
|
value: input3.settings
|
|
5362
5510
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
5363
5511
|
path: _path2 + ".minNumSamples",
|
|
5364
5512
|
expected: "(number | undefined)",
|
|
5365
5513
|
value: input3.minNumSamples
|
|
5366
|
-
}), true, "
|
|
5514
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5515
|
+
path: _path2 + ".values",
|
|
5516
|
+
expected: "(__type.o2 | undefined)",
|
|
5517
|
+
value: input3.values
|
|
5518
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5519
|
+
path: _path2 + ".values",
|
|
5520
|
+
expected: "(__type.o2 | undefined)",
|
|
5521
|
+
value: input3.values
|
|
5522
|
+
}), "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
|
|
5367
5523
|
path: _path2 + ".type",
|
|
5368
5524
|
expected: '"TermCollectionTWCont"',
|
|
5369
5525
|
value: input3.type
|
|
@@ -5371,7 +5527,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5371
5527
|
path: _path2 + ".term",
|
|
5372
5528
|
expected: "NumericTermCollection",
|
|
5373
5529
|
value: input3.term
|
|
5374
|
-
})) && $
|
|
5530
|
+
})) && $vo53(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5375
5531
|
path: _path2 + ".term",
|
|
5376
5532
|
expected: "NumericTermCollection",
|
|
5377
5533
|
value: input3.term
|
|
@@ -5379,16 +5535,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
5379
5535
|
path: _path2 + ".q",
|
|
5380
5536
|
expected: "TermCollectionQCont",
|
|
5381
5537
|
value: input3.q
|
|
5382
|
-
})) && $
|
|
5538
|
+
})) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5383
5539
|
path: _path2 + ".q",
|
|
5384
5540
|
expected: "TermCollectionQCont",
|
|
5385
5541
|
value: input3.q
|
|
5386
5542
|
})].every((flag) => flag);
|
|
5387
|
-
const $
|
|
5543
|
+
const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5388
5544
|
path: _path2 + ".hiddenValues",
|
|
5389
5545
|
expected: "(HiddenValues | undefined)",
|
|
5390
5546
|
value: input3.hiddenValues
|
|
5391
|
-
})) && $
|
|
5547
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5392
5548
|
path: _path2 + ".hiddenValues",
|
|
5393
5549
|
expected: "(HiddenValues | undefined)",
|
|
5394
5550
|
value: input3.hiddenValues
|
|
@@ -5437,7 +5593,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5437
5593
|
expected: "(Array<string> | undefined)",
|
|
5438
5594
|
value: input3.numerators
|
|
5439
5595
|
})].every((flag) => flag);
|
|
5440
|
-
const $
|
|
5596
|
+
const $vo98 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5441
5597
|
path: _path2 + ".id",
|
|
5442
5598
|
expected: "(string | undefined)",
|
|
5443
5599
|
value: input3.id
|
|
@@ -5451,17 +5607,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
5451
5607
|
value: input3.isAtomic
|
|
5452
5608
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
5453
5609
|
path: _path2 + ".settings",
|
|
5454
|
-
expected: "(__type | undefined)",
|
|
5610
|
+
expected: "(__type.o1 | undefined)",
|
|
5455
5611
|
value: input3.settings
|
|
5456
|
-
})) && $
|
|
5612
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
5457
5613
|
path: _path2 + ".settings",
|
|
5458
|
-
expected: "(__type | undefined)",
|
|
5614
|
+
expected: "(__type.o1 | undefined)",
|
|
5459
5615
|
value: input3.settings
|
|
5460
5616
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
5461
5617
|
path: _path2 + ".minNumSamples",
|
|
5462
5618
|
expected: "(number | undefined)",
|
|
5463
5619
|
value: input3.minNumSamples
|
|
5464
|
-
}), true, "
|
|
5620
|
+
}), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5621
|
+
path: _path2 + ".values",
|
|
5622
|
+
expected: "(__type.o2 | undefined)",
|
|
5623
|
+
value: input3.values
|
|
5624
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5625
|
+
path: _path2 + ".values",
|
|
5626
|
+
expected: "(__type.o2 | undefined)",
|
|
5627
|
+
value: input3.values
|
|
5628
|
+
}), "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
|
|
5465
5629
|
path: _path2 + ".type",
|
|
5466
5630
|
expected: '"TermCollectionTWQual"',
|
|
5467
5631
|
value: input3.type
|
|
@@ -5469,7 +5633,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5469
5633
|
path: _path2 + ".term",
|
|
5470
5634
|
expected: "CategoricalTermCollection",
|
|
5471
5635
|
value: input3.term
|
|
5472
|
-
})) && $
|
|
5636
|
+
})) && $vo58(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5473
5637
|
path: _path2 + ".term",
|
|
5474
5638
|
expected: "CategoricalTermCollection",
|
|
5475
5639
|
value: input3.term
|
|
@@ -5477,16 +5641,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
5477
5641
|
path: _path2 + ".q",
|
|
5478
5642
|
expected: "TermCollectionQQual",
|
|
5479
5643
|
value: input3.q
|
|
5480
|
-
})) && $
|
|
5644
|
+
})) && $vo99(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5481
5645
|
path: _path2 + ".q",
|
|
5482
5646
|
expected: "TermCollectionQQual",
|
|
5483
5647
|
value: input3.q
|
|
5484
5648
|
})].every((flag) => flag);
|
|
5485
|
-
const $
|
|
5649
|
+
const $vo99 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5486
5650
|
path: _path2 + ".hiddenValues",
|
|
5487
5651
|
expected: "(HiddenValues | undefined)",
|
|
5488
5652
|
value: input3.hiddenValues
|
|
5489
|
-
})) && $
|
|
5653
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5490
5654
|
path: _path2 + ".hiddenValues",
|
|
5491
5655
|
expected: "(HiddenValues | undefined)",
|
|
5492
5656
|
value: input3.hiddenValues
|
|
@@ -5530,7 +5694,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5530
5694
|
path: _path2 + ".categoryKeys[" + _index91 + "]",
|
|
5531
5695
|
expected: "CategoryKey",
|
|
5532
5696
|
value: elem
|
|
5533
|
-
})) && $
|
|
5697
|
+
})) && $vo59(elem, _path2 + ".categoryKeys[" + _index91 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5534
5698
|
path: _path2 + ".categoryKeys[" + _index91 + "]",
|
|
5535
5699
|
expected: "CategoryKey",
|
|
5536
5700
|
value: elem
|
|
@@ -5541,29 +5705,29 @@ var validDescrStatsRequest = (input) => {
|
|
|
5541
5705
|
})].every((flag) => flag);
|
|
5542
5706
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5543
5707
|
if ("tvslst" === input3.type)
|
|
5544
|
-
return $
|
|
5708
|
+
return $vo8(input3, _path2, _exceptionable2);
|
|
5545
5709
|
if ("tvs" === input3.type)
|
|
5546
|
-
return $
|
|
5710
|
+
return $vo9(input3, _path2, _exceptionable2);
|
|
5547
5711
|
return $report(_exceptionable2, {
|
|
5548
5712
|
path: _path2,
|
|
5549
|
-
expected: "(Filter | __type.
|
|
5713
|
+
expected: "(Filter | __type.o3)",
|
|
5550
5714
|
value: input3
|
|
5551
5715
|
});
|
|
5552
5716
|
})();
|
|
5553
5717
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5554
5718
|
if (true === input3.startunbounded)
|
|
5555
|
-
return $vo16(input3, _path2, _exceptionable2);
|
|
5556
|
-
if (true === input3.stopunbounded)
|
|
5557
5719
|
return $vo18(input3, _path2, _exceptionable2);
|
|
5720
|
+
if (true === input3.stopunbounded)
|
|
5721
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
5558
5722
|
if (void 0 !== input3.value)
|
|
5559
|
-
return $
|
|
5560
|
-
return $
|
|
5723
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
5724
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
5561
5725
|
})();
|
|
5562
5726
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5563
5727
|
if ("gene" === input3.kind)
|
|
5564
|
-
return $
|
|
5728
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
5565
5729
|
if ("coord" === input3.kind)
|
|
5566
|
-
return $
|
|
5730
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
5567
5731
|
return $report(_exceptionable2, {
|
|
5568
5732
|
path: _path2,
|
|
5569
5733
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -5572,9 +5736,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5572
5736
|
})();
|
|
5573
5737
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5574
5738
|
if ("string" === typeof input3.type)
|
|
5575
|
-
return $vo45(input3, _path2, _exceptionable2);
|
|
5576
|
-
if ("filter" === input3.type)
|
|
5577
5739
|
return $vo47(input3, _path2, _exceptionable2);
|
|
5740
|
+
if ("filter" === input3.type)
|
|
5741
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
5578
5742
|
return $report(_exceptionable2, {
|
|
5579
5743
|
path: _path2,
|
|
5580
5744
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -5583,16 +5747,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
5583
5747
|
})();
|
|
5584
5748
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5585
5749
|
if (true === input3.startunbounded)
|
|
5586
|
-
return $vo16(input3, _path2, _exceptionable2);
|
|
5587
|
-
if (true === input3.stopunbounded)
|
|
5588
5750
|
return $vo18(input3, _path2, _exceptionable2);
|
|
5589
|
-
|
|
5751
|
+
if (true === input3.stopunbounded)
|
|
5752
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
5753
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
5590
5754
|
})();
|
|
5591
5755
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5592
5756
|
if (true === input3.startunbounded)
|
|
5593
|
-
return $
|
|
5757
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
5594
5758
|
if (void 0 !== input3.start)
|
|
5595
|
-
return $
|
|
5759
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
5596
5760
|
return $report(_exceptionable2, {
|
|
5597
5761
|
path: _path2,
|
|
5598
5762
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -5601,9 +5765,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5601
5765
|
})();
|
|
5602
5766
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5603
5767
|
if (void 0 !== input3.stop)
|
|
5604
|
-
return $
|
|
5768
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
5605
5769
|
if (true === input3.stopunbounded)
|
|
5606
|
-
return $
|
|
5770
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
5607
5771
|
return $report(_exceptionable2, {
|
|
5608
5772
|
path: _path2,
|
|
5609
5773
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -5612,35 +5776,35 @@ var validDescrStatsRequest = (input) => {
|
|
|
5612
5776
|
})();
|
|
5613
5777
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5614
5778
|
if ("TermCollectionTWQual" === input3.type)
|
|
5615
|
-
return $
|
|
5779
|
+
return $vo98(input3, _path2, _exceptionable2);
|
|
5616
5780
|
if ("TermCollectionTWCont" === input3.type)
|
|
5617
|
-
return $
|
|
5781
|
+
return $vo96(input3, _path2, _exceptionable2);
|
|
5618
5782
|
if ("SnpsTW" === input3.type)
|
|
5619
|
-
return $
|
|
5783
|
+
return $vo89(input3, _path2, _exceptionable2);
|
|
5620
5784
|
if ("ConditionTW" === input3.type)
|
|
5621
|
-
return $
|
|
5785
|
+
return $vo86(input3, _path2, _exceptionable2);
|
|
5622
5786
|
if ("GvCustomGsTW" === input3.type)
|
|
5623
|
-
return $
|
|
5787
|
+
return $vo84(input3, _path2, _exceptionable2);
|
|
5624
5788
|
if ("GvPredefinedGsTW" === input3.type)
|
|
5625
|
-
return $
|
|
5789
|
+
return $vo82(input3, _path2, _exceptionable2);
|
|
5626
5790
|
if ("GvValuesTW" === input3.type)
|
|
5627
|
-
return $
|
|
5791
|
+
return $vo78(input3, _path2, _exceptionable2);
|
|
5628
5792
|
if ("NumTWSpline" === input3.type)
|
|
5629
|
-
return $
|
|
5793
|
+
return $vo75(input3, _path2, _exceptionable2);
|
|
5630
5794
|
if ("NumTWCont" === input3.type)
|
|
5631
|
-
return $
|
|
5795
|
+
return $vo73(input3, _path2, _exceptionable2);
|
|
5632
5796
|
if ("NumTWBinary" === input3.type)
|
|
5633
|
-
return $
|
|
5797
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
5634
5798
|
if ("NumTWCustomBin" === input3.type)
|
|
5635
|
-
return $
|
|
5799
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
5636
5800
|
if ("NumTWRegularBin" === input3.type)
|
|
5637
|
-
return $
|
|
5801
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
5638
5802
|
if ("QualTWCustomGS" === input3.type)
|
|
5639
|
-
return $
|
|
5803
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
5640
5804
|
if ("QualTWPredefinedGS" === input3.type)
|
|
5641
|
-
return $
|
|
5805
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
5642
5806
|
if ("QualTWValues" === input3.type)
|
|
5643
|
-
return $
|
|
5807
|
+
return $vo2(input3, _path2, _exceptionable2);
|
|
5644
5808
|
return $report(_exceptionable2, {
|
|
5645
5809
|
path: _path2,
|
|
5646
5810
|
expected: "(TermCollectionTWQual | TermCollectionTWCont | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
@@ -5649,11 +5813,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5649
5813
|
})();
|
|
5650
5814
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5651
5815
|
if ("categorical" === input3.type)
|
|
5652
|
-
return $
|
|
5816
|
+
return $vo5(input3, _path2, _exceptionable2);
|
|
5653
5817
|
if ("snp" === input3.type)
|
|
5654
|
-
return $
|
|
5818
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
5655
5819
|
if ("singleCellCellType" === input3.type)
|
|
5656
|
-
return $
|
|
5820
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
5657
5821
|
return $report(_exceptionable2, {
|
|
5658
5822
|
path: _path2,
|
|
5659
5823
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -5662,31 +5826,31 @@ var validDescrStatsRequest = (input) => {
|
|
|
5662
5826
|
})();
|
|
5663
5827
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5664
5828
|
if (void 0 !== input3.ranges)
|
|
5665
|
-
return $
|
|
5829
|
+
return $vo11(input3, _path2, _exceptionable2);
|
|
5666
5830
|
if (void 0 !== input3.ratio)
|
|
5667
|
-
return $
|
|
5668
|
-
return $
|
|
5831
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
5832
|
+
return $vo10(input3, _path2, false) || $vo36(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
5669
5833
|
})();
|
|
5670
5834
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5671
5835
|
if ("integer" === input3.type || "float" === input3.type)
|
|
5672
|
-
return $
|
|
5836
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
5673
5837
|
if ("metaboliteIntensity" === input3.type)
|
|
5674
|
-
return $
|
|
5838
|
+
return $vo26(input3, _path2, _exceptionable2);
|
|
5675
5839
|
if ("proteomeAbundance" === input3.type)
|
|
5676
|
-
return $vo25(input3, _path2, _exceptionable2);
|
|
5677
|
-
if ("date" === input3.type)
|
|
5678
5840
|
return $vo27(input3, _path2, _exceptionable2);
|
|
5841
|
+
if ("date" === input3.type)
|
|
5842
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
5679
5843
|
if ("ssGSEA" === input3.type)
|
|
5680
|
-
return $
|
|
5844
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
5681
5845
|
if ("dnaMethylation" === input3.type)
|
|
5682
|
-
return $
|
|
5683
|
-
return $
|
|
5846
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
5847
|
+
return $vo23(input3, _path2, false) || $vo22(input3, _path2, false) || $vo25(input3, _path2, false) || $vo24(input3, _path2, false) || $vo33(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
5684
5848
|
})();
|
|
5685
5849
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5686
5850
|
if ("regular-bin" === input3.type)
|
|
5687
|
-
return $
|
|
5851
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
5688
5852
|
if ("custom-bin" === input3.type)
|
|
5689
|
-
return $
|
|
5853
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
5690
5854
|
return $report(_exceptionable2, {
|
|
5691
5855
|
path: _path2,
|
|
5692
5856
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -5695,9 +5859,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5695
5859
|
})();
|
|
5696
5860
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5697
5861
|
if ("gene" === input3.kind)
|
|
5698
|
-
return $
|
|
5862
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
5699
5863
|
if ("coord" === input3.kind)
|
|
5700
|
-
return $
|
|
5864
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
5701
5865
|
return $report(_exceptionable2, {
|
|
5702
5866
|
path: _path2,
|
|
5703
5867
|
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; })',
|
|
@@ -5706,9 +5870,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5706
5870
|
})();
|
|
5707
5871
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5708
5872
|
if ("numeric" === input3.memberType)
|
|
5709
|
-
return $
|
|
5873
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
5710
5874
|
if ("categorical" === input3.memberType)
|
|
5711
|
-
return $
|
|
5875
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
5712
5876
|
return $report(_exceptionable2, {
|
|
5713
5877
|
path: _path2,
|
|
5714
5878
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|
|
@@ -5717,9 +5881,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5717
5881
|
})();
|
|
5718
5882
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5719
5883
|
if ("gene" === input3.kind)
|
|
5720
|
-
return $
|
|
5884
|
+
return $vo79(input3, _path2, _exceptionable2);
|
|
5721
5885
|
if ("coord" === input3.kind)
|
|
5722
|
-
return $
|
|
5886
|
+
return $vo80(input3, _path2, _exceptionable2);
|
|
5723
5887
|
return $report(_exceptionable2, {
|
|
5724
5888
|
path: _path2,
|
|
5725
5889
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -5728,9 +5892,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5728
5892
|
})();
|
|
5729
5893
|
const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5730
5894
|
if ("grade" === input3.valueFor)
|
|
5731
|
-
return $
|
|
5895
|
+
return $vo87(input3, _path2, _exceptionable2);
|
|
5732
5896
|
if ("children" === input3.valueFor)
|
|
5733
|
-
return $
|
|
5897
|
+
return $vo88(input3, _path2, _exceptionable2);
|
|
5734
5898
|
return $report(_exceptionable2, {
|
|
5735
5899
|
path: _path2,
|
|
5736
5900
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|
|
@@ -5739,76 +5903,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5739
5903
|
})();
|
|
5740
5904
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
5741
5905
|
path: _path + "",
|
|
5742
|
-
expected: "
|
|
5743
|
-
value: input2
|
|
5744
|
-
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
5745
|
-
path: _path + "",
|
|
5746
|
-
expected: "DescrStatsRequest",
|
|
5747
|
-
value: input2
|
|
5748
|
-
});
|
|
5749
|
-
})(input, "$input", true);
|
|
5750
|
-
}
|
|
5751
|
-
const success = 0 === errors.length;
|
|
5752
|
-
return {
|
|
5753
|
-
success,
|
|
5754
|
-
errors,
|
|
5755
|
-
data: success ? input : void 0
|
|
5756
|
-
};
|
|
5757
|
-
};
|
|
5758
|
-
var validDescrStatsResponse = (input) => {
|
|
5759
|
-
const errors = [];
|
|
5760
|
-
const __is = (input2) => {
|
|
5761
|
-
const $join = import_typia.createValidate.join;
|
|
5762
|
-
const $io0 = (input3) => Object.keys(input3).every((key) => {
|
|
5763
|
-
const value = input3[key];
|
|
5764
|
-
if (void 0 === value)
|
|
5765
|
-
return true;
|
|
5766
|
-
if (RegExp(/(.*)/).test(key))
|
|
5767
|
-
return "object" === typeof value && null !== value && ("string" === typeof value.key && "string" === typeof value.label && "number" === typeof value.value);
|
|
5768
|
-
return true;
|
|
5769
|
-
});
|
|
5770
|
-
return "object" === typeof input2 && null !== input2 && false === Array.isArray(input2) && $io0(input2);
|
|
5771
|
-
};
|
|
5772
|
-
if (false === __is(input)) {
|
|
5773
|
-
const $report = import_typia.createValidate.report(errors);
|
|
5774
|
-
((input2, _path, _exceptionable = true) => {
|
|
5775
|
-
const $join = import_typia.createValidate.join;
|
|
5776
|
-
const $vo0 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
5777
|
-
const value = input3[key];
|
|
5778
|
-
if (void 0 === value)
|
|
5779
|
-
return true;
|
|
5780
|
-
if (RegExp(/(.*)/).test(key))
|
|
5781
|
-
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
5782
|
-
path: _path2 + $join(key),
|
|
5783
|
-
expected: "__type",
|
|
5784
|
-
value
|
|
5785
|
-
})) && $vo1(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
5786
|
-
path: _path2 + $join(key),
|
|
5787
|
-
expected: "__type",
|
|
5788
|
-
value
|
|
5789
|
-
});
|
|
5790
|
-
return true;
|
|
5791
|
-
}).every((flag) => flag)].every((flag) => flag);
|
|
5792
|
-
const $vo1 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
5793
|
-
path: _path2 + ".key",
|
|
5794
|
-
expected: "string",
|
|
5795
|
-
value: input3.key
|
|
5796
|
-
}), "string" === typeof input3.label || $report(_exceptionable2, {
|
|
5797
|
-
path: _path2 + ".label",
|
|
5798
|
-
expected: "string",
|
|
5799
|
-
value: input3.label
|
|
5800
|
-
}), "number" === typeof input3.value || $report(_exceptionable2, {
|
|
5801
|
-
path: _path2 + ".value",
|
|
5802
|
-
expected: "number",
|
|
5803
|
-
value: input3.value
|
|
5804
|
-
})].every((flag) => flag);
|
|
5805
|
-
return ("object" === typeof input2 && null !== input2 && false === Array.isArray(input2) || $report(true, {
|
|
5806
|
-
path: _path + "",
|
|
5807
|
-
expected: "DescrStats",
|
|
5906
|
+
expected: "TermsByIdsResponse",
|
|
5808
5907
|
value: input2
|
|
5809
5908
|
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
5810
5909
|
path: _path + "",
|
|
5811
|
-
expected: "
|
|
5910
|
+
expected: "TermsByIdsResponse",
|
|
5812
5911
|
value: input2
|
|
5813
5912
|
});
|
|
5814
5913
|
})(input, "$input", true);
|
|
@@ -5822,7 +5921,7 @@ var validDescrStatsResponse = (input) => {
|
|
|
5822
5921
|
};
|
|
5823
5922
|
|
|
5824
5923
|
export {
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
|
|
5924
|
+
termsByIdsPayload,
|
|
5925
|
+
validTermsByIdsRequest,
|
|
5926
|
+
validTermsByIdsResponse
|
|
5828
5927
|
};
|