@sjcrh/proteinpaint-types 2.151.1-0 → 2.152.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-TTUU5XQC.js → chunk-5F24QFE7.js} +471 -253
- package/dist/{chunk-KSVIBMFQ.js → chunk-5OMJAZK4.js} +323 -185
- package/dist/{chunk-WL7ZVGZS.js → chunk-C27KCAQH.js} +476 -302
- package/dist/{chunk-5MGSKBUU.js → chunk-CC32XCET.js} +950 -574
- package/dist/{chunk-OZ3CVAFP.js → chunk-EBPGV76U.js} +279 -157
- package/dist/{chunk-KQNLROUN.js → chunk-GZKTMVAU.js} +750 -410
- package/dist/{chunk-3SKFYOKV.js → chunk-JT4DSNJ3.js} +476 -302
- package/dist/{chunk-75GS5ZG5.js → chunk-LXW2FSLR.js} +526 -352
- package/dist/{chunk-RA7IEGS4.js → chunk-MCL6EDOS.js} +482 -308
- package/dist/{chunk-DBSRGRXR.js → chunk-OAETETAO.js} +279 -157
- package/dist/{chunk-4MLQS6N7.js → chunk-OLWNM7QP.js} +279 -157
- package/dist/{chunk-MMFL6N5M.js → chunk-OLXOQLZH.js} +279 -157
- package/dist/{chunk-4SJC57Y6.js → chunk-ZXPLL3NT.js} +476 -302
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +13 -13
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/terms/numeric.ts +17 -1
- package/src/terms/term.ts +5 -0
|
@@ -26,7 +26,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
26
26
|
const $io1 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
27
27
|
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
28
28
|
const $io3 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io6(elem)));
|
|
29
|
-
const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
29
|
+
const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
|
|
30
30
|
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
31
31
|
const value = input3[key];
|
|
32
32
|
if (void 0 === value)
|
|
@@ -38,17 +38,18 @@ var validTermdbClusterRequest = (input) => {
|
|
|
38
38
|
return true;
|
|
39
39
|
});
|
|
40
40
|
const $io6 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter));
|
|
41
|
-
const $io7 = (input3) => "
|
|
42
|
-
const $io8 = (input3) => "
|
|
43
|
-
const $io9 = (input3) => "string" === typeof input3.name && "
|
|
44
|
-
const $io10 = (input3) =>
|
|
45
|
-
const $io11 = (input3) => "string" === typeof input3.
|
|
46
|
-
const $io12 = (input3) =>
|
|
47
|
-
const $io13 = (input3) =>
|
|
48
|
-
const $io14 = (input3) => "string" === typeof input3.
|
|
49
|
-
const $io15 = (input3) => "
|
|
50
|
-
const $io16 = (input3) =>
|
|
51
|
-
const $io17 = (input3) =>
|
|
41
|
+
const $io7 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
42
|
+
const $io8 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io9(elem)));
|
|
43
|
+
const $io9 = (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 && $iu1(elem)));
|
|
44
|
+
const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
45
|
+
const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
46
|
+
const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
|
|
47
|
+
const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
48
|
+
const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
49
|
+
const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
50
|
+
const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(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);
|
|
51
|
+
const $io17 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $iu6(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu7(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);
|
|
52
|
+
const $io18 = (input3) => Object.keys(input3).every((key) => {
|
|
52
53
|
const value = input3[key];
|
|
53
54
|
if (void 0 === value)
|
|
54
55
|
return true;
|
|
@@ -56,28 +57,28 @@ var validTermdbClusterRequest = (input) => {
|
|
|
56
57
|
return "number" === typeof value;
|
|
57
58
|
return true;
|
|
58
59
|
});
|
|
59
|
-
const $
|
|
60
|
-
const $
|
|
61
|
-
const $
|
|
62
|
-
const $
|
|
63
|
-
const $
|
|
64
|
-
const $
|
|
65
|
-
const $
|
|
66
|
-
const $
|
|
67
|
-
const $
|
|
68
|
-
const $
|
|
69
|
-
const $
|
|
70
|
-
const $
|
|
71
|
-
const $
|
|
72
|
-
const $
|
|
73
|
-
const $
|
|
74
|
-
const $
|
|
75
|
-
const $
|
|
76
|
-
const $
|
|
77
|
-
const $
|
|
78
|
-
const $
|
|
79
|
-
const $
|
|
80
|
-
const $
|
|
60
|
+
const $io19 = (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);
|
|
61
|
+
const $io20 = (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);
|
|
62
|
+
const $io21 = (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);
|
|
63
|
+
const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
64
|
+
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
65
|
+
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
66
|
+
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
67
|
+
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
68
|
+
const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
69
|
+
const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
70
|
+
const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && (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) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
|
|
71
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
|
|
72
|
+
const $io31 = (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;
|
|
73
|
+
const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io33(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
74
|
+
const $io33 = (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 && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
75
|
+
const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
76
|
+
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
77
|
+
const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
78
|
+
const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
79
|
+
const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
80
|
+
const $io39 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
81
|
+
const $io40 = (input3) => Object.keys(input3).every((key) => {
|
|
81
82
|
const value = input3[key];
|
|
82
83
|
if (void 0 === value)
|
|
83
84
|
return true;
|
|
@@ -85,38 +86,38 @@ var validTermdbClusterRequest = (input) => {
|
|
|
85
86
|
return true;
|
|
86
87
|
return true;
|
|
87
88
|
});
|
|
88
|
-
const $io40 = (input3) => true;
|
|
89
89
|
const $io41 = (input3) => true;
|
|
90
|
-
const $io42 = (input3) =>
|
|
91
|
-
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $
|
|
92
|
-
const $io44 = (input3) =>
|
|
90
|
+
const $io42 = (input3) => true;
|
|
91
|
+
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === 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);
|
|
92
|
+
const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
93
93
|
const $io45 = (input3) => true;
|
|
94
94
|
const $io46 = (input3) => true;
|
|
95
95
|
const $io47 = (input3) => true;
|
|
96
96
|
const $io48 = (input3) => true;
|
|
97
97
|
const $io49 = (input3) => true;
|
|
98
|
-
const $io50 = (input3) =>
|
|
99
|
-
const $io51 = (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) && $
|
|
100
|
-
const $io52 = (input3) => (void 0 === input3.
|
|
101
|
-
const $io53 = (input3) => (void 0 === input3.
|
|
102
|
-
const $io54 = (input3) => (void 0 === input3.
|
|
103
|
-
const $io55 = (input3) => (void 0 === input3.
|
|
104
|
-
const $io56 = (input3) => (void 0 === input3.
|
|
105
|
-
const $io57 = (input3) => "
|
|
106
|
-
const $io58 = (input3) => "
|
|
107
|
-
const $io59 = (input3) =>
|
|
108
|
-
const $io60 = (input3) => true;
|
|
98
|
+
const $io50 = (input3) => true;
|
|
99
|
+
const $io51 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
100
|
+
const $io52 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q));
|
|
101
|
+
const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
102
|
+
const $io54 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io55(input3.q));
|
|
103
|
+
const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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);
|
|
104
|
+
const $io56 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
|
|
105
|
+
const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io58(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
106
|
+
const $io58 = (input3) => "number" === typeof input3.value;
|
|
107
|
+
const $io59 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "metaboliteIntensity" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
|
|
108
|
+
const $io60 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
109
109
|
const $io61 = (input3) => true;
|
|
110
110
|
const $io62 = (input3) => true;
|
|
111
|
-
const $io63 = (input3) =>
|
|
112
|
-
const $io64 = (input3) =>
|
|
111
|
+
const $io63 = (input3) => true;
|
|
112
|
+
const $io64 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
|
|
113
113
|
const $io65 = (input3) => true;
|
|
114
|
-
const $io66 = (input3) =>
|
|
115
|
-
const $io67 = (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) && $
|
|
116
|
-
const $io68 = (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) && $
|
|
117
|
-
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) && $
|
|
118
|
-
const $io70 = (input3) =>
|
|
119
|
-
const $io71 = (input3) =>
|
|
114
|
+
const $io66 = (input3) => true;
|
|
115
|
+
const $io67 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
116
|
+
const $io68 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q));
|
|
117
|
+
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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io55(input3.q));
|
|
118
|
+
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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
|
|
119
|
+
const $io71 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "numericDictTerm" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io72(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
|
|
120
|
+
const $io72 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
|
|
120
121
|
const $iu0 = (input3) => (() => {
|
|
121
122
|
if ("tvslst" === input3.type)
|
|
122
123
|
return $io1(input3);
|
|
@@ -126,114 +127,116 @@ var validTermdbClusterRequest = (input) => {
|
|
|
126
127
|
})();
|
|
127
128
|
const $iu1 = (input3) => (() => {
|
|
128
129
|
if ("string" === typeof input3.type)
|
|
129
|
-
return $
|
|
130
|
+
return $io10(input3);
|
|
130
131
|
if ("filter" === input3.type)
|
|
131
|
-
return $
|
|
132
|
+
return $io12(input3);
|
|
132
133
|
return false;
|
|
133
134
|
})();
|
|
134
135
|
const $iu2 = (input3) => (() => {
|
|
135
136
|
if (true === input3.startunbounded)
|
|
136
|
-
return $
|
|
137
|
+
return $io19(input3);
|
|
137
138
|
if (true === input3.stopunbounded)
|
|
138
|
-
return $
|
|
139
|
-
return $
|
|
139
|
+
return $io21(input3);
|
|
140
|
+
return $io20(input3);
|
|
140
141
|
})();
|
|
141
142
|
const $iu3 = (input3) => (() => {
|
|
142
143
|
if ("gene" === input3.kind)
|
|
143
|
-
return $io34(input3);
|
|
144
|
-
if ("coord" === input3.kind)
|
|
145
144
|
return $io35(input3);
|
|
145
|
+
if ("coord" === input3.kind)
|
|
146
|
+
return $io36(input3);
|
|
146
147
|
return false;
|
|
147
148
|
})();
|
|
148
149
|
const $iu4 = (input3) => (() => {
|
|
149
150
|
if ("NumTWSpline" === input3.type)
|
|
150
|
-
return $
|
|
151
|
+
return $io56(input3);
|
|
151
152
|
if ("NumTWCont" === input3.type)
|
|
152
|
-
return $
|
|
153
|
+
return $io54(input3);
|
|
153
154
|
if ("NumTWBinary" === input3.type)
|
|
154
|
-
return $
|
|
155
|
+
return $io52(input3);
|
|
155
156
|
if ("NumTWCustomBin" === input3.type)
|
|
156
|
-
return $
|
|
157
|
+
return $io51(input3);
|
|
157
158
|
if ("NumTWRegularBin" === input3.type)
|
|
158
|
-
return $
|
|
159
|
+
return $io39(input3);
|
|
159
160
|
return false;
|
|
160
161
|
})();
|
|
161
162
|
const $iu5 = (input3) => (() => {
|
|
162
163
|
if ("NumTWSpline" === input3.type)
|
|
163
|
-
return $
|
|
164
|
+
return $io70(input3);
|
|
164
165
|
if ("NumTWCont" === input3.type)
|
|
165
|
-
return $
|
|
166
|
+
return $io69(input3);
|
|
166
167
|
if ("NumTWBinary" === input3.type)
|
|
167
|
-
return $
|
|
168
|
+
return $io68(input3);
|
|
168
169
|
if ("NumTWCustomBin" === input3.type)
|
|
169
|
-
return $
|
|
170
|
+
return $io67(input3);
|
|
170
171
|
if ("NumTWRegularBin" === input3.type)
|
|
171
|
-
return $
|
|
172
|
+
return $io60(input3);
|
|
172
173
|
return false;
|
|
173
174
|
})();
|
|
174
175
|
const $iu6 = (input3) => (() => {
|
|
175
176
|
if (true === input3.startunbounded)
|
|
176
|
-
return $io18(input3);
|
|
177
|
-
if (void 0 !== input3.start)
|
|
178
177
|
return $io19(input3);
|
|
178
|
+
if (void 0 !== input3.start)
|
|
179
|
+
return $io20(input3);
|
|
179
180
|
return false;
|
|
180
181
|
})();
|
|
181
182
|
const $iu7 = (input3) => (() => {
|
|
182
183
|
if (void 0 !== input3.stop)
|
|
183
|
-
return $io19(input3);
|
|
184
|
-
if (true === input3.stopunbounded)
|
|
185
184
|
return $io20(input3);
|
|
185
|
+
if (true === input3.stopunbounded)
|
|
186
|
+
return $io21(input3);
|
|
186
187
|
return false;
|
|
187
188
|
})();
|
|
188
189
|
const $iu8 = (input3) => (() => {
|
|
189
190
|
if (void 0 !== input3.ranges)
|
|
190
|
-
return $
|
|
191
|
+
return $io13(input3);
|
|
191
192
|
return (() => {
|
|
192
193
|
if ($io3(input3))
|
|
193
194
|
return $io3(input3);
|
|
194
|
-
if ($
|
|
195
|
-
return $
|
|
196
|
-
if ($
|
|
197
|
-
return $
|
|
195
|
+
if ($io29(input3))
|
|
196
|
+
return $io29(input3);
|
|
197
|
+
if ($io32(input3))
|
|
198
|
+
return $io32(input3);
|
|
198
199
|
return false;
|
|
199
200
|
})();
|
|
200
201
|
})();
|
|
201
202
|
const $iu9 = (input3) => (() => {
|
|
202
203
|
if ("integer" === input3.type || "float" === input3.type)
|
|
203
|
-
return $
|
|
204
|
+
return $io14(input3);
|
|
204
205
|
if ("metaboliteIntensity" === input3.type)
|
|
205
|
-
return $io24(input3);
|
|
206
|
-
if ("date" === input3.type)
|
|
207
206
|
return $io25(input3);
|
|
208
|
-
if ("
|
|
207
|
+
if ("date" === input3.type)
|
|
209
208
|
return $io26(input3);
|
|
209
|
+
if ("ssGSEA" === input3.type)
|
|
210
|
+
return $io27(input3);
|
|
210
211
|
return (() => {
|
|
212
|
+
if ($io24(input3))
|
|
213
|
+
return $io24(input3);
|
|
211
214
|
if ($io23(input3))
|
|
212
215
|
return $io23(input3);
|
|
213
|
-
if ($io22(input3))
|
|
214
|
-
return $io22(input3);
|
|
215
216
|
return false;
|
|
216
217
|
})();
|
|
217
218
|
})();
|
|
218
219
|
const $iu10 = (input3) => (() => {
|
|
219
220
|
if ("regular-bin" === input3.type)
|
|
220
|
-
return $
|
|
221
|
+
return $io17(input3);
|
|
221
222
|
if ("custom-bin" === input3.type)
|
|
222
|
-
return $
|
|
223
|
+
return $io22(input3);
|
|
223
224
|
return false;
|
|
224
225
|
})();
|
|
225
226
|
const $iu11 = (input3) => (() => {
|
|
226
227
|
if ("gene" === input3.kind)
|
|
227
|
-
return $
|
|
228
|
+
return $io34(input3);
|
|
228
229
|
if ("coord" === input3.kind)
|
|
229
|
-
return $
|
|
230
|
+
return $io37(input3);
|
|
230
231
|
return false;
|
|
231
232
|
})();
|
|
232
233
|
const $iu12 = (input3) => (() => {
|
|
234
|
+
if ($io24(input3))
|
|
235
|
+
return $io24(input3);
|
|
233
236
|
if ($io23(input3))
|
|
234
237
|
return $io23(input3);
|
|
235
|
-
if ($
|
|
236
|
-
return $
|
|
238
|
+
if ($io50(input3))
|
|
239
|
+
return $io50(input3);
|
|
237
240
|
if ($io49(input3))
|
|
238
241
|
return $io49(input3);
|
|
239
242
|
if ($io48(input3))
|
|
@@ -244,55 +247,53 @@ var validTermdbClusterRequest = (input) => {
|
|
|
244
247
|
return $io46(input3);
|
|
245
248
|
if ($io45(input3))
|
|
246
249
|
return $io45(input3);
|
|
247
|
-
if ($
|
|
248
|
-
return $
|
|
250
|
+
if ($io42(input3))
|
|
251
|
+
return $io42(input3);
|
|
249
252
|
if ($io41(input3))
|
|
250
253
|
return $io41(input3);
|
|
251
|
-
if ($
|
|
252
|
-
return $
|
|
254
|
+
if ($io44(input3))
|
|
255
|
+
return $io44(input3);
|
|
253
256
|
if ($io43(input3))
|
|
254
257
|
return $io43(input3);
|
|
255
|
-
if ($io42(input3))
|
|
256
|
-
return $io42(input3);
|
|
257
258
|
return false;
|
|
258
259
|
})();
|
|
259
260
|
const $iu13 = (input3) => (() => {
|
|
260
261
|
if (void 0 !== input3.type)
|
|
261
|
-
return $
|
|
262
|
+
return $io64(input3);
|
|
262
263
|
return (() => {
|
|
264
|
+
if ($io66(input3))
|
|
265
|
+
return $io66(input3);
|
|
263
266
|
if ($io65(input3))
|
|
264
267
|
return $io65(input3);
|
|
265
|
-
if ($
|
|
266
|
-
return $
|
|
268
|
+
if ($io63(input3))
|
|
269
|
+
return $io63(input3);
|
|
267
270
|
if ($io62(input3))
|
|
268
271
|
return $io62(input3);
|
|
269
272
|
if ($io61(input3))
|
|
270
273
|
return $io61(input3);
|
|
271
|
-
if ($io60(input3))
|
|
272
|
-
return $io60(input3);
|
|
273
274
|
return false;
|
|
274
275
|
})();
|
|
275
276
|
})();
|
|
276
277
|
const $iu14 = (input3) => (() => {
|
|
277
278
|
if ("regular-bin" === input3.type)
|
|
278
|
-
return $
|
|
279
|
+
return $io17(input3);
|
|
279
280
|
if ("spline" === input3.mode)
|
|
280
|
-
return $
|
|
281
|
+
return $io57(input3);
|
|
281
282
|
return (() => {
|
|
282
|
-
if ($
|
|
283
|
-
return $
|
|
284
|
-
if ($
|
|
285
|
-
return $
|
|
286
|
-
if ($
|
|
287
|
-
return $
|
|
283
|
+
if ($io22(input3))
|
|
284
|
+
return $io22(input3);
|
|
285
|
+
if ($io53(input3))
|
|
286
|
+
return $io53(input3);
|
|
287
|
+
if ($io55(input3))
|
|
288
|
+
return $io55(input3);
|
|
288
289
|
return false;
|
|
289
290
|
})();
|
|
290
291
|
})();
|
|
291
292
|
const $iu15 = (input3) => (() => {
|
|
292
293
|
if ("numericDictTerm" === input3.dataType)
|
|
293
|
-
return $
|
|
294
|
+
return $io71(input3);
|
|
294
295
|
if ("metaboliteIntensity" === input3.dataType)
|
|
295
|
-
return $
|
|
296
|
+
return $io59(input3);
|
|
296
297
|
if ("geneExpression" === input3.dataType)
|
|
297
298
|
return $io0(input3);
|
|
298
299
|
return false;
|
|
@@ -491,11 +492,19 @@ var validTermdbClusterRequest = (input) => {
|
|
|
491
492
|
path: _path2 + ".skipValuesBuild",
|
|
492
493
|
expected: "(boolean | undefined)",
|
|
493
494
|
value: input3.skipValuesBuild
|
|
495
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
496
|
+
path: _path2 + ".valueConversion",
|
|
497
|
+
expected: "(__type.o1 | undefined)",
|
|
498
|
+
value: input3.valueConversion
|
|
499
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
500
|
+
path: _path2 + ".valueConversion",
|
|
501
|
+
expected: "(__type.o1 | undefined)",
|
|
502
|
+
value: input3.valueConversion
|
|
494
503
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
495
504
|
path: _path2 + ".groupsetting",
|
|
496
505
|
expected: "TermGroupSetting",
|
|
497
506
|
value: input3.groupsetting
|
|
498
|
-
})) && $
|
|
507
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
499
508
|
path: _path2 + ".groupsetting",
|
|
500
509
|
expected: "TermGroupSetting",
|
|
501
510
|
value: input3.groupsetting
|
|
@@ -559,7 +568,20 @@ var validTermdbClusterRequest = (input) => {
|
|
|
559
568
|
expected: "(Filter | undefined)",
|
|
560
569
|
value: input3.filter
|
|
561
570
|
})].every((flag) => flag);
|
|
562
|
-
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["
|
|
571
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
572
|
+
path: _path2 + ".fromUnit",
|
|
573
|
+
expected: "string",
|
|
574
|
+
value: input3.fromUnit
|
|
575
|
+
}), "string" === typeof input3.toUnit || $report(_exceptionable2, {
|
|
576
|
+
path: _path2 + ".toUnit",
|
|
577
|
+
expected: "string",
|
|
578
|
+
value: input3.toUnit
|
|
579
|
+
}), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
|
|
580
|
+
path: _path2 + ".scaleFactor",
|
|
581
|
+
expected: "string",
|
|
582
|
+
value: input3.scaleFactor
|
|
583
|
+
})].every((flag) => flag);
|
|
584
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
563
585
|
path: _path2 + ".disabled",
|
|
564
586
|
expected: "boolean",
|
|
565
587
|
value: input3.disabled
|
|
@@ -571,7 +593,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
571
593
|
path: _path2 + ".lst[" + _index6 + "]",
|
|
572
594
|
expected: "Groupset",
|
|
573
595
|
value: elem
|
|
574
|
-
})) && $
|
|
596
|
+
})) && $vo9(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
575
597
|
path: _path2 + ".lst[" + _index6 + "]",
|
|
576
598
|
expected: "Groupset",
|
|
577
599
|
value: elem
|
|
@@ -580,7 +602,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
580
602
|
expected: "(Array<Groupset> | undefined)",
|
|
581
603
|
value: input3.lst
|
|
582
604
|
})].every((flag) => flag);
|
|
583
|
-
const $
|
|
605
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
584
606
|
path: _path2 + ".name",
|
|
585
607
|
expected: "string",
|
|
586
608
|
value: input3.name
|
|
@@ -613,7 +635,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
613
635
|
expected: "Array<GroupEntry>",
|
|
614
636
|
value: input3.groups
|
|
615
637
|
})].every((flag) => flag);
|
|
616
|
-
const $
|
|
638
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
617
639
|
path: _path2 + ".name",
|
|
618
640
|
expected: "string",
|
|
619
641
|
value: input3.name
|
|
@@ -627,11 +649,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
627
649
|
value: input3.values
|
|
628
650
|
})) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
629
651
|
path: _path2 + ".values[" + _index8 + "]",
|
|
630
|
-
expected: "__type.
|
|
652
|
+
expected: "__type.o2",
|
|
631
653
|
value: elem
|
|
632
|
-
})) && $
|
|
654
|
+
})) && $vo11(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
633
655
|
path: _path2 + ".values[" + _index8 + "]",
|
|
634
|
-
expected: "__type.
|
|
656
|
+
expected: "__type.o2",
|
|
635
657
|
value: elem
|
|
636
658
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
637
659
|
path: _path2 + ".values",
|
|
@@ -642,7 +664,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
642
664
|
expected: "(boolean | undefined)",
|
|
643
665
|
value: input3.uncomputable
|
|
644
666
|
})].every((flag) => flag);
|
|
645
|
-
const $
|
|
667
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
646
668
|
path: _path2 + ".key",
|
|
647
669
|
expected: "(number | string)",
|
|
648
670
|
value: input3.key
|
|
@@ -651,7 +673,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
651
673
|
expected: "string",
|
|
652
674
|
value: input3.label
|
|
653
675
|
})].every((flag) => flag);
|
|
654
|
-
const $
|
|
676
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
655
677
|
path: _path2 + ".name",
|
|
656
678
|
expected: "string",
|
|
657
679
|
value: input3.name
|
|
@@ -672,7 +694,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
672
694
|
expected: "string",
|
|
673
695
|
value: input3.color
|
|
674
696
|
})].every((flag) => flag);
|
|
675
|
-
const $
|
|
697
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
676
698
|
path: _path2 + ".join",
|
|
677
699
|
expected: "(string | undefined)",
|
|
678
700
|
value: input3.join
|
|
@@ -710,18 +732,18 @@ var validTermdbClusterRequest = (input) => {
|
|
|
710
732
|
value: input3.values
|
|
711
733
|
})) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
712
734
|
path: _path2 + ".values[" + _index10 + "]",
|
|
713
|
-
expected: "__type.
|
|
735
|
+
expected: "__type.o4",
|
|
714
736
|
value: elem
|
|
715
|
-
})) && $
|
|
737
|
+
})) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
716
738
|
path: _path2 + ".values[" + _index10 + "]",
|
|
717
|
-
expected: "__type.
|
|
739
|
+
expected: "__type.o4",
|
|
718
740
|
value: elem
|
|
719
741
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
720
742
|
path: _path2 + ".values",
|
|
721
743
|
expected: "Array<__type>.o1",
|
|
722
744
|
value: input3.values
|
|
723
745
|
})].every((flag) => flag);
|
|
724
|
-
const $
|
|
746
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
725
747
|
path: _path2 + ".id",
|
|
726
748
|
expected: "string",
|
|
727
749
|
value: input3.id
|
|
@@ -777,13 +799,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
777
799
|
path: _path2 + ".skipValuesBuild",
|
|
778
800
|
expected: "(boolean | undefined)",
|
|
779
801
|
value: input3.skipValuesBuild
|
|
802
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
803
|
+
path: _path2 + ".valueConversion",
|
|
804
|
+
expected: "(__type.o1 | undefined)",
|
|
805
|
+
value: input3.valueConversion
|
|
806
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
807
|
+
path: _path2 + ".valueConversion",
|
|
808
|
+
expected: "(__type.o1 | undefined)",
|
|
809
|
+
value: input3.valueConversion
|
|
780
810
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
781
811
|
path: _path2 + ".continuousColorScale",
|
|
782
|
-
expected: "(__type.
|
|
812
|
+
expected: "(__type.o3 | undefined)",
|
|
783
813
|
value: input3.continuousColorScale
|
|
784
|
-
})) && $
|
|
814
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
785
815
|
path: _path2 + ".continuousColorScale",
|
|
786
|
-
expected: "(__type.
|
|
816
|
+
expected: "(__type.o3 | undefined)",
|
|
787
817
|
value: input3.continuousColorScale
|
|
788
818
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
789
819
|
path: _path2 + ".unit",
|
|
@@ -793,12 +823,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
793
823
|
path: _path2 + ".bins",
|
|
794
824
|
expected: "PresetNumericBins",
|
|
795
825
|
value: input3.bins
|
|
796
|
-
})) && $
|
|
826
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
797
827
|
path: _path2 + ".bins",
|
|
798
828
|
expected: "PresetNumericBins",
|
|
799
829
|
value: input3.bins
|
|
800
830
|
})].every((flag) => flag);
|
|
801
|
-
const $
|
|
831
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
802
832
|
path: _path2 + ".minColor",
|
|
803
833
|
expected: "string",
|
|
804
834
|
value: input3.minColor
|
|
@@ -807,7 +837,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
807
837
|
expected: "string",
|
|
808
838
|
value: input3.maxColor
|
|
809
839
|
})].every((flag) => flag);
|
|
810
|
-
const $
|
|
840
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
811
841
|
path: _path2 + '["default"]',
|
|
812
842
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
813
843
|
value: input3["default"]
|
|
@@ -844,11 +874,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
844
874
|
expected: "(number | undefined)",
|
|
845
875
|
value: input3.max
|
|
846
876
|
})].every((flag) => flag);
|
|
847
|
-
const $
|
|
877
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
848
878
|
path: _path2 + ".hiddenValues",
|
|
849
879
|
expected: "(HiddenValues | undefined)",
|
|
850
880
|
value: input3.hiddenValues
|
|
851
|
-
})) && $
|
|
881
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
852
882
|
path: _path2 + ".hiddenValues",
|
|
853
883
|
expected: "(HiddenValues | undefined)",
|
|
854
884
|
value: input3.hiddenValues
|
|
@@ -896,8 +926,20 @@ var validTermdbClusterRequest = (input) => {
|
|
|
896
926
|
path: _path2 + ".label_offset",
|
|
897
927
|
expected: "(number | undefined)",
|
|
898
928
|
value: input3.label_offset
|
|
929
|
+
}), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
|
|
930
|
+
path: _path2 + ".startinclusive",
|
|
931
|
+
expected: "(boolean | undefined)",
|
|
932
|
+
value: input3.startinclusive
|
|
933
|
+
}), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
|
|
934
|
+
path: _path2 + ".stopinclusive",
|
|
935
|
+
expected: "(boolean | undefined)",
|
|
936
|
+
value: input3.stopinclusive
|
|
937
|
+
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
938
|
+
path: _path2 + ".rounding",
|
|
939
|
+
expected: "(string | undefined)",
|
|
940
|
+
value: input3.rounding
|
|
899
941
|
})].every((flag) => flag);
|
|
900
|
-
const $
|
|
942
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
901
943
|
const value = input3[key];
|
|
902
944
|
if (void 0 === value)
|
|
903
945
|
return true;
|
|
@@ -909,7 +951,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
909
951
|
});
|
|
910
952
|
return true;
|
|
911
953
|
}).every((flag) => flag)].every((flag) => flag);
|
|
912
|
-
const $
|
|
954
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
913
955
|
path: _path2 + ".startunbounded",
|
|
914
956
|
expected: "true",
|
|
915
957
|
value: input3.startunbounded
|
|
@@ -938,7 +980,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
938
980
|
expected: "(string | undefined)",
|
|
939
981
|
value: input3.range
|
|
940
982
|
})].every((flag) => flag);
|
|
941
|
-
const $
|
|
983
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
942
984
|
path: _path2 + ".startunbounded",
|
|
943
985
|
expected: "(false | undefined)",
|
|
944
986
|
value: input3.startunbounded
|
|
@@ -971,7 +1013,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
971
1013
|
expected: "(string | undefined)",
|
|
972
1014
|
value: input3.range
|
|
973
1015
|
})].every((flag) => flag);
|
|
974
|
-
const $
|
|
1016
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
975
1017
|
path: _path2 + ".start",
|
|
976
1018
|
expected: "number",
|
|
977
1019
|
value: input3.start
|
|
@@ -1000,11 +1042,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1000
1042
|
expected: "(string | undefined)",
|
|
1001
1043
|
value: input3.range
|
|
1002
1044
|
})].every((flag) => flag);
|
|
1003
|
-
const $
|
|
1045
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1004
1046
|
path: _path2 + ".hiddenValues",
|
|
1005
1047
|
expected: "(HiddenValues | undefined)",
|
|
1006
1048
|
value: input3.hiddenValues
|
|
1007
|
-
})) && $
|
|
1049
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
1008
1050
|
path: _path2 + ".hiddenValues",
|
|
1009
1051
|
expected: "(HiddenValues | undefined)",
|
|
1010
1052
|
value: input3.hiddenValues
|
|
@@ -1030,7 +1072,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1030
1072
|
value: input3.mode
|
|
1031
1073
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1032
1074
|
path: _path2 + ".lst",
|
|
1033
|
-
expected: "
|
|
1075
|
+
expected: "CustomNumericBinConfigLst",
|
|
1034
1076
|
value: input3.lst
|
|
1035
1077
|
})) && ([
|
|
1036
1078
|
("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
|
|
@@ -1060,14 +1102,14 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1060
1102
|
value: input3.lst.slice(1)
|
|
1061
1103
|
}))) || $report(_exceptionable2, {
|
|
1062
1104
|
path: _path2 + ".lst",
|
|
1063
|
-
expected: "
|
|
1105
|
+
expected: "CustomNumericBinConfigLst",
|
|
1064
1106
|
value: input3.lst
|
|
1065
1107
|
}), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
|
|
1066
1108
|
path: _path2 + ".preferredBins",
|
|
1067
1109
|
expected: '("median" | undefined)',
|
|
1068
1110
|
value: input3.preferredBins
|
|
1069
1111
|
})].every((flag) => flag);
|
|
1070
|
-
const $
|
|
1112
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1071
1113
|
path: _path2 + ".id",
|
|
1072
1114
|
expected: "string",
|
|
1073
1115
|
value: input3.id
|
|
@@ -1123,13 +1165,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1123
1165
|
path: _path2 + ".skipValuesBuild",
|
|
1124
1166
|
expected: "(boolean | undefined)",
|
|
1125
1167
|
value: input3.skipValuesBuild
|
|
1168
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1169
|
+
path: _path2 + ".valueConversion",
|
|
1170
|
+
expected: "(__type.o1 | undefined)",
|
|
1171
|
+
value: input3.valueConversion
|
|
1172
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1173
|
+
path: _path2 + ".valueConversion",
|
|
1174
|
+
expected: "(__type.o1 | undefined)",
|
|
1175
|
+
value: input3.valueConversion
|
|
1126
1176
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1127
1177
|
path: _path2 + ".continuousColorScale",
|
|
1128
|
-
expected: "(__type.
|
|
1178
|
+
expected: "(__type.o3 | undefined)",
|
|
1129
1179
|
value: input3.continuousColorScale
|
|
1130
|
-
})) && $
|
|
1180
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1131
1181
|
path: _path2 + ".continuousColorScale",
|
|
1132
|
-
expected: "(__type.
|
|
1182
|
+
expected: "(__type.o3 | undefined)",
|
|
1133
1183
|
value: input3.continuousColorScale
|
|
1134
1184
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1135
1185
|
path: _path2 + ".unit",
|
|
@@ -1139,7 +1189,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1139
1189
|
path: _path2 + ".bins",
|
|
1140
1190
|
expected: "(PresetNumericBins | undefined)",
|
|
1141
1191
|
value: input3.bins
|
|
1142
|
-
})) && $
|
|
1192
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1143
1193
|
path: _path2 + ".bins",
|
|
1144
1194
|
expected: "(PresetNumericBins | undefined)",
|
|
1145
1195
|
value: input3.bins
|
|
@@ -1164,7 +1214,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1164
1214
|
expected: "(number | undefined)",
|
|
1165
1215
|
value: input3.stop
|
|
1166
1216
|
})].every((flag) => flag);
|
|
1167
|
-
const $
|
|
1217
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1168
1218
|
path: _path2 + ".id",
|
|
1169
1219
|
expected: "string",
|
|
1170
1220
|
value: input3.id
|
|
@@ -1220,13 +1270,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1220
1270
|
path: _path2 + ".skipValuesBuild",
|
|
1221
1271
|
expected: "(boolean | undefined)",
|
|
1222
1272
|
value: input3.skipValuesBuild
|
|
1273
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1274
|
+
path: _path2 + ".valueConversion",
|
|
1275
|
+
expected: "(__type.o1 | undefined)",
|
|
1276
|
+
value: input3.valueConversion
|
|
1277
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1278
|
+
path: _path2 + ".valueConversion",
|
|
1279
|
+
expected: "(__type.o1 | undefined)",
|
|
1280
|
+
value: input3.valueConversion
|
|
1223
1281
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1224
1282
|
path: _path2 + ".continuousColorScale",
|
|
1225
|
-
expected: "(__type.
|
|
1283
|
+
expected: "(__type.o3 | undefined)",
|
|
1226
1284
|
value: input3.continuousColorScale
|
|
1227
|
-
})) && $
|
|
1285
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1228
1286
|
path: _path2 + ".continuousColorScale",
|
|
1229
|
-
expected: "(__type.
|
|
1287
|
+
expected: "(__type.o3 | undefined)",
|
|
1230
1288
|
value: input3.continuousColorScale
|
|
1231
1289
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1232
1290
|
path: _path2 + ".unit",
|
|
@@ -1236,7 +1294,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1236
1294
|
path: _path2 + ".bins",
|
|
1237
1295
|
expected: "(PresetNumericBins | undefined)",
|
|
1238
1296
|
value: input3.bins
|
|
1239
|
-
})) && $
|
|
1297
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1240
1298
|
path: _path2 + ".bins",
|
|
1241
1299
|
expected: "(PresetNumericBins | undefined)",
|
|
1242
1300
|
value: input3.bins
|
|
@@ -1261,7 +1319,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1261
1319
|
expected: "number",
|
|
1262
1320
|
value: input3.stop
|
|
1263
1321
|
})].every((flag) => flag);
|
|
1264
|
-
const $
|
|
1322
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1265
1323
|
path: _path2 + ".id",
|
|
1266
1324
|
expected: "string",
|
|
1267
1325
|
value: input3.id
|
|
@@ -1317,13 +1375,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1317
1375
|
path: _path2 + ".skipValuesBuild",
|
|
1318
1376
|
expected: "(boolean | undefined)",
|
|
1319
1377
|
value: input3.skipValuesBuild
|
|
1378
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1379
|
+
path: _path2 + ".valueConversion",
|
|
1380
|
+
expected: "(__type.o1 | undefined)",
|
|
1381
|
+
value: input3.valueConversion
|
|
1382
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1383
|
+
path: _path2 + ".valueConversion",
|
|
1384
|
+
expected: "(__type.o1 | undefined)",
|
|
1385
|
+
value: input3.valueConversion
|
|
1320
1386
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1321
1387
|
path: _path2 + ".continuousColorScale",
|
|
1322
|
-
expected: "(__type.
|
|
1388
|
+
expected: "(__type.o3 | undefined)",
|
|
1323
1389
|
value: input3.continuousColorScale
|
|
1324
|
-
})) && $
|
|
1390
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1325
1391
|
path: _path2 + ".continuousColorScale",
|
|
1326
|
-
expected: "(__type.
|
|
1392
|
+
expected: "(__type.o3 | undefined)",
|
|
1327
1393
|
value: input3.continuousColorScale
|
|
1328
1394
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1329
1395
|
path: _path2 + ".unit",
|
|
@@ -1337,12 +1403,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1337
1403
|
path: _path2 + ".bins",
|
|
1338
1404
|
expected: "(PresetNumericBins | undefined)",
|
|
1339
1405
|
value: input3.bins
|
|
1340
|
-
})) && $
|
|
1406
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1341
1407
|
path: _path2 + ".bins",
|
|
1342
1408
|
expected: "(PresetNumericBins | undefined)",
|
|
1343
1409
|
value: input3.bins
|
|
1344
1410
|
})].every((flag) => flag);
|
|
1345
|
-
const $
|
|
1411
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1346
1412
|
path: _path2 + ".id",
|
|
1347
1413
|
expected: "string",
|
|
1348
1414
|
value: input3.id
|
|
@@ -1398,13 +1464,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1398
1464
|
path: _path2 + ".skipValuesBuild",
|
|
1399
1465
|
expected: "(boolean | undefined)",
|
|
1400
1466
|
value: input3.skipValuesBuild
|
|
1467
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1468
|
+
path: _path2 + ".valueConversion",
|
|
1469
|
+
expected: "(__type.o1 | undefined)",
|
|
1470
|
+
value: input3.valueConversion
|
|
1471
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1472
|
+
path: _path2 + ".valueConversion",
|
|
1473
|
+
expected: "(__type.o1 | undefined)",
|
|
1474
|
+
value: input3.valueConversion
|
|
1401
1475
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1402
1476
|
path: _path2 + ".continuousColorScale",
|
|
1403
|
-
expected: "(__type.
|
|
1477
|
+
expected: "(__type.o3 | undefined)",
|
|
1404
1478
|
value: input3.continuousColorScale
|
|
1405
|
-
})) && $
|
|
1479
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1406
1480
|
path: _path2 + ".continuousColorScale",
|
|
1407
|
-
expected: "(__type.
|
|
1481
|
+
expected: "(__type.o3 | undefined)",
|
|
1408
1482
|
value: input3.continuousColorScale
|
|
1409
1483
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1410
1484
|
path: _path2 + ".unit",
|
|
@@ -1414,12 +1488,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1414
1488
|
path: _path2 + ".bins",
|
|
1415
1489
|
expected: "(PresetNumericBins | undefined)",
|
|
1416
1490
|
value: input3.bins
|
|
1417
|
-
})) && $
|
|
1491
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1418
1492
|
path: _path2 + ".bins",
|
|
1419
1493
|
expected: "(PresetNumericBins | undefined)",
|
|
1420
1494
|
value: input3.bins
|
|
1421
1495
|
})].every((flag) => flag);
|
|
1422
|
-
const $
|
|
1496
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1423
1497
|
path: _path2 + ".id",
|
|
1424
1498
|
expected: "string",
|
|
1425
1499
|
value: input3.id
|
|
@@ -1475,13 +1549,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1475
1549
|
path: _path2 + ".skipValuesBuild",
|
|
1476
1550
|
expected: "(boolean | undefined)",
|
|
1477
1551
|
value: input3.skipValuesBuild
|
|
1552
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1553
|
+
path: _path2 + ".valueConversion",
|
|
1554
|
+
expected: "(__type.o1 | undefined)",
|
|
1555
|
+
value: input3.valueConversion
|
|
1556
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1557
|
+
path: _path2 + ".valueConversion",
|
|
1558
|
+
expected: "(__type.o1 | undefined)",
|
|
1559
|
+
value: input3.valueConversion
|
|
1478
1560
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1479
1561
|
path: _path2 + ".continuousColorScale",
|
|
1480
|
-
expected: "(__type.
|
|
1562
|
+
expected: "(__type.o3 | undefined)",
|
|
1481
1563
|
value: input3.continuousColorScale
|
|
1482
|
-
})) && $
|
|
1564
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1483
1565
|
path: _path2 + ".continuousColorScale",
|
|
1484
|
-
expected: "(__type.
|
|
1566
|
+
expected: "(__type.o3 | undefined)",
|
|
1485
1567
|
value: input3.continuousColorScale
|
|
1486
1568
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1487
1569
|
path: _path2 + ".unit",
|
|
@@ -1503,12 +1585,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1503
1585
|
path: _path2 + ".bins",
|
|
1504
1586
|
expected: "(PresetNumericBins | undefined)",
|
|
1505
1587
|
value: input3.bins
|
|
1506
|
-
})) && $
|
|
1588
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1507
1589
|
path: _path2 + ".bins",
|
|
1508
1590
|
expected: "(PresetNumericBins | undefined)",
|
|
1509
1591
|
value: input3.bins
|
|
1510
1592
|
})].every((flag) => flag);
|
|
1511
|
-
const $
|
|
1593
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1512
1594
|
path: _path2 + ".key",
|
|
1513
1595
|
expected: "string",
|
|
1514
1596
|
value: input3.key
|
|
@@ -1525,7 +1607,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1525
1607
|
expected: "(string | undefined)",
|
|
1526
1608
|
value: input3.label
|
|
1527
1609
|
})].every((flag) => flag);
|
|
1528
|
-
const $
|
|
1610
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1529
1611
|
path: _path2 + ".join",
|
|
1530
1612
|
expected: "(string | undefined)",
|
|
1531
1613
|
value: input3.join
|
|
@@ -1537,7 +1619,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1537
1619
|
path: _path2 + ".term",
|
|
1538
1620
|
expected: "ConditionTerm",
|
|
1539
1621
|
value: input3.term
|
|
1540
|
-
})) && $
|
|
1622
|
+
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1541
1623
|
path: _path2 + ".term",
|
|
1542
1624
|
expected: "ConditionTerm",
|
|
1543
1625
|
value: input3.term
|
|
@@ -1561,7 +1643,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1561
1643
|
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
1562
1644
|
expected: "GradeAndChildEntry",
|
|
1563
1645
|
value: elem
|
|
1564
|
-
})) && $
|
|
1646
|
+
})) && $vo31(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1565
1647
|
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
1566
1648
|
expected: "GradeAndChildEntry",
|
|
1567
1649
|
value: elem
|
|
@@ -1570,7 +1652,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1570
1652
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1571
1653
|
value: input3.grade_and_child
|
|
1572
1654
|
})].every((flag) => flag);
|
|
1573
|
-
const $
|
|
1655
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1574
1656
|
path: _path2 + ".id",
|
|
1575
1657
|
expected: "string",
|
|
1576
1658
|
value: input3.id
|
|
@@ -1626,8 +1708,16 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1626
1708
|
path: _path2 + ".skipValuesBuild",
|
|
1627
1709
|
expected: "(boolean | undefined)",
|
|
1628
1710
|
value: input3.skipValuesBuild
|
|
1711
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1712
|
+
path: _path2 + ".valueConversion",
|
|
1713
|
+
expected: "(__type.o1 | undefined)",
|
|
1714
|
+
value: input3.valueConversion
|
|
1715
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1716
|
+
path: _path2 + ".valueConversion",
|
|
1717
|
+
expected: "(__type.o1 | undefined)",
|
|
1718
|
+
value: input3.valueConversion
|
|
1629
1719
|
})].every((flag) => flag);
|
|
1630
|
-
const $
|
|
1720
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1631
1721
|
path: _path2 + ".grade",
|
|
1632
1722
|
expected: "number",
|
|
1633
1723
|
value: input3.grade
|
|
@@ -1644,7 +1734,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1644
1734
|
expected: "string",
|
|
1645
1735
|
value: input3.child_label
|
|
1646
1736
|
})].every((flag) => flag);
|
|
1647
|
-
const $
|
|
1737
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1648
1738
|
path: _path2 + ".join",
|
|
1649
1739
|
expected: "(string | undefined)",
|
|
1650
1740
|
value: input3.join
|
|
@@ -1656,7 +1746,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1656
1746
|
path: _path2 + ".term",
|
|
1657
1747
|
expected: "DtTerm",
|
|
1658
1748
|
value: input3.term
|
|
1659
|
-
})) && $
|
|
1749
|
+
})) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1660
1750
|
path: _path2 + ".term",
|
|
1661
1751
|
expected: "DtTerm",
|
|
1662
1752
|
value: input3.term
|
|
@@ -1666,11 +1756,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1666
1756
|
value: input3.values
|
|
1667
1757
|
})) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1668
1758
|
path: _path2 + ".values[" + _index28 + "]",
|
|
1669
|
-
expected: "__type.
|
|
1759
|
+
expected: "__type.o5",
|
|
1670
1760
|
value: elem
|
|
1671
|
-
})) && $
|
|
1761
|
+
})) && $vo38(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1672
1762
|
path: _path2 + ".values[" + _index28 + "]",
|
|
1673
|
-
expected: "__type.
|
|
1763
|
+
expected: "__type.o5",
|
|
1674
1764
|
value: elem
|
|
1675
1765
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1676
1766
|
path: _path2 + ".values",
|
|
@@ -1685,7 +1775,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1685
1775
|
expected: "(boolean | undefined)",
|
|
1686
1776
|
value: input3.excludeGeneName
|
|
1687
1777
|
})].every((flag) => flag);
|
|
1688
|
-
const $
|
|
1778
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1689
1779
|
path: _path2 + ".id",
|
|
1690
1780
|
expected: "string",
|
|
1691
1781
|
value: input3.id
|
|
@@ -1734,7 +1824,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1734
1824
|
expected: "TermValues",
|
|
1735
1825
|
value: input3.values
|
|
1736
1826
|
})].every((flag) => flag);
|
|
1737
|
-
const $
|
|
1827
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1738
1828
|
path: _path2 + ".id",
|
|
1739
1829
|
expected: "string",
|
|
1740
1830
|
value: input3.id
|
|
@@ -1790,6 +1880,14 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1790
1880
|
path: _path2 + ".skipValuesBuild",
|
|
1791
1881
|
expected: "(boolean | undefined)",
|
|
1792
1882
|
value: input3.skipValuesBuild
|
|
1883
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1884
|
+
path: _path2 + ".valueConversion",
|
|
1885
|
+
expected: "(__type.o1 | undefined)",
|
|
1886
|
+
value: input3.valueConversion
|
|
1887
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1888
|
+
path: _path2 + ".valueConversion",
|
|
1889
|
+
expected: "(__type.o1 | undefined)",
|
|
1890
|
+
value: input3.valueConversion
|
|
1793
1891
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1794
1892
|
path: _path2 + ".kind",
|
|
1795
1893
|
expected: '"gene"',
|
|
@@ -1830,7 +1928,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1830
1928
|
path: _path2 + ".groupsetting",
|
|
1831
1929
|
expected: "(TermGroupSetting | undefined)",
|
|
1832
1930
|
value: input3.groupsetting
|
|
1833
|
-
})) && $
|
|
1931
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1834
1932
|
path: _path2 + ".groupsetting",
|
|
1835
1933
|
expected: "(TermGroupSetting | undefined)",
|
|
1836
1934
|
value: input3.groupsetting
|
|
@@ -1842,7 +1940,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1842
1940
|
path: _path2 + ".childTerms[" + _index32 + "]",
|
|
1843
1941
|
expected: "DtTerm",
|
|
1844
1942
|
value: elem
|
|
1845
|
-
})) && $
|
|
1943
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1846
1944
|
path: _path2 + ".childTerms[" + _index32 + "]",
|
|
1847
1945
|
expected: "DtTerm",
|
|
1848
1946
|
value: elem
|
|
@@ -1851,7 +1949,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1851
1949
|
expected: "(Array<DtTerm> | undefined)",
|
|
1852
1950
|
value: input3.childTerms
|
|
1853
1951
|
})].every((flag) => flag);
|
|
1854
|
-
const $
|
|
1952
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1855
1953
|
path: _path2 + ".id",
|
|
1856
1954
|
expected: "string",
|
|
1857
1955
|
value: input3.id
|
|
@@ -1907,6 +2005,14 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1907
2005
|
path: _path2 + ".skipValuesBuild",
|
|
1908
2006
|
expected: "(boolean | undefined)",
|
|
1909
2007
|
value: input3.skipValuesBuild
|
|
2008
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2009
|
+
path: _path2 + ".valueConversion",
|
|
2010
|
+
expected: "(__type.o1 | undefined)",
|
|
2011
|
+
value: input3.valueConversion
|
|
2012
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2013
|
+
path: _path2 + ".valueConversion",
|
|
2014
|
+
expected: "(__type.o1 | undefined)",
|
|
2015
|
+
value: input3.valueConversion
|
|
1910
2016
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1911
2017
|
path: _path2 + ".kind",
|
|
1912
2018
|
expected: '"gene"',
|
|
@@ -1928,7 +2034,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1928
2034
|
expected: "(number | undefined)",
|
|
1929
2035
|
value: input3.stop
|
|
1930
2036
|
})].every((flag) => flag);
|
|
1931
|
-
const $
|
|
2037
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1932
2038
|
path: _path2 + ".id",
|
|
1933
2039
|
expected: "string",
|
|
1934
2040
|
value: input3.id
|
|
@@ -1984,6 +2090,14 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1984
2090
|
path: _path2 + ".skipValuesBuild",
|
|
1985
2091
|
expected: "(boolean | undefined)",
|
|
1986
2092
|
value: input3.skipValuesBuild
|
|
2093
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2094
|
+
path: _path2 + ".valueConversion",
|
|
2095
|
+
expected: "(__type.o1 | undefined)",
|
|
2096
|
+
value: input3.valueConversion
|
|
2097
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2098
|
+
path: _path2 + ".valueConversion",
|
|
2099
|
+
expected: "(__type.o1 | undefined)",
|
|
2100
|
+
value: input3.valueConversion
|
|
1987
2101
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1988
2102
|
path: _path2 + ".kind",
|
|
1989
2103
|
expected: '"coord"',
|
|
@@ -2001,7 +2115,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2001
2115
|
expected: "number",
|
|
2002
2116
|
value: input3.stop
|
|
2003
2117
|
})].every((flag) => flag);
|
|
2004
|
-
const $
|
|
2118
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2005
2119
|
path: _path2 + ".id",
|
|
2006
2120
|
expected: "string",
|
|
2007
2121
|
value: input3.id
|
|
@@ -2057,6 +2171,14 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2057
2171
|
path: _path2 + ".skipValuesBuild",
|
|
2058
2172
|
expected: "(boolean | undefined)",
|
|
2059
2173
|
value: input3.skipValuesBuild
|
|
2174
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2175
|
+
path: _path2 + ".valueConversion",
|
|
2176
|
+
expected: "(__type.o1 | undefined)",
|
|
2177
|
+
value: input3.valueConversion
|
|
2178
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2179
|
+
path: _path2 + ".valueConversion",
|
|
2180
|
+
expected: "(__type.o1 | undefined)",
|
|
2181
|
+
value: input3.valueConversion
|
|
2060
2182
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2061
2183
|
path: _path2 + ".kind",
|
|
2062
2184
|
expected: '"coord"',
|
|
@@ -2093,7 +2215,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2093
2215
|
path: _path2 + ".groupsetting",
|
|
2094
2216
|
expected: "(TermGroupSetting | undefined)",
|
|
2095
2217
|
value: input3.groupsetting
|
|
2096
|
-
})) && $
|
|
2218
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2097
2219
|
path: _path2 + ".groupsetting",
|
|
2098
2220
|
expected: "(TermGroupSetting | undefined)",
|
|
2099
2221
|
value: input3.groupsetting
|
|
@@ -2105,7 +2227,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2105
2227
|
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
2106
2228
|
expected: "DtTerm",
|
|
2107
2229
|
value: elem
|
|
2108
|
-
})) && $
|
|
2230
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2109
2231
|
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
2110
2232
|
expected: "DtTerm",
|
|
2111
2233
|
value: elem
|
|
@@ -2114,7 +2236,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2114
2236
|
expected: "(Array<DtTerm> | undefined)",
|
|
2115
2237
|
value: input3.childTerms
|
|
2116
2238
|
})].every((flag) => flag);
|
|
2117
|
-
const $
|
|
2239
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2118
2240
|
path: _path2 + ".key",
|
|
2119
2241
|
expected: "string",
|
|
2120
2242
|
value: input3.key
|
|
@@ -2127,7 +2249,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2127
2249
|
expected: "string",
|
|
2128
2250
|
value: input3.value
|
|
2129
2251
|
})].every((flag) => flag);
|
|
2130
|
-
const $
|
|
2252
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2131
2253
|
path: _path2 + ".id",
|
|
2132
2254
|
expected: "(string | undefined)",
|
|
2133
2255
|
value: input3.id
|
|
@@ -2141,11 +2263,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2141
2263
|
value: input3.isAtomic
|
|
2142
2264
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2143
2265
|
path: _path2 + ".settings",
|
|
2144
|
-
expected: "(__type.
|
|
2266
|
+
expected: "(__type.o6 | undefined)",
|
|
2145
2267
|
value: input3.settings
|
|
2146
|
-
})) && $
|
|
2268
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2147
2269
|
path: _path2 + ".settings",
|
|
2148
|
-
expected: "(__type.
|
|
2270
|
+
expected: "(__type.o6 | undefined)",
|
|
2149
2271
|
value: input3.settings
|
|
2150
2272
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2151
2273
|
path: _path2 + ".minNumSamples",
|
|
@@ -2167,12 +2289,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2167
2289
|
path: _path2 + ".q",
|
|
2168
2290
|
expected: "RegularNumericBinConfig",
|
|
2169
2291
|
value: input3.q
|
|
2170
|
-
})) && $
|
|
2292
|
+
})) && $vo17(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2171
2293
|
path: _path2 + ".q",
|
|
2172
2294
|
expected: "RegularNumericBinConfig",
|
|
2173
2295
|
value: input3.q
|
|
2174
2296
|
})].every((flag) => flag);
|
|
2175
|
-
const $
|
|
2297
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2176
2298
|
const value = input3[key];
|
|
2177
2299
|
if (void 0 === value)
|
|
2178
2300
|
return true;
|
|
@@ -2180,9 +2302,9 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2180
2302
|
return true;
|
|
2181
2303
|
return true;
|
|
2182
2304
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2183
|
-
const $vo40 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2184
2305
|
const $vo41 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2185
|
-
const $vo42 = (input3, _path2, _exceptionable2 = true) =>
|
|
2306
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2307
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2186
2308
|
path: _path2 + ".id",
|
|
2187
2309
|
expected: "string",
|
|
2188
2310
|
value: input3.id
|
|
@@ -2238,13 +2360,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2238
2360
|
path: _path2 + ".skipValuesBuild",
|
|
2239
2361
|
expected: "(boolean | undefined)",
|
|
2240
2362
|
value: input3.skipValuesBuild
|
|
2363
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2364
|
+
path: _path2 + ".valueConversion",
|
|
2365
|
+
expected: "(__type.o1 | undefined)",
|
|
2366
|
+
value: input3.valueConversion
|
|
2367
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2368
|
+
path: _path2 + ".valueConversion",
|
|
2369
|
+
expected: "(__type.o1 | undefined)",
|
|
2370
|
+
value: input3.valueConversion
|
|
2241
2371
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2242
2372
|
path: _path2 + ".continuousColorScale",
|
|
2243
|
-
expected: "(__type.
|
|
2373
|
+
expected: "(__type.o3 | undefined)",
|
|
2244
2374
|
value: input3.continuousColorScale
|
|
2245
|
-
})) && $
|
|
2375
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2246
2376
|
path: _path2 + ".continuousColorScale",
|
|
2247
|
-
expected: "(__type.
|
|
2377
|
+
expected: "(__type.o3 | undefined)",
|
|
2248
2378
|
value: input3.continuousColorScale
|
|
2249
2379
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2250
2380
|
path: _path2 + ".unit",
|
|
@@ -2254,7 +2384,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2254
2384
|
path: _path2 + ".bins",
|
|
2255
2385
|
expected: "(PresetNumericBins | undefined)",
|
|
2256
2386
|
value: input3.bins
|
|
2257
|
-
})) && $
|
|
2387
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2258
2388
|
path: _path2 + ".bins",
|
|
2259
2389
|
expected: "(PresetNumericBins | undefined)",
|
|
2260
2390
|
value: input3.bins
|
|
@@ -2283,7 +2413,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2283
2413
|
expected: "(number | undefined)",
|
|
2284
2414
|
value: input3.stop
|
|
2285
2415
|
})].every((flag) => flag);
|
|
2286
|
-
const $
|
|
2416
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2287
2417
|
path: _path2 + ".id",
|
|
2288
2418
|
expected: "string",
|
|
2289
2419
|
value: input3.id
|
|
@@ -2339,13 +2469,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2339
2469
|
path: _path2 + ".skipValuesBuild",
|
|
2340
2470
|
expected: "(boolean | undefined)",
|
|
2341
2471
|
value: input3.skipValuesBuild
|
|
2472
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2473
|
+
path: _path2 + ".valueConversion",
|
|
2474
|
+
expected: "(__type.o1 | undefined)",
|
|
2475
|
+
value: input3.valueConversion
|
|
2476
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2477
|
+
path: _path2 + ".valueConversion",
|
|
2478
|
+
expected: "(__type.o1 | undefined)",
|
|
2479
|
+
value: input3.valueConversion
|
|
2342
2480
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2343
2481
|
path: _path2 + ".continuousColorScale",
|
|
2344
|
-
expected: "(__type.
|
|
2482
|
+
expected: "(__type.o3 | undefined)",
|
|
2345
2483
|
value: input3.continuousColorScale
|
|
2346
|
-
})) && $
|
|
2484
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2347
2485
|
path: _path2 + ".continuousColorScale",
|
|
2348
|
-
expected: "(__type.
|
|
2486
|
+
expected: "(__type.o3 | undefined)",
|
|
2349
2487
|
value: input3.continuousColorScale
|
|
2350
2488
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2351
2489
|
path: _path2 + ".unit",
|
|
@@ -2355,7 +2493,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2355
2493
|
path: _path2 + ".bins",
|
|
2356
2494
|
expected: "(PresetNumericBins | undefined)",
|
|
2357
2495
|
value: input3.bins
|
|
2358
|
-
})) && $
|
|
2496
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2359
2497
|
path: _path2 + ".bins",
|
|
2360
2498
|
expected: "(PresetNumericBins | undefined)",
|
|
2361
2499
|
value: input3.bins
|
|
@@ -2384,13 +2522,13 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2384
2522
|
expected: "number",
|
|
2385
2523
|
value: input3.stop
|
|
2386
2524
|
})].every((flag) => flag);
|
|
2387
|
-
const $vo44 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2388
2525
|
const $vo45 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2389
2526
|
const $vo46 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2390
2527
|
const $vo47 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2391
2528
|
const $vo48 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2392
2529
|
const $vo49 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2393
|
-
const $vo50 = (input3, _path2, _exceptionable2 = true) =>
|
|
2530
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2531
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2394
2532
|
path: _path2 + ".id",
|
|
2395
2533
|
expected: "(string | undefined)",
|
|
2396
2534
|
value: input3.id
|
|
@@ -2404,11 +2542,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2404
2542
|
value: input3.isAtomic
|
|
2405
2543
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2406
2544
|
path: _path2 + ".settings",
|
|
2407
|
-
expected: "(__type.
|
|
2545
|
+
expected: "(__type.o6 | undefined)",
|
|
2408
2546
|
value: input3.settings
|
|
2409
|
-
})) && $
|
|
2547
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2410
2548
|
path: _path2 + ".settings",
|
|
2411
|
-
expected: "(__type.
|
|
2549
|
+
expected: "(__type.o6 | undefined)",
|
|
2412
2550
|
value: input3.settings
|
|
2413
2551
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2414
2552
|
path: _path2 + ".minNumSamples",
|
|
@@ -2430,12 +2568,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2430
2568
|
path: _path2 + ".q",
|
|
2431
2569
|
expected: "CustomNumericBinConfig",
|
|
2432
2570
|
value: input3.q
|
|
2433
|
-
})) && $
|
|
2571
|
+
})) && $vo22(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2434
2572
|
path: _path2 + ".q",
|
|
2435
2573
|
expected: "CustomNumericBinConfig",
|
|
2436
2574
|
value: input3.q
|
|
2437
2575
|
})].every((flag) => flag);
|
|
2438
|
-
const $
|
|
2576
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2439
2577
|
path: _path2 + ".id",
|
|
2440
2578
|
expected: "(string | undefined)",
|
|
2441
2579
|
value: input3.id
|
|
@@ -2449,11 +2587,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2449
2587
|
value: input3.isAtomic
|
|
2450
2588
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2451
2589
|
path: _path2 + ".settings",
|
|
2452
|
-
expected: "(__type.
|
|
2590
|
+
expected: "(__type.o6 | undefined)",
|
|
2453
2591
|
value: input3.settings
|
|
2454
|
-
})) && $
|
|
2592
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2455
2593
|
path: _path2 + ".settings",
|
|
2456
|
-
expected: "(__type.
|
|
2594
|
+
expected: "(__type.o6 | undefined)",
|
|
2457
2595
|
value: input3.settings
|
|
2458
2596
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2459
2597
|
path: _path2 + ".minNumSamples",
|
|
@@ -2475,16 +2613,16 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2475
2613
|
path: _path2 + ".q",
|
|
2476
2614
|
expected: "BinaryNumericQ",
|
|
2477
2615
|
value: input3.q
|
|
2478
|
-
})) && $
|
|
2616
|
+
})) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2479
2617
|
path: _path2 + ".q",
|
|
2480
2618
|
expected: "BinaryNumericQ",
|
|
2481
2619
|
value: input3.q
|
|
2482
2620
|
})].every((flag) => flag);
|
|
2483
|
-
const $
|
|
2621
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2484
2622
|
path: _path2 + ".hiddenValues",
|
|
2485
2623
|
expected: "(HiddenValues | undefined)",
|
|
2486
2624
|
value: input3.hiddenValues
|
|
2487
|
-
})) && $
|
|
2625
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2488
2626
|
path: _path2 + ".hiddenValues",
|
|
2489
2627
|
expected: "(HiddenValues | undefined)",
|
|
2490
2628
|
value: input3.hiddenValues
|
|
@@ -2539,8 +2677,16 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2539
2677
|
path: _path2 + ".lst",
|
|
2540
2678
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
2541
2679
|
value: input3.lst
|
|
2680
|
+
}), void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType || $report(_exceptionable2, {
|
|
2681
|
+
path: _path2 + ".cutoffType",
|
|
2682
|
+
expected: '("normal" | "percentile" | undefined)',
|
|
2683
|
+
value: input3.cutoffType
|
|
2684
|
+
}), void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile || $report(_exceptionable2, {
|
|
2685
|
+
path: _path2 + ".cutoffPercentile",
|
|
2686
|
+
expected: "(number | undefined)",
|
|
2687
|
+
value: input3.cutoffPercentile
|
|
2542
2688
|
})].every((flag) => flag);
|
|
2543
|
-
const $
|
|
2689
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2544
2690
|
path: _path2 + ".id",
|
|
2545
2691
|
expected: "(string | undefined)",
|
|
2546
2692
|
value: input3.id
|
|
@@ -2554,11 +2700,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2554
2700
|
value: input3.isAtomic
|
|
2555
2701
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2556
2702
|
path: _path2 + ".settings",
|
|
2557
|
-
expected: "(__type.
|
|
2703
|
+
expected: "(__type.o6 | undefined)",
|
|
2558
2704
|
value: input3.settings
|
|
2559
|
-
})) && $
|
|
2705
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2560
2706
|
path: _path2 + ".settings",
|
|
2561
|
-
expected: "(__type.
|
|
2707
|
+
expected: "(__type.o6 | undefined)",
|
|
2562
2708
|
value: input3.settings
|
|
2563
2709
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2564
2710
|
path: _path2 + ".minNumSamples",
|
|
@@ -2580,16 +2726,16 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2580
2726
|
path: _path2 + ".q",
|
|
2581
2727
|
expected: "ContinuousNumericQ",
|
|
2582
2728
|
value: input3.q
|
|
2583
|
-
})) && $
|
|
2729
|
+
})) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2584
2730
|
path: _path2 + ".q",
|
|
2585
2731
|
expected: "ContinuousNumericQ",
|
|
2586
2732
|
value: input3.q
|
|
2587
2733
|
})].every((flag) => flag);
|
|
2588
|
-
const $
|
|
2734
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2589
2735
|
path: _path2 + ".hiddenValues",
|
|
2590
2736
|
expected: "(HiddenValues | undefined)",
|
|
2591
2737
|
value: input3.hiddenValues
|
|
2592
|
-
})) && $
|
|
2738
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2593
2739
|
path: _path2 + ".hiddenValues",
|
|
2594
2740
|
expected: "(HiddenValues | undefined)",
|
|
2595
2741
|
value: input3.hiddenValues
|
|
@@ -2621,8 +2767,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2621
2767
|
path: _path2 + ".type",
|
|
2622
2768
|
expected: "undefined",
|
|
2623
2769
|
value: input3.type
|
|
2624
|
-
}))
|
|
2625
|
-
|
|
2770
|
+
})), void 0 === input3.scale || "number" === typeof input3.scale || $report(_exceptionable2, {
|
|
2771
|
+
path: _path2 + ".scale",
|
|
2772
|
+
expected: "(number | undefined)",
|
|
2773
|
+
value: input3.scale
|
|
2774
|
+
})].every((flag) => flag);
|
|
2775
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2626
2776
|
path: _path2 + ".id",
|
|
2627
2777
|
expected: "(string | undefined)",
|
|
2628
2778
|
value: input3.id
|
|
@@ -2636,11 +2786,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2636
2786
|
value: input3.isAtomic
|
|
2637
2787
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2638
2788
|
path: _path2 + ".settings",
|
|
2639
|
-
expected: "(__type.
|
|
2789
|
+
expected: "(__type.o6 | undefined)",
|
|
2640
2790
|
value: input3.settings
|
|
2641
|
-
})) && $
|
|
2791
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2642
2792
|
path: _path2 + ".settings",
|
|
2643
|
-
expected: "(__type.
|
|
2793
|
+
expected: "(__type.o6 | undefined)",
|
|
2644
2794
|
value: input3.settings
|
|
2645
2795
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2646
2796
|
path: _path2 + ".minNumSamples",
|
|
@@ -2662,16 +2812,16 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2662
2812
|
path: _path2 + ".q",
|
|
2663
2813
|
expected: "SplineNumericQ",
|
|
2664
2814
|
value: input3.q
|
|
2665
|
-
})) && $
|
|
2815
|
+
})) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2666
2816
|
path: _path2 + ".q",
|
|
2667
2817
|
expected: "SplineNumericQ",
|
|
2668
2818
|
value: input3.q
|
|
2669
2819
|
})].every((flag) => flag);
|
|
2670
|
-
const $
|
|
2820
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2671
2821
|
path: _path2 + ".hiddenValues",
|
|
2672
2822
|
expected: "(HiddenValues | undefined)",
|
|
2673
2823
|
value: input3.hiddenValues
|
|
2674
|
-
})) && $
|
|
2824
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2675
2825
|
path: _path2 + ".hiddenValues",
|
|
2676
2826
|
expected: "(HiddenValues | undefined)",
|
|
2677
2827
|
value: input3.hiddenValues
|
|
@@ -2697,11 +2847,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2697
2847
|
value: input3.knots
|
|
2698
2848
|
})) && input3.knots.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2699
2849
|
path: _path2 + ".knots[" + _index45 + "]",
|
|
2700
|
-
expected: "__type.
|
|
2850
|
+
expected: "__type.o7",
|
|
2701
2851
|
value: elem
|
|
2702
|
-
})) && $
|
|
2852
|
+
})) && $vo58(elem, _path2 + ".knots[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2703
2853
|
path: _path2 + ".knots[" + _index45 + "]",
|
|
2704
|
-
expected: "__type.
|
|
2854
|
+
expected: "__type.o7",
|
|
2705
2855
|
value: elem
|
|
2706
2856
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2707
2857
|
path: _path2 + ".knots",
|
|
@@ -2716,12 +2866,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2716
2866
|
expected: "undefined",
|
|
2717
2867
|
value: input3.type
|
|
2718
2868
|
}))].every((flag) => flag);
|
|
2719
|
-
const $
|
|
2869
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2720
2870
|
path: _path2 + ".value",
|
|
2721
2871
|
expected: "number",
|
|
2722
2872
|
value: input3.value
|
|
2723
2873
|
})].every((flag) => flag);
|
|
2724
|
-
const $
|
|
2874
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
2725
2875
|
path: _path2 + ".genome",
|
|
2726
2876
|
expected: "string",
|
|
2727
2877
|
value: input3.genome
|
|
@@ -2770,7 +2920,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2770
2920
|
expected: "(string | undefined)",
|
|
2771
2921
|
value: input3.zScoreTransformation
|
|
2772
2922
|
})].every((flag) => flag);
|
|
2773
|
-
const $
|
|
2923
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2774
2924
|
path: _path2 + ".id",
|
|
2775
2925
|
expected: "(string | undefined)",
|
|
2776
2926
|
value: input3.id
|
|
@@ -2784,11 +2934,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2784
2934
|
value: input3.isAtomic
|
|
2785
2935
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2786
2936
|
path: _path2 + ".settings",
|
|
2787
|
-
expected: "(__type.
|
|
2937
|
+
expected: "(__type.o6 | undefined)",
|
|
2788
2938
|
value: input3.settings
|
|
2789
|
-
})) && $
|
|
2939
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2790
2940
|
path: _path2 + ".settings",
|
|
2791
|
-
expected: "(__type.
|
|
2941
|
+
expected: "(__type.o6 | undefined)",
|
|
2792
2942
|
value: input3.settings
|
|
2793
2943
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2794
2944
|
path: _path2 + ".minNumSamples",
|
|
@@ -2810,15 +2960,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2810
2960
|
path: _path2 + ".q",
|
|
2811
2961
|
expected: "RegularNumericBinConfig",
|
|
2812
2962
|
value: input3.q
|
|
2813
|
-
})) && $
|
|
2963
|
+
})) && $vo17(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2814
2964
|
path: _path2 + ".q",
|
|
2815
2965
|
expected: "RegularNumericBinConfig",
|
|
2816
2966
|
value: input3.q
|
|
2817
2967
|
})].every((flag) => flag);
|
|
2818
|
-
const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2819
2968
|
const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2820
2969
|
const $vo62 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2821
|
-
const $vo63 = (input3, _path2, _exceptionable2 = true) =>
|
|
2970
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2971
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2822
2972
|
path: _path2 + ".id",
|
|
2823
2973
|
expected: "string",
|
|
2824
2974
|
value: input3.id
|
|
@@ -2874,13 +3024,21 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2874
3024
|
path: _path2 + ".skipValuesBuild",
|
|
2875
3025
|
expected: "(boolean | undefined)",
|
|
2876
3026
|
value: input3.skipValuesBuild
|
|
3027
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3028
|
+
path: _path2 + ".valueConversion",
|
|
3029
|
+
expected: "(__type.o1 | undefined)",
|
|
3030
|
+
value: input3.valueConversion
|
|
3031
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3032
|
+
path: _path2 + ".valueConversion",
|
|
3033
|
+
expected: "(__type.o1 | undefined)",
|
|
3034
|
+
value: input3.valueConversion
|
|
2877
3035
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2878
3036
|
path: _path2 + ".continuousColorScale",
|
|
2879
|
-
expected: "(__type.
|
|
3037
|
+
expected: "(__type.o3 | undefined)",
|
|
2880
3038
|
value: input3.continuousColorScale
|
|
2881
|
-
})) && $
|
|
3039
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2882
3040
|
path: _path2 + ".continuousColorScale",
|
|
2883
|
-
expected: "(__type.
|
|
3041
|
+
expected: "(__type.o3 | undefined)",
|
|
2884
3042
|
value: input3.continuousColorScale
|
|
2885
3043
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2886
3044
|
path: _path2 + ".unit",
|
|
@@ -2894,14 +3052,14 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2894
3052
|
path: _path2 + ".bins",
|
|
2895
3053
|
expected: "(PresetNumericBins | undefined)",
|
|
2896
3054
|
value: input3.bins
|
|
2897
|
-
})) && $
|
|
3055
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2898
3056
|
path: _path2 + ".bins",
|
|
2899
3057
|
expected: "(PresetNumericBins | undefined)",
|
|
2900
3058
|
value: input3.bins
|
|
2901
3059
|
})].every((flag) => flag);
|
|
2902
|
-
const $vo64 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2903
3060
|
const $vo65 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2904
|
-
const $vo66 = (input3, _path2, _exceptionable2 = true) =>
|
|
3061
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3062
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2905
3063
|
path: _path2 + ".id",
|
|
2906
3064
|
expected: "(string | undefined)",
|
|
2907
3065
|
value: input3.id
|
|
@@ -2915,11 +3073,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2915
3073
|
value: input3.isAtomic
|
|
2916
3074
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2917
3075
|
path: _path2 + ".settings",
|
|
2918
|
-
expected: "(__type.
|
|
3076
|
+
expected: "(__type.o6 | undefined)",
|
|
2919
3077
|
value: input3.settings
|
|
2920
|
-
})) && $
|
|
3078
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2921
3079
|
path: _path2 + ".settings",
|
|
2922
|
-
expected: "(__type.
|
|
3080
|
+
expected: "(__type.o6 | undefined)",
|
|
2923
3081
|
value: input3.settings
|
|
2924
3082
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2925
3083
|
path: _path2 + ".minNumSamples",
|
|
@@ -2941,12 +3099,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2941
3099
|
path: _path2 + ".q",
|
|
2942
3100
|
expected: "CustomNumericBinConfig",
|
|
2943
3101
|
value: input3.q
|
|
2944
|
-
})) && $
|
|
3102
|
+
})) && $vo22(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2945
3103
|
path: _path2 + ".q",
|
|
2946
3104
|
expected: "CustomNumericBinConfig",
|
|
2947
3105
|
value: input3.q
|
|
2948
3106
|
})].every((flag) => flag);
|
|
2949
|
-
const $
|
|
3107
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2950
3108
|
path: _path2 + ".id",
|
|
2951
3109
|
expected: "(string | undefined)",
|
|
2952
3110
|
value: input3.id
|
|
@@ -2960,11 +3118,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2960
3118
|
value: input3.isAtomic
|
|
2961
3119
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
2962
3120
|
path: _path2 + ".settings",
|
|
2963
|
-
expected: "(__type.
|
|
3121
|
+
expected: "(__type.o6 | undefined)",
|
|
2964
3122
|
value: input3.settings
|
|
2965
|
-
})) && $
|
|
3123
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2966
3124
|
path: _path2 + ".settings",
|
|
2967
|
-
expected: "(__type.
|
|
3125
|
+
expected: "(__type.o6 | undefined)",
|
|
2968
3126
|
value: input3.settings
|
|
2969
3127
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
2970
3128
|
path: _path2 + ".minNumSamples",
|
|
@@ -2986,12 +3144,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2986
3144
|
path: _path2 + ".q",
|
|
2987
3145
|
expected: "BinaryNumericQ",
|
|
2988
3146
|
value: input3.q
|
|
2989
|
-
})) && $
|
|
3147
|
+
})) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2990
3148
|
path: _path2 + ".q",
|
|
2991
3149
|
expected: "BinaryNumericQ",
|
|
2992
3150
|
value: input3.q
|
|
2993
3151
|
})].every((flag) => flag);
|
|
2994
|
-
const $
|
|
3152
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2995
3153
|
path: _path2 + ".id",
|
|
2996
3154
|
expected: "(string | undefined)",
|
|
2997
3155
|
value: input3.id
|
|
@@ -3005,11 +3163,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3005
3163
|
value: input3.isAtomic
|
|
3006
3164
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3007
3165
|
path: _path2 + ".settings",
|
|
3008
|
-
expected: "(__type.
|
|
3166
|
+
expected: "(__type.o6 | undefined)",
|
|
3009
3167
|
value: input3.settings
|
|
3010
|
-
})) && $
|
|
3168
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3011
3169
|
path: _path2 + ".settings",
|
|
3012
|
-
expected: "(__type.
|
|
3170
|
+
expected: "(__type.o6 | undefined)",
|
|
3013
3171
|
value: input3.settings
|
|
3014
3172
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3015
3173
|
path: _path2 + ".minNumSamples",
|
|
@@ -3031,12 +3189,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3031
3189
|
path: _path2 + ".q",
|
|
3032
3190
|
expected: "ContinuousNumericQ",
|
|
3033
3191
|
value: input3.q
|
|
3034
|
-
})) && $
|
|
3192
|
+
})) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3035
3193
|
path: _path2 + ".q",
|
|
3036
3194
|
expected: "ContinuousNumericQ",
|
|
3037
3195
|
value: input3.q
|
|
3038
3196
|
})].every((flag) => flag);
|
|
3039
|
-
const $
|
|
3197
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3040
3198
|
path: _path2 + ".id",
|
|
3041
3199
|
expected: "(string | undefined)",
|
|
3042
3200
|
value: input3.id
|
|
@@ -3050,11 +3208,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3050
3208
|
value: input3.isAtomic
|
|
3051
3209
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3052
3210
|
path: _path2 + ".settings",
|
|
3053
|
-
expected: "(__type.
|
|
3211
|
+
expected: "(__type.o6 | undefined)",
|
|
3054
3212
|
value: input3.settings
|
|
3055
|
-
})) && $
|
|
3213
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3056
3214
|
path: _path2 + ".settings",
|
|
3057
|
-
expected: "(__type.
|
|
3215
|
+
expected: "(__type.o6 | undefined)",
|
|
3058
3216
|
value: input3.settings
|
|
3059
3217
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3060
3218
|
path: _path2 + ".minNumSamples",
|
|
@@ -3076,12 +3234,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3076
3234
|
path: _path2 + ".q",
|
|
3077
3235
|
expected: "SplineNumericQ",
|
|
3078
3236
|
value: input3.q
|
|
3079
|
-
})) && $
|
|
3237
|
+
})) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3080
3238
|
path: _path2 + ".q",
|
|
3081
3239
|
expected: "SplineNumericQ",
|
|
3082
3240
|
value: input3.q
|
|
3083
3241
|
})].every((flag) => flag);
|
|
3084
|
-
const $
|
|
3242
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
3085
3243
|
path: _path2 + ".genome",
|
|
3086
3244
|
expected: "string",
|
|
3087
3245
|
value: input3.genome
|
|
@@ -3117,7 +3275,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3117
3275
|
path: _path2 + ".terms[" + _index49 + "]",
|
|
3118
3276
|
expected: "NumericTW",
|
|
3119
3277
|
value: elem
|
|
3120
|
-
})) && $
|
|
3278
|
+
})) && $vo72(elem, _path2 + ".terms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3121
3279
|
path: _path2 + ".terms[" + _index49 + "]",
|
|
3122
3280
|
expected: "NumericTW",
|
|
3123
3281
|
value: elem
|
|
@@ -3130,7 +3288,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3130
3288
|
expected: "(string | undefined)",
|
|
3131
3289
|
value: input3.zScoreTransformation
|
|
3132
3290
|
})].every((flag) => flag);
|
|
3133
|
-
const $
|
|
3291
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3134
3292
|
path: _path2 + ".id",
|
|
3135
3293
|
expected: "(string | undefined)",
|
|
3136
3294
|
value: input3.id
|
|
@@ -3144,11 +3302,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3144
3302
|
value: input3.isAtomic
|
|
3145
3303
|
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3146
3304
|
path: _path2 + ".settings",
|
|
3147
|
-
expected: "(__type.
|
|
3305
|
+
expected: "(__type.o6 | undefined)",
|
|
3148
3306
|
value: input3.settings
|
|
3149
|
-
})) && $
|
|
3307
|
+
})) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3150
3308
|
path: _path2 + ".settings",
|
|
3151
|
-
expected: "(__type.
|
|
3309
|
+
expected: "(__type.o6 | undefined)",
|
|
3152
3310
|
value: input3.settings
|
|
3153
3311
|
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3154
3312
|
path: _path2 + ".minNumSamples",
|
|
@@ -3184,9 +3342,9 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3184
3342
|
})();
|
|
3185
3343
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3186
3344
|
if ("string" === typeof input3.type)
|
|
3187
|
-
return $
|
|
3345
|
+
return $vo10(input3, _path2, _exceptionable2);
|
|
3188
3346
|
if ("filter" === input3.type)
|
|
3189
|
-
return $
|
|
3347
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
3190
3348
|
return $report(_exceptionable2, {
|
|
3191
3349
|
path: _path2,
|
|
3192
3350
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3195,16 +3353,16 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3195
3353
|
})();
|
|
3196
3354
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3197
3355
|
if (true === input3.startunbounded)
|
|
3198
|
-
return $
|
|
3356
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
3199
3357
|
if (true === input3.stopunbounded)
|
|
3200
|
-
return $
|
|
3201
|
-
return $
|
|
3358
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3359
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3202
3360
|
})();
|
|
3203
3361
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3204
3362
|
if ("gene" === input3.kind)
|
|
3205
|
-
return $vo34(input3, _path2, _exceptionable2);
|
|
3206
|
-
if ("coord" === input3.kind)
|
|
3207
3363
|
return $vo35(input3, _path2, _exceptionable2);
|
|
3364
|
+
if ("coord" === input3.kind)
|
|
3365
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3208
3366
|
return $report(_exceptionable2, {
|
|
3209
3367
|
path: _path2,
|
|
3210
3368
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3213,15 +3371,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3213
3371
|
})();
|
|
3214
3372
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3215
3373
|
if ("NumTWSpline" === input3.type)
|
|
3216
|
-
return $
|
|
3374
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
3217
3375
|
if ("NumTWCont" === input3.type)
|
|
3218
|
-
return $
|
|
3376
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3219
3377
|
if ("NumTWBinary" === input3.type)
|
|
3220
|
-
return $
|
|
3378
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
3221
3379
|
if ("NumTWCustomBin" === input3.type)
|
|
3222
|
-
return $
|
|
3380
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
3223
3381
|
if ("NumTWRegularBin" === input3.type)
|
|
3224
|
-
return $
|
|
3382
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
3225
3383
|
return $report(_exceptionable2, {
|
|
3226
3384
|
path: _path2,
|
|
3227
3385
|
expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: GeneExpressionTerm; })',
|
|
@@ -3230,15 +3388,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3230
3388
|
})();
|
|
3231
3389
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3232
3390
|
if ("NumTWSpline" === input3.type)
|
|
3233
|
-
return $
|
|
3391
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
3234
3392
|
if ("NumTWCont" === input3.type)
|
|
3235
|
-
return $
|
|
3393
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
3236
3394
|
if ("NumTWBinary" === input3.type)
|
|
3237
|
-
return $
|
|
3395
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
3238
3396
|
if ("NumTWCustomBin" === input3.type)
|
|
3239
|
-
return $
|
|
3397
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
3240
3398
|
if ("NumTWRegularBin" === input3.type)
|
|
3241
|
-
return $
|
|
3399
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
3242
3400
|
return $report(_exceptionable2, {
|
|
3243
3401
|
path: _path2,
|
|
3244
3402
|
expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; })',
|
|
@@ -3247,9 +3405,9 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3247
3405
|
})();
|
|
3248
3406
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3249
3407
|
if (true === input3.startunbounded)
|
|
3250
|
-
return $vo18(input3, _path2, _exceptionable2);
|
|
3251
|
-
if (void 0 !== input3.start)
|
|
3252
3408
|
return $vo19(input3, _path2, _exceptionable2);
|
|
3409
|
+
if (void 0 !== input3.start)
|
|
3410
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3253
3411
|
return $report(_exceptionable2, {
|
|
3254
3412
|
path: _path2,
|
|
3255
3413
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3258,9 +3416,9 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3258
3416
|
})();
|
|
3259
3417
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3260
3418
|
if (void 0 !== input3.stop)
|
|
3261
|
-
return $vo19(input3, _path2, _exceptionable2);
|
|
3262
|
-
if (true === input3.stopunbounded)
|
|
3263
3419
|
return $vo20(input3, _path2, _exceptionable2);
|
|
3420
|
+
if (true === input3.stopunbounded)
|
|
3421
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3264
3422
|
return $report(_exceptionable2, {
|
|
3265
3423
|
path: _path2,
|
|
3266
3424
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3269,25 +3427,25 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3269
3427
|
})();
|
|
3270
3428
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3271
3429
|
if (void 0 !== input3.ranges)
|
|
3272
|
-
return $
|
|
3273
|
-
return $vo3(input3, _path2, false) || $
|
|
3430
|
+
return $vo13(input3, _path2, _exceptionable2);
|
|
3431
|
+
return $vo3(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
3274
3432
|
})();
|
|
3275
3433
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3276
3434
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3277
|
-
return $
|
|
3435
|
+
return $vo14(input3, _path2, _exceptionable2);
|
|
3278
3436
|
if ("metaboliteIntensity" === input3.type)
|
|
3279
|
-
return $vo24(input3, _path2, _exceptionable2);
|
|
3280
|
-
if ("date" === input3.type)
|
|
3281
3437
|
return $vo25(input3, _path2, _exceptionable2);
|
|
3282
|
-
if ("
|
|
3438
|
+
if ("date" === input3.type)
|
|
3283
3439
|
return $vo26(input3, _path2, _exceptionable2);
|
|
3284
|
-
|
|
3440
|
+
if ("ssGSEA" === input3.type)
|
|
3441
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
3442
|
+
return $vo24(input3, _path2, false) || $vo23(input3, _path2, false);
|
|
3285
3443
|
})();
|
|
3286
3444
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3287
3445
|
if ("regular-bin" === input3.type)
|
|
3288
|
-
return $
|
|
3446
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3289
3447
|
if ("custom-bin" === input3.type)
|
|
3290
|
-
return $
|
|
3448
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3291
3449
|
return $report(_exceptionable2, {
|
|
3292
3450
|
path: _path2,
|
|
3293
3451
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3296,33 +3454,33 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3296
3454
|
})();
|
|
3297
3455
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3298
3456
|
if ("gene" === input3.kind)
|
|
3299
|
-
return $
|
|
3457
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
3300
3458
|
if ("coord" === input3.kind)
|
|
3301
|
-
return $
|
|
3459
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3302
3460
|
return $report(_exceptionable2, {
|
|
3303
3461
|
path: _path2,
|
|
3304
3462
|
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; })',
|
|
3305
3463
|
value: input3
|
|
3306
3464
|
});
|
|
3307
3465
|
})();
|
|
3308
|
-
const $vu12 = (input3, _path2, _exceptionable2 = true) => $
|
|
3466
|
+
const $vu12 = (input3, _path2, _exceptionable2 = true) => $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo50(input3, _path2, false) || $vo49(input3, _path2, false) || $vo48(input3, _path2, false) || $vo47(input3, _path2, false) || $vo46(input3, _path2, false) || $vo45(input3, _path2, false) || $vo42(input3, _path2, false) || $vo41(input3, _path2, false) || $vo44(input3, _path2, false) || $vo43(input3, _path2, false);
|
|
3309
3467
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3310
3468
|
if (void 0 !== input3.type)
|
|
3311
|
-
return $
|
|
3312
|
-
return $
|
|
3469
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
3470
|
+
return $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo63(input3, _path2, false) || $vo62(input3, _path2, false) || $vo61(input3, _path2, false);
|
|
3313
3471
|
})();
|
|
3314
3472
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3315
3473
|
if ("regular-bin" === input3.type)
|
|
3316
|
-
return $
|
|
3474
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3317
3475
|
if ("spline" === input3.mode)
|
|
3318
|
-
return $
|
|
3319
|
-
return $
|
|
3476
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
3477
|
+
return $vo22(input3, _path2, false) || $vo53(input3, _path2, false) || $vo55(input3, _path2, false);
|
|
3320
3478
|
})();
|
|
3321
3479
|
const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3322
3480
|
if ("numericDictTerm" === input3.dataType)
|
|
3323
|
-
return $
|
|
3481
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
3324
3482
|
if ("metaboliteIntensity" === input3.dataType)
|
|
3325
|
-
return $
|
|
3483
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
3326
3484
|
if ("geneExpression" === input3.dataType)
|
|
3327
3485
|
return $vo0(input3, _path2, _exceptionable2);
|
|
3328
3486
|
return $report(_exceptionable2, {
|
|
@@ -3378,7 +3536,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3378
3536
|
});
|
|
3379
3537
|
const $io9 = (input3) => "string" === typeof input3.text && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem));
|
|
3380
3538
|
const $io10 = (input3) => "object" === typeof input3.term && null !== input3.term && $iu4(input3.term) && true;
|
|
3381
|
-
const $io11 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $
|
|
3539
|
+
const $io11 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(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);
|
|
3382
3540
|
const $io12 = (input3) => Object.keys(input3).every((key) => {
|
|
3383
3541
|
const value = input3[key];
|
|
3384
3542
|
if (void 0 === value)
|
|
@@ -3393,18 +3551,19 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3393
3551
|
const $io14 = (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)));
|
|
3394
3552
|
const $io15 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu5(input3.tvs));
|
|
3395
3553
|
const $io16 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io17(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) && $io13(elem)));
|
|
3396
|
-
const $io17 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
3397
|
-
const $io18 = (input3) => "
|
|
3398
|
-
const $io19 = (input3) => "
|
|
3399
|
-
const $io20 = (input3) => "string" === typeof input3.name && "
|
|
3400
|
-
const $io21 = (input3) =>
|
|
3401
|
-
const $io22 = (input3) => "string" === typeof input3.
|
|
3402
|
-
const $io23 = (input3) =>
|
|
3403
|
-
const $io24 = (input3) =>
|
|
3404
|
-
const $io25 = (input3) => "string" === typeof input3.
|
|
3405
|
-
const $io26 = (input3) => "
|
|
3406
|
-
const $io27 = (input3) =>
|
|
3407
|
-
const $io28 = (input3) =>
|
|
3554
|
+
const $io17 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
|
|
3555
|
+
const $io18 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
3556
|
+
const $io19 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io20(elem)));
|
|
3557
|
+
const $io20 = (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 && $iu1(elem)));
|
|
3558
|
+
const $io21 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io22(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
3559
|
+
const $io22 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
3560
|
+
const $io23 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io14(input3.filter)) && "string" === typeof input3.color;
|
|
3561
|
+
const $io24 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
|
|
3562
|
+
const $io25 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
|
|
3563
|
+
const $io26 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
3564
|
+
const $io27 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu7(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu7(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
3565
|
+
const $io28 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io29(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 && $iu8(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu9(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);
|
|
3566
|
+
const $io29 = (input3) => Object.keys(input3).every((key) => {
|
|
3408
3567
|
const value = input3[key];
|
|
3409
3568
|
if (void 0 === value)
|
|
3410
3569
|
return true;
|
|
@@ -3412,52 +3571,52 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3412
3571
|
return "number" === typeof value;
|
|
3413
3572
|
return true;
|
|
3414
3573
|
});
|
|
3415
|
-
const $
|
|
3416
|
-
const $
|
|
3417
|
-
const $
|
|
3418
|
-
const $
|
|
3419
|
-
const $
|
|
3420
|
-
const $
|
|
3421
|
-
const $
|
|
3422
|
-
const $
|
|
3423
|
-
const $
|
|
3424
|
-
const $
|
|
3425
|
-
const $
|
|
3426
|
-
const $
|
|
3427
|
-
const $
|
|
3428
|
-
const $
|
|
3429
|
-
const $
|
|
3430
|
-
const $
|
|
3431
|
-
const $
|
|
3432
|
-
const $
|
|
3433
|
-
const $
|
|
3434
|
-
const $
|
|
3435
|
-
const $
|
|
3436
|
-
const $
|
|
3437
|
-
const $
|
|
3438
|
-
const $
|
|
3439
|
-
const $
|
|
3440
|
-
const $
|
|
3441
|
-
const $
|
|
3442
|
-
const $
|
|
3443
|
-
const $
|
|
3444
|
-
const $
|
|
3445
|
-
const $
|
|
3446
|
-
const $
|
|
3447
|
-
const $
|
|
3448
|
-
const $
|
|
3449
|
-
const $
|
|
3574
|
+
const $io30 = (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);
|
|
3575
|
+
const $io31 = (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);
|
|
3576
|
+
const $io32 = (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);
|
|
3577
|
+
const $io33 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io29(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] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
3578
|
+
const $io34 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(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;
|
|
3579
|
+
const $io35 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(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 && $io27(input3.bins));
|
|
3580
|
+
const $io36 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
|
|
3581
|
+
const $io37 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(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 && $io27(input3.bins));
|
|
3582
|
+
const $io38 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
3583
|
+
const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && (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) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io41(elem)));
|
|
3584
|
+
const $io40 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
|
|
3585
|
+
const $io41 = (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;
|
|
3586
|
+
const $io42 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io43(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
3587
|
+
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values));
|
|
3588
|
+
const $io44 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
|
|
3589
|
+
const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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);
|
|
3590
|
+
const $io46 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
3591
|
+
const $io47 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
|
|
3592
|
+
const $io48 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
3593
|
+
const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
|
|
3594
|
+
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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
|
|
3595
|
+
const $io51 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(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 && $io27(input3.bins));
|
|
3596
|
+
const $io52 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
|
|
3597
|
+
const $io53 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io19(input3.groupsetting));
|
|
3598
|
+
const $io54 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
|
|
3599
|
+
const $io55 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
|
|
3600
|
+
const $io56 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
|
|
3601
|
+
const $io57 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(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 && $io27(input3.bins));
|
|
3602
|
+
const $io58 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
|
|
3603
|
+
const $io59 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io60(elem)));
|
|
3604
|
+
const $io60 = (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 && $io61(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io62(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);
|
|
3605
|
+
const $io61 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
3606
|
+
const $io62 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
3607
|
+
const $io63 = (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) && $io64(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
|
|
3608
|
+
const $io64 = (input3) => Object.keys(input3).every((key) => {
|
|
3450
3609
|
const value = input3[key];
|
|
3451
3610
|
if (void 0 === value)
|
|
3452
3611
|
return true;
|
|
3453
3612
|
if (RegExp(/(.*)/).test(key))
|
|
3454
|
-
return "object" === typeof value && null !== value && $
|
|
3613
|
+
return "object" === typeof value && null !== value && $io65(value);
|
|
3455
3614
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
3456
|
-
return "object" === typeof value && null !== value && $
|
|
3615
|
+
return "object" === typeof value && null !== value && $io65(value);
|
|
3457
3616
|
return true;
|
|
3458
3617
|
});
|
|
3459
|
-
const $
|
|
3460
|
-
const $
|
|
3618
|
+
const $io65 = (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 && $io14(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io66(elem))) && true;
|
|
3619
|
+
const $io66 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
3461
3620
|
const $iu0 = (input3) => (() => {
|
|
3462
3621
|
if ("tvslst" === input3.type)
|
|
3463
3622
|
return $io14(input3);
|
|
@@ -3467,83 +3626,83 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3467
3626
|
})();
|
|
3468
3627
|
const $iu1 = (input3) => (() => {
|
|
3469
3628
|
if ("string" === typeof input3.type)
|
|
3470
|
-
return $
|
|
3629
|
+
return $io21(input3);
|
|
3471
3630
|
if ("filter" === input3.type)
|
|
3472
|
-
return $
|
|
3631
|
+
return $io23(input3);
|
|
3473
3632
|
return false;
|
|
3474
3633
|
})();
|
|
3475
3634
|
const $iu2 = (input3) => (() => {
|
|
3476
3635
|
if (true === input3.startunbounded)
|
|
3477
|
-
return $
|
|
3636
|
+
return $io30(input3);
|
|
3478
3637
|
if (true === input3.stopunbounded)
|
|
3479
|
-
return $
|
|
3480
|
-
return $
|
|
3638
|
+
return $io32(input3);
|
|
3639
|
+
return $io31(input3);
|
|
3481
3640
|
})();
|
|
3482
3641
|
const $iu3 = (input3) => (() => {
|
|
3483
3642
|
if ("gene" === input3.kind)
|
|
3484
|
-
return $io44(input3);
|
|
3485
|
-
if ("coord" === input3.kind)
|
|
3486
3643
|
return $io45(input3);
|
|
3644
|
+
if ("coord" === input3.kind)
|
|
3645
|
+
return $io46(input3);
|
|
3487
3646
|
return false;
|
|
3488
3647
|
})();
|
|
3489
3648
|
const $iu4 = (input3) => (() => {
|
|
3490
3649
|
if ("metaboliteIntensity" === input3.type)
|
|
3491
|
-
return $io50(input3);
|
|
3492
|
-
if ("categorical" === input3.type)
|
|
3493
3650
|
return $io51(input3);
|
|
3494
|
-
if ("
|
|
3651
|
+
if ("categorical" === input3.type)
|
|
3495
3652
|
return $io52(input3);
|
|
3496
|
-
if ("
|
|
3653
|
+
if ("snp" === input3.type)
|
|
3497
3654
|
return $io53(input3);
|
|
3655
|
+
if ("singleCellCellType" === input3.type)
|
|
3656
|
+
return $io54(input3);
|
|
3498
3657
|
if ("date" === input3.type)
|
|
3499
|
-
return $
|
|
3658
|
+
return $io56(input3);
|
|
3500
3659
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3501
|
-
return $
|
|
3660
|
+
return $io55(input3);
|
|
3502
3661
|
if ("ssGSEA" === input3.type)
|
|
3503
|
-
return $io56(input3);
|
|
3504
|
-
if ("condition" === input3.type)
|
|
3505
3662
|
return $io57(input3);
|
|
3663
|
+
if ("condition" === input3.type)
|
|
3664
|
+
return $io58(input3);
|
|
3506
3665
|
return (() => {
|
|
3507
|
-
if ($
|
|
3508
|
-
return $
|
|
3666
|
+
if ($io34(input3))
|
|
3667
|
+
return $io34(input3);
|
|
3509
3668
|
if ($io11(input3))
|
|
3510
3669
|
return $io11(input3);
|
|
3511
|
-
if ($io48(input3))
|
|
3512
|
-
return $io48(input3);
|
|
3513
3670
|
if ($io49(input3))
|
|
3514
3671
|
return $io49(input3);
|
|
3515
|
-
if ($
|
|
3516
|
-
return $
|
|
3517
|
-
if ($
|
|
3518
|
-
return $
|
|
3672
|
+
if ($io50(input3))
|
|
3673
|
+
return $io50(input3);
|
|
3674
|
+
if ($io59(input3))
|
|
3675
|
+
return $io59(input3);
|
|
3676
|
+
if ($io63(input3))
|
|
3677
|
+
return $io63(input3);
|
|
3519
3678
|
return false;
|
|
3520
3679
|
})();
|
|
3521
3680
|
})();
|
|
3522
3681
|
const $iu5 = (input3) => (() => {
|
|
3523
3682
|
if (void 0 !== input3.ranges)
|
|
3524
|
-
return $
|
|
3683
|
+
return $io24(input3);
|
|
3525
3684
|
return (() => {
|
|
3526
3685
|
if ($io16(input3))
|
|
3527
3686
|
return $io16(input3);
|
|
3528
|
-
if ($
|
|
3529
|
-
return $
|
|
3530
|
-
if ($
|
|
3531
|
-
return $
|
|
3687
|
+
if ($io39(input3))
|
|
3688
|
+
return $io39(input3);
|
|
3689
|
+
if ($io42(input3))
|
|
3690
|
+
return $io42(input3);
|
|
3532
3691
|
return false;
|
|
3533
3692
|
})();
|
|
3534
3693
|
})();
|
|
3535
3694
|
const $iu6 = (input3) => (() => {
|
|
3536
3695
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3537
|
-
return $
|
|
3696
|
+
return $io25(input3);
|
|
3538
3697
|
if ("metaboliteIntensity" === input3.type)
|
|
3539
|
-
return $io34(input3);
|
|
3540
|
-
if ("date" === input3.type)
|
|
3541
3698
|
return $io35(input3);
|
|
3542
|
-
if ("
|
|
3699
|
+
if ("date" === input3.type)
|
|
3543
3700
|
return $io36(input3);
|
|
3701
|
+
if ("ssGSEA" === input3.type)
|
|
3702
|
+
return $io37(input3);
|
|
3544
3703
|
return (() => {
|
|
3545
|
-
if ($
|
|
3546
|
-
return $
|
|
3704
|
+
if ($io34(input3))
|
|
3705
|
+
return $io34(input3);
|
|
3547
3706
|
if ($io11(input3))
|
|
3548
3707
|
return $io11(input3);
|
|
3549
3708
|
return false;
|
|
@@ -3551,30 +3710,30 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3551
3710
|
})();
|
|
3552
3711
|
const $iu7 = (input3) => (() => {
|
|
3553
3712
|
if ("regular-bin" === input3.type)
|
|
3554
|
-
return $
|
|
3713
|
+
return $io28(input3);
|
|
3555
3714
|
if ("custom-bin" === input3.type)
|
|
3556
|
-
return $
|
|
3715
|
+
return $io33(input3);
|
|
3557
3716
|
return false;
|
|
3558
3717
|
})();
|
|
3559
3718
|
const $iu8 = (input3) => (() => {
|
|
3560
3719
|
if (true === input3.startunbounded)
|
|
3561
|
-
return $io29(input3);
|
|
3562
|
-
if (void 0 !== input3.start)
|
|
3563
3720
|
return $io30(input3);
|
|
3721
|
+
if (void 0 !== input3.start)
|
|
3722
|
+
return $io31(input3);
|
|
3564
3723
|
return false;
|
|
3565
3724
|
})();
|
|
3566
3725
|
const $iu9 = (input3) => (() => {
|
|
3567
3726
|
if (void 0 !== input3.stop)
|
|
3568
|
-
return $io30(input3);
|
|
3569
|
-
if (true === input3.stopunbounded)
|
|
3570
3727
|
return $io31(input3);
|
|
3728
|
+
if (true === input3.stopunbounded)
|
|
3729
|
+
return $io32(input3);
|
|
3571
3730
|
return false;
|
|
3572
3731
|
})();
|
|
3573
3732
|
const $iu10 = (input3) => (() => {
|
|
3574
3733
|
if ("gene" === input3.kind)
|
|
3575
|
-
return $
|
|
3734
|
+
return $io44(input3);
|
|
3576
3735
|
if ("coord" === input3.kind)
|
|
3577
|
-
return $
|
|
3736
|
+
return $io47(input3);
|
|
3578
3737
|
return false;
|
|
3579
3738
|
})();
|
|
3580
3739
|
const $iu11 = (input3) => (() => {
|
|
@@ -3857,13 +4016,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3857
4016
|
path: _path2 + ".skipValuesBuild",
|
|
3858
4017
|
expected: "(boolean | undefined)",
|
|
3859
4018
|
value: input3.skipValuesBuild
|
|
4019
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4020
|
+
path: _path2 + ".valueConversion",
|
|
4021
|
+
expected: "(__type.o7 | undefined)",
|
|
4022
|
+
value: input3.valueConversion
|
|
4023
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4024
|
+
path: _path2 + ".valueConversion",
|
|
4025
|
+
expected: "(__type.o7 | undefined)",
|
|
4026
|
+
value: input3.valueConversion
|
|
3860
4027
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
3861
4028
|
path: _path2 + ".continuousColorScale",
|
|
3862
|
-
expected: "(__type.
|
|
4029
|
+
expected: "(__type.o9 | undefined)",
|
|
3863
4030
|
value: input3.continuousColorScale
|
|
3864
|
-
})) && $
|
|
4031
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
3865
4032
|
path: _path2 + ".continuousColorScale",
|
|
3866
|
-
expected: "(__type.
|
|
4033
|
+
expected: "(__type.o9 | undefined)",
|
|
3867
4034
|
value: input3.continuousColorScale
|
|
3868
4035
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
3869
4036
|
path: _path2 + ".unit",
|
|
@@ -3873,7 +4040,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3873
4040
|
path: _path2 + ".bins",
|
|
3874
4041
|
expected: "(PresetNumericBins | undefined)",
|
|
3875
4042
|
value: input3.bins
|
|
3876
|
-
})) && $
|
|
4043
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
3877
4044
|
path: _path2 + ".bins",
|
|
3878
4045
|
expected: "(PresetNumericBins | undefined)",
|
|
3879
4046
|
value: input3.bins
|
|
@@ -4096,16 +4263,37 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4096
4263
|
path: _path2 + ".skipValuesBuild",
|
|
4097
4264
|
expected: "(boolean | undefined)",
|
|
4098
4265
|
value: input3.skipValuesBuild
|
|
4266
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4267
|
+
path: _path2 + ".valueConversion",
|
|
4268
|
+
expected: "(__type.o7 | undefined)",
|
|
4269
|
+
value: input3.valueConversion
|
|
4270
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4271
|
+
path: _path2 + ".valueConversion",
|
|
4272
|
+
expected: "(__type.o7 | undefined)",
|
|
4273
|
+
value: input3.valueConversion
|
|
4099
4274
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
4100
4275
|
path: _path2 + ".groupsetting",
|
|
4101
4276
|
expected: "TermGroupSetting",
|
|
4102
4277
|
value: input3.groupsetting
|
|
4103
|
-
})) && $
|
|
4278
|
+
})) && $vo19(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4104
4279
|
path: _path2 + ".groupsetting",
|
|
4105
4280
|
expected: "TermGroupSetting",
|
|
4106
4281
|
value: input3.groupsetting
|
|
4107
4282
|
})].every((flag) => flag);
|
|
4108
|
-
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["
|
|
4283
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
4284
|
+
path: _path2 + ".fromUnit",
|
|
4285
|
+
expected: "string",
|
|
4286
|
+
value: input3.fromUnit
|
|
4287
|
+
}), "string" === typeof input3.toUnit || $report(_exceptionable2, {
|
|
4288
|
+
path: _path2 + ".toUnit",
|
|
4289
|
+
expected: "string",
|
|
4290
|
+
value: input3.toUnit
|
|
4291
|
+
}), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
|
|
4292
|
+
path: _path2 + ".scaleFactor",
|
|
4293
|
+
expected: "string",
|
|
4294
|
+
value: input3.scaleFactor
|
|
4295
|
+
})].every((flag) => flag);
|
|
4296
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
4109
4297
|
path: _path2 + ".disabled",
|
|
4110
4298
|
expected: "boolean",
|
|
4111
4299
|
value: input3.disabled
|
|
@@ -4117,7 +4305,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4117
4305
|
path: _path2 + ".lst[" + _index15 + "]",
|
|
4118
4306
|
expected: "Groupset",
|
|
4119
4307
|
value: elem
|
|
4120
|
-
})) && $
|
|
4308
|
+
})) && $vo20(elem, _path2 + ".lst[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4121
4309
|
path: _path2 + ".lst[" + _index15 + "]",
|
|
4122
4310
|
expected: "Groupset",
|
|
4123
4311
|
value: elem
|
|
@@ -4126,7 +4314,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4126
4314
|
expected: "(Array<Groupset> | undefined)",
|
|
4127
4315
|
value: input3.lst
|
|
4128
4316
|
})].every((flag) => flag);
|
|
4129
|
-
const $
|
|
4317
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4130
4318
|
path: _path2 + ".name",
|
|
4131
4319
|
expected: "string",
|
|
4132
4320
|
value: input3.name
|
|
@@ -4159,7 +4347,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4159
4347
|
expected: "Array<GroupEntry>",
|
|
4160
4348
|
value: input3.groups
|
|
4161
4349
|
})].every((flag) => flag);
|
|
4162
|
-
const $
|
|
4350
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4163
4351
|
path: _path2 + ".name",
|
|
4164
4352
|
expected: "string",
|
|
4165
4353
|
value: input3.name
|
|
@@ -4173,11 +4361,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4173
4361
|
value: input3.values
|
|
4174
4362
|
})) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4175
4363
|
path: _path2 + ".values[" + _index17 + "]",
|
|
4176
|
-
expected: "__type.
|
|
4364
|
+
expected: "__type.o8",
|
|
4177
4365
|
value: elem
|
|
4178
|
-
})) && $
|
|
4366
|
+
})) && $vo22(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4179
4367
|
path: _path2 + ".values[" + _index17 + "]",
|
|
4180
|
-
expected: "__type.
|
|
4368
|
+
expected: "__type.o8",
|
|
4181
4369
|
value: elem
|
|
4182
4370
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4183
4371
|
path: _path2 + ".values",
|
|
@@ -4188,7 +4376,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4188
4376
|
expected: "(boolean | undefined)",
|
|
4189
4377
|
value: input3.uncomputable
|
|
4190
4378
|
})].every((flag) => flag);
|
|
4191
|
-
const $
|
|
4379
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
4192
4380
|
path: _path2 + ".key",
|
|
4193
4381
|
expected: "(number | string)",
|
|
4194
4382
|
value: input3.key
|
|
@@ -4197,7 +4385,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4197
4385
|
expected: "string",
|
|
4198
4386
|
value: input3.label
|
|
4199
4387
|
})].every((flag) => flag);
|
|
4200
|
-
const $
|
|
4388
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4201
4389
|
path: _path2 + ".name",
|
|
4202
4390
|
expected: "string",
|
|
4203
4391
|
value: input3.name
|
|
@@ -4218,7 +4406,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4218
4406
|
expected: "string",
|
|
4219
4407
|
value: input3.color
|
|
4220
4408
|
})].every((flag) => flag);
|
|
4221
|
-
const $
|
|
4409
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
4222
4410
|
path: _path2 + ".join",
|
|
4223
4411
|
expected: "(string | undefined)",
|
|
4224
4412
|
value: input3.join
|
|
@@ -4256,18 +4444,18 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4256
4444
|
value: input3.values
|
|
4257
4445
|
})) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4258
4446
|
path: _path2 + ".values[" + _index19 + "]",
|
|
4259
|
-
expected: "__type.
|
|
4447
|
+
expected: "__type.o10",
|
|
4260
4448
|
value: elem
|
|
4261
|
-
})) && $
|
|
4449
|
+
})) && $vo38(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4262
4450
|
path: _path2 + ".values[" + _index19 + "]",
|
|
4263
|
-
expected: "__type.
|
|
4451
|
+
expected: "__type.o10",
|
|
4264
4452
|
value: elem
|
|
4265
4453
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4266
4454
|
path: _path2 + ".values",
|
|
4267
4455
|
expected: "Array<__type>.o5",
|
|
4268
4456
|
value: input3.values
|
|
4269
4457
|
})].every((flag) => flag);
|
|
4270
|
-
const $
|
|
4458
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4271
4459
|
path: _path2 + ".id",
|
|
4272
4460
|
expected: "string",
|
|
4273
4461
|
value: input3.id
|
|
@@ -4323,13 +4511,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4323
4511
|
path: _path2 + ".skipValuesBuild",
|
|
4324
4512
|
expected: "(boolean | undefined)",
|
|
4325
4513
|
value: input3.skipValuesBuild
|
|
4514
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4515
|
+
path: _path2 + ".valueConversion",
|
|
4516
|
+
expected: "(__type.o7 | undefined)",
|
|
4517
|
+
value: input3.valueConversion
|
|
4518
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4519
|
+
path: _path2 + ".valueConversion",
|
|
4520
|
+
expected: "(__type.o7 | undefined)",
|
|
4521
|
+
value: input3.valueConversion
|
|
4326
4522
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4327
4523
|
path: _path2 + ".continuousColorScale",
|
|
4328
|
-
expected: "(__type.
|
|
4524
|
+
expected: "(__type.o9 | undefined)",
|
|
4329
4525
|
value: input3.continuousColorScale
|
|
4330
|
-
})) && $
|
|
4526
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4331
4527
|
path: _path2 + ".continuousColorScale",
|
|
4332
|
-
expected: "(__type.
|
|
4528
|
+
expected: "(__type.o9 | undefined)",
|
|
4333
4529
|
value: input3.continuousColorScale
|
|
4334
4530
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4335
4531
|
path: _path2 + ".unit",
|
|
@@ -4339,12 +4535,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4339
4535
|
path: _path2 + ".bins",
|
|
4340
4536
|
expected: "PresetNumericBins",
|
|
4341
4537
|
value: input3.bins
|
|
4342
|
-
})) && $
|
|
4538
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4343
4539
|
path: _path2 + ".bins",
|
|
4344
4540
|
expected: "PresetNumericBins",
|
|
4345
4541
|
value: input3.bins
|
|
4346
4542
|
})].every((flag) => flag);
|
|
4347
|
-
const $
|
|
4543
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
4348
4544
|
path: _path2 + ".minColor",
|
|
4349
4545
|
expected: "string",
|
|
4350
4546
|
value: input3.minColor
|
|
@@ -4353,7 +4549,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4353
4549
|
expected: "string",
|
|
4354
4550
|
value: input3.maxColor
|
|
4355
4551
|
})].every((flag) => flag);
|
|
4356
|
-
const $
|
|
4552
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
4357
4553
|
path: _path2 + '["default"]',
|
|
4358
4554
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
4359
4555
|
value: input3["default"]
|
|
@@ -4390,11 +4586,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4390
4586
|
expected: "(number | undefined)",
|
|
4391
4587
|
value: input3.max
|
|
4392
4588
|
})].every((flag) => flag);
|
|
4393
|
-
const $
|
|
4589
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4394
4590
|
path: _path2 + ".hiddenValues",
|
|
4395
4591
|
expected: "(HiddenValues | undefined)",
|
|
4396
4592
|
value: input3.hiddenValues
|
|
4397
|
-
})) && $
|
|
4593
|
+
})) && $vo29(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4398
4594
|
path: _path2 + ".hiddenValues",
|
|
4399
4595
|
expected: "(HiddenValues | undefined)",
|
|
4400
4596
|
value: input3.hiddenValues
|
|
@@ -4442,8 +4638,20 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4442
4638
|
path: _path2 + ".label_offset",
|
|
4443
4639
|
expected: "(number | undefined)",
|
|
4444
4640
|
value: input3.label_offset
|
|
4641
|
+
}), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
|
|
4642
|
+
path: _path2 + ".startinclusive",
|
|
4643
|
+
expected: "(boolean | undefined)",
|
|
4644
|
+
value: input3.startinclusive
|
|
4645
|
+
}), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
|
|
4646
|
+
path: _path2 + ".stopinclusive",
|
|
4647
|
+
expected: "(boolean | undefined)",
|
|
4648
|
+
value: input3.stopinclusive
|
|
4649
|
+
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
4650
|
+
path: _path2 + ".rounding",
|
|
4651
|
+
expected: "(string | undefined)",
|
|
4652
|
+
value: input3.rounding
|
|
4445
4653
|
})].every((flag) => flag);
|
|
4446
|
-
const $
|
|
4654
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
4447
4655
|
const value = input3[key];
|
|
4448
4656
|
if (void 0 === value)
|
|
4449
4657
|
return true;
|
|
@@ -4455,7 +4663,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4455
4663
|
});
|
|
4456
4664
|
return true;
|
|
4457
4665
|
}).every((flag) => flag)].every((flag) => flag);
|
|
4458
|
-
const $
|
|
4666
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
4459
4667
|
path: _path2 + ".startunbounded",
|
|
4460
4668
|
expected: "true",
|
|
4461
4669
|
value: input3.startunbounded
|
|
@@ -4484,7 +4692,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4484
4692
|
expected: "(string | undefined)",
|
|
4485
4693
|
value: input3.range
|
|
4486
4694
|
})].every((flag) => flag);
|
|
4487
|
-
const $
|
|
4695
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
4488
4696
|
path: _path2 + ".startunbounded",
|
|
4489
4697
|
expected: "(false | undefined)",
|
|
4490
4698
|
value: input3.startunbounded
|
|
@@ -4517,7 +4725,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4517
4725
|
expected: "(string | undefined)",
|
|
4518
4726
|
value: input3.range
|
|
4519
4727
|
})].every((flag) => flag);
|
|
4520
|
-
const $
|
|
4728
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
4521
4729
|
path: _path2 + ".start",
|
|
4522
4730
|
expected: "number",
|
|
4523
4731
|
value: input3.start
|
|
@@ -4546,11 +4754,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4546
4754
|
expected: "(string | undefined)",
|
|
4547
4755
|
value: input3.range
|
|
4548
4756
|
})].every((flag) => flag);
|
|
4549
|
-
const $
|
|
4757
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4550
4758
|
path: _path2 + ".hiddenValues",
|
|
4551
4759
|
expected: "(HiddenValues | undefined)",
|
|
4552
4760
|
value: input3.hiddenValues
|
|
4553
|
-
})) && $
|
|
4761
|
+
})) && $vo29(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4554
4762
|
path: _path2 + ".hiddenValues",
|
|
4555
4763
|
expected: "(HiddenValues | undefined)",
|
|
4556
4764
|
value: input3.hiddenValues
|
|
@@ -4576,7 +4784,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4576
4784
|
value: input3.mode
|
|
4577
4785
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
4578
4786
|
path: _path2 + ".lst",
|
|
4579
|
-
expected: "
|
|
4787
|
+
expected: "CustomNumericBinConfigLst",
|
|
4580
4788
|
value: input3.lst
|
|
4581
4789
|
})) && ([
|
|
4582
4790
|
("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
|
|
@@ -4606,14 +4814,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4606
4814
|
value: input3.lst.slice(1)
|
|
4607
4815
|
}))) || $report(_exceptionable2, {
|
|
4608
4816
|
path: _path2 + ".lst",
|
|
4609
|
-
expected: "
|
|
4817
|
+
expected: "CustomNumericBinConfigLst",
|
|
4610
4818
|
value: input3.lst
|
|
4611
4819
|
}), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
|
|
4612
4820
|
path: _path2 + ".preferredBins",
|
|
4613
4821
|
expected: '("median" | undefined)',
|
|
4614
4822
|
value: input3.preferredBins
|
|
4615
4823
|
})].every((flag) => flag);
|
|
4616
|
-
const $
|
|
4824
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4617
4825
|
path: _path2 + ".id",
|
|
4618
4826
|
expected: "string",
|
|
4619
4827
|
value: input3.id
|
|
@@ -4669,13 +4877,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4669
4877
|
path: _path2 + ".skipValuesBuild",
|
|
4670
4878
|
expected: "(boolean | undefined)",
|
|
4671
4879
|
value: input3.skipValuesBuild
|
|
4880
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4881
|
+
path: _path2 + ".valueConversion",
|
|
4882
|
+
expected: "(__type.o7 | undefined)",
|
|
4883
|
+
value: input3.valueConversion
|
|
4884
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4885
|
+
path: _path2 + ".valueConversion",
|
|
4886
|
+
expected: "(__type.o7 | undefined)",
|
|
4887
|
+
value: input3.valueConversion
|
|
4672
4888
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4673
4889
|
path: _path2 + ".continuousColorScale",
|
|
4674
|
-
expected: "(__type.
|
|
4890
|
+
expected: "(__type.o9 | undefined)",
|
|
4675
4891
|
value: input3.continuousColorScale
|
|
4676
|
-
})) && $
|
|
4892
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4677
4893
|
path: _path2 + ".continuousColorScale",
|
|
4678
|
-
expected: "(__type.
|
|
4894
|
+
expected: "(__type.o9 | undefined)",
|
|
4679
4895
|
value: input3.continuousColorScale
|
|
4680
4896
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4681
4897
|
path: _path2 + ".unit",
|
|
@@ -4685,7 +4901,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4685
4901
|
path: _path2 + ".bins",
|
|
4686
4902
|
expected: "(PresetNumericBins | undefined)",
|
|
4687
4903
|
value: input3.bins
|
|
4688
|
-
})) && $
|
|
4904
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4689
4905
|
path: _path2 + ".bins",
|
|
4690
4906
|
expected: "(PresetNumericBins | undefined)",
|
|
4691
4907
|
value: input3.bins
|
|
@@ -4710,7 +4926,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4710
4926
|
expected: "number",
|
|
4711
4927
|
value: input3.stop
|
|
4712
4928
|
})].every((flag) => flag);
|
|
4713
|
-
const $
|
|
4929
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4714
4930
|
path: _path2 + ".id",
|
|
4715
4931
|
expected: "string",
|
|
4716
4932
|
value: input3.id
|
|
@@ -4766,13 +4982,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4766
4982
|
path: _path2 + ".skipValuesBuild",
|
|
4767
4983
|
expected: "(boolean | undefined)",
|
|
4768
4984
|
value: input3.skipValuesBuild
|
|
4985
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4986
|
+
path: _path2 + ".valueConversion",
|
|
4987
|
+
expected: "(__type.o7 | undefined)",
|
|
4988
|
+
value: input3.valueConversion
|
|
4989
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4990
|
+
path: _path2 + ".valueConversion",
|
|
4991
|
+
expected: "(__type.o7 | undefined)",
|
|
4992
|
+
value: input3.valueConversion
|
|
4769
4993
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4770
4994
|
path: _path2 + ".continuousColorScale",
|
|
4771
|
-
expected: "(__type.
|
|
4995
|
+
expected: "(__type.o9 | undefined)",
|
|
4772
4996
|
value: input3.continuousColorScale
|
|
4773
|
-
})) && $
|
|
4997
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4774
4998
|
path: _path2 + ".continuousColorScale",
|
|
4775
|
-
expected: "(__type.
|
|
4999
|
+
expected: "(__type.o9 | undefined)",
|
|
4776
5000
|
value: input3.continuousColorScale
|
|
4777
5001
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4778
5002
|
path: _path2 + ".unit",
|
|
@@ -4786,12 +5010,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4786
5010
|
path: _path2 + ".bins",
|
|
4787
5011
|
expected: "(PresetNumericBins | undefined)",
|
|
4788
5012
|
value: input3.bins
|
|
4789
|
-
})) && $
|
|
5013
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4790
5014
|
path: _path2 + ".bins",
|
|
4791
5015
|
expected: "(PresetNumericBins | undefined)",
|
|
4792
5016
|
value: input3.bins
|
|
4793
5017
|
})].every((flag) => flag);
|
|
4794
|
-
const $
|
|
5018
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4795
5019
|
path: _path2 + ".id",
|
|
4796
5020
|
expected: "string",
|
|
4797
5021
|
value: input3.id
|
|
@@ -4847,13 +5071,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4847
5071
|
path: _path2 + ".skipValuesBuild",
|
|
4848
5072
|
expected: "(boolean | undefined)",
|
|
4849
5073
|
value: input3.skipValuesBuild
|
|
5074
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5075
|
+
path: _path2 + ".valueConversion",
|
|
5076
|
+
expected: "(__type.o7 | undefined)",
|
|
5077
|
+
value: input3.valueConversion
|
|
5078
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5079
|
+
path: _path2 + ".valueConversion",
|
|
5080
|
+
expected: "(__type.o7 | undefined)",
|
|
5081
|
+
value: input3.valueConversion
|
|
4850
5082
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4851
5083
|
path: _path2 + ".continuousColorScale",
|
|
4852
|
-
expected: "(__type.
|
|
5084
|
+
expected: "(__type.o9 | undefined)",
|
|
4853
5085
|
value: input3.continuousColorScale
|
|
4854
|
-
})) && $
|
|
5086
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4855
5087
|
path: _path2 + ".continuousColorScale",
|
|
4856
|
-
expected: "(__type.
|
|
5088
|
+
expected: "(__type.o9 | undefined)",
|
|
4857
5089
|
value: input3.continuousColorScale
|
|
4858
5090
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4859
5091
|
path: _path2 + ".unit",
|
|
@@ -4863,12 +5095,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4863
5095
|
path: _path2 + ".bins",
|
|
4864
5096
|
expected: "(PresetNumericBins | undefined)",
|
|
4865
5097
|
value: input3.bins
|
|
4866
|
-
})) && $
|
|
5098
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4867
5099
|
path: _path2 + ".bins",
|
|
4868
5100
|
expected: "(PresetNumericBins | undefined)",
|
|
4869
5101
|
value: input3.bins
|
|
4870
5102
|
})].every((flag) => flag);
|
|
4871
|
-
const $
|
|
5103
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4872
5104
|
path: _path2 + ".id",
|
|
4873
5105
|
expected: "string",
|
|
4874
5106
|
value: input3.id
|
|
@@ -4924,13 +5156,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4924
5156
|
path: _path2 + ".skipValuesBuild",
|
|
4925
5157
|
expected: "(boolean | undefined)",
|
|
4926
5158
|
value: input3.skipValuesBuild
|
|
5159
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5160
|
+
path: _path2 + ".valueConversion",
|
|
5161
|
+
expected: "(__type.o7 | undefined)",
|
|
5162
|
+
value: input3.valueConversion
|
|
5163
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5164
|
+
path: _path2 + ".valueConversion",
|
|
5165
|
+
expected: "(__type.o7 | undefined)",
|
|
5166
|
+
value: input3.valueConversion
|
|
4927
5167
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4928
5168
|
path: _path2 + ".continuousColorScale",
|
|
4929
|
-
expected: "(__type.
|
|
5169
|
+
expected: "(__type.o9 | undefined)",
|
|
4930
5170
|
value: input3.continuousColorScale
|
|
4931
|
-
})) && $
|
|
5171
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4932
5172
|
path: _path2 + ".continuousColorScale",
|
|
4933
|
-
expected: "(__type.
|
|
5173
|
+
expected: "(__type.o9 | undefined)",
|
|
4934
5174
|
value: input3.continuousColorScale
|
|
4935
5175
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4936
5176
|
path: _path2 + ".unit",
|
|
@@ -4952,12 +5192,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4952
5192
|
path: _path2 + ".bins",
|
|
4953
5193
|
expected: "(PresetNumericBins | undefined)",
|
|
4954
5194
|
value: input3.bins
|
|
4955
|
-
})) && $
|
|
5195
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4956
5196
|
path: _path2 + ".bins",
|
|
4957
5197
|
expected: "(PresetNumericBins | undefined)",
|
|
4958
5198
|
value: input3.bins
|
|
4959
5199
|
})].every((flag) => flag);
|
|
4960
|
-
const $
|
|
5200
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
4961
5201
|
path: _path2 + ".key",
|
|
4962
5202
|
expected: "string",
|
|
4963
5203
|
value: input3.key
|
|
@@ -4974,7 +5214,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4974
5214
|
expected: "(string | undefined)",
|
|
4975
5215
|
value: input3.label
|
|
4976
5216
|
})].every((flag) => flag);
|
|
4977
|
-
const $
|
|
5217
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
4978
5218
|
path: _path2 + ".join",
|
|
4979
5219
|
expected: "(string | undefined)",
|
|
4980
5220
|
value: input3.join
|
|
@@ -4986,7 +5226,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4986
5226
|
path: _path2 + ".term",
|
|
4987
5227
|
expected: "ConditionTerm",
|
|
4988
5228
|
value: input3.term
|
|
4989
|
-
})) && $
|
|
5229
|
+
})) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4990
5230
|
path: _path2 + ".term",
|
|
4991
5231
|
expected: "ConditionTerm",
|
|
4992
5232
|
value: input3.term
|
|
@@ -5010,7 +5250,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5010
5250
|
path: _path2 + ".grade_and_child[" + _index32 + "]",
|
|
5011
5251
|
expected: "GradeAndChildEntry",
|
|
5012
5252
|
value: elem
|
|
5013
|
-
})) && $
|
|
5253
|
+
})) && $vo41(elem, _path2 + ".grade_and_child[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5014
5254
|
path: _path2 + ".grade_and_child[" + _index32 + "]",
|
|
5015
5255
|
expected: "GradeAndChildEntry",
|
|
5016
5256
|
value: elem
|
|
@@ -5019,7 +5259,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5019
5259
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
5020
5260
|
value: input3.grade_and_child
|
|
5021
5261
|
})].every((flag) => flag);
|
|
5022
|
-
const $
|
|
5262
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5023
5263
|
path: _path2 + ".id",
|
|
5024
5264
|
expected: "string",
|
|
5025
5265
|
value: input3.id
|
|
@@ -5075,8 +5315,16 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5075
5315
|
path: _path2 + ".skipValuesBuild",
|
|
5076
5316
|
expected: "(boolean | undefined)",
|
|
5077
5317
|
value: input3.skipValuesBuild
|
|
5318
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5319
|
+
path: _path2 + ".valueConversion",
|
|
5320
|
+
expected: "(__type.o7 | undefined)",
|
|
5321
|
+
value: input3.valueConversion
|
|
5322
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5323
|
+
path: _path2 + ".valueConversion",
|
|
5324
|
+
expected: "(__type.o7 | undefined)",
|
|
5325
|
+
value: input3.valueConversion
|
|
5078
5326
|
})].every((flag) => flag);
|
|
5079
|
-
const $
|
|
5327
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
5080
5328
|
path: _path2 + ".grade",
|
|
5081
5329
|
expected: "number",
|
|
5082
5330
|
value: input3.grade
|
|
@@ -5093,7 +5341,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5093
5341
|
expected: "string",
|
|
5094
5342
|
value: input3.child_label
|
|
5095
5343
|
})].every((flag) => flag);
|
|
5096
|
-
const $
|
|
5344
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
5097
5345
|
path: _path2 + ".join",
|
|
5098
5346
|
expected: "(string | undefined)",
|
|
5099
5347
|
value: input3.join
|
|
@@ -5105,7 +5353,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5105
5353
|
path: _path2 + ".term",
|
|
5106
5354
|
expected: "DtTerm",
|
|
5107
5355
|
value: input3.term
|
|
5108
|
-
})) && $
|
|
5356
|
+
})) && $vo43(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5109
5357
|
path: _path2 + ".term",
|
|
5110
5358
|
expected: "DtTerm",
|
|
5111
5359
|
value: input3.term
|
|
@@ -5115,11 +5363,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5115
5363
|
value: input3.values
|
|
5116
5364
|
})) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5117
5365
|
path: _path2 + ".values[" + _index35 + "]",
|
|
5118
|
-
expected: "__type.
|
|
5366
|
+
expected: "__type.o11",
|
|
5119
5367
|
value: elem
|
|
5120
|
-
})) && $
|
|
5368
|
+
})) && $vo48(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5121
5369
|
path: _path2 + ".values[" + _index35 + "]",
|
|
5122
|
-
expected: "__type.
|
|
5370
|
+
expected: "__type.o11",
|
|
5123
5371
|
value: elem
|
|
5124
5372
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5125
5373
|
path: _path2 + ".values",
|
|
@@ -5134,7 +5382,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5134
5382
|
expected: "(boolean | undefined)",
|
|
5135
5383
|
value: input3.excludeGeneName
|
|
5136
5384
|
})].every((flag) => flag);
|
|
5137
|
-
const $
|
|
5385
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5138
5386
|
path: _path2 + ".id",
|
|
5139
5387
|
expected: "string",
|
|
5140
5388
|
value: input3.id
|
|
@@ -5183,7 +5431,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5183
5431
|
expected: "TermValues",
|
|
5184
5432
|
value: input3.values
|
|
5185
5433
|
})].every((flag) => flag);
|
|
5186
|
-
const $
|
|
5434
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5187
5435
|
path: _path2 + ".id",
|
|
5188
5436
|
expected: "string",
|
|
5189
5437
|
value: input3.id
|
|
@@ -5239,6 +5487,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5239
5487
|
path: _path2 + ".skipValuesBuild",
|
|
5240
5488
|
expected: "(boolean | undefined)",
|
|
5241
5489
|
value: input3.skipValuesBuild
|
|
5490
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5491
|
+
path: _path2 + ".valueConversion",
|
|
5492
|
+
expected: "(__type.o7 | undefined)",
|
|
5493
|
+
value: input3.valueConversion
|
|
5494
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5495
|
+
path: _path2 + ".valueConversion",
|
|
5496
|
+
expected: "(__type.o7 | undefined)",
|
|
5497
|
+
value: input3.valueConversion
|
|
5242
5498
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
5243
5499
|
path: _path2 + ".kind",
|
|
5244
5500
|
expected: '"gene"',
|
|
@@ -5279,7 +5535,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5279
5535
|
path: _path2 + ".groupsetting",
|
|
5280
5536
|
expected: "(TermGroupSetting | undefined)",
|
|
5281
5537
|
value: input3.groupsetting
|
|
5282
|
-
})) && $
|
|
5538
|
+
})) && $vo19(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
5283
5539
|
path: _path2 + ".groupsetting",
|
|
5284
5540
|
expected: "(TermGroupSetting | undefined)",
|
|
5285
5541
|
value: input3.groupsetting
|
|
@@ -5291,7 +5547,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5291
5547
|
path: _path2 + ".childTerms[" + _index39 + "]",
|
|
5292
5548
|
expected: "DtTerm",
|
|
5293
5549
|
value: elem
|
|
5294
|
-
})) && $
|
|
5550
|
+
})) && $vo43(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5295
5551
|
path: _path2 + ".childTerms[" + _index39 + "]",
|
|
5296
5552
|
expected: "DtTerm",
|
|
5297
5553
|
value: elem
|
|
@@ -5300,7 +5556,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5300
5556
|
expected: "(Array<DtTerm> | undefined)",
|
|
5301
5557
|
value: input3.childTerms
|
|
5302
5558
|
})].every((flag) => flag);
|
|
5303
|
-
const $
|
|
5559
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5304
5560
|
path: _path2 + ".id",
|
|
5305
5561
|
expected: "string",
|
|
5306
5562
|
value: input3.id
|
|
@@ -5356,6 +5612,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5356
5612
|
path: _path2 + ".skipValuesBuild",
|
|
5357
5613
|
expected: "(boolean | undefined)",
|
|
5358
5614
|
value: input3.skipValuesBuild
|
|
5615
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5616
|
+
path: _path2 + ".valueConversion",
|
|
5617
|
+
expected: "(__type.o7 | undefined)",
|
|
5618
|
+
value: input3.valueConversion
|
|
5619
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5620
|
+
path: _path2 + ".valueConversion",
|
|
5621
|
+
expected: "(__type.o7 | undefined)",
|
|
5622
|
+
value: input3.valueConversion
|
|
5359
5623
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
5360
5624
|
path: _path2 + ".kind",
|
|
5361
5625
|
expected: '"gene"',
|
|
@@ -5377,7 +5641,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5377
5641
|
expected: "(number | undefined)",
|
|
5378
5642
|
value: input3.stop
|
|
5379
5643
|
})].every((flag) => flag);
|
|
5380
|
-
const $
|
|
5644
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5381
5645
|
path: _path2 + ".id",
|
|
5382
5646
|
expected: "string",
|
|
5383
5647
|
value: input3.id
|
|
@@ -5433,6 +5697,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5433
5697
|
path: _path2 + ".skipValuesBuild",
|
|
5434
5698
|
expected: "(boolean | undefined)",
|
|
5435
5699
|
value: input3.skipValuesBuild
|
|
5700
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5701
|
+
path: _path2 + ".valueConversion",
|
|
5702
|
+
expected: "(__type.o7 | undefined)",
|
|
5703
|
+
value: input3.valueConversion
|
|
5704
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5705
|
+
path: _path2 + ".valueConversion",
|
|
5706
|
+
expected: "(__type.o7 | undefined)",
|
|
5707
|
+
value: input3.valueConversion
|
|
5436
5708
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
5437
5709
|
path: _path2 + ".kind",
|
|
5438
5710
|
expected: '"coord"',
|
|
@@ -5450,7 +5722,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5450
5722
|
expected: "number",
|
|
5451
5723
|
value: input3.stop
|
|
5452
5724
|
})].every((flag) => flag);
|
|
5453
|
-
const $
|
|
5725
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5454
5726
|
path: _path2 + ".id",
|
|
5455
5727
|
expected: "string",
|
|
5456
5728
|
value: input3.id
|
|
@@ -5506,6 +5778,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5506
5778
|
path: _path2 + ".skipValuesBuild",
|
|
5507
5779
|
expected: "(boolean | undefined)",
|
|
5508
5780
|
value: input3.skipValuesBuild
|
|
5781
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5782
|
+
path: _path2 + ".valueConversion",
|
|
5783
|
+
expected: "(__type.o7 | undefined)",
|
|
5784
|
+
value: input3.valueConversion
|
|
5785
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5786
|
+
path: _path2 + ".valueConversion",
|
|
5787
|
+
expected: "(__type.o7 | undefined)",
|
|
5788
|
+
value: input3.valueConversion
|
|
5509
5789
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
5510
5790
|
path: _path2 + ".kind",
|
|
5511
5791
|
expected: '"coord"',
|
|
@@ -5542,7 +5822,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5542
5822
|
path: _path2 + ".groupsetting",
|
|
5543
5823
|
expected: "(TermGroupSetting | undefined)",
|
|
5544
5824
|
value: input3.groupsetting
|
|
5545
|
-
})) && $
|
|
5825
|
+
})) && $vo19(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
5546
5826
|
path: _path2 + ".groupsetting",
|
|
5547
5827
|
expected: "(TermGroupSetting | undefined)",
|
|
5548
5828
|
value: input3.groupsetting
|
|
@@ -5554,7 +5834,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5554
5834
|
path: _path2 + ".childTerms[" + _index47 + "]",
|
|
5555
5835
|
expected: "DtTerm",
|
|
5556
5836
|
value: elem
|
|
5557
|
-
})) && $
|
|
5837
|
+
})) && $vo43(elem, _path2 + ".childTerms[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5558
5838
|
path: _path2 + ".childTerms[" + _index47 + "]",
|
|
5559
5839
|
expected: "DtTerm",
|
|
5560
5840
|
value: elem
|
|
@@ -5563,7 +5843,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5563
5843
|
expected: "(Array<DtTerm> | undefined)",
|
|
5564
5844
|
value: input3.childTerms
|
|
5565
5845
|
})].every((flag) => flag);
|
|
5566
|
-
const $
|
|
5846
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
5567
5847
|
path: _path2 + ".key",
|
|
5568
5848
|
expected: "string",
|
|
5569
5849
|
value: input3.key
|
|
@@ -5576,7 +5856,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5576
5856
|
expected: "string",
|
|
5577
5857
|
value: input3.value
|
|
5578
5858
|
})].every((flag) => flag);
|
|
5579
|
-
const $
|
|
5859
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5580
5860
|
path: _path2 + ".id",
|
|
5581
5861
|
expected: "string",
|
|
5582
5862
|
value: input3.id
|
|
@@ -5632,6 +5912,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5632
5912
|
path: _path2 + ".skipValuesBuild",
|
|
5633
5913
|
expected: "(boolean | undefined)",
|
|
5634
5914
|
value: input3.skipValuesBuild
|
|
5915
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5916
|
+
path: _path2 + ".valueConversion",
|
|
5917
|
+
expected: "(__type.o7 | undefined)",
|
|
5918
|
+
value: input3.valueConversion
|
|
5919
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5920
|
+
path: _path2 + ".valueConversion",
|
|
5921
|
+
expected: "(__type.o7 | undefined)",
|
|
5922
|
+
value: input3.valueConversion
|
|
5635
5923
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
5636
5924
|
path: _path2 + ".kind",
|
|
5637
5925
|
expected: '"gene"',
|
|
@@ -5672,7 +5960,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5672
5960
|
path: _path2 + ".groupsetting",
|
|
5673
5961
|
expected: "TermGroupSetting",
|
|
5674
5962
|
value: input3.groupsetting
|
|
5675
|
-
})) && $
|
|
5963
|
+
})) && $vo19(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
5676
5964
|
path: _path2 + ".groupsetting",
|
|
5677
5965
|
expected: "TermGroupSetting",
|
|
5678
5966
|
value: input3.groupsetting
|
|
@@ -5684,7 +5972,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5684
5972
|
path: _path2 + ".childTerms[" + _index51 + "]",
|
|
5685
5973
|
expected: "DtTerm",
|
|
5686
5974
|
value: elem
|
|
5687
|
-
})) && $
|
|
5975
|
+
})) && $vo43(elem, _path2 + ".childTerms[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5688
5976
|
path: _path2 + ".childTerms[" + _index51 + "]",
|
|
5689
5977
|
expected: "DtTerm",
|
|
5690
5978
|
value: elem
|
|
@@ -5693,7 +5981,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5693
5981
|
expected: "Array<DtTerm>",
|
|
5694
5982
|
value: input3.childTerms
|
|
5695
5983
|
})].every((flag) => flag);
|
|
5696
|
-
const $
|
|
5984
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5697
5985
|
path: _path2 + ".id",
|
|
5698
5986
|
expected: "string",
|
|
5699
5987
|
value: input3.id
|
|
@@ -5749,6 +6037,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5749
6037
|
path: _path2 + ".skipValuesBuild",
|
|
5750
6038
|
expected: "(boolean | undefined)",
|
|
5751
6039
|
value: input3.skipValuesBuild
|
|
6040
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6041
|
+
path: _path2 + ".valueConversion",
|
|
6042
|
+
expected: "(__type.o7 | undefined)",
|
|
6043
|
+
value: input3.valueConversion
|
|
6044
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6045
|
+
path: _path2 + ".valueConversion",
|
|
6046
|
+
expected: "(__type.o7 | undefined)",
|
|
6047
|
+
value: input3.valueConversion
|
|
5752
6048
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
5753
6049
|
path: _path2 + ".kind",
|
|
5754
6050
|
expected: '"coord"',
|
|
@@ -5785,7 +6081,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5785
6081
|
path: _path2 + ".groupsetting",
|
|
5786
6082
|
expected: "TermGroupSetting",
|
|
5787
6083
|
value: input3.groupsetting
|
|
5788
|
-
})) && $
|
|
6084
|
+
})) && $vo19(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
5789
6085
|
path: _path2 + ".groupsetting",
|
|
5790
6086
|
expected: "TermGroupSetting",
|
|
5791
6087
|
value: input3.groupsetting
|
|
@@ -5797,7 +6093,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5797
6093
|
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
5798
6094
|
expected: "DtTerm",
|
|
5799
6095
|
value: elem
|
|
5800
|
-
})) && $
|
|
6096
|
+
})) && $vo43(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5801
6097
|
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
5802
6098
|
expected: "DtTerm",
|
|
5803
6099
|
value: elem
|
|
@@ -5806,7 +6102,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5806
6102
|
expected: "Array<DtTerm>",
|
|
5807
6103
|
value: input3.childTerms
|
|
5808
6104
|
})].every((flag) => flag);
|
|
5809
|
-
const $
|
|
6105
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5810
6106
|
path: _path2 + ".id",
|
|
5811
6107
|
expected: "string",
|
|
5812
6108
|
value: input3.id
|
|
@@ -5862,13 +6158,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5862
6158
|
path: _path2 + ".skipValuesBuild",
|
|
5863
6159
|
expected: "(boolean | undefined)",
|
|
5864
6160
|
value: input3.skipValuesBuild
|
|
6161
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6162
|
+
path: _path2 + ".valueConversion",
|
|
6163
|
+
expected: "(__type.o7 | undefined)",
|
|
6164
|
+
value: input3.valueConversion
|
|
6165
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6166
|
+
path: _path2 + ".valueConversion",
|
|
6167
|
+
expected: "(__type.o7 | undefined)",
|
|
6168
|
+
value: input3.valueConversion
|
|
5865
6169
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
5866
6170
|
path: _path2 + ".continuousColorScale",
|
|
5867
|
-
expected: "(__type.
|
|
6171
|
+
expected: "(__type.o9 | undefined)",
|
|
5868
6172
|
value: input3.continuousColorScale
|
|
5869
|
-
})) && $
|
|
6173
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
5870
6174
|
path: _path2 + ".continuousColorScale",
|
|
5871
|
-
expected: "(__type.
|
|
6175
|
+
expected: "(__type.o9 | undefined)",
|
|
5872
6176
|
value: input3.continuousColorScale
|
|
5873
6177
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
5874
6178
|
path: _path2 + ".unit",
|
|
@@ -5882,12 +6186,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5882
6186
|
path: _path2 + ".bins",
|
|
5883
6187
|
expected: "(PresetNumericBins | undefined)",
|
|
5884
6188
|
value: input3.bins
|
|
5885
|
-
})) && $
|
|
6189
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
5886
6190
|
path: _path2 + ".bins",
|
|
5887
6191
|
expected: "(PresetNumericBins | undefined)",
|
|
5888
6192
|
value: input3.bins
|
|
5889
6193
|
})].every((flag) => flag);
|
|
5890
|
-
const $
|
|
6194
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5891
6195
|
path: _path2 + ".id",
|
|
5892
6196
|
expected: "string",
|
|
5893
6197
|
value: input3.id
|
|
@@ -5943,16 +6247,24 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5943
6247
|
path: _path2 + ".skipValuesBuild",
|
|
5944
6248
|
expected: "(boolean | undefined)",
|
|
5945
6249
|
value: input3.skipValuesBuild
|
|
6250
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6251
|
+
path: _path2 + ".valueConversion",
|
|
6252
|
+
expected: "(__type.o7 | undefined)",
|
|
6253
|
+
value: input3.valueConversion
|
|
6254
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6255
|
+
path: _path2 + ".valueConversion",
|
|
6256
|
+
expected: "(__type.o7 | undefined)",
|
|
6257
|
+
value: input3.valueConversion
|
|
5946
6258
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
5947
6259
|
path: _path2 + ".groupsetting",
|
|
5948
6260
|
expected: "TermGroupSetting",
|
|
5949
6261
|
value: input3.groupsetting
|
|
5950
|
-
})) && $
|
|
6262
|
+
})) && $vo19(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
5951
6263
|
path: _path2 + ".groupsetting",
|
|
5952
6264
|
expected: "TermGroupSetting",
|
|
5953
6265
|
value: input3.groupsetting
|
|
5954
6266
|
})].every((flag) => flag);
|
|
5955
|
-
const $
|
|
6267
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5956
6268
|
path: _path2 + ".id",
|
|
5957
6269
|
expected: "string",
|
|
5958
6270
|
value: input3.id
|
|
@@ -6008,6 +6320,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6008
6320
|
path: _path2 + ".skipValuesBuild",
|
|
6009
6321
|
expected: "(boolean | undefined)",
|
|
6010
6322
|
value: input3.skipValuesBuild
|
|
6323
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6324
|
+
path: _path2 + ".valueConversion",
|
|
6325
|
+
expected: "(__type.o7 | undefined)",
|
|
6326
|
+
value: input3.valueConversion
|
|
6327
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6328
|
+
path: _path2 + ".valueConversion",
|
|
6329
|
+
expected: "(__type.o7 | undefined)",
|
|
6330
|
+
value: input3.valueConversion
|
|
6011
6331
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
6012
6332
|
path: _path2 + ".chr",
|
|
6013
6333
|
expected: "string",
|
|
@@ -6040,12 +6360,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6040
6360
|
path: _path2 + ".groupsetting",
|
|
6041
6361
|
expected: "TermGroupSetting",
|
|
6042
6362
|
value: input3.groupsetting
|
|
6043
|
-
})) && $
|
|
6363
|
+
})) && $vo19(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
6044
6364
|
path: _path2 + ".groupsetting",
|
|
6045
6365
|
expected: "TermGroupSetting",
|
|
6046
6366
|
value: input3.groupsetting
|
|
6047
6367
|
})].every((flag) => flag);
|
|
6048
|
-
const $
|
|
6368
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6049
6369
|
path: _path2 + ".id",
|
|
6050
6370
|
expected: "string",
|
|
6051
6371
|
value: input3.id
|
|
@@ -6101,6 +6421,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6101
6421
|
path: _path2 + ".skipValuesBuild",
|
|
6102
6422
|
expected: "(boolean | undefined)",
|
|
6103
6423
|
value: input3.skipValuesBuild
|
|
6424
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6425
|
+
path: _path2 + ".valueConversion",
|
|
6426
|
+
expected: "(__type.o7 | undefined)",
|
|
6427
|
+
value: input3.valueConversion
|
|
6428
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6429
|
+
path: _path2 + ".valueConversion",
|
|
6430
|
+
expected: "(__type.o7 | undefined)",
|
|
6431
|
+
value: input3.valueConversion
|
|
6104
6432
|
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
6105
6433
|
path: _path2 + ".sample",
|
|
6106
6434
|
expected: "string",
|
|
@@ -6113,12 +6441,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6113
6441
|
path: _path2 + ".groupsetting",
|
|
6114
6442
|
expected: "TermGroupSetting",
|
|
6115
6443
|
value: input3.groupsetting
|
|
6116
|
-
})) && $
|
|
6444
|
+
})) && $vo19(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
6117
6445
|
path: _path2 + ".groupsetting",
|
|
6118
6446
|
expected: "TermGroupSetting",
|
|
6119
6447
|
value: input3.groupsetting
|
|
6120
6448
|
})].every((flag) => flag);
|
|
6121
|
-
const $
|
|
6449
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6122
6450
|
path: _path2 + ".id",
|
|
6123
6451
|
expected: "string",
|
|
6124
6452
|
value: input3.id
|
|
@@ -6174,13 +6502,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6174
6502
|
path: _path2 + ".skipValuesBuild",
|
|
6175
6503
|
expected: "(boolean | undefined)",
|
|
6176
6504
|
value: input3.skipValuesBuild
|
|
6505
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6506
|
+
path: _path2 + ".valueConversion",
|
|
6507
|
+
expected: "(__type.o7 | undefined)",
|
|
6508
|
+
value: input3.valueConversion
|
|
6509
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6510
|
+
path: _path2 + ".valueConversion",
|
|
6511
|
+
expected: "(__type.o7 | undefined)",
|
|
6512
|
+
value: input3.valueConversion
|
|
6177
6513
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
6178
6514
|
path: _path2 + ".continuousColorScale",
|
|
6179
|
-
expected: "(__type.
|
|
6515
|
+
expected: "(__type.o9 | undefined)",
|
|
6180
6516
|
value: input3.continuousColorScale
|
|
6181
|
-
})) && $
|
|
6517
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
6182
6518
|
path: _path2 + ".continuousColorScale",
|
|
6183
|
-
expected: "(__type.
|
|
6519
|
+
expected: "(__type.o9 | undefined)",
|
|
6184
6520
|
value: input3.continuousColorScale
|
|
6185
6521
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
6186
6522
|
path: _path2 + ".unit",
|
|
@@ -6190,12 +6526,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6190
6526
|
path: _path2 + ".bins",
|
|
6191
6527
|
expected: "PresetNumericBins",
|
|
6192
6528
|
value: input3.bins
|
|
6193
|
-
})) && $
|
|
6529
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
6194
6530
|
path: _path2 + ".bins",
|
|
6195
6531
|
expected: "PresetNumericBins",
|
|
6196
6532
|
value: input3.bins
|
|
6197
6533
|
})].every((flag) => flag);
|
|
6198
|
-
const $
|
|
6534
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6199
6535
|
path: _path2 + ".id",
|
|
6200
6536
|
expected: "string",
|
|
6201
6537
|
value: input3.id
|
|
@@ -6251,13 +6587,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6251
6587
|
path: _path2 + ".skipValuesBuild",
|
|
6252
6588
|
expected: "(boolean | undefined)",
|
|
6253
6589
|
value: input3.skipValuesBuild
|
|
6590
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6591
|
+
path: _path2 + ".valueConversion",
|
|
6592
|
+
expected: "(__type.o7 | undefined)",
|
|
6593
|
+
value: input3.valueConversion
|
|
6594
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6595
|
+
path: _path2 + ".valueConversion",
|
|
6596
|
+
expected: "(__type.o7 | undefined)",
|
|
6597
|
+
value: input3.valueConversion
|
|
6254
6598
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
6255
6599
|
path: _path2 + ".continuousColorScale",
|
|
6256
|
-
expected: "(__type.
|
|
6600
|
+
expected: "(__type.o9 | undefined)",
|
|
6257
6601
|
value: input3.continuousColorScale
|
|
6258
|
-
})) && $
|
|
6602
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
6259
6603
|
path: _path2 + ".continuousColorScale",
|
|
6260
|
-
expected: "(__type.
|
|
6604
|
+
expected: "(__type.o9 | undefined)",
|
|
6261
6605
|
value: input3.continuousColorScale
|
|
6262
6606
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
6263
6607
|
path: _path2 + ".unit",
|
|
@@ -6267,12 +6611,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6267
6611
|
path: _path2 + ".bins",
|
|
6268
6612
|
expected: "(PresetNumericBins | undefined)",
|
|
6269
6613
|
value: input3.bins
|
|
6270
|
-
})) && $
|
|
6614
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
6271
6615
|
path: _path2 + ".bins",
|
|
6272
6616
|
expected: "(PresetNumericBins | undefined)",
|
|
6273
6617
|
value: input3.bins
|
|
6274
6618
|
})].every((flag) => flag);
|
|
6275
|
-
const $
|
|
6619
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6276
6620
|
path: _path2 + ".id",
|
|
6277
6621
|
expected: "string",
|
|
6278
6622
|
value: input3.id
|
|
@@ -6328,13 +6672,21 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6328
6672
|
path: _path2 + ".skipValuesBuild",
|
|
6329
6673
|
expected: "(boolean | undefined)",
|
|
6330
6674
|
value: input3.skipValuesBuild
|
|
6675
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6676
|
+
path: _path2 + ".valueConversion",
|
|
6677
|
+
expected: "(__type.o7 | undefined)",
|
|
6678
|
+
value: input3.valueConversion
|
|
6679
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6680
|
+
path: _path2 + ".valueConversion",
|
|
6681
|
+
expected: "(__type.o7 | undefined)",
|
|
6682
|
+
value: input3.valueConversion
|
|
6331
6683
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
6332
6684
|
path: _path2 + ".continuousColorScale",
|
|
6333
|
-
expected: "(__type.
|
|
6685
|
+
expected: "(__type.o9 | undefined)",
|
|
6334
6686
|
value: input3.continuousColorScale
|
|
6335
|
-
})) && $
|
|
6687
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
6336
6688
|
path: _path2 + ".continuousColorScale",
|
|
6337
|
-
expected: "(__type.
|
|
6689
|
+
expected: "(__type.o9 | undefined)",
|
|
6338
6690
|
value: input3.continuousColorScale
|
|
6339
6691
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
6340
6692
|
path: _path2 + ".unit",
|
|
@@ -6356,12 +6708,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6356
6708
|
path: _path2 + ".bins",
|
|
6357
6709
|
expected: "(PresetNumericBins | undefined)",
|
|
6358
6710
|
value: input3.bins
|
|
6359
|
-
})) && $
|
|
6711
|
+
})) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
6360
6712
|
path: _path2 + ".bins",
|
|
6361
6713
|
expected: "(PresetNumericBins | undefined)",
|
|
6362
6714
|
value: input3.bins
|
|
6363
6715
|
})].every((flag) => flag);
|
|
6364
|
-
const $
|
|
6716
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6365
6717
|
path: _path2 + ".id",
|
|
6366
6718
|
expected: "string",
|
|
6367
6719
|
value: input3.id
|
|
@@ -6417,8 +6769,16 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6417
6769
|
path: _path2 + ".skipValuesBuild",
|
|
6418
6770
|
expected: "(boolean | undefined)",
|
|
6419
6771
|
value: input3.skipValuesBuild
|
|
6772
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6773
|
+
path: _path2 + ".valueConversion",
|
|
6774
|
+
expected: "(__type.o7 | undefined)",
|
|
6775
|
+
value: input3.valueConversion
|
|
6776
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6777
|
+
path: _path2 + ".valueConversion",
|
|
6778
|
+
expected: "(__type.o7 | undefined)",
|
|
6779
|
+
value: input3.valueConversion
|
|
6420
6780
|
})].every((flag) => flag);
|
|
6421
|
-
const $
|
|
6781
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6422
6782
|
path: _path2 + ".id",
|
|
6423
6783
|
expected: "string",
|
|
6424
6784
|
value: input3.id
|
|
@@ -6474,6 +6834,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6474
6834
|
path: _path2 + ".skipValuesBuild",
|
|
6475
6835
|
expected: "(boolean | undefined)",
|
|
6476
6836
|
value: input3.skipValuesBuild
|
|
6837
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6838
|
+
path: _path2 + ".valueConversion",
|
|
6839
|
+
expected: "(__type.o7 | undefined)",
|
|
6840
|
+
value: input3.valueConversion
|
|
6841
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6842
|
+
path: _path2 + ".valueConversion",
|
|
6843
|
+
expected: "(__type.o7 | undefined)",
|
|
6844
|
+
value: input3.valueConversion
|
|
6477
6845
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
6478
6846
|
path: _path2 + ".reachedVariantLimit",
|
|
6479
6847
|
expected: "(boolean | undefined)",
|
|
@@ -6486,7 +6854,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6486
6854
|
path: _path2 + ".snps[" + _index76 + "]",
|
|
6487
6855
|
expected: "SnpsEntry",
|
|
6488
6856
|
value: elem
|
|
6489
|
-
})) && $
|
|
6857
|
+
})) && $vo60(elem, _path2 + ".snps[" + _index76 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
6490
6858
|
path: _path2 + ".snps[" + _index76 + "]",
|
|
6491
6859
|
expected: "SnpsEntry",
|
|
6492
6860
|
value: elem
|
|
@@ -6495,7 +6863,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6495
6863
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
6496
6864
|
value: input3.snps
|
|
6497
6865
|
})].every((flag) => flag);
|
|
6498
|
-
const $
|
|
6866
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
6499
6867
|
path: _path2 + ".altAlleles",
|
|
6500
6868
|
expected: "(Array<string> | undefined)",
|
|
6501
6869
|
value: input3.altAlleles
|
|
@@ -6515,7 +6883,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6515
6883
|
path: _path2 + ".alleles[" + _index78 + "]",
|
|
6516
6884
|
expected: "AllelesEntry",
|
|
6517
6885
|
value: elem
|
|
6518
|
-
})) && $
|
|
6886
|
+
})) && $vo61(elem, _path2 + ".alleles[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
6519
6887
|
path: _path2 + ".alleles[" + _index78 + "]",
|
|
6520
6888
|
expected: "AllelesEntry",
|
|
6521
6889
|
value: elem
|
|
@@ -6529,11 +6897,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6529
6897
|
value: input3.effectAllele
|
|
6530
6898
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
6531
6899
|
path: _path2 + ".gt2count",
|
|
6532
|
-
expected: "(__type.
|
|
6900
|
+
expected: "(__type.o12 | undefined)",
|
|
6533
6901
|
value: input3.gt2count
|
|
6534
|
-
})) && $
|
|
6902
|
+
})) && $vo62(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
6535
6903
|
path: _path2 + ".gt2count",
|
|
6536
|
-
expected: "(__type.
|
|
6904
|
+
expected: "(__type.o12 | undefined)",
|
|
6537
6905
|
value: input3.gt2count
|
|
6538
6906
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
6539
6907
|
path: _path2 + ".invalid",
|
|
@@ -6560,7 +6928,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6560
6928
|
expected: "(number | undefined)",
|
|
6561
6929
|
value: input3.pos
|
|
6562
6930
|
})].every((flag) => flag);
|
|
6563
|
-
const $
|
|
6931
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
6564
6932
|
path: _path2 + ".allele",
|
|
6565
6933
|
expected: "string",
|
|
6566
6934
|
value: input3.allele
|
|
@@ -6573,7 +6941,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6573
6941
|
expected: "boolean",
|
|
6574
6942
|
value: input3.isRef
|
|
6575
6943
|
})].every((flag) => flag);
|
|
6576
|
-
const $
|
|
6944
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
6577
6945
|
path: _path2 + ".k",
|
|
6578
6946
|
expected: "string",
|
|
6579
6947
|
value: input3.k
|
|
@@ -6582,7 +6950,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6582
6950
|
expected: "(number | string)",
|
|
6583
6951
|
value: input3.v
|
|
6584
6952
|
})].every((flag) => flag);
|
|
6585
|
-
const $
|
|
6953
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6586
6954
|
path: _path2 + ".id",
|
|
6587
6955
|
expected: "string",
|
|
6588
6956
|
value: input3.id
|
|
@@ -6630,7 +6998,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6630
6998
|
path: _path2 + ".values",
|
|
6631
6999
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
6632
7000
|
value: input3.values
|
|
6633
|
-
})) && $
|
|
7001
|
+
})) && $vo64(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
6634
7002
|
path: _path2 + ".values",
|
|
6635
7003
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
6636
7004
|
value: input3.values
|
|
@@ -6638,8 +7006,16 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6638
7006
|
path: _path2 + ".skipValuesBuild",
|
|
6639
7007
|
expected: "(boolean | undefined)",
|
|
6640
7008
|
value: input3.skipValuesBuild
|
|
7009
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
7010
|
+
path: _path2 + ".valueConversion",
|
|
7011
|
+
expected: "(__type.o7 | undefined)",
|
|
7012
|
+
value: input3.valueConversion
|
|
7013
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
7014
|
+
path: _path2 + ".valueConversion",
|
|
7015
|
+
expected: "(__type.o7 | undefined)",
|
|
7016
|
+
value: input3.valueConversion
|
|
6641
7017
|
})].every((flag) => flag);
|
|
6642
|
-
const $
|
|
7018
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
6643
7019
|
const value = input3[key];
|
|
6644
7020
|
if (void 0 === value)
|
|
6645
7021
|
return true;
|
|
@@ -6648,7 +7024,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6648
7024
|
path: _path2 + $join(key),
|
|
6649
7025
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
6650
7026
|
value
|
|
6651
|
-
})) && $
|
|
7027
|
+
})) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
6652
7028
|
path: _path2 + $join(key),
|
|
6653
7029
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
6654
7030
|
value
|
|
@@ -6658,14 +7034,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6658
7034
|
path: _path2 + $join(key),
|
|
6659
7035
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
6660
7036
|
value
|
|
6661
|
-
})) && $
|
|
7037
|
+
})) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
6662
7038
|
path: _path2 + $join(key),
|
|
6663
7039
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
6664
7040
|
value
|
|
6665
7041
|
});
|
|
6666
7042
|
return true;
|
|
6667
7043
|
}).every((flag) => flag)].every((flag) => flag);
|
|
6668
|
-
const $
|
|
7044
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
6669
7045
|
path: _path2 + ".key",
|
|
6670
7046
|
expected: "(string | undefined)",
|
|
6671
7047
|
value: input3.key
|
|
@@ -6711,18 +7087,18 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6711
7087
|
value: input3.list
|
|
6712
7088
|
})) && input3.list.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
6713
7089
|
path: _path2 + ".list[" + _index81 + "]",
|
|
6714
|
-
expected: "__type.
|
|
7090
|
+
expected: "__type.o13",
|
|
6715
7091
|
value: elem
|
|
6716
|
-
})) && $
|
|
7092
|
+
})) && $vo66(elem, _path2 + ".list[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
6717
7093
|
path: _path2 + ".list[" + _index81 + "]",
|
|
6718
|
-
expected: "__type.
|
|
7094
|
+
expected: "__type.o13",
|
|
6719
7095
|
value: elem
|
|
6720
7096
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
6721
7097
|
path: _path2 + ".list",
|
|
6722
7098
|
expected: "Array<__type>.o7",
|
|
6723
7099
|
value: input3.list
|
|
6724
7100
|
}), true].every((flag) => flag);
|
|
6725
|
-
const $
|
|
7101
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
6726
7102
|
path: _path2 + ".sampleId",
|
|
6727
7103
|
expected: "string",
|
|
6728
7104
|
value: input3.sampleId
|
|
@@ -6744,9 +7120,9 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6744
7120
|
})();
|
|
6745
7121
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6746
7122
|
if ("string" === typeof input3.type)
|
|
6747
|
-
return $
|
|
7123
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
6748
7124
|
if ("filter" === input3.type)
|
|
6749
|
-
return $
|
|
7125
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
6750
7126
|
return $report(_exceptionable2, {
|
|
6751
7127
|
path: _path2,
|
|
6752
7128
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -6755,16 +7131,16 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6755
7131
|
})();
|
|
6756
7132
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6757
7133
|
if (true === input3.startunbounded)
|
|
6758
|
-
return $
|
|
7134
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
6759
7135
|
if (true === input3.stopunbounded)
|
|
6760
|
-
return $
|
|
6761
|
-
return $
|
|
7136
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
7137
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
6762
7138
|
})();
|
|
6763
7139
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6764
7140
|
if ("gene" === input3.kind)
|
|
6765
|
-
return $vo44(input3, _path2, _exceptionable2);
|
|
6766
|
-
if ("coord" === input3.kind)
|
|
6767
7141
|
return $vo45(input3, _path2, _exceptionable2);
|
|
7142
|
+
if ("coord" === input3.kind)
|
|
7143
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
6768
7144
|
return $report(_exceptionable2, {
|
|
6769
7145
|
path: _path2,
|
|
6770
7146
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -6773,44 +7149,44 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6773
7149
|
})();
|
|
6774
7150
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6775
7151
|
if ("metaboliteIntensity" === input3.type)
|
|
6776
|
-
return $vo50(input3, _path2, _exceptionable2);
|
|
6777
|
-
if ("categorical" === input3.type)
|
|
6778
7152
|
return $vo51(input3, _path2, _exceptionable2);
|
|
6779
|
-
if ("
|
|
7153
|
+
if ("categorical" === input3.type)
|
|
6780
7154
|
return $vo52(input3, _path2, _exceptionable2);
|
|
6781
|
-
if ("
|
|
7155
|
+
if ("snp" === input3.type)
|
|
6782
7156
|
return $vo53(input3, _path2, _exceptionable2);
|
|
7157
|
+
if ("singleCellCellType" === input3.type)
|
|
7158
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
6783
7159
|
if ("date" === input3.type)
|
|
6784
|
-
return $
|
|
7160
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
6785
7161
|
if ("integer" === input3.type || "float" === input3.type)
|
|
6786
|
-
return $
|
|
7162
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
6787
7163
|
if ("ssGSEA" === input3.type)
|
|
6788
|
-
return $vo56(input3, _path2, _exceptionable2);
|
|
6789
|
-
if ("condition" === input3.type)
|
|
6790
7164
|
return $vo57(input3, _path2, _exceptionable2);
|
|
6791
|
-
|
|
7165
|
+
if ("condition" === input3.type)
|
|
7166
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
7167
|
+
return $vo34(input3, _path2, false) || $vo11(input3, _path2, false) || $vo49(input3, _path2, false) || $vo50(input3, _path2, false) || $vo59(input3, _path2, false) || $vo63(input3, _path2, false);
|
|
6792
7168
|
})();
|
|
6793
7169
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6794
7170
|
if (void 0 !== input3.ranges)
|
|
6795
|
-
return $
|
|
6796
|
-
return $vo16(input3, _path2, false) || $
|
|
7171
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
7172
|
+
return $vo16(input3, _path2, false) || $vo39(input3, _path2, false) || $vo42(input3, _path2, false);
|
|
6797
7173
|
})();
|
|
6798
7174
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6799
7175
|
if ("integer" === input3.type || "float" === input3.type)
|
|
6800
|
-
return $
|
|
7176
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
6801
7177
|
if ("metaboliteIntensity" === input3.type)
|
|
6802
|
-
return $vo34(input3, _path2, _exceptionable2);
|
|
6803
|
-
if ("date" === input3.type)
|
|
6804
7178
|
return $vo35(input3, _path2, _exceptionable2);
|
|
6805
|
-
if ("
|
|
7179
|
+
if ("date" === input3.type)
|
|
6806
7180
|
return $vo36(input3, _path2, _exceptionable2);
|
|
6807
|
-
|
|
7181
|
+
if ("ssGSEA" === input3.type)
|
|
7182
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
7183
|
+
return $vo34(input3, _path2, false) || $vo11(input3, _path2, false);
|
|
6808
7184
|
})();
|
|
6809
7185
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6810
7186
|
if ("regular-bin" === input3.type)
|
|
6811
|
-
return $
|
|
7187
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
6812
7188
|
if ("custom-bin" === input3.type)
|
|
6813
|
-
return $
|
|
7189
|
+
return $vo33(input3, _path2, _exceptionable2);
|
|
6814
7190
|
return $report(_exceptionable2, {
|
|
6815
7191
|
path: _path2,
|
|
6816
7192
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -6819,9 +7195,9 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6819
7195
|
})();
|
|
6820
7196
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6821
7197
|
if (true === input3.startunbounded)
|
|
6822
|
-
return $vo29(input3, _path2, _exceptionable2);
|
|
6823
|
-
if (void 0 !== input3.start)
|
|
6824
7198
|
return $vo30(input3, _path2, _exceptionable2);
|
|
7199
|
+
if (void 0 !== input3.start)
|
|
7200
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
6825
7201
|
return $report(_exceptionable2, {
|
|
6826
7202
|
path: _path2,
|
|
6827
7203
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -6830,9 +7206,9 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6830
7206
|
})();
|
|
6831
7207
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6832
7208
|
if (void 0 !== input3.stop)
|
|
6833
|
-
return $vo30(input3, _path2, _exceptionable2);
|
|
6834
|
-
if (true === input3.stopunbounded)
|
|
6835
7209
|
return $vo31(input3, _path2, _exceptionable2);
|
|
7210
|
+
if (true === input3.stopunbounded)
|
|
7211
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
6836
7212
|
return $report(_exceptionable2, {
|
|
6837
7213
|
path: _path2,
|
|
6838
7214
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -6841,9 +7217,9 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6841
7217
|
})();
|
|
6842
7218
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
6843
7219
|
if ("gene" === input3.kind)
|
|
6844
|
-
return $
|
|
7220
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
6845
7221
|
if ("coord" === input3.kind)
|
|
6846
|
-
return $
|
|
7222
|
+
return $vo47(input3, _path2, _exceptionable2);
|
|
6847
7223
|
return $report(_exceptionable2, {
|
|
6848
7224
|
path: _path2,
|
|
6849
7225
|
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; })',
|