@sjcrh/proteinpaint-types 2.183.0 → 2.183.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-2UNWSR7Y.js → chunk-INIT6CVR.js} +716 -580
- package/dist/{chunk-R7BQWUIF.js → chunk-LOFBLGRE.js} +296 -160
- package/dist/{chunk-JYTPHVO2.js → chunk-M7WMC7GC.js} +364 -188
- package/dist/{chunk-7ZYM6FC6.js → chunk-TI565XIR.js} +458 -418
- package/dist/{chunk-YDJG6VT4.js → chunk-UWK6LBTQ.js} +865 -778
- package/dist/{chunk-NF6RKK5E.js → chunk-WNUWRPXG.js} +721 -585
- package/dist/{chunk-URG6BNUU.js → chunk-Y6FNAG22.js} +357 -172
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +7 -7
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.violinBox.js +1 -1
- package/package.json +1 -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",
|
|
@@ -2064,12 +2104,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2064
2104
|
path: _path2 + ".bins",
|
|
2065
2105
|
expected: "(PresetNumericBins | undefined)",
|
|
2066
2106
|
value: input3.bins
|
|
2067
|
-
})) && $
|
|
2107
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2068
2108
|
path: _path2 + ".bins",
|
|
2069
2109
|
expected: "(PresetNumericBins | undefined)",
|
|
2070
2110
|
value: input3.bins
|
|
2071
2111
|
})].every((flag) => flag);
|
|
2072
|
-
const $
|
|
2112
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2073
2113
|
path: _path2 + ".id",
|
|
2074
2114
|
expected: "string",
|
|
2075
2115
|
value: input3.id
|
|
@@ -2117,7 +2157,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2117
2157
|
path: _path2 + ".values",
|
|
2118
2158
|
expected: "(TermValues | undefined)",
|
|
2119
2159
|
value: input3.values
|
|
2120
|
-
})) && $
|
|
2160
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2121
2161
|
path: _path2 + ".values",
|
|
2122
2162
|
expected: "(TermValues | undefined)",
|
|
2123
2163
|
value: input3.values
|
|
@@ -2127,19 +2167,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
2127
2167
|
value: input3.skipValuesBuild
|
|
2128
2168
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2129
2169
|
path: _path2 + ".valueConversion",
|
|
2130
|
-
expected: "(__type.
|
|
2170
|
+
expected: "(__type.o4 | undefined)",
|
|
2131
2171
|
value: input3.valueConversion
|
|
2132
|
-
})) && $
|
|
2172
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2133
2173
|
path: _path2 + ".valueConversion",
|
|
2134
|
-
expected: "(__type.
|
|
2174
|
+
expected: "(__type.o4 | undefined)",
|
|
2135
2175
|
value: input3.valueConversion
|
|
2136
2176
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2137
2177
|
path: _path2 + ".continuousColorScale",
|
|
2138
|
-
expected: "(__type.
|
|
2178
|
+
expected: "(__type.o5 | undefined)",
|
|
2139
2179
|
value: input3.continuousColorScale
|
|
2140
|
-
})) && $
|
|
2180
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2141
2181
|
path: _path2 + ".continuousColorScale",
|
|
2142
|
-
expected: "(__type.
|
|
2182
|
+
expected: "(__type.o5 | undefined)",
|
|
2143
2183
|
value: input3.continuousColorScale
|
|
2144
2184
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2145
2185
|
path: _path2 + ".unit",
|
|
@@ -2157,7 +2197,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2157
2197
|
path: _path2 + ".bins",
|
|
2158
2198
|
expected: "(PresetNumericBins | undefined)",
|
|
2159
2199
|
value: input3.bins
|
|
2160
|
-
})) && $
|
|
2200
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2161
2201
|
path: _path2 + ".bins",
|
|
2162
2202
|
expected: "(PresetNumericBins | undefined)",
|
|
2163
2203
|
value: input3.bins
|
|
@@ -2178,7 +2218,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2178
2218
|
expected: "(number | undefined)",
|
|
2179
2219
|
value: input3.stop
|
|
2180
2220
|
})].every((flag) => flag);
|
|
2181
|
-
const $
|
|
2221
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2182
2222
|
path: _path2 + ".id",
|
|
2183
2223
|
expected: "string",
|
|
2184
2224
|
value: input3.id
|
|
@@ -2226,7 +2266,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2226
2266
|
path: _path2 + ".values",
|
|
2227
2267
|
expected: "(TermValues | undefined)",
|
|
2228
2268
|
value: input3.values
|
|
2229
|
-
})) && $
|
|
2269
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2230
2270
|
path: _path2 + ".values",
|
|
2231
2271
|
expected: "(TermValues | undefined)",
|
|
2232
2272
|
value: input3.values
|
|
@@ -2236,19 +2276,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
2236
2276
|
value: input3.skipValuesBuild
|
|
2237
2277
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2238
2278
|
path: _path2 + ".valueConversion",
|
|
2239
|
-
expected: "(__type.
|
|
2279
|
+
expected: "(__type.o4 | undefined)",
|
|
2240
2280
|
value: input3.valueConversion
|
|
2241
|
-
})) && $
|
|
2281
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2242
2282
|
path: _path2 + ".valueConversion",
|
|
2243
|
-
expected: "(__type.
|
|
2283
|
+
expected: "(__type.o4 | undefined)",
|
|
2244
2284
|
value: input3.valueConversion
|
|
2245
2285
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2246
2286
|
path: _path2 + ".continuousColorScale",
|
|
2247
|
-
expected: "(__type.
|
|
2287
|
+
expected: "(__type.o5 | undefined)",
|
|
2248
2288
|
value: input3.continuousColorScale
|
|
2249
|
-
})) && $
|
|
2289
|
+
})) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2250
2290
|
path: _path2 + ".continuousColorScale",
|
|
2251
|
-
expected: "(__type.
|
|
2291
|
+
expected: "(__type.o5 | undefined)",
|
|
2252
2292
|
value: input3.continuousColorScale
|
|
2253
2293
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2254
2294
|
path: _path2 + ".unit",
|
|
@@ -2266,7 +2306,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2266
2306
|
path: _path2 + ".bins",
|
|
2267
2307
|
expected: "(PresetNumericBins | undefined)",
|
|
2268
2308
|
value: input3.bins
|
|
2269
|
-
})) && $
|
|
2309
|
+
})) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2270
2310
|
path: _path2 + ".bins",
|
|
2271
2311
|
expected: "(PresetNumericBins | undefined)",
|
|
2272
2312
|
value: input3.bins
|
|
@@ -2287,7 +2327,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2287
2327
|
expected: "number",
|
|
2288
2328
|
value: input3.stop
|
|
2289
2329
|
})].every((flag) => flag);
|
|
2290
|
-
const $
|
|
2330
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2291
2331
|
path: _path2 + ".value",
|
|
2292
2332
|
expected: "number",
|
|
2293
2333
|
value: input3.value
|
|
@@ -2300,7 +2340,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2300
2340
|
expected: "(string | undefined)",
|
|
2301
2341
|
value: input3.name
|
|
2302
2342
|
})].every((flag) => flag);
|
|
2303
|
-
const $
|
|
2343
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2304
2344
|
path: _path2 + ".key",
|
|
2305
2345
|
expected: "string",
|
|
2306
2346
|
value: input3.key
|
|
@@ -2317,7 +2357,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2317
2357
|
expected: "(string | undefined)",
|
|
2318
2358
|
value: input3.label
|
|
2319
2359
|
})].every((flag) => flag);
|
|
2320
|
-
const $
|
|
2360
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2321
2361
|
path: _path2 + ".join",
|
|
2322
2362
|
expected: "(string | undefined)",
|
|
2323
2363
|
value: input3.join
|
|
@@ -2349,7 +2389,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2349
2389
|
path: _path2 + ".term",
|
|
2350
2390
|
expected: "ConditionTerm",
|
|
2351
2391
|
value: input3.term
|
|
2352
|
-
})) && $
|
|
2392
|
+
})) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2353
2393
|
path: _path2 + ".term",
|
|
2354
2394
|
expected: "ConditionTerm",
|
|
2355
2395
|
value: input3.term
|
|
@@ -2361,7 +2401,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2361
2401
|
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2362
2402
|
expected: "GradeAndChildEntry",
|
|
2363
2403
|
value: elem
|
|
2364
|
-
})) && $
|
|
2404
|
+
})) && $vo38(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2365
2405
|
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2366
2406
|
expected: "GradeAndChildEntry",
|
|
2367
2407
|
value: elem
|
|
@@ -2375,18 +2415,18 @@ var validDescrStatsRequest = (input) => {
|
|
|
2375
2415
|
value: input3.values
|
|
2376
2416
|
})) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2377
2417
|
path: _path2 + ".values[" + _index34 + "]",
|
|
2378
|
-
expected: "__type.
|
|
2418
|
+
expected: "__type.o8",
|
|
2379
2419
|
value: elem
|
|
2380
|
-
})) && $
|
|
2420
|
+
})) && $vo39(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2381
2421
|
path: _path2 + ".values[" + _index34 + "]",
|
|
2382
|
-
expected: "__type.
|
|
2422
|
+
expected: "__type.o8",
|
|
2383
2423
|
value: elem
|
|
2384
2424
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2385
2425
|
path: _path2 + ".values",
|
|
2386
2426
|
expected: "Array<__type>.o1",
|
|
2387
2427
|
value: input3.values
|
|
2388
2428
|
})].every((flag) => flag);
|
|
2389
|
-
const $
|
|
2429
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2390
2430
|
path: _path2 + ".id",
|
|
2391
2431
|
expected: "string",
|
|
2392
2432
|
value: input3.id
|
|
@@ -2434,7 +2474,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2434
2474
|
path: _path2 + ".values",
|
|
2435
2475
|
expected: "(TermValues | undefined)",
|
|
2436
2476
|
value: input3.values
|
|
2437
|
-
})) && $
|
|
2477
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2438
2478
|
path: _path2 + ".values",
|
|
2439
2479
|
expected: "(TermValues | undefined)",
|
|
2440
2480
|
value: input3.values
|
|
@@ -2444,14 +2484,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
2444
2484
|
value: input3.skipValuesBuild
|
|
2445
2485
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2446
2486
|
path: _path2 + ".valueConversion",
|
|
2447
|
-
expected: "(__type.
|
|
2487
|
+
expected: "(__type.o4 | undefined)",
|
|
2448
2488
|
value: input3.valueConversion
|
|
2449
|
-
})) && $
|
|
2489
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2450
2490
|
path: _path2 + ".valueConversion",
|
|
2451
|
-
expected: "(__type.
|
|
2491
|
+
expected: "(__type.o4 | undefined)",
|
|
2452
2492
|
value: input3.valueConversion
|
|
2453
2493
|
})].every((flag) => flag);
|
|
2454
|
-
const $
|
|
2494
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2455
2495
|
path: _path2 + ".grade",
|
|
2456
2496
|
expected: "number",
|
|
2457
2497
|
value: input3.grade
|
|
@@ -2468,7 +2508,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2468
2508
|
expected: "string",
|
|
2469
2509
|
value: input3.child_label
|
|
2470
2510
|
})].every((flag) => flag);
|
|
2471
|
-
const $
|
|
2511
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2472
2512
|
path: _path2 + ".key",
|
|
2473
2513
|
expected: "(number | string)",
|
|
2474
2514
|
value: input3.key
|
|
@@ -2486,7 +2526,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2486
2526
|
return true;
|
|
2487
2527
|
return true;
|
|
2488
2528
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2489
|
-
const $
|
|
2529
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2490
2530
|
path: _path2 + ".join",
|
|
2491
2531
|
expected: "(string | undefined)",
|
|
2492
2532
|
value: input3.join
|
|
@@ -2518,7 +2558,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2518
2558
|
path: _path2 + ".term",
|
|
2519
2559
|
expected: "DtTerm",
|
|
2520
2560
|
value: input3.term
|
|
2521
|
-
})) && $
|
|
2561
|
+
})) && $vo41(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2522
2562
|
path: _path2 + ".term",
|
|
2523
2563
|
expected: "DtTerm",
|
|
2524
2564
|
value: input3.term
|
|
@@ -2530,7 +2570,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2530
2570
|
path: _path2 + ".values[" + _index37 + "]",
|
|
2531
2571
|
expected: "GeneVariantValue",
|
|
2532
2572
|
value: elem
|
|
2533
|
-
})) && $
|
|
2573
|
+
})) && $vo51(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2534
2574
|
path: _path2 + ".values[" + _index37 + "]",
|
|
2535
2575
|
expected: "GeneVariantValue",
|
|
2536
2576
|
value: elem
|
|
@@ -2579,7 +2619,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2579
2619
|
expected: "(number | undefined)",
|
|
2580
2620
|
value: input3.fractionOverlap
|
|
2581
2621
|
})].every((flag) => flag);
|
|
2582
|
-
const $
|
|
2622
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2583
2623
|
path: _path2 + ".id",
|
|
2584
2624
|
expected: "string",
|
|
2585
2625
|
value: input3.id
|
|
@@ -2623,12 +2663,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2623
2663
|
path: _path2 + ".values",
|
|
2624
2664
|
expected: "TermValues",
|
|
2625
2665
|
value: input3.values
|
|
2626
|
-
})) && $
|
|
2666
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2627
2667
|
path: _path2 + ".values",
|
|
2628
2668
|
expected: "TermValues",
|
|
2629
2669
|
value: input3.values
|
|
2630
2670
|
})].every((flag) => flag);
|
|
2631
|
-
const $
|
|
2671
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2632
2672
|
path: _path2 + ".id",
|
|
2633
2673
|
expected: "string",
|
|
2634
2674
|
value: input3.id
|
|
@@ -2676,7 +2716,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2676
2716
|
path: _path2 + ".values",
|
|
2677
2717
|
expected: "(TermValues | undefined)",
|
|
2678
2718
|
value: input3.values
|
|
2679
|
-
})) && $
|
|
2719
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2680
2720
|
path: _path2 + ".values",
|
|
2681
2721
|
expected: "(TermValues | undefined)",
|
|
2682
2722
|
value: input3.values
|
|
@@ -2686,11 +2726,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2686
2726
|
value: input3.skipValuesBuild
|
|
2687
2727
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2688
2728
|
path: _path2 + ".valueConversion",
|
|
2689
|
-
expected: "(__type.
|
|
2729
|
+
expected: "(__type.o4 | undefined)",
|
|
2690
2730
|
value: input3.valueConversion
|
|
2691
|
-
})) && $
|
|
2731
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2692
2732
|
path: _path2 + ".valueConversion",
|
|
2693
|
-
expected: "(__type.
|
|
2733
|
+
expected: "(__type.o4 | undefined)",
|
|
2694
2734
|
value: input3.valueConversion
|
|
2695
2735
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2696
2736
|
path: _path2 + ".kind",
|
|
@@ -2732,7 +2772,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2732
2772
|
path: _path2 + ".groupsetting",
|
|
2733
2773
|
expected: "(TermGroupSetting | undefined)",
|
|
2734
2774
|
value: input3.groupsetting
|
|
2735
|
-
})) && $
|
|
2775
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2736
2776
|
path: _path2 + ".groupsetting",
|
|
2737
2777
|
expected: "(TermGroupSetting | undefined)",
|
|
2738
2778
|
value: input3.groupsetting
|
|
@@ -2744,7 +2784,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2744
2784
|
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2745
2785
|
expected: "DtTerm",
|
|
2746
2786
|
value: elem
|
|
2747
|
-
})) && $
|
|
2787
|
+
})) && $vo41(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2748
2788
|
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2749
2789
|
expected: "DtTerm",
|
|
2750
2790
|
value: elem
|
|
@@ -2753,7 +2793,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2753
2793
|
expected: "(Array<DtTerm> | undefined)",
|
|
2754
2794
|
value: input3.childTerms
|
|
2755
2795
|
})].every((flag) => flag);
|
|
2756
|
-
const $
|
|
2796
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2757
2797
|
path: _path2 + ".id",
|
|
2758
2798
|
expected: "string",
|
|
2759
2799
|
value: input3.id
|
|
@@ -2801,7 +2841,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2801
2841
|
path: _path2 + ".values",
|
|
2802
2842
|
expected: "(TermValues | undefined)",
|
|
2803
2843
|
value: input3.values
|
|
2804
|
-
})) && $
|
|
2844
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2805
2845
|
path: _path2 + ".values",
|
|
2806
2846
|
expected: "(TermValues | undefined)",
|
|
2807
2847
|
value: input3.values
|
|
@@ -2811,11 +2851,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2811
2851
|
value: input3.skipValuesBuild
|
|
2812
2852
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2813
2853
|
path: _path2 + ".valueConversion",
|
|
2814
|
-
expected: "(__type.
|
|
2854
|
+
expected: "(__type.o4 | undefined)",
|
|
2815
2855
|
value: input3.valueConversion
|
|
2816
|
-
})) && $
|
|
2856
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2817
2857
|
path: _path2 + ".valueConversion",
|
|
2818
|
-
expected: "(__type.
|
|
2858
|
+
expected: "(__type.o4 | undefined)",
|
|
2819
2859
|
value: input3.valueConversion
|
|
2820
2860
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
2821
2861
|
path: _path2 + ".kind",
|
|
@@ -2838,7 +2878,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2838
2878
|
expected: "(number | undefined)",
|
|
2839
2879
|
value: input3.stop
|
|
2840
2880
|
})].every((flag) => flag);
|
|
2841
|
-
const $
|
|
2881
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2842
2882
|
path: _path2 + ".id",
|
|
2843
2883
|
expected: "string",
|
|
2844
2884
|
value: input3.id
|
|
@@ -2886,7 +2926,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2886
2926
|
path: _path2 + ".values",
|
|
2887
2927
|
expected: "(TermValues | undefined)",
|
|
2888
2928
|
value: input3.values
|
|
2889
|
-
})) && $
|
|
2929
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2890
2930
|
path: _path2 + ".values",
|
|
2891
2931
|
expected: "(TermValues | undefined)",
|
|
2892
2932
|
value: input3.values
|
|
@@ -2896,11 +2936,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2896
2936
|
value: input3.skipValuesBuild
|
|
2897
2937
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2898
2938
|
path: _path2 + ".valueConversion",
|
|
2899
|
-
expected: "(__type.
|
|
2939
|
+
expected: "(__type.o4 | undefined)",
|
|
2900
2940
|
value: input3.valueConversion
|
|
2901
|
-
})) && $
|
|
2941
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2902
2942
|
path: _path2 + ".valueConversion",
|
|
2903
|
-
expected: "(__type.
|
|
2943
|
+
expected: "(__type.o4 | undefined)",
|
|
2904
2944
|
value: input3.valueConversion
|
|
2905
2945
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2906
2946
|
path: _path2 + ".kind",
|
|
@@ -2919,7 +2959,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2919
2959
|
expected: "number",
|
|
2920
2960
|
value: input3.stop
|
|
2921
2961
|
})].every((flag) => flag);
|
|
2922
|
-
const $
|
|
2962
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2923
2963
|
path: _path2 + ".disabled",
|
|
2924
2964
|
expected: "boolean",
|
|
2925
2965
|
value: input3.disabled
|
|
@@ -2931,7 +2971,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2931
2971
|
path: _path2 + ".lst[" + _index46 + "]",
|
|
2932
2972
|
expected: "Groupset",
|
|
2933
2973
|
value: elem
|
|
2934
|
-
})) && $
|
|
2974
|
+
})) && $vo46(elem, _path2 + ".lst[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2935
2975
|
path: _path2 + ".lst[" + _index46 + "]",
|
|
2936
2976
|
expected: "Groupset",
|
|
2937
2977
|
value: elem
|
|
@@ -2940,7 +2980,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2940
2980
|
expected: "(Array<Groupset> | undefined)",
|
|
2941
2981
|
value: input3.lst
|
|
2942
2982
|
})].every((flag) => flag);
|
|
2943
|
-
const $
|
|
2983
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2944
2984
|
path: _path2 + ".name",
|
|
2945
2985
|
expected: "string",
|
|
2946
2986
|
value: input3.name
|
|
@@ -2973,7 +3013,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2973
3013
|
expected: "Array<GroupEntry>",
|
|
2974
3014
|
value: input3.groups
|
|
2975
3015
|
})].every((flag) => flag);
|
|
2976
|
-
const $
|
|
3016
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2977
3017
|
path: _path2 + ".name",
|
|
2978
3018
|
expected: "string",
|
|
2979
3019
|
value: input3.name
|
|
@@ -2987,11 +3027,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2987
3027
|
value: input3.values
|
|
2988
3028
|
})) && input3.values.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2989
3029
|
path: _path2 + ".values[" + _index48 + "]",
|
|
2990
|
-
expected: "__type.
|
|
3030
|
+
expected: "__type.o9",
|
|
2991
3031
|
value: elem
|
|
2992
|
-
})) && $
|
|
3032
|
+
})) && $vo48(elem, _path2 + ".values[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2993
3033
|
path: _path2 + ".values[" + _index48 + "]",
|
|
2994
|
-
expected: "__type.
|
|
3034
|
+
expected: "__type.o9",
|
|
2995
3035
|
value: elem
|
|
2996
3036
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2997
3037
|
path: _path2 + ".values",
|
|
@@ -3002,7 +3042,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3002
3042
|
expected: "(boolean | undefined)",
|
|
3003
3043
|
value: input3.uncomputable
|
|
3004
3044
|
})].every((flag) => flag);
|
|
3005
|
-
const $
|
|
3045
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
3006
3046
|
path: _path2 + ".key",
|
|
3007
3047
|
expected: "(number | string)",
|
|
3008
3048
|
value: input3.key
|
|
@@ -3011,7 +3051,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3011
3051
|
expected: "string",
|
|
3012
3052
|
value: input3.label
|
|
3013
3053
|
})].every((flag) => flag);
|
|
3014
|
-
const $
|
|
3054
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3015
3055
|
path: _path2 + ".name",
|
|
3016
3056
|
expected: "string",
|
|
3017
3057
|
value: input3.name
|
|
@@ -3023,7 +3063,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3023
3063
|
path: _path2 + ".filter",
|
|
3024
3064
|
expected: "Filter",
|
|
3025
3065
|
value: input3.filter
|
|
3026
|
-
})) && $
|
|
3066
|
+
})) && $vo8(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
3027
3067
|
path: _path2 + ".filter",
|
|
3028
3068
|
expected: "Filter",
|
|
3029
3069
|
value: input3.filter
|
|
@@ -3032,7 +3072,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3032
3072
|
expected: "string",
|
|
3033
3073
|
value: input3.color
|
|
3034
3074
|
})].every((flag) => flag);
|
|
3035
|
-
const $
|
|
3075
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3036
3076
|
path: _path2 + ".id",
|
|
3037
3077
|
expected: "string",
|
|
3038
3078
|
value: input3.id
|
|
@@ -3080,7 +3120,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3080
3120
|
path: _path2 + ".values",
|
|
3081
3121
|
expected: "(TermValues | undefined)",
|
|
3082
3122
|
value: input3.values
|
|
3083
|
-
})) && $
|
|
3123
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3084
3124
|
path: _path2 + ".values",
|
|
3085
3125
|
expected: "(TermValues | undefined)",
|
|
3086
3126
|
value: input3.values
|
|
@@ -3090,11 +3130,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3090
3130
|
value: input3.skipValuesBuild
|
|
3091
3131
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3092
3132
|
path: _path2 + ".valueConversion",
|
|
3093
|
-
expected: "(__type.
|
|
3133
|
+
expected: "(__type.o4 | undefined)",
|
|
3094
3134
|
value: input3.valueConversion
|
|
3095
|
-
})) && $
|
|
3135
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3096
3136
|
path: _path2 + ".valueConversion",
|
|
3097
|
-
expected: "(__type.
|
|
3137
|
+
expected: "(__type.o4 | undefined)",
|
|
3098
3138
|
value: input3.valueConversion
|
|
3099
3139
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3100
3140
|
path: _path2 + ".kind",
|
|
@@ -3132,7 +3172,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3132
3172
|
path: _path2 + ".groupsetting",
|
|
3133
3173
|
expected: "(TermGroupSetting | undefined)",
|
|
3134
3174
|
value: input3.groupsetting
|
|
3135
|
-
})) && $
|
|
3175
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3136
3176
|
path: _path2 + ".groupsetting",
|
|
3137
3177
|
expected: "(TermGroupSetting | undefined)",
|
|
3138
3178
|
value: input3.groupsetting
|
|
@@ -3144,7 +3184,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3144
3184
|
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
3145
3185
|
expected: "DtTerm",
|
|
3146
3186
|
value: elem
|
|
3147
|
-
})) && $
|
|
3187
|
+
})) && $vo41(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3148
3188
|
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
3149
3189
|
expected: "DtTerm",
|
|
3150
3190
|
value: elem
|
|
@@ -3153,7 +3193,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3153
3193
|
expected: "(Array<DtTerm> | undefined)",
|
|
3154
3194
|
value: input3.childTerms
|
|
3155
3195
|
})].every((flag) => flag);
|
|
3156
|
-
const $
|
|
3196
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
3157
3197
|
path: _path2 + ".key",
|
|
3158
3198
|
expected: "(string | undefined)",
|
|
3159
3199
|
value: input3.key
|
|
@@ -3198,7 +3238,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3198
3238
|
expected: "(string | undefined)",
|
|
3199
3239
|
value: input3.origin
|
|
3200
3240
|
})].every((flag) => flag);
|
|
3201
|
-
const $
|
|
3241
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
3202
3242
|
path: _path2 + ".join",
|
|
3203
3243
|
expected: "(string | undefined)",
|
|
3204
3244
|
value: input3.join
|
|
@@ -3239,7 +3279,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3239
3279
|
expected: "number",
|
|
3240
3280
|
value: input3.ratio
|
|
3241
3281
|
})].every((flag) => flag);
|
|
3242
|
-
const $
|
|
3282
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3243
3283
|
path: _path2 + ".id",
|
|
3244
3284
|
expected: "string",
|
|
3245
3285
|
value: input3.id
|
|
@@ -3287,7 +3327,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3287
3327
|
path: _path2 + ".values",
|
|
3288
3328
|
expected: "(TermValues | undefined)",
|
|
3289
3329
|
value: input3.values
|
|
3290
|
-
})) && $
|
|
3330
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3291
3331
|
path: _path2 + ".values",
|
|
3292
3332
|
expected: "(TermValues | undefined)",
|
|
3293
3333
|
value: input3.values
|
|
@@ -3297,11 +3337,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3297
3337
|
value: input3.skipValuesBuild
|
|
3298
3338
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3299
3339
|
path: _path2 + ".valueConversion",
|
|
3300
|
-
expected: "(__type.
|
|
3340
|
+
expected: "(__type.o4 | undefined)",
|
|
3301
3341
|
value: input3.valueConversion
|
|
3302
|
-
})) && $
|
|
3342
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3303
3343
|
path: _path2 + ".valueConversion",
|
|
3304
|
-
expected: "(__type.
|
|
3344
|
+
expected: "(__type.o4 | undefined)",
|
|
3305
3345
|
value: input3.valueConversion
|
|
3306
3346
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
3307
3347
|
path: _path2 + ".termIds",
|
|
@@ -3323,7 +3363,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3323
3363
|
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3324
3364
|
expected: "BaseTerm",
|
|
3325
3365
|
value: elem
|
|
3326
|
-
})) && $
|
|
3366
|
+
})) && $vo54(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3327
3367
|
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3328
3368
|
expected: "BaseTerm",
|
|
3329
3369
|
value: elem
|
|
@@ -3337,11 +3377,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3337
3377
|
value: input3.newTvs
|
|
3338
3378
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3339
3379
|
path: _path2 + ".propsByTermId",
|
|
3340
|
-
expected: "__type.
|
|
3380
|
+
expected: "__type.o10",
|
|
3341
3381
|
value: input3.propsByTermId
|
|
3342
|
-
})) && $
|
|
3382
|
+
})) && $vo55(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3343
3383
|
path: _path2 + ".propsByTermId",
|
|
3344
|
-
expected: "__type.
|
|
3384
|
+
expected: "__type.o10",
|
|
3345
3385
|
value: input3.propsByTermId
|
|
3346
3386
|
}), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
|
|
3347
3387
|
path: _path2 + ".isCustom",
|
|
@@ -3365,14 +3405,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
3365
3405
|
value: input3.numerators
|
|
3366
3406
|
}), void 0 === input3.valueTransform || ("object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) || $report(_exceptionable2, {
|
|
3367
3407
|
path: _path2 + ".valueTransform",
|
|
3368
|
-
expected: "(__type.
|
|
3408
|
+
expected: "(__type.o12 | undefined)",
|
|
3369
3409
|
value: input3.valueTransform
|
|
3370
|
-
})) && $
|
|
3410
|
+
})) && $vo57(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
|
|
3371
3411
|
path: _path2 + ".valueTransform",
|
|
3372
|
-
expected: "(__type.
|
|
3412
|
+
expected: "(__type.o12 | undefined)",
|
|
3373
3413
|
value: input3.valueTransform
|
|
3374
3414
|
})].every((flag) => flag);
|
|
3375
|
-
const $
|
|
3415
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3376
3416
|
path: _path2 + ".id",
|
|
3377
3417
|
expected: "string",
|
|
3378
3418
|
value: input3.id
|
|
@@ -3420,7 +3460,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3420
3460
|
path: _path2 + ".values",
|
|
3421
3461
|
expected: "(TermValues | undefined)",
|
|
3422
3462
|
value: input3.values
|
|
3423
|
-
})) && $
|
|
3463
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3424
3464
|
path: _path2 + ".values",
|
|
3425
3465
|
expected: "(TermValues | undefined)",
|
|
3426
3466
|
value: input3.values
|
|
@@ -3430,30 +3470,30 @@ var validDescrStatsRequest = (input) => {
|
|
|
3430
3470
|
value: input3.skipValuesBuild
|
|
3431
3471
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3432
3472
|
path: _path2 + ".valueConversion",
|
|
3433
|
-
expected: "(__type.
|
|
3473
|
+
expected: "(__type.o4 | undefined)",
|
|
3434
3474
|
value: input3.valueConversion
|
|
3435
|
-
})) && $
|
|
3475
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3436
3476
|
path: _path2 + ".valueConversion",
|
|
3437
|
-
expected: "(__type.
|
|
3477
|
+
expected: "(__type.o4 | undefined)",
|
|
3438
3478
|
value: input3.valueConversion
|
|
3439
3479
|
})].every((flag) => flag);
|
|
3440
|
-
const $
|
|
3480
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3441
3481
|
const value = input3[key];
|
|
3442
3482
|
if (void 0 === value)
|
|
3443
3483
|
return true;
|
|
3444
3484
|
if (RegExp(/(.*)/).test(key))
|
|
3445
3485
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
|
|
3446
3486
|
path: _path2 + $join(key),
|
|
3447
|
-
expected: "__type.
|
|
3487
|
+
expected: "__type.o11",
|
|
3448
3488
|
value
|
|
3449
|
-
})) && $
|
|
3489
|
+
})) && $vo56(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3450
3490
|
path: _path2 + $join(key),
|
|
3451
|
-
expected: "__type.
|
|
3491
|
+
expected: "__type.o11",
|
|
3452
3492
|
value
|
|
3453
3493
|
});
|
|
3454
3494
|
return true;
|
|
3455
3495
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3456
|
-
const $
|
|
3496
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3457
3497
|
const value = input3[key];
|
|
3458
3498
|
if (void 0 === value)
|
|
3459
3499
|
return true;
|
|
@@ -3461,12 +3501,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3461
3501
|
return true;
|
|
3462
3502
|
return true;
|
|
3463
3503
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3464
|
-
const $
|
|
3504
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
|
|
3465
3505
|
path: _path2 + ".offset",
|
|
3466
3506
|
expected: "(number | undefined)",
|
|
3467
3507
|
value: input3.offset
|
|
3468
3508
|
})].every((flag) => flag);
|
|
3469
|
-
const $
|
|
3509
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3470
3510
|
path: _path2 + ".id",
|
|
3471
3511
|
expected: "string",
|
|
3472
3512
|
value: input3.id
|
|
@@ -3514,7 +3554,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3514
3554
|
path: _path2 + ".values",
|
|
3515
3555
|
expected: "(TermValues | undefined)",
|
|
3516
3556
|
value: input3.values
|
|
3517
|
-
})) && $
|
|
3557
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3518
3558
|
path: _path2 + ".values",
|
|
3519
3559
|
expected: "(TermValues | undefined)",
|
|
3520
3560
|
value: input3.values
|
|
@@ -3524,11 +3564,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3524
3564
|
value: input3.skipValuesBuild
|
|
3525
3565
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3526
3566
|
path: _path2 + ".valueConversion",
|
|
3527
|
-
expected: "(__type.
|
|
3567
|
+
expected: "(__type.o4 | undefined)",
|
|
3528
3568
|
value: input3.valueConversion
|
|
3529
|
-
})) && $
|
|
3569
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3530
3570
|
path: _path2 + ".valueConversion",
|
|
3531
|
-
expected: "(__type.
|
|
3571
|
+
expected: "(__type.o4 | undefined)",
|
|
3532
3572
|
value: input3.valueConversion
|
|
3533
3573
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
3534
3574
|
path: _path2 + ".termIds",
|
|
@@ -3550,7 +3590,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3550
3590
|
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3551
3591
|
expected: "BaseTerm",
|
|
3552
3592
|
value: elem
|
|
3553
|
-
})) && $
|
|
3593
|
+
})) && $vo54(elem, _path2 + ".termlst[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3554
3594
|
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3555
3595
|
expected: "BaseTerm",
|
|
3556
3596
|
value: elem
|
|
@@ -3564,11 +3604,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3564
3604
|
value: input3.newTvs
|
|
3565
3605
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3566
3606
|
path: _path2 + ".propsByTermId",
|
|
3567
|
-
expected: "__type.
|
|
3607
|
+
expected: "__type.o10",
|
|
3568
3608
|
value: input3.propsByTermId
|
|
3569
|
-
})) && $
|
|
3609
|
+
})) && $vo55(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3570
3610
|
path: _path2 + ".propsByTermId",
|
|
3571
|
-
expected: "__type.
|
|
3611
|
+
expected: "__type.o10",
|
|
3572
3612
|
value: input3.propsByTermId
|
|
3573
3613
|
}), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
|
|
3574
3614
|
path: _path2 + ".isCustom",
|
|
@@ -3586,7 +3626,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3586
3626
|
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3587
3627
|
expected: "CategoryKey",
|
|
3588
3628
|
value: elem
|
|
3589
|
-
})) && $
|
|
3629
|
+
})) && $vo59(elem, _path2 + ".categoryKeys[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3590
3630
|
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3591
3631
|
expected: "CategoryKey",
|
|
3592
3632
|
value: elem
|
|
@@ -3595,7 +3635,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3595
3635
|
expected: "Array<CategoryKey>",
|
|
3596
3636
|
value: input3.categoryKeys
|
|
3597
3637
|
})].every((flag) => flag);
|
|
3598
|
-
const $
|
|
3638
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3599
3639
|
path: _path2 + ".key",
|
|
3600
3640
|
expected: "string",
|
|
3601
3641
|
value: input3.key
|
|
@@ -3604,7 +3644,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3604
3644
|
expected: "boolean",
|
|
3605
3645
|
value: input3.shown
|
|
3606
3646
|
})].every((flag) => flag);
|
|
3607
|
-
const $
|
|
3647
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3608
3648
|
path: _path2 + ".id",
|
|
3609
3649
|
expected: "string",
|
|
3610
3650
|
value: input3.id
|
|
@@ -3652,7 +3692,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3652
3692
|
path: _path2 + ".values",
|
|
3653
3693
|
expected: "(TermValues | undefined)",
|
|
3654
3694
|
value: input3.values
|
|
3655
|
-
})) && $
|
|
3695
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3656
3696
|
path: _path2 + ".values",
|
|
3657
3697
|
expected: "(TermValues | undefined)",
|
|
3658
3698
|
value: input3.values
|
|
@@ -3662,11 +3702,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3662
3702
|
value: input3.skipValuesBuild
|
|
3663
3703
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3664
3704
|
path: _path2 + ".valueConversion",
|
|
3665
|
-
expected: "(__type.
|
|
3705
|
+
expected: "(__type.o4 | undefined)",
|
|
3666
3706
|
value: input3.valueConversion
|
|
3667
|
-
})) && $
|
|
3707
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3668
3708
|
path: _path2 + ".valueConversion",
|
|
3669
|
-
expected: "(__type.
|
|
3709
|
+
expected: "(__type.o4 | undefined)",
|
|
3670
3710
|
value: input3.valueConversion
|
|
3671
3711
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
3672
3712
|
path: _path2 + ".chr",
|
|
@@ -3700,12 +3740,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3700
3740
|
path: _path2 + ".groupsetting",
|
|
3701
3741
|
expected: "TermGroupSetting",
|
|
3702
3742
|
value: input3.groupsetting
|
|
3703
|
-
})) && $
|
|
3743
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3704
3744
|
path: _path2 + ".groupsetting",
|
|
3705
3745
|
expected: "TermGroupSetting",
|
|
3706
3746
|
value: input3.groupsetting
|
|
3707
3747
|
})].every((flag) => flag);
|
|
3708
|
-
const $
|
|
3748
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3709
3749
|
path: _path2 + ".id",
|
|
3710
3750
|
expected: "string",
|
|
3711
3751
|
value: input3.id
|
|
@@ -3753,7 +3793,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3753
3793
|
path: _path2 + ".values",
|
|
3754
3794
|
expected: "(TermValues | undefined)",
|
|
3755
3795
|
value: input3.values
|
|
3756
|
-
})) && $
|
|
3796
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3757
3797
|
path: _path2 + ".values",
|
|
3758
3798
|
expected: "(TermValues | undefined)",
|
|
3759
3799
|
value: input3.values
|
|
@@ -3763,17 +3803,17 @@ var validDescrStatsRequest = (input) => {
|
|
|
3763
3803
|
value: input3.skipValuesBuild
|
|
3764
3804
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3765
3805
|
path: _path2 + ".valueConversion",
|
|
3766
|
-
expected: "(__type.
|
|
3806
|
+
expected: "(__type.o4 | undefined)",
|
|
3767
3807
|
value: input3.valueConversion
|
|
3768
|
-
})) && $
|
|
3808
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3769
3809
|
path: _path2 + ".valueConversion",
|
|
3770
|
-
expected: "(__type.
|
|
3810
|
+
expected: "(__type.o4 | undefined)",
|
|
3771
3811
|
value: input3.valueConversion
|
|
3772
3812
|
}), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
|
|
3773
3813
|
path: _path2 + ".sample",
|
|
3774
3814
|
expected: "object",
|
|
3775
3815
|
value: input3.sample
|
|
3776
|
-
})) && $
|
|
3816
|
+
})) && $vo62(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3777
3817
|
path: _path2 + ".sample",
|
|
3778
3818
|
expected: "object",
|
|
3779
3819
|
value: input3.sample
|
|
@@ -3785,17 +3825,17 @@ var validDescrStatsRequest = (input) => {
|
|
|
3785
3825
|
path: _path2 + ".groupsetting",
|
|
3786
3826
|
expected: "TermGroupSetting",
|
|
3787
3827
|
value: input3.groupsetting
|
|
3788
|
-
})) && $
|
|
3828
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3789
3829
|
path: _path2 + ".groupsetting",
|
|
3790
3830
|
expected: "TermGroupSetting",
|
|
3791
3831
|
value: input3.groupsetting
|
|
3792
3832
|
})].every((flag) => flag);
|
|
3793
|
-
const $
|
|
3794
|
-
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, {
|
|
3795
3835
|
path: _path2 + ".hiddenValues",
|
|
3796
3836
|
expected: "(HiddenValues | undefined)",
|
|
3797
3837
|
value: input3.hiddenValues
|
|
3798
|
-
})) && $
|
|
3838
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3799
3839
|
path: _path2 + ".hiddenValues",
|
|
3800
3840
|
expected: "(HiddenValues | undefined)",
|
|
3801
3841
|
value: input3.hiddenValues
|
|
@@ -3820,7 +3860,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3820
3860
|
expected: '"values"',
|
|
3821
3861
|
value: input3.type
|
|
3822
3862
|
})].every((flag) => flag);
|
|
3823
|
-
const $
|
|
3863
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3824
3864
|
path: _path2 + ".id",
|
|
3825
3865
|
expected: "(string | undefined)",
|
|
3826
3866
|
value: input3.id
|
|
@@ -3834,17 +3874,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
3834
3874
|
value: input3.isAtomic
|
|
3835
3875
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3836
3876
|
path: _path2 + ".settings",
|
|
3837
|
-
expected: "(__type | undefined)",
|
|
3877
|
+
expected: "(__type.o1 | undefined)",
|
|
3838
3878
|
value: input3.settings
|
|
3839
|
-
})) && $
|
|
3879
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3840
3880
|
path: _path2 + ".settings",
|
|
3841
|
-
expected: "(__type | undefined)",
|
|
3881
|
+
expected: "(__type.o1 | undefined)",
|
|
3842
3882
|
value: input3.settings
|
|
3843
3883
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3844
3884
|
path: _path2 + ".minNumSamples",
|
|
3845
3885
|
expected: "(number | undefined)",
|
|
3846
3886
|
value: input3.minNumSamples
|
|
3847
|
-
}), 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, {
|
|
3848
3896
|
path: _path2 + ".term",
|
|
3849
3897
|
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
3850
3898
|
value: input3.term
|
|
@@ -3856,7 +3904,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3856
3904
|
path: _path2 + ".q",
|
|
3857
3905
|
expected: "PredefinedGroupSettingQ",
|
|
3858
3906
|
value: input3.q
|
|
3859
|
-
})) && $
|
|
3907
|
+
})) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3860
3908
|
path: _path2 + ".q",
|
|
3861
3909
|
expected: "PredefinedGroupSettingQ",
|
|
3862
3910
|
value: input3.q
|
|
@@ -3865,11 +3913,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3865
3913
|
expected: '"QualTWPredefinedGS"',
|
|
3866
3914
|
value: input3.type
|
|
3867
3915
|
})].every((flag) => flag);
|
|
3868
|
-
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, {
|
|
3869
3917
|
path: _path2 + ".hiddenValues",
|
|
3870
3918
|
expected: "(HiddenValues | undefined)",
|
|
3871
3919
|
value: input3.hiddenValues
|
|
3872
|
-
})) && $
|
|
3920
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3873
3921
|
path: _path2 + ".hiddenValues",
|
|
3874
3922
|
expected: "(HiddenValues | undefined)",
|
|
3875
3923
|
value: input3.hiddenValues
|
|
@@ -3898,7 +3946,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3898
3946
|
expected: "number",
|
|
3899
3947
|
value: input3.predefined_groupset_idx
|
|
3900
3948
|
})].every((flag) => flag);
|
|
3901
|
-
const $
|
|
3949
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3902
3950
|
path: _path2 + ".id",
|
|
3903
3951
|
expected: "(string | undefined)",
|
|
3904
3952
|
value: input3.id
|
|
@@ -3912,17 +3960,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
3912
3960
|
value: input3.isAtomic
|
|
3913
3961
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3914
3962
|
path: _path2 + ".settings",
|
|
3915
|
-
expected: "(__type | undefined)",
|
|
3963
|
+
expected: "(__type.o1 | undefined)",
|
|
3916
3964
|
value: input3.settings
|
|
3917
|
-
})) && $
|
|
3965
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3918
3966
|
path: _path2 + ".settings",
|
|
3919
|
-
expected: "(__type | undefined)",
|
|
3967
|
+
expected: "(__type.o1 | undefined)",
|
|
3920
3968
|
value: input3.settings
|
|
3921
3969
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3922
3970
|
path: _path2 + ".minNumSamples",
|
|
3923
3971
|
expected: "(number | undefined)",
|
|
3924
3972
|
value: input3.minNumSamples
|
|
3925
|
-
}), 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, {
|
|
3926
3982
|
path: _path2 + ".term",
|
|
3927
3983
|
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
3928
3984
|
value: input3.term
|
|
@@ -3934,7 +3990,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3934
3990
|
path: _path2 + ".q",
|
|
3935
3991
|
expected: "CustomGroupSettingQ",
|
|
3936
3992
|
value: input3.q
|
|
3937
|
-
})) && $
|
|
3993
|
+
})) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3938
3994
|
path: _path2 + ".q",
|
|
3939
3995
|
expected: "CustomGroupSettingQ",
|
|
3940
3996
|
value: input3.q
|
|
@@ -3943,11 +3999,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3943
3999
|
expected: '"QualTWCustomGS"',
|
|
3944
4000
|
value: input3.type
|
|
3945
4001
|
})].every((flag) => flag);
|
|
3946
|
-
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, {
|
|
3947
4003
|
path: _path2 + ".hiddenValues",
|
|
3948
4004
|
expected: "(HiddenValues | undefined)",
|
|
3949
4005
|
value: input3.hiddenValues
|
|
3950
|
-
})) && $
|
|
4006
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3951
4007
|
path: _path2 + ".hiddenValues",
|
|
3952
4008
|
expected: "(HiddenValues | undefined)",
|
|
3953
4009
|
value: input3.hiddenValues
|
|
@@ -3975,12 +4031,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3975
4031
|
path: _path2 + ".customset",
|
|
3976
4032
|
expected: "BaseGroupSet",
|
|
3977
4033
|
value: input3.customset
|
|
3978
|
-
})) && $
|
|
4034
|
+
})) && $vo68(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3979
4035
|
path: _path2 + ".customset",
|
|
3980
4036
|
expected: "BaseGroupSet",
|
|
3981
4037
|
value: input3.customset
|
|
3982
4038
|
})].every((flag) => flag);
|
|
3983
|
-
const $
|
|
4039
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3984
4040
|
path: _path2 + ".groups",
|
|
3985
4041
|
expected: "Array<GroupEntry>",
|
|
3986
4042
|
value: input3.groups
|
|
@@ -3997,7 +4053,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3997
4053
|
expected: "Array<GroupEntry>",
|
|
3998
4054
|
value: input3.groups
|
|
3999
4055
|
})].every((flag) => flag);
|
|
4000
|
-
const $
|
|
4056
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4001
4057
|
path: _path2 + ".id",
|
|
4002
4058
|
expected: "(string | undefined)",
|
|
4003
4059
|
value: input3.id
|
|
@@ -4011,17 +4067,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4011
4067
|
value: input3.isAtomic
|
|
4012
4068
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4013
4069
|
path: _path2 + ".settings",
|
|
4014
|
-
expected: "(__type | undefined)",
|
|
4070
|
+
expected: "(__type.o1 | undefined)",
|
|
4015
4071
|
value: input3.settings
|
|
4016
|
-
})) && $
|
|
4072
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4017
4073
|
path: _path2 + ".settings",
|
|
4018
|
-
expected: "(__type | undefined)",
|
|
4074
|
+
expected: "(__type.o1 | undefined)",
|
|
4019
4075
|
value: input3.settings
|
|
4020
4076
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4021
4077
|
path: _path2 + ".minNumSamples",
|
|
4022
4078
|
expected: "(number | undefined)",
|
|
4023
4079
|
value: input3.minNumSamples
|
|
4024
|
-
}), 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, {
|
|
4025
4089
|
path: _path2 + ".type",
|
|
4026
4090
|
expected: '"NumTWRegularBin"',
|
|
4027
4091
|
value: input3.type
|
|
@@ -4037,12 +4101,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4037
4101
|
path: _path2 + ".q",
|
|
4038
4102
|
expected: "RegularNumericBinConfig",
|
|
4039
4103
|
value: input3.q
|
|
4040
|
-
})) && $
|
|
4104
|
+
})) && $vo16(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4041
4105
|
path: _path2 + ".q",
|
|
4042
4106
|
expected: "RegularNumericBinConfig",
|
|
4043
4107
|
value: input3.q
|
|
4044
4108
|
})].every((flag) => flag);
|
|
4045
|
-
const $
|
|
4109
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4046
4110
|
path: _path2 + ".id",
|
|
4047
4111
|
expected: "(string | undefined)",
|
|
4048
4112
|
value: input3.id
|
|
@@ -4056,17 +4120,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4056
4120
|
value: input3.isAtomic
|
|
4057
4121
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4058
4122
|
path: _path2 + ".settings",
|
|
4059
|
-
expected: "(__type | undefined)",
|
|
4123
|
+
expected: "(__type.o1 | undefined)",
|
|
4060
4124
|
value: input3.settings
|
|
4061
|
-
})) && $
|
|
4125
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4062
4126
|
path: _path2 + ".settings",
|
|
4063
|
-
expected: "(__type | undefined)",
|
|
4127
|
+
expected: "(__type.o1 | undefined)",
|
|
4064
4128
|
value: input3.settings
|
|
4065
4129
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4066
4130
|
path: _path2 + ".minNumSamples",
|
|
4067
4131
|
expected: "(number | undefined)",
|
|
4068
4132
|
value: input3.minNumSamples
|
|
4069
|
-
}), 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, {
|
|
4070
4142
|
path: _path2 + ".type",
|
|
4071
4143
|
expected: '"NumTWCustomBin"',
|
|
4072
4144
|
value: input3.type
|
|
@@ -4082,12 +4154,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4082
4154
|
path: _path2 + ".q",
|
|
4083
4155
|
expected: "CustomNumericBinConfig",
|
|
4084
4156
|
value: input3.q
|
|
4085
|
-
})) && $
|
|
4157
|
+
})) && $vo21(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4086
4158
|
path: _path2 + ".q",
|
|
4087
4159
|
expected: "CustomNumericBinConfig",
|
|
4088
4160
|
value: input3.q
|
|
4089
4161
|
})].every((flag) => flag);
|
|
4090
|
-
const $
|
|
4162
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4091
4163
|
path: _path2 + ".id",
|
|
4092
4164
|
expected: "(string | undefined)",
|
|
4093
4165
|
value: input3.id
|
|
@@ -4101,17 +4173,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4101
4173
|
value: input3.isAtomic
|
|
4102
4174
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4103
4175
|
path: _path2 + ".settings",
|
|
4104
|
-
expected: "(__type | undefined)",
|
|
4176
|
+
expected: "(__type.o1 | undefined)",
|
|
4105
4177
|
value: input3.settings
|
|
4106
|
-
})) && $
|
|
4178
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4107
4179
|
path: _path2 + ".settings",
|
|
4108
|
-
expected: "(__type | undefined)",
|
|
4180
|
+
expected: "(__type.o1 | undefined)",
|
|
4109
4181
|
value: input3.settings
|
|
4110
4182
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4111
4183
|
path: _path2 + ".minNumSamples",
|
|
4112
4184
|
expected: "(number | undefined)",
|
|
4113
4185
|
value: input3.minNumSamples
|
|
4114
|
-
}), 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, {
|
|
4115
4195
|
path: _path2 + ".type",
|
|
4116
4196
|
expected: '"NumTWBinary"',
|
|
4117
4197
|
value: input3.type
|
|
@@ -4127,16 +4207,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4127
4207
|
path: _path2 + ".q",
|
|
4128
4208
|
expected: "BinaryNumericQ",
|
|
4129
4209
|
value: input3.q
|
|
4130
|
-
})) && $
|
|
4210
|
+
})) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4131
4211
|
path: _path2 + ".q",
|
|
4132
4212
|
expected: "BinaryNumericQ",
|
|
4133
4213
|
value: input3.q
|
|
4134
4214
|
})].every((flag) => flag);
|
|
4135
|
-
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, {
|
|
4136
4216
|
path: _path2 + ".hiddenValues",
|
|
4137
4217
|
expected: "(HiddenValues | undefined)",
|
|
4138
4218
|
value: input3.hiddenValues
|
|
4139
|
-
})) && $
|
|
4219
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4140
4220
|
path: _path2 + ".hiddenValues",
|
|
4141
4221
|
expected: "(HiddenValues | undefined)",
|
|
4142
4222
|
value: input3.hiddenValues
|
|
@@ -4200,7 +4280,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4200
4280
|
expected: "(number | undefined)",
|
|
4201
4281
|
value: input3.cutoffPercentile
|
|
4202
4282
|
})].every((flag) => flag);
|
|
4203
|
-
const $
|
|
4283
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4204
4284
|
path: _path2 + ".id",
|
|
4205
4285
|
expected: "(string | undefined)",
|
|
4206
4286
|
value: input3.id
|
|
@@ -4214,17 +4294,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4214
4294
|
value: input3.isAtomic
|
|
4215
4295
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4216
4296
|
path: _path2 + ".settings",
|
|
4217
|
-
expected: "(__type | undefined)",
|
|
4297
|
+
expected: "(__type.o1 | undefined)",
|
|
4218
4298
|
value: input3.settings
|
|
4219
|
-
})) && $
|
|
4299
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4220
4300
|
path: _path2 + ".settings",
|
|
4221
|
-
expected: "(__type | undefined)",
|
|
4301
|
+
expected: "(__type.o1 | undefined)",
|
|
4222
4302
|
value: input3.settings
|
|
4223
4303
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4224
4304
|
path: _path2 + ".minNumSamples",
|
|
4225
4305
|
expected: "(number | undefined)",
|
|
4226
4306
|
value: input3.minNumSamples
|
|
4227
|
-
}), 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, {
|
|
4228
4316
|
path: _path2 + ".type",
|
|
4229
4317
|
expected: '"NumTWCont"',
|
|
4230
4318
|
value: input3.type
|
|
@@ -4240,16 +4328,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4240
4328
|
path: _path2 + ".q",
|
|
4241
4329
|
expected: "ContinuousNumericQ",
|
|
4242
4330
|
value: input3.q
|
|
4243
|
-
})) && $
|
|
4331
|
+
})) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4244
4332
|
path: _path2 + ".q",
|
|
4245
4333
|
expected: "ContinuousNumericQ",
|
|
4246
4334
|
value: input3.q
|
|
4247
4335
|
})].every((flag) => flag);
|
|
4248
|
-
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, {
|
|
4249
4337
|
path: _path2 + ".hiddenValues",
|
|
4250
4338
|
expected: "(HiddenValues | undefined)",
|
|
4251
4339
|
value: input3.hiddenValues
|
|
4252
|
-
})) && $
|
|
4340
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4253
4341
|
path: _path2 + ".hiddenValues",
|
|
4254
4342
|
expected: "(HiddenValues | undefined)",
|
|
4255
4343
|
value: input3.hiddenValues
|
|
@@ -4286,7 +4374,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4286
4374
|
expected: "(number | undefined)",
|
|
4287
4375
|
value: input3.scale
|
|
4288
4376
|
})].every((flag) => flag);
|
|
4289
|
-
const $
|
|
4377
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4290
4378
|
path: _path2 + ".id",
|
|
4291
4379
|
expected: "(string | undefined)",
|
|
4292
4380
|
value: input3.id
|
|
@@ -4300,17 +4388,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4300
4388
|
value: input3.isAtomic
|
|
4301
4389
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4302
4390
|
path: _path2 + ".settings",
|
|
4303
|
-
expected: "(__type | undefined)",
|
|
4391
|
+
expected: "(__type.o1 | undefined)",
|
|
4304
4392
|
value: input3.settings
|
|
4305
|
-
})) && $
|
|
4393
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4306
4394
|
path: _path2 + ".settings",
|
|
4307
|
-
expected: "(__type | undefined)",
|
|
4395
|
+
expected: "(__type.o1 | undefined)",
|
|
4308
4396
|
value: input3.settings
|
|
4309
4397
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4310
4398
|
path: _path2 + ".minNumSamples",
|
|
4311
4399
|
expected: "(number | undefined)",
|
|
4312
4400
|
value: input3.minNumSamples
|
|
4313
|
-
}), 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, {
|
|
4314
4410
|
path: _path2 + ".type",
|
|
4315
4411
|
expected: '"NumTWSpline"',
|
|
4316
4412
|
value: input3.type
|
|
@@ -4326,16 +4422,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4326
4422
|
path: _path2 + ".q",
|
|
4327
4423
|
expected: "SplineNumericQ",
|
|
4328
4424
|
value: input3.q
|
|
4329
|
-
})) && $
|
|
4425
|
+
})) && $vo76(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4330
4426
|
path: _path2 + ".q",
|
|
4331
4427
|
expected: "SplineNumericQ",
|
|
4332
4428
|
value: input3.q
|
|
4333
4429
|
})].every((flag) => flag);
|
|
4334
|
-
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, {
|
|
4335
4431
|
path: _path2 + ".hiddenValues",
|
|
4336
4432
|
expected: "(HiddenValues | undefined)",
|
|
4337
4433
|
value: input3.hiddenValues
|
|
4338
|
-
})) && $
|
|
4434
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4339
4435
|
path: _path2 + ".hiddenValues",
|
|
4340
4436
|
expected: "(HiddenValues | undefined)",
|
|
4341
4437
|
value: input3.hiddenValues
|
|
@@ -4361,11 +4457,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4361
4457
|
value: input3.knots
|
|
4362
4458
|
})) && input3.knots.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4363
4459
|
path: _path2 + ".knots[" + _index73 + "]",
|
|
4364
|
-
expected: "__type.
|
|
4460
|
+
expected: "__type.o13",
|
|
4365
4461
|
value: elem
|
|
4366
|
-
})) && $
|
|
4462
|
+
})) && $vo77(elem, _path2 + ".knots[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4367
4463
|
path: _path2 + ".knots[" + _index73 + "]",
|
|
4368
|
-
expected: "__type.
|
|
4464
|
+
expected: "__type.o13",
|
|
4369
4465
|
value: elem
|
|
4370
4466
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4371
4467
|
path: _path2 + ".knots",
|
|
@@ -4380,12 +4476,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4380
4476
|
expected: "undefined",
|
|
4381
4477
|
value: input3.type
|
|
4382
4478
|
}))].every((flag) => flag);
|
|
4383
|
-
const $
|
|
4479
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
4384
4480
|
path: _path2 + ".value",
|
|
4385
4481
|
expected: "number",
|
|
4386
4482
|
value: input3.value
|
|
4387
4483
|
})].every((flag) => flag);
|
|
4388
|
-
const $
|
|
4484
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4389
4485
|
path: _path2 + ".id",
|
|
4390
4486
|
expected: "(string | undefined)",
|
|
4391
4487
|
value: input3.id
|
|
@@ -4399,17 +4495,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4399
4495
|
value: input3.isAtomic
|
|
4400
4496
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4401
4497
|
path: _path2 + ".settings",
|
|
4402
|
-
expected: "(__type | undefined)",
|
|
4498
|
+
expected: "(__type.o1 | undefined)",
|
|
4403
4499
|
value: input3.settings
|
|
4404
|
-
})) && $
|
|
4500
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4405
4501
|
path: _path2 + ".settings",
|
|
4406
|
-
expected: "(__type | undefined)",
|
|
4502
|
+
expected: "(__type.o1 | undefined)",
|
|
4407
4503
|
value: input3.settings
|
|
4408
4504
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4409
4505
|
path: _path2 + ".minNumSamples",
|
|
4410
4506
|
expected: "(number | undefined)",
|
|
4411
4507
|
value: input3.minNumSamples
|
|
4412
|
-
}), 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, {
|
|
4413
4517
|
path: _path2 + ".type",
|
|
4414
4518
|
expected: '"GvValuesTW"',
|
|
4415
4519
|
value: input3.type
|
|
@@ -4425,12 +4529,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4425
4529
|
path: _path2 + ".q",
|
|
4426
4530
|
expected: "GvValuesQ",
|
|
4427
4531
|
value: input3.q
|
|
4428
|
-
})) && $
|
|
4532
|
+
})) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4429
4533
|
path: _path2 + ".q",
|
|
4430
4534
|
expected: "GvValuesQ",
|
|
4431
4535
|
value: input3.q
|
|
4432
4536
|
})].every((flag) => flag);
|
|
4433
|
-
const $
|
|
4537
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4434
4538
|
path: _path2 + ".id",
|
|
4435
4539
|
expected: "string",
|
|
4436
4540
|
value: input3.id
|
|
@@ -4478,7 +4582,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4478
4582
|
path: _path2 + ".values",
|
|
4479
4583
|
expected: "(TermValues | undefined)",
|
|
4480
4584
|
value: input3.values
|
|
4481
|
-
})) && $
|
|
4585
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4482
4586
|
path: _path2 + ".values",
|
|
4483
4587
|
expected: "(TermValues | undefined)",
|
|
4484
4588
|
value: input3.values
|
|
@@ -4488,11 +4592,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4488
4592
|
value: input3.skipValuesBuild
|
|
4489
4593
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4490
4594
|
path: _path2 + ".valueConversion",
|
|
4491
|
-
expected: "(__type.
|
|
4595
|
+
expected: "(__type.o4 | undefined)",
|
|
4492
4596
|
value: input3.valueConversion
|
|
4493
|
-
})) && $
|
|
4597
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4494
4598
|
path: _path2 + ".valueConversion",
|
|
4495
|
-
expected: "(__type.
|
|
4599
|
+
expected: "(__type.o4 | undefined)",
|
|
4496
4600
|
value: input3.valueConversion
|
|
4497
4601
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
4498
4602
|
path: _path2 + ".kind",
|
|
@@ -4534,7 +4638,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4534
4638
|
path: _path2 + ".groupsetting",
|
|
4535
4639
|
expected: "TermGroupSetting",
|
|
4536
4640
|
value: input3.groupsetting
|
|
4537
|
-
})) && $
|
|
4641
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4538
4642
|
path: _path2 + ".groupsetting",
|
|
4539
4643
|
expected: "TermGroupSetting",
|
|
4540
4644
|
value: input3.groupsetting
|
|
@@ -4546,7 +4650,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4546
4650
|
path: _path2 + ".childTerms[" + _index77 + "]",
|
|
4547
4651
|
expected: "DtTerm",
|
|
4548
4652
|
value: elem
|
|
4549
|
-
})) && $
|
|
4653
|
+
})) && $vo41(elem, _path2 + ".childTerms[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4550
4654
|
path: _path2 + ".childTerms[" + _index77 + "]",
|
|
4551
4655
|
expected: "DtTerm",
|
|
4552
4656
|
value: elem
|
|
@@ -4555,7 +4659,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4555
4659
|
expected: "Array<DtTerm>",
|
|
4556
4660
|
value: input3.childTerms
|
|
4557
4661
|
})].every((flag) => flag);
|
|
4558
|
-
const $
|
|
4662
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4559
4663
|
path: _path2 + ".id",
|
|
4560
4664
|
expected: "string",
|
|
4561
4665
|
value: input3.id
|
|
@@ -4603,7 +4707,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4603
4707
|
path: _path2 + ".values",
|
|
4604
4708
|
expected: "(TermValues | undefined)",
|
|
4605
4709
|
value: input3.values
|
|
4606
|
-
})) && $
|
|
4710
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4607
4711
|
path: _path2 + ".values",
|
|
4608
4712
|
expected: "(TermValues | undefined)",
|
|
4609
4713
|
value: input3.values
|
|
@@ -4613,11 +4717,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4613
4717
|
value: input3.skipValuesBuild
|
|
4614
4718
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4615
4719
|
path: _path2 + ".valueConversion",
|
|
4616
|
-
expected: "(__type.
|
|
4720
|
+
expected: "(__type.o4 | undefined)",
|
|
4617
4721
|
value: input3.valueConversion
|
|
4618
|
-
})) && $
|
|
4722
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4619
4723
|
path: _path2 + ".valueConversion",
|
|
4620
|
-
expected: "(__type.
|
|
4724
|
+
expected: "(__type.o4 | undefined)",
|
|
4621
4725
|
value: input3.valueConversion
|
|
4622
4726
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
4623
4727
|
path: _path2 + ".kind",
|
|
@@ -4655,7 +4759,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4655
4759
|
path: _path2 + ".groupsetting",
|
|
4656
4760
|
expected: "TermGroupSetting",
|
|
4657
4761
|
value: input3.groupsetting
|
|
4658
|
-
})) && $
|
|
4762
|
+
})) && $vo45(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4659
4763
|
path: _path2 + ".groupsetting",
|
|
4660
4764
|
expected: "TermGroupSetting",
|
|
4661
4765
|
value: input3.groupsetting
|
|
@@ -4667,7 +4771,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4667
4771
|
path: _path2 + ".childTerms[" + _index81 + "]",
|
|
4668
4772
|
expected: "DtTerm",
|
|
4669
4773
|
value: elem
|
|
4670
|
-
})) && $
|
|
4774
|
+
})) && $vo41(elem, _path2 + ".childTerms[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4671
4775
|
path: _path2 + ".childTerms[" + _index81 + "]",
|
|
4672
4776
|
expected: "DtTerm",
|
|
4673
4777
|
value: elem
|
|
@@ -4676,11 +4780,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4676
4780
|
expected: "Array<DtTerm>",
|
|
4677
4781
|
value: input3.childTerms
|
|
4678
4782
|
})].every((flag) => flag);
|
|
4679
|
-
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, {
|
|
4680
4784
|
path: _path2 + ".hiddenValues",
|
|
4681
4785
|
expected: "(HiddenValues | undefined)",
|
|
4682
4786
|
value: input3.hiddenValues
|
|
4683
|
-
})) && $
|
|
4787
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4684
4788
|
path: _path2 + ".hiddenValues",
|
|
4685
4789
|
expected: "(HiddenValues | undefined)",
|
|
4686
4790
|
value: input3.hiddenValues
|
|
@@ -4717,7 +4821,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4717
4821
|
expected: '"values"',
|
|
4718
4822
|
value: input3.type
|
|
4719
4823
|
})].every((flag) => flag);
|
|
4720
|
-
const $
|
|
4824
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4721
4825
|
path: _path2 + ".id",
|
|
4722
4826
|
expected: "(string | undefined)",
|
|
4723
4827
|
value: input3.id
|
|
@@ -4731,17 +4835,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4731
4835
|
value: input3.isAtomic
|
|
4732
4836
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4733
4837
|
path: _path2 + ".settings",
|
|
4734
|
-
expected: "(__type | undefined)",
|
|
4838
|
+
expected: "(__type.o1 | undefined)",
|
|
4735
4839
|
value: input3.settings
|
|
4736
|
-
})) && $
|
|
4840
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4737
4841
|
path: _path2 + ".settings",
|
|
4738
|
-
expected: "(__type | undefined)",
|
|
4842
|
+
expected: "(__type.o1 | undefined)",
|
|
4739
4843
|
value: input3.settings
|
|
4740
4844
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4741
4845
|
path: _path2 + ".minNumSamples",
|
|
4742
4846
|
expected: "(number | undefined)",
|
|
4743
4847
|
value: input3.minNumSamples
|
|
4744
|
-
}), 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, {
|
|
4745
4857
|
path: _path2 + ".type",
|
|
4746
4858
|
expected: '"GvPredefinedGsTW"',
|
|
4747
4859
|
value: input3.type
|
|
@@ -4757,16 +4869,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4757
4869
|
path: _path2 + ".q",
|
|
4758
4870
|
expected: "GvPredefinedGsQ",
|
|
4759
4871
|
value: input3.q
|
|
4760
|
-
})) && $
|
|
4872
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4761
4873
|
path: _path2 + ".q",
|
|
4762
4874
|
expected: "GvPredefinedGsQ",
|
|
4763
4875
|
value: input3.q
|
|
4764
4876
|
})].every((flag) => flag);
|
|
4765
|
-
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, {
|
|
4766
4878
|
path: _path2 + ".hiddenValues",
|
|
4767
4879
|
expected: "(HiddenValues | undefined)",
|
|
4768
4880
|
value: input3.hiddenValues
|
|
4769
|
-
})) && $
|
|
4881
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4770
4882
|
path: _path2 + ".hiddenValues",
|
|
4771
4883
|
expected: "(HiddenValues | undefined)",
|
|
4772
4884
|
value: input3.hiddenValues
|
|
@@ -4811,7 +4923,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4811
4923
|
expected: "Array<any>",
|
|
4812
4924
|
value: input3.dtLst
|
|
4813
4925
|
})].every((flag) => flag);
|
|
4814
|
-
const $
|
|
4926
|
+
const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4815
4927
|
path: _path2 + ".id",
|
|
4816
4928
|
expected: "(string | undefined)",
|
|
4817
4929
|
value: input3.id
|
|
@@ -4825,17 +4937,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4825
4937
|
value: input3.isAtomic
|
|
4826
4938
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4827
4939
|
path: _path2 + ".settings",
|
|
4828
|
-
expected: "(__type | undefined)",
|
|
4940
|
+
expected: "(__type.o1 | undefined)",
|
|
4829
4941
|
value: input3.settings
|
|
4830
|
-
})) && $
|
|
4942
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4831
4943
|
path: _path2 + ".settings",
|
|
4832
|
-
expected: "(__type | undefined)",
|
|
4944
|
+
expected: "(__type.o1 | undefined)",
|
|
4833
4945
|
value: input3.settings
|
|
4834
4946
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4835
4947
|
path: _path2 + ".minNumSamples",
|
|
4836
4948
|
expected: "(number | undefined)",
|
|
4837
4949
|
value: input3.minNumSamples
|
|
4838
|
-
}), 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, {
|
|
4839
4959
|
path: _path2 + ".type",
|
|
4840
4960
|
expected: '"GvCustomGsTW"',
|
|
4841
4961
|
value: input3.type
|
|
@@ -4851,16 +4971,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
4851
4971
|
path: _path2 + ".q",
|
|
4852
4972
|
expected: "GvCustomGsQ",
|
|
4853
4973
|
value: input3.q
|
|
4854
|
-
})) && $
|
|
4974
|
+
})) && $vo85(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4855
4975
|
path: _path2 + ".q",
|
|
4856
4976
|
expected: "GvCustomGsQ",
|
|
4857
4977
|
value: input3.q
|
|
4858
4978
|
})].every((flag) => flag);
|
|
4859
|
-
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, {
|
|
4860
4980
|
path: _path2 + ".hiddenValues",
|
|
4861
4981
|
expected: "(HiddenValues | undefined)",
|
|
4862
4982
|
value: input3.hiddenValues
|
|
4863
|
-
})) && $
|
|
4983
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4864
4984
|
path: _path2 + ".hiddenValues",
|
|
4865
4985
|
expected: "(HiddenValues | undefined)",
|
|
4866
4986
|
value: input3.hiddenValues
|
|
@@ -4900,7 +5020,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4900
5020
|
path: _path2 + ".customset",
|
|
4901
5021
|
expected: "BaseGroupSet",
|
|
4902
5022
|
value: input3.customset
|
|
4903
|
-
})) && $
|
|
5023
|
+
})) && $vo68(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
4904
5024
|
path: _path2 + ".customset",
|
|
4905
5025
|
expected: "BaseGroupSet",
|
|
4906
5026
|
value: input3.customset
|
|
@@ -4909,7 +5029,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4909
5029
|
expected: "Array<any>",
|
|
4910
5030
|
value: input3.dtLst
|
|
4911
5031
|
})].every((flag) => flag);
|
|
4912
|
-
const $
|
|
5032
|
+
const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4913
5033
|
path: _path2 + ".id",
|
|
4914
5034
|
expected: "(string | undefined)",
|
|
4915
5035
|
value: input3.id
|
|
@@ -4923,17 +5043,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
4923
5043
|
value: input3.isAtomic
|
|
4924
5044
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4925
5045
|
path: _path2 + ".settings",
|
|
4926
|
-
expected: "(__type | undefined)",
|
|
5046
|
+
expected: "(__type.o1 | undefined)",
|
|
4927
5047
|
value: input3.settings
|
|
4928
|
-
})) && $
|
|
5048
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4929
5049
|
path: _path2 + ".settings",
|
|
4930
|
-
expected: "(__type | undefined)",
|
|
5050
|
+
expected: "(__type.o1 | undefined)",
|
|
4931
5051
|
value: input3.settings
|
|
4932
5052
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4933
5053
|
path: _path2 + ".minNumSamples",
|
|
4934
5054
|
expected: "(number | undefined)",
|
|
4935
5055
|
value: input3.minNumSamples
|
|
4936
|
-
}), 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, {
|
|
4937
5065
|
path: _path2 + ".type",
|
|
4938
5066
|
expected: '"ConditionTW"',
|
|
4939
5067
|
value: input3.type
|
|
@@ -4941,7 +5069,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4941
5069
|
path: _path2 + ".term",
|
|
4942
5070
|
expected: "ConditionTerm",
|
|
4943
5071
|
value: input3.term
|
|
4944
|
-
})) && $
|
|
5072
|
+
})) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4945
5073
|
path: _path2 + ".term",
|
|
4946
5074
|
expected: "ConditionTerm",
|
|
4947
5075
|
value: input3.term
|
|
@@ -4954,11 +5082,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
4954
5082
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
4955
5083
|
value: input3.q
|
|
4956
5084
|
})].every((flag) => flag);
|
|
4957
|
-
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, {
|
|
4958
5086
|
path: _path2 + ".hiddenValues",
|
|
4959
5087
|
expected: "(HiddenValues | undefined)",
|
|
4960
5088
|
value: input3.hiddenValues
|
|
4961
|
-
})) && $
|
|
5089
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4962
5090
|
path: _path2 + ".hiddenValues",
|
|
4963
5091
|
expected: "(HiddenValues | undefined)",
|
|
4964
5092
|
value: input3.hiddenValues
|
|
@@ -5015,11 +5143,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5015
5143
|
expected: "(boolean | undefined)",
|
|
5016
5144
|
value: input3.value_by_computable_grade
|
|
5017
5145
|
}), true].every((flag) => flag);
|
|
5018
|
-
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, {
|
|
5019
5147
|
path: _path2 + ".hiddenValues",
|
|
5020
5148
|
expected: "(HiddenValues | undefined)",
|
|
5021
5149
|
value: input3.hiddenValues
|
|
5022
|
-
})) && $
|
|
5150
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5023
5151
|
path: _path2 + ".hiddenValues",
|
|
5024
5152
|
expected: "(HiddenValues | undefined)",
|
|
5025
5153
|
value: input3.hiddenValues
|
|
@@ -5048,7 +5176,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5048
5176
|
expected: "true",
|
|
5049
5177
|
value: input3.bar_by_children
|
|
5050
5178
|
}), true].every((flag) => flag);
|
|
5051
|
-
const $
|
|
5179
|
+
const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5052
5180
|
path: _path2 + ".id",
|
|
5053
5181
|
expected: "(string | undefined)",
|
|
5054
5182
|
value: input3.id
|
|
@@ -5062,17 +5190,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
5062
5190
|
value: input3.isAtomic
|
|
5063
5191
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
5064
5192
|
path: _path2 + ".settings",
|
|
5065
|
-
expected: "(__type | undefined)",
|
|
5193
|
+
expected: "(__type.o1 | undefined)",
|
|
5066
5194
|
value: input3.settings
|
|
5067
|
-
})) && $
|
|
5195
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
5068
5196
|
path: _path2 + ".settings",
|
|
5069
|
-
expected: "(__type | undefined)",
|
|
5197
|
+
expected: "(__type.o1 | undefined)",
|
|
5070
5198
|
value: input3.settings
|
|
5071
5199
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
5072
5200
|
path: _path2 + ".minNumSamples",
|
|
5073
5201
|
expected: "(number | undefined)",
|
|
5074
5202
|
value: input3.minNumSamples
|
|
5075
|
-
}), 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, {
|
|
5076
5212
|
path: _path2 + ".type",
|
|
5077
5213
|
expected: '"SnpsTW"',
|
|
5078
5214
|
value: input3.type
|
|
@@ -5080,7 +5216,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5080
5216
|
path: _path2 + ".q",
|
|
5081
5217
|
expected: "SnpsQ",
|
|
5082
5218
|
value: input3.q
|
|
5083
|
-
})) && $
|
|
5219
|
+
})) && $vo90(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5084
5220
|
path: _path2 + ".q",
|
|
5085
5221
|
expected: "SnpsQ",
|
|
5086
5222
|
value: input3.q
|
|
@@ -5088,16 +5224,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
5088
5224
|
path: _path2 + ".term",
|
|
5089
5225
|
expected: "SnpsTerm",
|
|
5090
5226
|
value: input3.term
|
|
5091
|
-
})) && $
|
|
5227
|
+
})) && $vo92(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5092
5228
|
path: _path2 + ".term",
|
|
5093
5229
|
expected: "SnpsTerm",
|
|
5094
5230
|
value: input3.term
|
|
5095
5231
|
})].every((flag) => flag);
|
|
5096
|
-
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, {
|
|
5097
5233
|
path: _path2 + ".hiddenValues",
|
|
5098
5234
|
expected: "(HiddenValues | undefined)",
|
|
5099
5235
|
value: input3.hiddenValues
|
|
5100
|
-
})) && $
|
|
5236
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5101
5237
|
path: _path2 + ".hiddenValues",
|
|
5102
5238
|
expected: "(HiddenValues | undefined)",
|
|
5103
5239
|
value: input3.hiddenValues
|
|
@@ -5141,7 +5277,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5141
5277
|
path: _path2 + ".restrictAncestry",
|
|
5142
5278
|
expected: "RestrictAncestry",
|
|
5143
5279
|
value: input3.restrictAncestry
|
|
5144
|
-
})) && $
|
|
5280
|
+
})) && $vo91(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
5145
5281
|
path: _path2 + ".restrictAncestry",
|
|
5146
5282
|
expected: "RestrictAncestry",
|
|
5147
5283
|
value: input3.restrictAncestry
|
|
@@ -5149,7 +5285,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5149
5285
|
path: _path2 + ".variant_filter",
|
|
5150
5286
|
expected: "Filter",
|
|
5151
5287
|
value: input3.variant_filter
|
|
5152
|
-
})) && $
|
|
5288
|
+
})) && $vo8(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
|
|
5153
5289
|
path: _path2 + ".variant_filter",
|
|
5154
5290
|
expected: "Filter",
|
|
5155
5291
|
value: input3.variant_filter
|
|
@@ -5166,7 +5302,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5166
5302
|
expected: "number",
|
|
5167
5303
|
value: input3.stop
|
|
5168
5304
|
})].every((flag) => flag);
|
|
5169
|
-
const $
|
|
5305
|
+
const $vo91 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
5170
5306
|
path: _path2 + ".name",
|
|
5171
5307
|
expected: "string",
|
|
5172
5308
|
value: input3.name
|
|
@@ -5179,7 +5315,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5179
5315
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
5180
5316
|
value: input3.tvs
|
|
5181
5317
|
})].every((flag) => flag);
|
|
5182
|
-
const $
|
|
5318
|
+
const $vo92 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5183
5319
|
path: _path2 + ".id",
|
|
5184
5320
|
expected: "string",
|
|
5185
5321
|
value: input3.id
|
|
@@ -5227,7 +5363,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5227
5363
|
path: _path2 + ".values",
|
|
5228
5364
|
expected: "(TermValues | undefined)",
|
|
5229
5365
|
value: input3.values
|
|
5230
|
-
})) && $
|
|
5366
|
+
})) && $vo6(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5231
5367
|
path: _path2 + ".values",
|
|
5232
5368
|
expected: "(TermValues | undefined)",
|
|
5233
5369
|
value: input3.values
|
|
@@ -5237,11 +5373,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5237
5373
|
value: input3.skipValuesBuild
|
|
5238
5374
|
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5239
5375
|
path: _path2 + ".valueConversion",
|
|
5240
|
-
expected: "(__type.
|
|
5376
|
+
expected: "(__type.o4 | undefined)",
|
|
5241
5377
|
value: input3.valueConversion
|
|
5242
|
-
})) && $
|
|
5378
|
+
})) && $vo13(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5243
5379
|
path: _path2 + ".valueConversion",
|
|
5244
|
-
expected: "(__type.
|
|
5380
|
+
expected: "(__type.o4 | undefined)",
|
|
5245
5381
|
value: input3.valueConversion
|
|
5246
5382
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
5247
5383
|
path: _path2 + ".reachedVariantLimit",
|
|
@@ -5255,7 +5391,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5255
5391
|
path: _path2 + ".snps[" + _index85 + "]",
|
|
5256
5392
|
expected: "SnpsEntry",
|
|
5257
5393
|
value: elem
|
|
5258
|
-
})) && $
|
|
5394
|
+
})) && $vo93(elem, _path2 + ".snps[" + _index85 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5259
5395
|
path: _path2 + ".snps[" + _index85 + "]",
|
|
5260
5396
|
expected: "SnpsEntry",
|
|
5261
5397
|
value: elem
|
|
@@ -5264,7 +5400,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5264
5400
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5265
5401
|
value: input3.snps
|
|
5266
5402
|
})].every((flag) => flag);
|
|
5267
|
-
const $
|
|
5403
|
+
const $vo93 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
5268
5404
|
path: _path2 + ".altAlleles",
|
|
5269
5405
|
expected: "(Array<string> | undefined)",
|
|
5270
5406
|
value: input3.altAlleles
|
|
@@ -5284,7 +5420,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5284
5420
|
path: _path2 + ".alleles[" + _index87 + "]",
|
|
5285
5421
|
expected: "AllelesEntry",
|
|
5286
5422
|
value: elem
|
|
5287
|
-
})) && $
|
|
5423
|
+
})) && $vo94(elem, _path2 + ".alleles[" + _index87 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5288
5424
|
path: _path2 + ".alleles[" + _index87 + "]",
|
|
5289
5425
|
expected: "AllelesEntry",
|
|
5290
5426
|
value: elem
|
|
@@ -5298,11 +5434,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5298
5434
|
value: input3.effectAllele
|
|
5299
5435
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
5300
5436
|
path: _path2 + ".gt2count",
|
|
5301
|
-
expected: "(__type.
|
|
5437
|
+
expected: "(__type.o14 | undefined)",
|
|
5302
5438
|
value: input3.gt2count
|
|
5303
|
-
})) && $
|
|
5439
|
+
})) && $vo95(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
5304
5440
|
path: _path2 + ".gt2count",
|
|
5305
|
-
expected: "(__type.
|
|
5441
|
+
expected: "(__type.o14 | undefined)",
|
|
5306
5442
|
value: input3.gt2count
|
|
5307
5443
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
5308
5444
|
path: _path2 + ".invalid",
|
|
@@ -5329,7 +5465,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5329
5465
|
expected: "(number | undefined)",
|
|
5330
5466
|
value: input3.pos
|
|
5331
5467
|
})].every((flag) => flag);
|
|
5332
|
-
const $
|
|
5468
|
+
const $vo94 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
5333
5469
|
path: _path2 + ".allele",
|
|
5334
5470
|
expected: "string",
|
|
5335
5471
|
value: input3.allele
|
|
@@ -5342,7 +5478,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5342
5478
|
expected: "boolean",
|
|
5343
5479
|
value: input3.isRef
|
|
5344
5480
|
})].every((flag) => flag);
|
|
5345
|
-
const $
|
|
5481
|
+
const $vo95 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
5346
5482
|
path: _path2 + ".k",
|
|
5347
5483
|
expected: "string",
|
|
5348
5484
|
value: input3.k
|
|
@@ -5351,7 +5487,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5351
5487
|
expected: "(number | string)",
|
|
5352
5488
|
value: input3.v
|
|
5353
5489
|
})].every((flag) => flag);
|
|
5354
|
-
const $
|
|
5490
|
+
const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5355
5491
|
path: _path2 + ".id",
|
|
5356
5492
|
expected: "(string | undefined)",
|
|
5357
5493
|
value: input3.id
|
|
@@ -5365,17 +5501,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
5365
5501
|
value: input3.isAtomic
|
|
5366
5502
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
5367
5503
|
path: _path2 + ".settings",
|
|
5368
|
-
expected: "(__type | undefined)",
|
|
5504
|
+
expected: "(__type.o1 | undefined)",
|
|
5369
5505
|
value: input3.settings
|
|
5370
|
-
})) && $
|
|
5506
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
5371
5507
|
path: _path2 + ".settings",
|
|
5372
|
-
expected: "(__type | undefined)",
|
|
5508
|
+
expected: "(__type.o1 | undefined)",
|
|
5373
5509
|
value: input3.settings
|
|
5374
5510
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
5375
5511
|
path: _path2 + ".minNumSamples",
|
|
5376
5512
|
expected: "(number | undefined)",
|
|
5377
5513
|
value: input3.minNumSamples
|
|
5378
|
-
}), 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, {
|
|
5379
5523
|
path: _path2 + ".type",
|
|
5380
5524
|
expected: '"TermCollectionTWCont"',
|
|
5381
5525
|
value: input3.type
|
|
@@ -5383,7 +5527,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5383
5527
|
path: _path2 + ".term",
|
|
5384
5528
|
expected: "NumericTermCollection",
|
|
5385
5529
|
value: input3.term
|
|
5386
|
-
})) && $
|
|
5530
|
+
})) && $vo53(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5387
5531
|
path: _path2 + ".term",
|
|
5388
5532
|
expected: "NumericTermCollection",
|
|
5389
5533
|
value: input3.term
|
|
@@ -5391,16 +5535,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
5391
5535
|
path: _path2 + ".q",
|
|
5392
5536
|
expected: "TermCollectionQCont",
|
|
5393
5537
|
value: input3.q
|
|
5394
|
-
})) && $
|
|
5538
|
+
})) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5395
5539
|
path: _path2 + ".q",
|
|
5396
5540
|
expected: "TermCollectionQCont",
|
|
5397
5541
|
value: input3.q
|
|
5398
5542
|
})].every((flag) => flag);
|
|
5399
|
-
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, {
|
|
5400
5544
|
path: _path2 + ".hiddenValues",
|
|
5401
5545
|
expected: "(HiddenValues | undefined)",
|
|
5402
5546
|
value: input3.hiddenValues
|
|
5403
|
-
})) && $
|
|
5547
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5404
5548
|
path: _path2 + ".hiddenValues",
|
|
5405
5549
|
expected: "(HiddenValues | undefined)",
|
|
5406
5550
|
value: input3.hiddenValues
|
|
@@ -5449,7 +5593,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5449
5593
|
expected: "(Array<string> | undefined)",
|
|
5450
5594
|
value: input3.numerators
|
|
5451
5595
|
})].every((flag) => flag);
|
|
5452
|
-
const $
|
|
5596
|
+
const $vo98 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5453
5597
|
path: _path2 + ".id",
|
|
5454
5598
|
expected: "(string | undefined)",
|
|
5455
5599
|
value: input3.id
|
|
@@ -5463,17 +5607,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
5463
5607
|
value: input3.isAtomic
|
|
5464
5608
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
5465
5609
|
path: _path2 + ".settings",
|
|
5466
|
-
expected: "(__type | undefined)",
|
|
5610
|
+
expected: "(__type.o1 | undefined)",
|
|
5467
5611
|
value: input3.settings
|
|
5468
|
-
})) && $
|
|
5612
|
+
})) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
5469
5613
|
path: _path2 + ".settings",
|
|
5470
|
-
expected: "(__type | undefined)",
|
|
5614
|
+
expected: "(__type.o1 | undefined)",
|
|
5471
5615
|
value: input3.settings
|
|
5472
5616
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
5473
5617
|
path: _path2 + ".minNumSamples",
|
|
5474
5618
|
expected: "(number | undefined)",
|
|
5475
5619
|
value: input3.minNumSamples
|
|
5476
|
-
}), 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, {
|
|
5477
5629
|
path: _path2 + ".type",
|
|
5478
5630
|
expected: '"TermCollectionTWQual"',
|
|
5479
5631
|
value: input3.type
|
|
@@ -5481,7 +5633,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5481
5633
|
path: _path2 + ".term",
|
|
5482
5634
|
expected: "CategoricalTermCollection",
|
|
5483
5635
|
value: input3.term
|
|
5484
|
-
})) && $
|
|
5636
|
+
})) && $vo58(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5485
5637
|
path: _path2 + ".term",
|
|
5486
5638
|
expected: "CategoricalTermCollection",
|
|
5487
5639
|
value: input3.term
|
|
@@ -5489,16 +5641,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
5489
5641
|
path: _path2 + ".q",
|
|
5490
5642
|
expected: "TermCollectionQQual",
|
|
5491
5643
|
value: input3.q
|
|
5492
|
-
})) && $
|
|
5644
|
+
})) && $vo99(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5493
5645
|
path: _path2 + ".q",
|
|
5494
5646
|
expected: "TermCollectionQQual",
|
|
5495
5647
|
value: input3.q
|
|
5496
5648
|
})].every((flag) => flag);
|
|
5497
|
-
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, {
|
|
5498
5650
|
path: _path2 + ".hiddenValues",
|
|
5499
5651
|
expected: "(HiddenValues | undefined)",
|
|
5500
5652
|
value: input3.hiddenValues
|
|
5501
|
-
})) && $
|
|
5653
|
+
})) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
5502
5654
|
path: _path2 + ".hiddenValues",
|
|
5503
5655
|
expected: "(HiddenValues | undefined)",
|
|
5504
5656
|
value: input3.hiddenValues
|
|
@@ -5542,7 +5694,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
5542
5694
|
path: _path2 + ".categoryKeys[" + _index91 + "]",
|
|
5543
5695
|
expected: "CategoryKey",
|
|
5544
5696
|
value: elem
|
|
5545
|
-
})) && $
|
|
5697
|
+
})) && $vo59(elem, _path2 + ".categoryKeys[" + _index91 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5546
5698
|
path: _path2 + ".categoryKeys[" + _index91 + "]",
|
|
5547
5699
|
expected: "CategoryKey",
|
|
5548
5700
|
value: elem
|
|
@@ -5553,29 +5705,29 @@ var validDescrStatsRequest = (input) => {
|
|
|
5553
5705
|
})].every((flag) => flag);
|
|
5554
5706
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5555
5707
|
if ("tvslst" === input3.type)
|
|
5556
|
-
return $
|
|
5708
|
+
return $vo8(input3, _path2, _exceptionable2);
|
|
5557
5709
|
if ("tvs" === input3.type)
|
|
5558
|
-
return $
|
|
5710
|
+
return $vo9(input3, _path2, _exceptionable2);
|
|
5559
5711
|
return $report(_exceptionable2, {
|
|
5560
5712
|
path: _path2,
|
|
5561
|
-
expected: "(Filter | __type.
|
|
5713
|
+
expected: "(Filter | __type.o3)",
|
|
5562
5714
|
value: input3
|
|
5563
5715
|
});
|
|
5564
5716
|
})();
|
|
5565
5717
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5566
5718
|
if (true === input3.startunbounded)
|
|
5567
|
-
return $vo16(input3, _path2, _exceptionable2);
|
|
5568
|
-
if (true === input3.stopunbounded)
|
|
5569
5719
|
return $vo18(input3, _path2, _exceptionable2);
|
|
5720
|
+
if (true === input3.stopunbounded)
|
|
5721
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
5570
5722
|
if (void 0 !== input3.value)
|
|
5571
|
-
return $
|
|
5572
|
-
return $
|
|
5723
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
5724
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
5573
5725
|
})();
|
|
5574
5726
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5575
5727
|
if ("gene" === input3.kind)
|
|
5576
|
-
return $
|
|
5728
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
5577
5729
|
if ("coord" === input3.kind)
|
|
5578
|
-
return $
|
|
5730
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
5579
5731
|
return $report(_exceptionable2, {
|
|
5580
5732
|
path: _path2,
|
|
5581
5733
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -5584,9 +5736,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5584
5736
|
})();
|
|
5585
5737
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5586
5738
|
if ("string" === typeof input3.type)
|
|
5587
|
-
return $vo45(input3, _path2, _exceptionable2);
|
|
5588
|
-
if ("filter" === input3.type)
|
|
5589
5739
|
return $vo47(input3, _path2, _exceptionable2);
|
|
5740
|
+
if ("filter" === input3.type)
|
|
5741
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
5590
5742
|
return $report(_exceptionable2, {
|
|
5591
5743
|
path: _path2,
|
|
5592
5744
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -5595,16 +5747,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
5595
5747
|
})();
|
|
5596
5748
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5597
5749
|
if (true === input3.startunbounded)
|
|
5598
|
-
return $vo16(input3, _path2, _exceptionable2);
|
|
5599
|
-
if (true === input3.stopunbounded)
|
|
5600
5750
|
return $vo18(input3, _path2, _exceptionable2);
|
|
5601
|
-
|
|
5751
|
+
if (true === input3.stopunbounded)
|
|
5752
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
5753
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
5602
5754
|
})();
|
|
5603
5755
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5604
5756
|
if (true === input3.startunbounded)
|
|
5605
|
-
return $
|
|
5757
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
5606
5758
|
if (void 0 !== input3.start)
|
|
5607
|
-
return $
|
|
5759
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
5608
5760
|
return $report(_exceptionable2, {
|
|
5609
5761
|
path: _path2,
|
|
5610
5762
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -5613,9 +5765,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5613
5765
|
})();
|
|
5614
5766
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5615
5767
|
if (void 0 !== input3.stop)
|
|
5616
|
-
return $
|
|
5768
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
5617
5769
|
if (true === input3.stopunbounded)
|
|
5618
|
-
return $
|
|
5770
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
5619
5771
|
return $report(_exceptionable2, {
|
|
5620
5772
|
path: _path2,
|
|
5621
5773
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -5624,35 +5776,35 @@ var validDescrStatsRequest = (input) => {
|
|
|
5624
5776
|
})();
|
|
5625
5777
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5626
5778
|
if ("TermCollectionTWQual" === input3.type)
|
|
5627
|
-
return $
|
|
5779
|
+
return $vo98(input3, _path2, _exceptionable2);
|
|
5628
5780
|
if ("TermCollectionTWCont" === input3.type)
|
|
5629
|
-
return $
|
|
5781
|
+
return $vo96(input3, _path2, _exceptionable2);
|
|
5630
5782
|
if ("SnpsTW" === input3.type)
|
|
5631
|
-
return $
|
|
5783
|
+
return $vo89(input3, _path2, _exceptionable2);
|
|
5632
5784
|
if ("ConditionTW" === input3.type)
|
|
5633
|
-
return $
|
|
5785
|
+
return $vo86(input3, _path2, _exceptionable2);
|
|
5634
5786
|
if ("GvCustomGsTW" === input3.type)
|
|
5635
|
-
return $
|
|
5787
|
+
return $vo84(input3, _path2, _exceptionable2);
|
|
5636
5788
|
if ("GvPredefinedGsTW" === input3.type)
|
|
5637
|
-
return $
|
|
5789
|
+
return $vo82(input3, _path2, _exceptionable2);
|
|
5638
5790
|
if ("GvValuesTW" === input3.type)
|
|
5639
|
-
return $
|
|
5791
|
+
return $vo78(input3, _path2, _exceptionable2);
|
|
5640
5792
|
if ("NumTWSpline" === input3.type)
|
|
5641
|
-
return $
|
|
5793
|
+
return $vo75(input3, _path2, _exceptionable2);
|
|
5642
5794
|
if ("NumTWCont" === input3.type)
|
|
5643
|
-
return $
|
|
5795
|
+
return $vo73(input3, _path2, _exceptionable2);
|
|
5644
5796
|
if ("NumTWBinary" === input3.type)
|
|
5645
|
-
return $
|
|
5797
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
5646
5798
|
if ("NumTWCustomBin" === input3.type)
|
|
5647
|
-
return $
|
|
5799
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
5648
5800
|
if ("NumTWRegularBin" === input3.type)
|
|
5649
|
-
return $
|
|
5801
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
5650
5802
|
if ("QualTWCustomGS" === input3.type)
|
|
5651
|
-
return $
|
|
5803
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
5652
5804
|
if ("QualTWPredefinedGS" === input3.type)
|
|
5653
|
-
return $
|
|
5805
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
5654
5806
|
if ("QualTWValues" === input3.type)
|
|
5655
|
-
return $
|
|
5807
|
+
return $vo2(input3, _path2, _exceptionable2);
|
|
5656
5808
|
return $report(_exceptionable2, {
|
|
5657
5809
|
path: _path2,
|
|
5658
5810
|
expected: "(TermCollectionTWQual | TermCollectionTWCont | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
@@ -5661,11 +5813,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5661
5813
|
})();
|
|
5662
5814
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5663
5815
|
if ("categorical" === input3.type)
|
|
5664
|
-
return $
|
|
5816
|
+
return $vo5(input3, _path2, _exceptionable2);
|
|
5665
5817
|
if ("snp" === input3.type)
|
|
5666
|
-
return $
|
|
5818
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
5667
5819
|
if ("singleCellCellType" === input3.type)
|
|
5668
|
-
return $
|
|
5820
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
5669
5821
|
return $report(_exceptionable2, {
|
|
5670
5822
|
path: _path2,
|
|
5671
5823
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -5674,31 +5826,31 @@ var validDescrStatsRequest = (input) => {
|
|
|
5674
5826
|
})();
|
|
5675
5827
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5676
5828
|
if (void 0 !== input3.ranges)
|
|
5677
|
-
return $
|
|
5829
|
+
return $vo11(input3, _path2, _exceptionable2);
|
|
5678
5830
|
if (void 0 !== input3.ratio)
|
|
5679
|
-
return $
|
|
5680
|
-
return $
|
|
5831
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
5832
|
+
return $vo10(input3, _path2, false) || $vo36(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
5681
5833
|
})();
|
|
5682
5834
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5683
5835
|
if ("integer" === input3.type || "float" === input3.type)
|
|
5684
|
-
return $
|
|
5836
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
5685
5837
|
if ("metaboliteIntensity" === input3.type)
|
|
5686
|
-
return $
|
|
5838
|
+
return $vo26(input3, _path2, _exceptionable2);
|
|
5687
5839
|
if ("proteomeAbundance" === input3.type)
|
|
5688
|
-
return $vo25(input3, _path2, _exceptionable2);
|
|
5689
|
-
if ("date" === input3.type)
|
|
5690
5840
|
return $vo27(input3, _path2, _exceptionable2);
|
|
5841
|
+
if ("date" === input3.type)
|
|
5842
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
5691
5843
|
if ("ssGSEA" === input3.type)
|
|
5692
|
-
return $
|
|
5844
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
5693
5845
|
if ("dnaMethylation" === input3.type)
|
|
5694
|
-
return $
|
|
5695
|
-
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);
|
|
5696
5848
|
})();
|
|
5697
5849
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5698
5850
|
if ("regular-bin" === input3.type)
|
|
5699
|
-
return $
|
|
5851
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
5700
5852
|
if ("custom-bin" === input3.type)
|
|
5701
|
-
return $
|
|
5853
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
5702
5854
|
return $report(_exceptionable2, {
|
|
5703
5855
|
path: _path2,
|
|
5704
5856
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -5707,9 +5859,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5707
5859
|
})();
|
|
5708
5860
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5709
5861
|
if ("gene" === input3.kind)
|
|
5710
|
-
return $
|
|
5862
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
5711
5863
|
if ("coord" === input3.kind)
|
|
5712
|
-
return $
|
|
5864
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
5713
5865
|
return $report(_exceptionable2, {
|
|
5714
5866
|
path: _path2,
|
|
5715
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; })',
|
|
@@ -5718,9 +5870,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5718
5870
|
})();
|
|
5719
5871
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5720
5872
|
if ("numeric" === input3.memberType)
|
|
5721
|
-
return $
|
|
5873
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
5722
5874
|
if ("categorical" === input3.memberType)
|
|
5723
|
-
return $
|
|
5875
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
5724
5876
|
return $report(_exceptionable2, {
|
|
5725
5877
|
path: _path2,
|
|
5726
5878
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|
|
@@ -5729,9 +5881,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5729
5881
|
})();
|
|
5730
5882
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5731
5883
|
if ("gene" === input3.kind)
|
|
5732
|
-
return $
|
|
5884
|
+
return $vo79(input3, _path2, _exceptionable2);
|
|
5733
5885
|
if ("coord" === input3.kind)
|
|
5734
|
-
return $
|
|
5886
|
+
return $vo80(input3, _path2, _exceptionable2);
|
|
5735
5887
|
return $report(_exceptionable2, {
|
|
5736
5888
|
path: _path2,
|
|
5737
5889
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -5740,9 +5892,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
5740
5892
|
})();
|
|
5741
5893
|
const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5742
5894
|
if ("grade" === input3.valueFor)
|
|
5743
|
-
return $
|
|
5895
|
+
return $vo87(input3, _path2, _exceptionable2);
|
|
5744
5896
|
if ("children" === input3.valueFor)
|
|
5745
|
-
return $
|
|
5897
|
+
return $vo88(input3, _path2, _exceptionable2);
|
|
5746
5898
|
return $report(_exceptionable2, {
|
|
5747
5899
|
path: _path2,
|
|
5748
5900
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|
|
@@ -5751,76 +5903,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
5751
5903
|
})();
|
|
5752
5904
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
5753
5905
|
path: _path + "",
|
|
5754
|
-
expected: "
|
|
5755
|
-
value: input2
|
|
5756
|
-
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
5757
|
-
path: _path + "",
|
|
5758
|
-
expected: "DescrStatsRequest",
|
|
5759
|
-
value: input2
|
|
5760
|
-
});
|
|
5761
|
-
})(input, "$input", true);
|
|
5762
|
-
}
|
|
5763
|
-
const success = 0 === errors.length;
|
|
5764
|
-
return {
|
|
5765
|
-
success,
|
|
5766
|
-
errors,
|
|
5767
|
-
data: success ? input : void 0
|
|
5768
|
-
};
|
|
5769
|
-
};
|
|
5770
|
-
var validDescrStatsResponse = (input) => {
|
|
5771
|
-
const errors = [];
|
|
5772
|
-
const __is = (input2) => {
|
|
5773
|
-
const $join = import_typia.createValidate.join;
|
|
5774
|
-
const $io0 = (input3) => Object.keys(input3).every((key) => {
|
|
5775
|
-
const value = input3[key];
|
|
5776
|
-
if (void 0 === value)
|
|
5777
|
-
return true;
|
|
5778
|
-
if (RegExp(/(.*)/).test(key))
|
|
5779
|
-
return "object" === typeof value && null !== value && ("string" === typeof value.key && "string" === typeof value.label && "number" === typeof value.value);
|
|
5780
|
-
return true;
|
|
5781
|
-
});
|
|
5782
|
-
return "object" === typeof input2 && null !== input2 && false === Array.isArray(input2) && $io0(input2);
|
|
5783
|
-
};
|
|
5784
|
-
if (false === __is(input)) {
|
|
5785
|
-
const $report = import_typia.createValidate.report(errors);
|
|
5786
|
-
((input2, _path, _exceptionable = true) => {
|
|
5787
|
-
const $join = import_typia.createValidate.join;
|
|
5788
|
-
const $vo0 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
5789
|
-
const value = input3[key];
|
|
5790
|
-
if (void 0 === value)
|
|
5791
|
-
return true;
|
|
5792
|
-
if (RegExp(/(.*)/).test(key))
|
|
5793
|
-
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
5794
|
-
path: _path2 + $join(key),
|
|
5795
|
-
expected: "__type",
|
|
5796
|
-
value
|
|
5797
|
-
})) && $vo1(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
5798
|
-
path: _path2 + $join(key),
|
|
5799
|
-
expected: "__type",
|
|
5800
|
-
value
|
|
5801
|
-
});
|
|
5802
|
-
return true;
|
|
5803
|
-
}).every((flag) => flag)].every((flag) => flag);
|
|
5804
|
-
const $vo1 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
5805
|
-
path: _path2 + ".key",
|
|
5806
|
-
expected: "string",
|
|
5807
|
-
value: input3.key
|
|
5808
|
-
}), "string" === typeof input3.label || $report(_exceptionable2, {
|
|
5809
|
-
path: _path2 + ".label",
|
|
5810
|
-
expected: "string",
|
|
5811
|
-
value: input3.label
|
|
5812
|
-
}), "number" === typeof input3.value || $report(_exceptionable2, {
|
|
5813
|
-
path: _path2 + ".value",
|
|
5814
|
-
expected: "number",
|
|
5815
|
-
value: input3.value
|
|
5816
|
-
})].every((flag) => flag);
|
|
5817
|
-
return ("object" === typeof input2 && null !== input2 && false === Array.isArray(input2) || $report(true, {
|
|
5818
|
-
path: _path + "",
|
|
5819
|
-
expected: "DescrStats",
|
|
5906
|
+
expected: "TermsByIdsResponse",
|
|
5820
5907
|
value: input2
|
|
5821
5908
|
})) && $vo0(input2, _path + "", true) || $report(true, {
|
|
5822
5909
|
path: _path + "",
|
|
5823
|
-
expected: "
|
|
5910
|
+
expected: "TermsByIdsResponse",
|
|
5824
5911
|
value: input2
|
|
5825
5912
|
});
|
|
5826
5913
|
})(input, "$input", true);
|
|
@@ -5834,7 +5921,7 @@ var validDescrStatsResponse = (input) => {
|
|
|
5834
5921
|
};
|
|
5835
5922
|
|
|
5836
5923
|
export {
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
|
|
5924
|
+
termsByIdsPayload,
|
|
5925
|
+
validTermsByIdsRequest,
|
|
5926
|
+
validTermsByIdsResponse
|
|
5840
5927
|
};
|