@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 validTermdbTopTermsByTypeRequest = (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 && $iu4(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 validTermdbTopTermsByTypeRequest = (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 && $iu5(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"] && $iu6(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu6(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 && $iu7(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu8(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,26 +57,26 @@ var validTermdbTopTermsByTypeRequest = (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 $
|
|
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 && $iu9(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;
|
|
79
80
|
const $iu0 = (input3) => (() => {
|
|
80
81
|
if ("tvslst" === input3.type)
|
|
81
82
|
return $io1(input3);
|
|
@@ -85,81 +86,81 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
85
86
|
})();
|
|
86
87
|
const $iu1 = (input3) => (() => {
|
|
87
88
|
if ("string" === typeof input3.type)
|
|
88
|
-
return $
|
|
89
|
+
return $io10(input3);
|
|
89
90
|
if ("filter" === input3.type)
|
|
90
|
-
return $
|
|
91
|
+
return $io12(input3);
|
|
91
92
|
return false;
|
|
92
93
|
})();
|
|
93
94
|
const $iu2 = (input3) => (() => {
|
|
94
95
|
if (true === input3.startunbounded)
|
|
95
|
-
return $
|
|
96
|
+
return $io19(input3);
|
|
96
97
|
if (true === input3.stopunbounded)
|
|
97
|
-
return $
|
|
98
|
-
return $
|
|
98
|
+
return $io21(input3);
|
|
99
|
+
return $io20(input3);
|
|
99
100
|
})();
|
|
100
101
|
const $iu3 = (input3) => (() => {
|
|
101
102
|
if ("gene" === input3.kind)
|
|
102
|
-
return $io34(input3);
|
|
103
|
-
if ("coord" === input3.kind)
|
|
104
103
|
return $io35(input3);
|
|
104
|
+
if ("coord" === input3.kind)
|
|
105
|
+
return $io36(input3);
|
|
105
106
|
return false;
|
|
106
107
|
})();
|
|
107
108
|
const $iu4 = (input3) => (() => {
|
|
108
109
|
if (void 0 !== input3.ranges)
|
|
109
|
-
return $
|
|
110
|
+
return $io13(input3);
|
|
110
111
|
return (() => {
|
|
111
112
|
if ($io3(input3))
|
|
112
113
|
return $io3(input3);
|
|
113
|
-
if ($
|
|
114
|
-
return $
|
|
115
|
-
if ($
|
|
116
|
-
return $
|
|
114
|
+
if ($io29(input3))
|
|
115
|
+
return $io29(input3);
|
|
116
|
+
if ($io32(input3))
|
|
117
|
+
return $io32(input3);
|
|
117
118
|
return false;
|
|
118
119
|
})();
|
|
119
120
|
})();
|
|
120
121
|
const $iu5 = (input3) => (() => {
|
|
121
122
|
if ("integer" === input3.type || "float" === input3.type)
|
|
122
|
-
return $
|
|
123
|
+
return $io14(input3);
|
|
123
124
|
if ("metaboliteIntensity" === input3.type)
|
|
124
|
-
return $io24(input3);
|
|
125
|
-
if ("date" === input3.type)
|
|
126
125
|
return $io25(input3);
|
|
127
|
-
if ("
|
|
126
|
+
if ("date" === input3.type)
|
|
128
127
|
return $io26(input3);
|
|
128
|
+
if ("ssGSEA" === input3.type)
|
|
129
|
+
return $io27(input3);
|
|
129
130
|
return (() => {
|
|
131
|
+
if ($io24(input3))
|
|
132
|
+
return $io24(input3);
|
|
130
133
|
if ($io23(input3))
|
|
131
134
|
return $io23(input3);
|
|
132
|
-
if ($io22(input3))
|
|
133
|
-
return $io22(input3);
|
|
134
135
|
return false;
|
|
135
136
|
})();
|
|
136
137
|
})();
|
|
137
138
|
const $iu6 = (input3) => (() => {
|
|
138
139
|
if ("regular-bin" === input3.type)
|
|
139
|
-
return $
|
|
140
|
+
return $io17(input3);
|
|
140
141
|
if ("custom-bin" === input3.type)
|
|
141
|
-
return $
|
|
142
|
+
return $io22(input3);
|
|
142
143
|
return false;
|
|
143
144
|
})();
|
|
144
145
|
const $iu7 = (input3) => (() => {
|
|
145
146
|
if (true === input3.startunbounded)
|
|
146
|
-
return $io18(input3);
|
|
147
|
-
if (void 0 !== input3.start)
|
|
148
147
|
return $io19(input3);
|
|
148
|
+
if (void 0 !== input3.start)
|
|
149
|
+
return $io20(input3);
|
|
149
150
|
return false;
|
|
150
151
|
})();
|
|
151
152
|
const $iu8 = (input3) => (() => {
|
|
152
153
|
if (void 0 !== input3.stop)
|
|
153
|
-
return $io19(input3);
|
|
154
|
-
if (true === input3.stopunbounded)
|
|
155
154
|
return $io20(input3);
|
|
155
|
+
if (true === input3.stopunbounded)
|
|
156
|
+
return $io21(input3);
|
|
156
157
|
return false;
|
|
157
158
|
})();
|
|
158
159
|
const $iu9 = (input3) => (() => {
|
|
159
160
|
if ("gene" === input3.kind)
|
|
160
|
-
return $
|
|
161
|
+
return $io34(input3);
|
|
161
162
|
if ("coord" === input3.kind)
|
|
162
|
-
return $
|
|
163
|
+
return $io37(input3);
|
|
163
164
|
return false;
|
|
164
165
|
})();
|
|
165
166
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -328,11 +329,19 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
328
329
|
path: _path2 + ".skipValuesBuild",
|
|
329
330
|
expected: "(boolean | undefined)",
|
|
330
331
|
value: input3.skipValuesBuild
|
|
332
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
333
|
+
path: _path2 + ".valueConversion",
|
|
334
|
+
expected: "(__type.o1 | undefined)",
|
|
335
|
+
value: input3.valueConversion
|
|
336
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
337
|
+
path: _path2 + ".valueConversion",
|
|
338
|
+
expected: "(__type.o1 | undefined)",
|
|
339
|
+
value: input3.valueConversion
|
|
331
340
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
332
341
|
path: _path2 + ".groupsetting",
|
|
333
342
|
expected: "TermGroupSetting",
|
|
334
343
|
value: input3.groupsetting
|
|
335
|
-
})) && $
|
|
344
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
336
345
|
path: _path2 + ".groupsetting",
|
|
337
346
|
expected: "TermGroupSetting",
|
|
338
347
|
value: input3.groupsetting
|
|
@@ -396,7 +405,20 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
396
405
|
expected: "(Filter | undefined)",
|
|
397
406
|
value: input3.filter
|
|
398
407
|
})].every((flag) => flag);
|
|
399
|
-
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["
|
|
408
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
409
|
+
path: _path2 + ".fromUnit",
|
|
410
|
+
expected: "string",
|
|
411
|
+
value: input3.fromUnit
|
|
412
|
+
}), "string" === typeof input3.toUnit || $report(_exceptionable2, {
|
|
413
|
+
path: _path2 + ".toUnit",
|
|
414
|
+
expected: "string",
|
|
415
|
+
value: input3.toUnit
|
|
416
|
+
}), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
|
|
417
|
+
path: _path2 + ".scaleFactor",
|
|
418
|
+
expected: "string",
|
|
419
|
+
value: input3.scaleFactor
|
|
420
|
+
})].every((flag) => flag);
|
|
421
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
400
422
|
path: _path2 + ".disabled",
|
|
401
423
|
expected: "boolean",
|
|
402
424
|
value: input3.disabled
|
|
@@ -408,7 +430,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
408
430
|
path: _path2 + ".lst[" + _index5 + "]",
|
|
409
431
|
expected: "Groupset",
|
|
410
432
|
value: elem
|
|
411
|
-
})) && $
|
|
433
|
+
})) && $vo9(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
412
434
|
path: _path2 + ".lst[" + _index5 + "]",
|
|
413
435
|
expected: "Groupset",
|
|
414
436
|
value: elem
|
|
@@ -417,7 +439,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
417
439
|
expected: "(Array<Groupset> | undefined)",
|
|
418
440
|
value: input3.lst
|
|
419
441
|
})].every((flag) => flag);
|
|
420
|
-
const $
|
|
442
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
421
443
|
path: _path2 + ".name",
|
|
422
444
|
expected: "string",
|
|
423
445
|
value: input3.name
|
|
@@ -450,7 +472,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
450
472
|
expected: "Array<GroupEntry>",
|
|
451
473
|
value: input3.groups
|
|
452
474
|
})].every((flag) => flag);
|
|
453
|
-
const $
|
|
475
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
454
476
|
path: _path2 + ".name",
|
|
455
477
|
expected: "string",
|
|
456
478
|
value: input3.name
|
|
@@ -464,11 +486,11 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
464
486
|
value: input3.values
|
|
465
487
|
})) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
466
488
|
path: _path2 + ".values[" + _index7 + "]",
|
|
467
|
-
expected: "__type.
|
|
489
|
+
expected: "__type.o2",
|
|
468
490
|
value: elem
|
|
469
|
-
})) && $
|
|
491
|
+
})) && $vo11(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
470
492
|
path: _path2 + ".values[" + _index7 + "]",
|
|
471
|
-
expected: "__type.
|
|
493
|
+
expected: "__type.o2",
|
|
472
494
|
value: elem
|
|
473
495
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
474
496
|
path: _path2 + ".values",
|
|
@@ -479,7 +501,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
479
501
|
expected: "(boolean | undefined)",
|
|
480
502
|
value: input3.uncomputable
|
|
481
503
|
})].every((flag) => flag);
|
|
482
|
-
const $
|
|
504
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
483
505
|
path: _path2 + ".key",
|
|
484
506
|
expected: "(number | string)",
|
|
485
507
|
value: input3.key
|
|
@@ -488,7 +510,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
488
510
|
expected: "string",
|
|
489
511
|
value: input3.label
|
|
490
512
|
})].every((flag) => flag);
|
|
491
|
-
const $
|
|
513
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
492
514
|
path: _path2 + ".name",
|
|
493
515
|
expected: "string",
|
|
494
516
|
value: input3.name
|
|
@@ -509,7 +531,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
509
531
|
expected: "string",
|
|
510
532
|
value: input3.color
|
|
511
533
|
})].every((flag) => flag);
|
|
512
|
-
const $
|
|
534
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
513
535
|
path: _path2 + ".join",
|
|
514
536
|
expected: "(string | undefined)",
|
|
515
537
|
value: input3.join
|
|
@@ -547,18 +569,18 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
547
569
|
value: input3.values
|
|
548
570
|
})) && input3.values.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
549
571
|
path: _path2 + ".values[" + _index9 + "]",
|
|
550
|
-
expected: "__type.
|
|
572
|
+
expected: "__type.o4",
|
|
551
573
|
value: elem
|
|
552
|
-
})) && $
|
|
574
|
+
})) && $vo28(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
553
575
|
path: _path2 + ".values[" + _index9 + "]",
|
|
554
|
-
expected: "__type.
|
|
576
|
+
expected: "__type.o4",
|
|
555
577
|
value: elem
|
|
556
578
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
557
579
|
path: _path2 + ".values",
|
|
558
580
|
expected: "Array<__type>.o1",
|
|
559
581
|
value: input3.values
|
|
560
582
|
})].every((flag) => flag);
|
|
561
|
-
const $
|
|
583
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
562
584
|
path: _path2 + ".id",
|
|
563
585
|
expected: "string",
|
|
564
586
|
value: input3.id
|
|
@@ -614,13 +636,21 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
614
636
|
path: _path2 + ".skipValuesBuild",
|
|
615
637
|
expected: "(boolean | undefined)",
|
|
616
638
|
value: input3.skipValuesBuild
|
|
639
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
640
|
+
path: _path2 + ".valueConversion",
|
|
641
|
+
expected: "(__type.o1 | undefined)",
|
|
642
|
+
value: input3.valueConversion
|
|
643
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
644
|
+
path: _path2 + ".valueConversion",
|
|
645
|
+
expected: "(__type.o1 | undefined)",
|
|
646
|
+
value: input3.valueConversion
|
|
617
647
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
618
648
|
path: _path2 + ".continuousColorScale",
|
|
619
|
-
expected: "(__type.
|
|
649
|
+
expected: "(__type.o3 | undefined)",
|
|
620
650
|
value: input3.continuousColorScale
|
|
621
|
-
})) && $
|
|
651
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
622
652
|
path: _path2 + ".continuousColorScale",
|
|
623
|
-
expected: "(__type.
|
|
653
|
+
expected: "(__type.o3 | undefined)",
|
|
624
654
|
value: input3.continuousColorScale
|
|
625
655
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
626
656
|
path: _path2 + ".unit",
|
|
@@ -630,12 +660,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
630
660
|
path: _path2 + ".bins",
|
|
631
661
|
expected: "PresetNumericBins",
|
|
632
662
|
value: input3.bins
|
|
633
|
-
})) && $
|
|
663
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
634
664
|
path: _path2 + ".bins",
|
|
635
665
|
expected: "PresetNumericBins",
|
|
636
666
|
value: input3.bins
|
|
637
667
|
})].every((flag) => flag);
|
|
638
|
-
const $
|
|
668
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
639
669
|
path: _path2 + ".minColor",
|
|
640
670
|
expected: "string",
|
|
641
671
|
value: input3.minColor
|
|
@@ -644,7 +674,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
644
674
|
expected: "string",
|
|
645
675
|
value: input3.maxColor
|
|
646
676
|
})].every((flag) => flag);
|
|
647
|
-
const $
|
|
677
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
648
678
|
path: _path2 + '["default"]',
|
|
649
679
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
650
680
|
value: input3["default"]
|
|
@@ -681,11 +711,11 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
681
711
|
expected: "(number | undefined)",
|
|
682
712
|
value: input3.max
|
|
683
713
|
})].every((flag) => flag);
|
|
684
|
-
const $
|
|
714
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
685
715
|
path: _path2 + ".hiddenValues",
|
|
686
716
|
expected: "(HiddenValues | undefined)",
|
|
687
717
|
value: input3.hiddenValues
|
|
688
|
-
})) && $
|
|
718
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
689
719
|
path: _path2 + ".hiddenValues",
|
|
690
720
|
expected: "(HiddenValues | undefined)",
|
|
691
721
|
value: input3.hiddenValues
|
|
@@ -733,8 +763,20 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
733
763
|
path: _path2 + ".label_offset",
|
|
734
764
|
expected: "(number | undefined)",
|
|
735
765
|
value: input3.label_offset
|
|
766
|
+
}), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
|
|
767
|
+
path: _path2 + ".startinclusive",
|
|
768
|
+
expected: "(boolean | undefined)",
|
|
769
|
+
value: input3.startinclusive
|
|
770
|
+
}), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
|
|
771
|
+
path: _path2 + ".stopinclusive",
|
|
772
|
+
expected: "(boolean | undefined)",
|
|
773
|
+
value: input3.stopinclusive
|
|
774
|
+
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
775
|
+
path: _path2 + ".rounding",
|
|
776
|
+
expected: "(string | undefined)",
|
|
777
|
+
value: input3.rounding
|
|
736
778
|
})].every((flag) => flag);
|
|
737
|
-
const $
|
|
779
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
738
780
|
const value = input3[key];
|
|
739
781
|
if (void 0 === value)
|
|
740
782
|
return true;
|
|
@@ -746,7 +788,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
746
788
|
});
|
|
747
789
|
return true;
|
|
748
790
|
}).every((flag) => flag)].every((flag) => flag);
|
|
749
|
-
const $
|
|
791
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
750
792
|
path: _path2 + ".startunbounded",
|
|
751
793
|
expected: "true",
|
|
752
794
|
value: input3.startunbounded
|
|
@@ -775,7 +817,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
775
817
|
expected: "(string | undefined)",
|
|
776
818
|
value: input3.range
|
|
777
819
|
})].every((flag) => flag);
|
|
778
|
-
const $
|
|
820
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
779
821
|
path: _path2 + ".startunbounded",
|
|
780
822
|
expected: "(false | undefined)",
|
|
781
823
|
value: input3.startunbounded
|
|
@@ -808,7 +850,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
808
850
|
expected: "(string | undefined)",
|
|
809
851
|
value: input3.range
|
|
810
852
|
})].every((flag) => flag);
|
|
811
|
-
const $
|
|
853
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
812
854
|
path: _path2 + ".start",
|
|
813
855
|
expected: "number",
|
|
814
856
|
value: input3.start
|
|
@@ -837,11 +879,11 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
837
879
|
expected: "(string | undefined)",
|
|
838
880
|
value: input3.range
|
|
839
881
|
})].every((flag) => flag);
|
|
840
|
-
const $
|
|
882
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
841
883
|
path: _path2 + ".hiddenValues",
|
|
842
884
|
expected: "(HiddenValues | undefined)",
|
|
843
885
|
value: input3.hiddenValues
|
|
844
|
-
})) && $
|
|
886
|
+
})) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
845
887
|
path: _path2 + ".hiddenValues",
|
|
846
888
|
expected: "(HiddenValues | undefined)",
|
|
847
889
|
value: input3.hiddenValues
|
|
@@ -867,7 +909,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
867
909
|
value: input3.mode
|
|
868
910
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
869
911
|
path: _path2 + ".lst",
|
|
870
|
-
expected: "
|
|
912
|
+
expected: "CustomNumericBinConfigLst",
|
|
871
913
|
value: input3.lst
|
|
872
914
|
})) && ([
|
|
873
915
|
("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
|
|
@@ -897,14 +939,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
897
939
|
value: input3.lst.slice(1)
|
|
898
940
|
}))) || $report(_exceptionable2, {
|
|
899
941
|
path: _path2 + ".lst",
|
|
900
|
-
expected: "
|
|
942
|
+
expected: "CustomNumericBinConfigLst",
|
|
901
943
|
value: input3.lst
|
|
902
944
|
}), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
|
|
903
945
|
path: _path2 + ".preferredBins",
|
|
904
946
|
expected: '("median" | undefined)',
|
|
905
947
|
value: input3.preferredBins
|
|
906
948
|
})].every((flag) => flag);
|
|
907
|
-
const $
|
|
949
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
908
950
|
path: _path2 + ".id",
|
|
909
951
|
expected: "string",
|
|
910
952
|
value: input3.id
|
|
@@ -960,13 +1002,21 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
960
1002
|
path: _path2 + ".skipValuesBuild",
|
|
961
1003
|
expected: "(boolean | undefined)",
|
|
962
1004
|
value: input3.skipValuesBuild
|
|
1005
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1006
|
+
path: _path2 + ".valueConversion",
|
|
1007
|
+
expected: "(__type.o1 | undefined)",
|
|
1008
|
+
value: input3.valueConversion
|
|
1009
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1010
|
+
path: _path2 + ".valueConversion",
|
|
1011
|
+
expected: "(__type.o1 | undefined)",
|
|
1012
|
+
value: input3.valueConversion
|
|
963
1013
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
964
1014
|
path: _path2 + ".continuousColorScale",
|
|
965
|
-
expected: "(__type.
|
|
1015
|
+
expected: "(__type.o3 | undefined)",
|
|
966
1016
|
value: input3.continuousColorScale
|
|
967
|
-
})) && $
|
|
1017
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
968
1018
|
path: _path2 + ".continuousColorScale",
|
|
969
|
-
expected: "(__type.
|
|
1019
|
+
expected: "(__type.o3 | undefined)",
|
|
970
1020
|
value: input3.continuousColorScale
|
|
971
1021
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
972
1022
|
path: _path2 + ".unit",
|
|
@@ -976,7 +1026,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
976
1026
|
path: _path2 + ".bins",
|
|
977
1027
|
expected: "(PresetNumericBins | undefined)",
|
|
978
1028
|
value: input3.bins
|
|
979
|
-
})) && $
|
|
1029
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
980
1030
|
path: _path2 + ".bins",
|
|
981
1031
|
expected: "(PresetNumericBins | undefined)",
|
|
982
1032
|
value: input3.bins
|
|
@@ -1001,7 +1051,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1001
1051
|
expected: "(number | undefined)",
|
|
1002
1052
|
value: input3.stop
|
|
1003
1053
|
})].every((flag) => flag);
|
|
1004
|
-
const $
|
|
1054
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1005
1055
|
path: _path2 + ".id",
|
|
1006
1056
|
expected: "string",
|
|
1007
1057
|
value: input3.id
|
|
@@ -1057,13 +1107,21 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1057
1107
|
path: _path2 + ".skipValuesBuild",
|
|
1058
1108
|
expected: "(boolean | undefined)",
|
|
1059
1109
|
value: input3.skipValuesBuild
|
|
1110
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1111
|
+
path: _path2 + ".valueConversion",
|
|
1112
|
+
expected: "(__type.o1 | undefined)",
|
|
1113
|
+
value: input3.valueConversion
|
|
1114
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1115
|
+
path: _path2 + ".valueConversion",
|
|
1116
|
+
expected: "(__type.o1 | undefined)",
|
|
1117
|
+
value: input3.valueConversion
|
|
1060
1118
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1061
1119
|
path: _path2 + ".continuousColorScale",
|
|
1062
|
-
expected: "(__type.
|
|
1120
|
+
expected: "(__type.o3 | undefined)",
|
|
1063
1121
|
value: input3.continuousColorScale
|
|
1064
|
-
})) && $
|
|
1122
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1065
1123
|
path: _path2 + ".continuousColorScale",
|
|
1066
|
-
expected: "(__type.
|
|
1124
|
+
expected: "(__type.o3 | undefined)",
|
|
1067
1125
|
value: input3.continuousColorScale
|
|
1068
1126
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1069
1127
|
path: _path2 + ".unit",
|
|
@@ -1073,7 +1131,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1073
1131
|
path: _path2 + ".bins",
|
|
1074
1132
|
expected: "(PresetNumericBins | undefined)",
|
|
1075
1133
|
value: input3.bins
|
|
1076
|
-
})) && $
|
|
1134
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1077
1135
|
path: _path2 + ".bins",
|
|
1078
1136
|
expected: "(PresetNumericBins | undefined)",
|
|
1079
1137
|
value: input3.bins
|
|
@@ -1098,7 +1156,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1098
1156
|
expected: "number",
|
|
1099
1157
|
value: input3.stop
|
|
1100
1158
|
})].every((flag) => flag);
|
|
1101
|
-
const $
|
|
1159
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1102
1160
|
path: _path2 + ".id",
|
|
1103
1161
|
expected: "string",
|
|
1104
1162
|
value: input3.id
|
|
@@ -1154,13 +1212,21 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1154
1212
|
path: _path2 + ".skipValuesBuild",
|
|
1155
1213
|
expected: "(boolean | undefined)",
|
|
1156
1214
|
value: input3.skipValuesBuild
|
|
1215
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1216
|
+
path: _path2 + ".valueConversion",
|
|
1217
|
+
expected: "(__type.o1 | undefined)",
|
|
1218
|
+
value: input3.valueConversion
|
|
1219
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1220
|
+
path: _path2 + ".valueConversion",
|
|
1221
|
+
expected: "(__type.o1 | undefined)",
|
|
1222
|
+
value: input3.valueConversion
|
|
1157
1223
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1158
1224
|
path: _path2 + ".continuousColorScale",
|
|
1159
|
-
expected: "(__type.
|
|
1225
|
+
expected: "(__type.o3 | undefined)",
|
|
1160
1226
|
value: input3.continuousColorScale
|
|
1161
|
-
})) && $
|
|
1227
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1162
1228
|
path: _path2 + ".continuousColorScale",
|
|
1163
|
-
expected: "(__type.
|
|
1229
|
+
expected: "(__type.o3 | undefined)",
|
|
1164
1230
|
value: input3.continuousColorScale
|
|
1165
1231
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1166
1232
|
path: _path2 + ".unit",
|
|
@@ -1174,12 +1240,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1174
1240
|
path: _path2 + ".bins",
|
|
1175
1241
|
expected: "(PresetNumericBins | undefined)",
|
|
1176
1242
|
value: input3.bins
|
|
1177
|
-
})) && $
|
|
1243
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1178
1244
|
path: _path2 + ".bins",
|
|
1179
1245
|
expected: "(PresetNumericBins | undefined)",
|
|
1180
1246
|
value: input3.bins
|
|
1181
1247
|
})].every((flag) => flag);
|
|
1182
|
-
const $
|
|
1248
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1183
1249
|
path: _path2 + ".id",
|
|
1184
1250
|
expected: "string",
|
|
1185
1251
|
value: input3.id
|
|
@@ -1235,13 +1301,21 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1235
1301
|
path: _path2 + ".skipValuesBuild",
|
|
1236
1302
|
expected: "(boolean | undefined)",
|
|
1237
1303
|
value: input3.skipValuesBuild
|
|
1304
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1305
|
+
path: _path2 + ".valueConversion",
|
|
1306
|
+
expected: "(__type.o1 | undefined)",
|
|
1307
|
+
value: input3.valueConversion
|
|
1308
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1309
|
+
path: _path2 + ".valueConversion",
|
|
1310
|
+
expected: "(__type.o1 | undefined)",
|
|
1311
|
+
value: input3.valueConversion
|
|
1238
1312
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1239
1313
|
path: _path2 + ".continuousColorScale",
|
|
1240
|
-
expected: "(__type.
|
|
1314
|
+
expected: "(__type.o3 | undefined)",
|
|
1241
1315
|
value: input3.continuousColorScale
|
|
1242
|
-
})) && $
|
|
1316
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1243
1317
|
path: _path2 + ".continuousColorScale",
|
|
1244
|
-
expected: "(__type.
|
|
1318
|
+
expected: "(__type.o3 | undefined)",
|
|
1245
1319
|
value: input3.continuousColorScale
|
|
1246
1320
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1247
1321
|
path: _path2 + ".unit",
|
|
@@ -1251,12 +1325,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1251
1325
|
path: _path2 + ".bins",
|
|
1252
1326
|
expected: "(PresetNumericBins | undefined)",
|
|
1253
1327
|
value: input3.bins
|
|
1254
|
-
})) && $
|
|
1328
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1255
1329
|
path: _path2 + ".bins",
|
|
1256
1330
|
expected: "(PresetNumericBins | undefined)",
|
|
1257
1331
|
value: input3.bins
|
|
1258
1332
|
})].every((flag) => flag);
|
|
1259
|
-
const $
|
|
1333
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1260
1334
|
path: _path2 + ".id",
|
|
1261
1335
|
expected: "string",
|
|
1262
1336
|
value: input3.id
|
|
@@ -1312,13 +1386,21 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1312
1386
|
path: _path2 + ".skipValuesBuild",
|
|
1313
1387
|
expected: "(boolean | undefined)",
|
|
1314
1388
|
value: input3.skipValuesBuild
|
|
1389
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1390
|
+
path: _path2 + ".valueConversion",
|
|
1391
|
+
expected: "(__type.o1 | undefined)",
|
|
1392
|
+
value: input3.valueConversion
|
|
1393
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1394
|
+
path: _path2 + ".valueConversion",
|
|
1395
|
+
expected: "(__type.o1 | undefined)",
|
|
1396
|
+
value: input3.valueConversion
|
|
1315
1397
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1316
1398
|
path: _path2 + ".continuousColorScale",
|
|
1317
|
-
expected: "(__type.
|
|
1399
|
+
expected: "(__type.o3 | undefined)",
|
|
1318
1400
|
value: input3.continuousColorScale
|
|
1319
|
-
})) && $
|
|
1401
|
+
})) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1320
1402
|
path: _path2 + ".continuousColorScale",
|
|
1321
|
-
expected: "(__type.
|
|
1403
|
+
expected: "(__type.o3 | undefined)",
|
|
1322
1404
|
value: input3.continuousColorScale
|
|
1323
1405
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1324
1406
|
path: _path2 + ".unit",
|
|
@@ -1340,12 +1422,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1340
1422
|
path: _path2 + ".bins",
|
|
1341
1423
|
expected: "(PresetNumericBins | undefined)",
|
|
1342
1424
|
value: input3.bins
|
|
1343
|
-
})) && $
|
|
1425
|
+
})) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1344
1426
|
path: _path2 + ".bins",
|
|
1345
1427
|
expected: "(PresetNumericBins | undefined)",
|
|
1346
1428
|
value: input3.bins
|
|
1347
1429
|
})].every((flag) => flag);
|
|
1348
|
-
const $
|
|
1430
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1349
1431
|
path: _path2 + ".key",
|
|
1350
1432
|
expected: "string",
|
|
1351
1433
|
value: input3.key
|
|
@@ -1362,7 +1444,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1362
1444
|
expected: "(string | undefined)",
|
|
1363
1445
|
value: input3.label
|
|
1364
1446
|
})].every((flag) => flag);
|
|
1365
|
-
const $
|
|
1447
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1366
1448
|
path: _path2 + ".join",
|
|
1367
1449
|
expected: "(string | undefined)",
|
|
1368
1450
|
value: input3.join
|
|
@@ -1374,7 +1456,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1374
1456
|
path: _path2 + ".term",
|
|
1375
1457
|
expected: "ConditionTerm",
|
|
1376
1458
|
value: input3.term
|
|
1377
|
-
})) && $
|
|
1459
|
+
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1378
1460
|
path: _path2 + ".term",
|
|
1379
1461
|
expected: "ConditionTerm",
|
|
1380
1462
|
value: input3.term
|
|
@@ -1398,7 +1480,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1398
1480
|
path: _path2 + ".grade_and_child[" + _index24 + "]",
|
|
1399
1481
|
expected: "GradeAndChildEntry",
|
|
1400
1482
|
value: elem
|
|
1401
|
-
})) && $
|
|
1483
|
+
})) && $vo31(elem, _path2 + ".grade_and_child[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1402
1484
|
path: _path2 + ".grade_and_child[" + _index24 + "]",
|
|
1403
1485
|
expected: "GradeAndChildEntry",
|
|
1404
1486
|
value: elem
|
|
@@ -1407,7 +1489,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1407
1489
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1408
1490
|
value: input3.grade_and_child
|
|
1409
1491
|
})].every((flag) => flag);
|
|
1410
|
-
const $
|
|
1492
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1411
1493
|
path: _path2 + ".id",
|
|
1412
1494
|
expected: "string",
|
|
1413
1495
|
value: input3.id
|
|
@@ -1463,8 +1545,16 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1463
1545
|
path: _path2 + ".skipValuesBuild",
|
|
1464
1546
|
expected: "(boolean | undefined)",
|
|
1465
1547
|
value: input3.skipValuesBuild
|
|
1548
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1549
|
+
path: _path2 + ".valueConversion",
|
|
1550
|
+
expected: "(__type.o1 | undefined)",
|
|
1551
|
+
value: input3.valueConversion
|
|
1552
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1553
|
+
path: _path2 + ".valueConversion",
|
|
1554
|
+
expected: "(__type.o1 | undefined)",
|
|
1555
|
+
value: input3.valueConversion
|
|
1466
1556
|
})].every((flag) => flag);
|
|
1467
|
-
const $
|
|
1557
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1468
1558
|
path: _path2 + ".grade",
|
|
1469
1559
|
expected: "number",
|
|
1470
1560
|
value: input3.grade
|
|
@@ -1481,7 +1571,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1481
1571
|
expected: "string",
|
|
1482
1572
|
value: input3.child_label
|
|
1483
1573
|
})].every((flag) => flag);
|
|
1484
|
-
const $
|
|
1574
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1485
1575
|
path: _path2 + ".join",
|
|
1486
1576
|
expected: "(string | undefined)",
|
|
1487
1577
|
value: input3.join
|
|
@@ -1493,7 +1583,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1493
1583
|
path: _path2 + ".term",
|
|
1494
1584
|
expected: "DtTerm",
|
|
1495
1585
|
value: input3.term
|
|
1496
|
-
})) && $
|
|
1586
|
+
})) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1497
1587
|
path: _path2 + ".term",
|
|
1498
1588
|
expected: "DtTerm",
|
|
1499
1589
|
value: input3.term
|
|
@@ -1503,11 +1593,11 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1503
1593
|
value: input3.values
|
|
1504
1594
|
})) && input3.values.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1505
1595
|
path: _path2 + ".values[" + _index27 + "]",
|
|
1506
|
-
expected: "__type.
|
|
1596
|
+
expected: "__type.o5",
|
|
1507
1597
|
value: elem
|
|
1508
|
-
})) && $
|
|
1598
|
+
})) && $vo38(elem, _path2 + ".values[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1509
1599
|
path: _path2 + ".values[" + _index27 + "]",
|
|
1510
|
-
expected: "__type.
|
|
1600
|
+
expected: "__type.o5",
|
|
1511
1601
|
value: elem
|
|
1512
1602
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1513
1603
|
path: _path2 + ".values",
|
|
@@ -1522,7 +1612,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1522
1612
|
expected: "(boolean | undefined)",
|
|
1523
1613
|
value: input3.excludeGeneName
|
|
1524
1614
|
})].every((flag) => flag);
|
|
1525
|
-
const $
|
|
1615
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1526
1616
|
path: _path2 + ".id",
|
|
1527
1617
|
expected: "string",
|
|
1528
1618
|
value: input3.id
|
|
@@ -1571,7 +1661,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1571
1661
|
expected: "TermValues",
|
|
1572
1662
|
value: input3.values
|
|
1573
1663
|
})].every((flag) => flag);
|
|
1574
|
-
const $
|
|
1664
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1575
1665
|
path: _path2 + ".id",
|
|
1576
1666
|
expected: "string",
|
|
1577
1667
|
value: input3.id
|
|
@@ -1627,6 +1717,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1627
1717
|
path: _path2 + ".skipValuesBuild",
|
|
1628
1718
|
expected: "(boolean | undefined)",
|
|
1629
1719
|
value: input3.skipValuesBuild
|
|
1720
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1721
|
+
path: _path2 + ".valueConversion",
|
|
1722
|
+
expected: "(__type.o1 | undefined)",
|
|
1723
|
+
value: input3.valueConversion
|
|
1724
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1725
|
+
path: _path2 + ".valueConversion",
|
|
1726
|
+
expected: "(__type.o1 | undefined)",
|
|
1727
|
+
value: input3.valueConversion
|
|
1630
1728
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1631
1729
|
path: _path2 + ".kind",
|
|
1632
1730
|
expected: '"gene"',
|
|
@@ -1667,7 +1765,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1667
1765
|
path: _path2 + ".groupsetting",
|
|
1668
1766
|
expected: "(TermGroupSetting | undefined)",
|
|
1669
1767
|
value: input3.groupsetting
|
|
1670
|
-
})) && $
|
|
1768
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1671
1769
|
path: _path2 + ".groupsetting",
|
|
1672
1770
|
expected: "(TermGroupSetting | undefined)",
|
|
1673
1771
|
value: input3.groupsetting
|
|
@@ -1679,7 +1777,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1679
1777
|
path: _path2 + ".childTerms[" + _index31 + "]",
|
|
1680
1778
|
expected: "DtTerm",
|
|
1681
1779
|
value: elem
|
|
1682
|
-
})) && $
|
|
1780
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1683
1781
|
path: _path2 + ".childTerms[" + _index31 + "]",
|
|
1684
1782
|
expected: "DtTerm",
|
|
1685
1783
|
value: elem
|
|
@@ -1688,7 +1786,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1688
1786
|
expected: "(Array<DtTerm> | undefined)",
|
|
1689
1787
|
value: input3.childTerms
|
|
1690
1788
|
})].every((flag) => flag);
|
|
1691
|
-
const $
|
|
1789
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1692
1790
|
path: _path2 + ".id",
|
|
1693
1791
|
expected: "string",
|
|
1694
1792
|
value: input3.id
|
|
@@ -1744,6 +1842,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1744
1842
|
path: _path2 + ".skipValuesBuild",
|
|
1745
1843
|
expected: "(boolean | undefined)",
|
|
1746
1844
|
value: input3.skipValuesBuild
|
|
1845
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1846
|
+
path: _path2 + ".valueConversion",
|
|
1847
|
+
expected: "(__type.o1 | undefined)",
|
|
1848
|
+
value: input3.valueConversion
|
|
1849
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1850
|
+
path: _path2 + ".valueConversion",
|
|
1851
|
+
expected: "(__type.o1 | undefined)",
|
|
1852
|
+
value: input3.valueConversion
|
|
1747
1853
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1748
1854
|
path: _path2 + ".kind",
|
|
1749
1855
|
expected: '"gene"',
|
|
@@ -1765,7 +1871,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1765
1871
|
expected: "(number | undefined)",
|
|
1766
1872
|
value: input3.stop
|
|
1767
1873
|
})].every((flag) => flag);
|
|
1768
|
-
const $
|
|
1874
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1769
1875
|
path: _path2 + ".id",
|
|
1770
1876
|
expected: "string",
|
|
1771
1877
|
value: input3.id
|
|
@@ -1821,6 +1927,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1821
1927
|
path: _path2 + ".skipValuesBuild",
|
|
1822
1928
|
expected: "(boolean | undefined)",
|
|
1823
1929
|
value: input3.skipValuesBuild
|
|
1930
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1931
|
+
path: _path2 + ".valueConversion",
|
|
1932
|
+
expected: "(__type.o1 | undefined)",
|
|
1933
|
+
value: input3.valueConversion
|
|
1934
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1935
|
+
path: _path2 + ".valueConversion",
|
|
1936
|
+
expected: "(__type.o1 | undefined)",
|
|
1937
|
+
value: input3.valueConversion
|
|
1824
1938
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1825
1939
|
path: _path2 + ".kind",
|
|
1826
1940
|
expected: '"coord"',
|
|
@@ -1838,7 +1952,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1838
1952
|
expected: "number",
|
|
1839
1953
|
value: input3.stop
|
|
1840
1954
|
})].every((flag) => flag);
|
|
1841
|
-
const $
|
|
1955
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1842
1956
|
path: _path2 + ".id",
|
|
1843
1957
|
expected: "string",
|
|
1844
1958
|
value: input3.id
|
|
@@ -1894,6 +2008,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1894
2008
|
path: _path2 + ".skipValuesBuild",
|
|
1895
2009
|
expected: "(boolean | undefined)",
|
|
1896
2010
|
value: input3.skipValuesBuild
|
|
2011
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2012
|
+
path: _path2 + ".valueConversion",
|
|
2013
|
+
expected: "(__type.o1 | undefined)",
|
|
2014
|
+
value: input3.valueConversion
|
|
2015
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2016
|
+
path: _path2 + ".valueConversion",
|
|
2017
|
+
expected: "(__type.o1 | undefined)",
|
|
2018
|
+
value: input3.valueConversion
|
|
1897
2019
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1898
2020
|
path: _path2 + ".kind",
|
|
1899
2021
|
expected: '"coord"',
|
|
@@ -1930,7 +2052,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1930
2052
|
path: _path2 + ".groupsetting",
|
|
1931
2053
|
expected: "(TermGroupSetting | undefined)",
|
|
1932
2054
|
value: input3.groupsetting
|
|
1933
|
-
})) && $
|
|
2055
|
+
})) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1934
2056
|
path: _path2 + ".groupsetting",
|
|
1935
2057
|
expected: "(TermGroupSetting | undefined)",
|
|
1936
2058
|
value: input3.groupsetting
|
|
@@ -1942,7 +2064,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1942
2064
|
path: _path2 + ".childTerms[" + _index39 + "]",
|
|
1943
2065
|
expected: "DtTerm",
|
|
1944
2066
|
value: elem
|
|
1945
|
-
})) && $
|
|
2067
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1946
2068
|
path: _path2 + ".childTerms[" + _index39 + "]",
|
|
1947
2069
|
expected: "DtTerm",
|
|
1948
2070
|
value: elem
|
|
@@ -1951,7 +2073,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1951
2073
|
expected: "(Array<DtTerm> | undefined)",
|
|
1952
2074
|
value: input3.childTerms
|
|
1953
2075
|
})].every((flag) => flag);
|
|
1954
|
-
const $
|
|
2076
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1955
2077
|
path: _path2 + ".key",
|
|
1956
2078
|
expected: "string",
|
|
1957
2079
|
value: input3.key
|
|
@@ -1977,9 +2099,9 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1977
2099
|
})();
|
|
1978
2100
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1979
2101
|
if ("string" === typeof input3.type)
|
|
1980
|
-
return $
|
|
2102
|
+
return $vo10(input3, _path2, _exceptionable2);
|
|
1981
2103
|
if ("filter" === input3.type)
|
|
1982
|
-
return $
|
|
2104
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
1983
2105
|
return $report(_exceptionable2, {
|
|
1984
2106
|
path: _path2,
|
|
1985
2107
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -1988,16 +2110,16 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1988
2110
|
})();
|
|
1989
2111
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1990
2112
|
if (true === input3.startunbounded)
|
|
1991
|
-
return $
|
|
2113
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
1992
2114
|
if (true === input3.stopunbounded)
|
|
1993
|
-
return $
|
|
1994
|
-
return $
|
|
2115
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
2116
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
1995
2117
|
})();
|
|
1996
2118
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1997
2119
|
if ("gene" === input3.kind)
|
|
1998
|
-
return $vo34(input3, _path2, _exceptionable2);
|
|
1999
|
-
if ("coord" === input3.kind)
|
|
2000
2120
|
return $vo35(input3, _path2, _exceptionable2);
|
|
2121
|
+
if ("coord" === input3.kind)
|
|
2122
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
2001
2123
|
return $report(_exceptionable2, {
|
|
2002
2124
|
path: _path2,
|
|
2003
2125
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -2006,25 +2128,25 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
2006
2128
|
})();
|
|
2007
2129
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2008
2130
|
if (void 0 !== input3.ranges)
|
|
2009
|
-
return $
|
|
2010
|
-
return $vo3(input3, _path2, false) || $
|
|
2131
|
+
return $vo13(input3, _path2, _exceptionable2);
|
|
2132
|
+
return $vo3(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
2011
2133
|
})();
|
|
2012
2134
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2013
2135
|
if ("integer" === input3.type || "float" === input3.type)
|
|
2014
|
-
return $
|
|
2136
|
+
return $vo14(input3, _path2, _exceptionable2);
|
|
2015
2137
|
if ("metaboliteIntensity" === input3.type)
|
|
2016
|
-
return $vo24(input3, _path2, _exceptionable2);
|
|
2017
|
-
if ("date" === input3.type)
|
|
2018
2138
|
return $vo25(input3, _path2, _exceptionable2);
|
|
2019
|
-
if ("
|
|
2139
|
+
if ("date" === input3.type)
|
|
2020
2140
|
return $vo26(input3, _path2, _exceptionable2);
|
|
2021
|
-
|
|
2141
|
+
if ("ssGSEA" === input3.type)
|
|
2142
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
2143
|
+
return $vo24(input3, _path2, false) || $vo23(input3, _path2, false);
|
|
2022
2144
|
})();
|
|
2023
2145
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2024
2146
|
if ("regular-bin" === input3.type)
|
|
2025
|
-
return $
|
|
2147
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
2026
2148
|
if ("custom-bin" === input3.type)
|
|
2027
|
-
return $
|
|
2149
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
2028
2150
|
return $report(_exceptionable2, {
|
|
2029
2151
|
path: _path2,
|
|
2030
2152
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -2033,9 +2155,9 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
2033
2155
|
})();
|
|
2034
2156
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2035
2157
|
if (true === input3.startunbounded)
|
|
2036
|
-
return $vo18(input3, _path2, _exceptionable2);
|
|
2037
|
-
if (void 0 !== input3.start)
|
|
2038
2158
|
return $vo19(input3, _path2, _exceptionable2);
|
|
2159
|
+
if (void 0 !== input3.start)
|
|
2160
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
2039
2161
|
return $report(_exceptionable2, {
|
|
2040
2162
|
path: _path2,
|
|
2041
2163
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -2044,9 +2166,9 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
2044
2166
|
})();
|
|
2045
2167
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2046
2168
|
if (void 0 !== input3.stop)
|
|
2047
|
-
return $vo19(input3, _path2, _exceptionable2);
|
|
2048
|
-
if (true === input3.stopunbounded)
|
|
2049
2169
|
return $vo20(input3, _path2, _exceptionable2);
|
|
2170
|
+
if (true === input3.stopunbounded)
|
|
2171
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
2050
2172
|
return $report(_exceptionable2, {
|
|
2051
2173
|
path: _path2,
|
|
2052
2174
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -2055,9 +2177,9 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
2055
2177
|
})();
|
|
2056
2178
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2057
2179
|
if ("gene" === input3.kind)
|
|
2058
|
-
return $
|
|
2180
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
2059
2181
|
if ("coord" === input3.kind)
|
|
2060
|
-
return $
|
|
2182
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
2061
2183
|
return $report(_exceptionable2, {
|
|
2062
2184
|
path: _path2,
|
|
2063
2185
|
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; })',
|
|
@@ -2087,7 +2209,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2087
2209
|
const __is = (input2) => {
|
|
2088
2210
|
const $join = import_typia.createValidate.join;
|
|
2089
2211
|
const $io0 = (input3) => Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
|
|
2090
|
-
const $io1 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $
|
|
2212
|
+
const $io1 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(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);
|
|
2091
2213
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
2092
2214
|
const value = input3[key];
|
|
2093
2215
|
if (void 0 === value)
|
|
@@ -2102,18 +2224,19 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2102
2224
|
const $io4 = (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 && $iu1(elem)));
|
|
2103
2225
|
const $io5 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu5(input3.tvs));
|
|
2104
2226
|
const $io6 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io7(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) && $io3(elem)));
|
|
2105
|
-
const $io7 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
2106
|
-
const $io8 = (input3) => "
|
|
2107
|
-
const $io9 = (input3) => "
|
|
2108
|
-
const $io10 = (input3) => "string" === typeof input3.name && "
|
|
2109
|
-
const $io11 = (input3) =>
|
|
2110
|
-
const $io12 = (input3) => "string" === typeof input3.
|
|
2111
|
-
const $io13 = (input3) =>
|
|
2112
|
-
const $io14 = (input3) =>
|
|
2113
|
-
const $io15 = (input3) => "string" === typeof input3.
|
|
2114
|
-
const $io16 = (input3) => "
|
|
2115
|
-
const $io17 = (input3) =>
|
|
2116
|
-
const $io18 = (input3) =>
|
|
2227
|
+
const $io7 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
2228
|
+
const $io8 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
2229
|
+
const $io9 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io10(elem)));
|
|
2230
|
+
const $io10 = (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 && $iu2(elem)));
|
|
2231
|
+
const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
2232
|
+
const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
2233
|
+
const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
|
|
2234
|
+
const $io14 = (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 && $iu3(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
2235
|
+
const $io15 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
2236
|
+
const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
2237
|
+
const $io17 = (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);
|
|
2238
|
+
const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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);
|
|
2239
|
+
const $io19 = (input3) => Object.keys(input3).every((key) => {
|
|
2117
2240
|
const value = input3[key];
|
|
2118
2241
|
if (void 0 === value)
|
|
2119
2242
|
return true;
|
|
@@ -2121,82 +2244,82 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2121
2244
|
return "number" === typeof value;
|
|
2122
2245
|
return true;
|
|
2123
2246
|
});
|
|
2124
|
-
const $
|
|
2125
|
-
const $
|
|
2126
|
-
const $
|
|
2127
|
-
const $
|
|
2128
|
-
const $
|
|
2129
|
-
const $
|
|
2130
|
-
const $
|
|
2131
|
-
const $
|
|
2132
|
-
const $
|
|
2133
|
-
const $
|
|
2134
|
-
const $
|
|
2135
|
-
const $
|
|
2136
|
-
const $
|
|
2137
|
-
const $
|
|
2138
|
-
const $
|
|
2139
|
-
const $
|
|
2140
|
-
const $
|
|
2141
|
-
const $
|
|
2142
|
-
const $
|
|
2143
|
-
const $
|
|
2144
|
-
const $
|
|
2145
|
-
const $
|
|
2146
|
-
const $
|
|
2147
|
-
const $
|
|
2148
|
-
const $
|
|
2149
|
-
const $
|
|
2150
|
-
const $
|
|
2151
|
-
const $
|
|
2152
|
-
const $
|
|
2153
|
-
const $
|
|
2154
|
-
const $
|
|
2155
|
-
const $
|
|
2156
|
-
const $
|
|
2157
|
-
const $
|
|
2158
|
-
const $
|
|
2247
|
+
const $io20 = (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);
|
|
2248
|
+
const $io21 = (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);
|
|
2249
|
+
const $io22 = (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);
|
|
2250
|
+
const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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] && $iu3(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
2251
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(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;
|
|
2252
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
|
|
2253
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
2254
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
|
|
2255
|
+
const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
2256
|
+
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)));
|
|
2257
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
2258
|
+
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;
|
|
2259
|
+
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);
|
|
2260
|
+
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 && $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) && $io2(input3.values));
|
|
2261
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
2262
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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);
|
|
2263
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
2264
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
2265
|
+
const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
2266
|
+
const $io39 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
2267
|
+
const $io40 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
2268
|
+
const $io41 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
|
|
2269
|
+
const $io42 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
2270
|
+
const $io43 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting));
|
|
2271
|
+
const $io44 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
2272
|
+
const $io45 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
2273
|
+
const $io46 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
2274
|
+
const $io47 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
|
|
2275
|
+
const $io48 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
2276
|
+
const $io49 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io50(elem)));
|
|
2277
|
+
const $io50 = (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 && $io51(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io52(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);
|
|
2278
|
+
const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
2279
|
+
const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
2280
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io54(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
2281
|
+
const $io54 = (input3) => Object.keys(input3).every((key) => {
|
|
2159
2282
|
const value = input3[key];
|
|
2160
2283
|
if (void 0 === value)
|
|
2161
2284
|
return true;
|
|
2162
2285
|
if (RegExp(/(.*)/).test(key))
|
|
2163
|
-
return "object" === typeof value && null !== value && $
|
|
2286
|
+
return "object" === typeof value && null !== value && $io55(value);
|
|
2164
2287
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
2165
|
-
return "object" === typeof value && null !== value && $
|
|
2288
|
+
return "object" === typeof value && null !== value && $io55(value);
|
|
2166
2289
|
return true;
|
|
2167
2290
|
});
|
|
2168
|
-
const $
|
|
2169
|
-
const $
|
|
2291
|
+
const $io55 = (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 && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io56(elem))) && true;
|
|
2292
|
+
const $io56 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
2170
2293
|
const $iu0 = (input3) => (() => {
|
|
2171
2294
|
if ("metaboliteIntensity" === input3.type)
|
|
2172
|
-
return $io40(input3);
|
|
2173
|
-
if ("categorical" === input3.type)
|
|
2174
2295
|
return $io41(input3);
|
|
2175
|
-
if ("
|
|
2296
|
+
if ("categorical" === input3.type)
|
|
2176
2297
|
return $io42(input3);
|
|
2177
|
-
if ("
|
|
2298
|
+
if ("snp" === input3.type)
|
|
2178
2299
|
return $io43(input3);
|
|
2300
|
+
if ("singleCellCellType" === input3.type)
|
|
2301
|
+
return $io44(input3);
|
|
2179
2302
|
if ("date" === input3.type)
|
|
2180
|
-
return $
|
|
2303
|
+
return $io46(input3);
|
|
2181
2304
|
if ("integer" === input3.type || "float" === input3.type)
|
|
2182
|
-
return $
|
|
2305
|
+
return $io45(input3);
|
|
2183
2306
|
if ("ssGSEA" === input3.type)
|
|
2184
|
-
return $io46(input3);
|
|
2185
|
-
if ("condition" === input3.type)
|
|
2186
2307
|
return $io47(input3);
|
|
2308
|
+
if ("condition" === input3.type)
|
|
2309
|
+
return $io48(input3);
|
|
2187
2310
|
return (() => {
|
|
2188
|
-
if ($
|
|
2189
|
-
return $
|
|
2311
|
+
if ($io24(input3))
|
|
2312
|
+
return $io24(input3);
|
|
2190
2313
|
if ($io1(input3))
|
|
2191
2314
|
return $io1(input3);
|
|
2192
|
-
if ($io38(input3))
|
|
2193
|
-
return $io38(input3);
|
|
2194
2315
|
if ($io39(input3))
|
|
2195
2316
|
return $io39(input3);
|
|
2196
|
-
if ($
|
|
2197
|
-
return $
|
|
2198
|
-
if ($
|
|
2199
|
-
return $
|
|
2317
|
+
if ($io40(input3))
|
|
2318
|
+
return $io40(input3);
|
|
2319
|
+
if ($io49(input3))
|
|
2320
|
+
return $io49(input3);
|
|
2321
|
+
if ($io53(input3))
|
|
2322
|
+
return $io53(input3);
|
|
2200
2323
|
return false;
|
|
2201
2324
|
})();
|
|
2202
2325
|
})();
|
|
@@ -2209,50 +2332,50 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2209
2332
|
})();
|
|
2210
2333
|
const $iu2 = (input3) => (() => {
|
|
2211
2334
|
if ("string" === typeof input3.type)
|
|
2212
|
-
return $
|
|
2335
|
+
return $io11(input3);
|
|
2213
2336
|
if ("filter" === input3.type)
|
|
2214
|
-
return $
|
|
2337
|
+
return $io13(input3);
|
|
2215
2338
|
return false;
|
|
2216
2339
|
})();
|
|
2217
2340
|
const $iu3 = (input3) => (() => {
|
|
2218
2341
|
if (true === input3.startunbounded)
|
|
2219
|
-
return $
|
|
2342
|
+
return $io20(input3);
|
|
2220
2343
|
if (true === input3.stopunbounded)
|
|
2221
|
-
return $
|
|
2222
|
-
return $
|
|
2344
|
+
return $io22(input3);
|
|
2345
|
+
return $io21(input3);
|
|
2223
2346
|
})();
|
|
2224
2347
|
const $iu4 = (input3) => (() => {
|
|
2225
2348
|
if ("gene" === input3.kind)
|
|
2226
|
-
return $io34(input3);
|
|
2227
|
-
if ("coord" === input3.kind)
|
|
2228
2349
|
return $io35(input3);
|
|
2350
|
+
if ("coord" === input3.kind)
|
|
2351
|
+
return $io36(input3);
|
|
2229
2352
|
return false;
|
|
2230
2353
|
})();
|
|
2231
2354
|
const $iu5 = (input3) => (() => {
|
|
2232
2355
|
if (void 0 !== input3.ranges)
|
|
2233
|
-
return $
|
|
2356
|
+
return $io14(input3);
|
|
2234
2357
|
return (() => {
|
|
2235
2358
|
if ($io6(input3))
|
|
2236
2359
|
return $io6(input3);
|
|
2237
|
-
if ($
|
|
2238
|
-
return $
|
|
2239
|
-
if ($
|
|
2240
|
-
return $
|
|
2360
|
+
if ($io29(input3))
|
|
2361
|
+
return $io29(input3);
|
|
2362
|
+
if ($io32(input3))
|
|
2363
|
+
return $io32(input3);
|
|
2241
2364
|
return false;
|
|
2242
2365
|
})();
|
|
2243
2366
|
})();
|
|
2244
2367
|
const $iu6 = (input3) => (() => {
|
|
2245
2368
|
if ("integer" === input3.type || "float" === input3.type)
|
|
2246
|
-
return $
|
|
2369
|
+
return $io15(input3);
|
|
2247
2370
|
if ("metaboliteIntensity" === input3.type)
|
|
2248
|
-
return $io24(input3);
|
|
2249
|
-
if ("date" === input3.type)
|
|
2250
2371
|
return $io25(input3);
|
|
2251
|
-
if ("
|
|
2372
|
+
if ("date" === input3.type)
|
|
2252
2373
|
return $io26(input3);
|
|
2374
|
+
if ("ssGSEA" === input3.type)
|
|
2375
|
+
return $io27(input3);
|
|
2253
2376
|
return (() => {
|
|
2254
|
-
if ($
|
|
2255
|
-
return $
|
|
2377
|
+
if ($io24(input3))
|
|
2378
|
+
return $io24(input3);
|
|
2256
2379
|
if ($io1(input3))
|
|
2257
2380
|
return $io1(input3);
|
|
2258
2381
|
return false;
|
|
@@ -2260,30 +2383,30 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2260
2383
|
})();
|
|
2261
2384
|
const $iu7 = (input3) => (() => {
|
|
2262
2385
|
if ("regular-bin" === input3.type)
|
|
2263
|
-
return $
|
|
2386
|
+
return $io18(input3);
|
|
2264
2387
|
if ("custom-bin" === input3.type)
|
|
2265
|
-
return $
|
|
2388
|
+
return $io23(input3);
|
|
2266
2389
|
return false;
|
|
2267
2390
|
})();
|
|
2268
2391
|
const $iu8 = (input3) => (() => {
|
|
2269
2392
|
if (true === input3.startunbounded)
|
|
2270
|
-
return $io19(input3);
|
|
2271
|
-
if (void 0 !== input3.start)
|
|
2272
2393
|
return $io20(input3);
|
|
2394
|
+
if (void 0 !== input3.start)
|
|
2395
|
+
return $io21(input3);
|
|
2273
2396
|
return false;
|
|
2274
2397
|
})();
|
|
2275
2398
|
const $iu9 = (input3) => (() => {
|
|
2276
2399
|
if (void 0 !== input3.stop)
|
|
2277
|
-
return $io20(input3);
|
|
2278
|
-
if (true === input3.stopunbounded)
|
|
2279
2400
|
return $io21(input3);
|
|
2401
|
+
if (true === input3.stopunbounded)
|
|
2402
|
+
return $io22(input3);
|
|
2280
2403
|
return false;
|
|
2281
2404
|
})();
|
|
2282
2405
|
const $iu10 = (input3) => (() => {
|
|
2283
2406
|
if ("gene" === input3.kind)
|
|
2284
|
-
return $
|
|
2407
|
+
return $io34(input3);
|
|
2285
2408
|
if ("coord" === input3.kind)
|
|
2286
|
-
return $
|
|
2409
|
+
return $io37(input3);
|
|
2287
2410
|
return false;
|
|
2288
2411
|
})();
|
|
2289
2412
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -2365,13 +2488,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2365
2488
|
path: _path2 + ".skipValuesBuild",
|
|
2366
2489
|
expected: "(boolean | undefined)",
|
|
2367
2490
|
value: input3.skipValuesBuild
|
|
2491
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2492
|
+
path: _path2 + ".valueConversion",
|
|
2493
|
+
expected: "(__type.o1 | undefined)",
|
|
2494
|
+
value: input3.valueConversion
|
|
2495
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2496
|
+
path: _path2 + ".valueConversion",
|
|
2497
|
+
expected: "(__type.o1 | undefined)",
|
|
2498
|
+
value: input3.valueConversion
|
|
2368
2499
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2369
2500
|
path: _path2 + ".continuousColorScale",
|
|
2370
|
-
expected: "(__type.
|
|
2501
|
+
expected: "(__type.o3 | undefined)",
|
|
2371
2502
|
value: input3.continuousColorScale
|
|
2372
|
-
})) && $
|
|
2503
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2373
2504
|
path: _path2 + ".continuousColorScale",
|
|
2374
|
-
expected: "(__type.
|
|
2505
|
+
expected: "(__type.o3 | undefined)",
|
|
2375
2506
|
value: input3.continuousColorScale
|
|
2376
2507
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2377
2508
|
path: _path2 + ".unit",
|
|
@@ -2381,7 +2512,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2381
2512
|
path: _path2 + ".bins",
|
|
2382
2513
|
expected: "(PresetNumericBins | undefined)",
|
|
2383
2514
|
value: input3.bins
|
|
2384
|
-
})) && $
|
|
2515
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2385
2516
|
path: _path2 + ".bins",
|
|
2386
2517
|
expected: "(PresetNumericBins | undefined)",
|
|
2387
2518
|
value: input3.bins
|
|
@@ -2604,16 +2735,37 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2604
2735
|
path: _path2 + ".skipValuesBuild",
|
|
2605
2736
|
expected: "(boolean | undefined)",
|
|
2606
2737
|
value: input3.skipValuesBuild
|
|
2738
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2739
|
+
path: _path2 + ".valueConversion",
|
|
2740
|
+
expected: "(__type.o1 | undefined)",
|
|
2741
|
+
value: input3.valueConversion
|
|
2742
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2743
|
+
path: _path2 + ".valueConversion",
|
|
2744
|
+
expected: "(__type.o1 | undefined)",
|
|
2745
|
+
value: input3.valueConversion
|
|
2607
2746
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2608
2747
|
path: _path2 + ".groupsetting",
|
|
2609
2748
|
expected: "TermGroupSetting",
|
|
2610
2749
|
value: input3.groupsetting
|
|
2611
|
-
})) && $
|
|
2750
|
+
})) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2612
2751
|
path: _path2 + ".groupsetting",
|
|
2613
2752
|
expected: "TermGroupSetting",
|
|
2614
2753
|
value: input3.groupsetting
|
|
2615
2754
|
})].every((flag) => flag);
|
|
2616
|
-
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["
|
|
2755
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
2756
|
+
path: _path2 + ".fromUnit",
|
|
2757
|
+
expected: "string",
|
|
2758
|
+
value: input3.fromUnit
|
|
2759
|
+
}), "string" === typeof input3.toUnit || $report(_exceptionable2, {
|
|
2760
|
+
path: _path2 + ".toUnit",
|
|
2761
|
+
expected: "string",
|
|
2762
|
+
value: input3.toUnit
|
|
2763
|
+
}), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
|
|
2764
|
+
path: _path2 + ".scaleFactor",
|
|
2765
|
+
expected: "string",
|
|
2766
|
+
value: input3.scaleFactor
|
|
2767
|
+
})].every((flag) => flag);
|
|
2768
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2617
2769
|
path: _path2 + ".disabled",
|
|
2618
2770
|
expected: "boolean",
|
|
2619
2771
|
value: input3.disabled
|
|
@@ -2625,7 +2777,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2625
2777
|
path: _path2 + ".lst[" + _index8 + "]",
|
|
2626
2778
|
expected: "Groupset",
|
|
2627
2779
|
value: elem
|
|
2628
|
-
})) && $
|
|
2780
|
+
})) && $vo10(elem, _path2 + ".lst[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2629
2781
|
path: _path2 + ".lst[" + _index8 + "]",
|
|
2630
2782
|
expected: "Groupset",
|
|
2631
2783
|
value: elem
|
|
@@ -2634,7 +2786,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2634
2786
|
expected: "(Array<Groupset> | undefined)",
|
|
2635
2787
|
value: input3.lst
|
|
2636
2788
|
})].every((flag) => flag);
|
|
2637
|
-
const $
|
|
2789
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2638
2790
|
path: _path2 + ".name",
|
|
2639
2791
|
expected: "string",
|
|
2640
2792
|
value: input3.name
|
|
@@ -2667,7 +2819,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2667
2819
|
expected: "Array<GroupEntry>",
|
|
2668
2820
|
value: input3.groups
|
|
2669
2821
|
})].every((flag) => flag);
|
|
2670
|
-
const $
|
|
2822
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2671
2823
|
path: _path2 + ".name",
|
|
2672
2824
|
expected: "string",
|
|
2673
2825
|
value: input3.name
|
|
@@ -2681,11 +2833,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2681
2833
|
value: input3.values
|
|
2682
2834
|
})) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2683
2835
|
path: _path2 + ".values[" + _index10 + "]",
|
|
2684
|
-
expected: "__type.
|
|
2836
|
+
expected: "__type.o2",
|
|
2685
2837
|
value: elem
|
|
2686
|
-
})) && $
|
|
2838
|
+
})) && $vo12(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2687
2839
|
path: _path2 + ".values[" + _index10 + "]",
|
|
2688
|
-
expected: "__type.
|
|
2840
|
+
expected: "__type.o2",
|
|
2689
2841
|
value: elem
|
|
2690
2842
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2691
2843
|
path: _path2 + ".values",
|
|
@@ -2696,7 +2848,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2696
2848
|
expected: "(boolean | undefined)",
|
|
2697
2849
|
value: input3.uncomputable
|
|
2698
2850
|
})].every((flag) => flag);
|
|
2699
|
-
const $
|
|
2851
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2700
2852
|
path: _path2 + ".key",
|
|
2701
2853
|
expected: "(number | string)",
|
|
2702
2854
|
value: input3.key
|
|
@@ -2705,7 +2857,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2705
2857
|
expected: "string",
|
|
2706
2858
|
value: input3.label
|
|
2707
2859
|
})].every((flag) => flag);
|
|
2708
|
-
const $
|
|
2860
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2709
2861
|
path: _path2 + ".name",
|
|
2710
2862
|
expected: "string",
|
|
2711
2863
|
value: input3.name
|
|
@@ -2726,7 +2878,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2726
2878
|
expected: "string",
|
|
2727
2879
|
value: input3.color
|
|
2728
2880
|
})].every((flag) => flag);
|
|
2729
|
-
const $
|
|
2881
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2730
2882
|
path: _path2 + ".join",
|
|
2731
2883
|
expected: "(string | undefined)",
|
|
2732
2884
|
value: input3.join
|
|
@@ -2764,18 +2916,18 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2764
2916
|
value: input3.values
|
|
2765
2917
|
})) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2766
2918
|
path: _path2 + ".values[" + _index12 + "]",
|
|
2767
|
-
expected: "__type.
|
|
2919
|
+
expected: "__type.o4",
|
|
2768
2920
|
value: elem
|
|
2769
|
-
})) && $
|
|
2921
|
+
})) && $vo28(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2770
2922
|
path: _path2 + ".values[" + _index12 + "]",
|
|
2771
|
-
expected: "__type.
|
|
2923
|
+
expected: "__type.o4",
|
|
2772
2924
|
value: elem
|
|
2773
2925
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2774
2926
|
path: _path2 + ".values",
|
|
2775
2927
|
expected: "Array<__type>.o1",
|
|
2776
2928
|
value: input3.values
|
|
2777
2929
|
})].every((flag) => flag);
|
|
2778
|
-
const $
|
|
2930
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2779
2931
|
path: _path2 + ".id",
|
|
2780
2932
|
expected: "string",
|
|
2781
2933
|
value: input3.id
|
|
@@ -2831,13 +2983,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2831
2983
|
path: _path2 + ".skipValuesBuild",
|
|
2832
2984
|
expected: "(boolean | undefined)",
|
|
2833
2985
|
value: input3.skipValuesBuild
|
|
2986
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2987
|
+
path: _path2 + ".valueConversion",
|
|
2988
|
+
expected: "(__type.o1 | undefined)",
|
|
2989
|
+
value: input3.valueConversion
|
|
2990
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2991
|
+
path: _path2 + ".valueConversion",
|
|
2992
|
+
expected: "(__type.o1 | undefined)",
|
|
2993
|
+
value: input3.valueConversion
|
|
2834
2994
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2835
2995
|
path: _path2 + ".continuousColorScale",
|
|
2836
|
-
expected: "(__type.
|
|
2996
|
+
expected: "(__type.o3 | undefined)",
|
|
2837
2997
|
value: input3.continuousColorScale
|
|
2838
|
-
})) && $
|
|
2998
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2839
2999
|
path: _path2 + ".continuousColorScale",
|
|
2840
|
-
expected: "(__type.
|
|
3000
|
+
expected: "(__type.o3 | undefined)",
|
|
2841
3001
|
value: input3.continuousColorScale
|
|
2842
3002
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
2843
3003
|
path: _path2 + ".unit",
|
|
@@ -2847,12 +3007,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2847
3007
|
path: _path2 + ".bins",
|
|
2848
3008
|
expected: "PresetNumericBins",
|
|
2849
3009
|
value: input3.bins
|
|
2850
|
-
})) && $
|
|
3010
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2851
3011
|
path: _path2 + ".bins",
|
|
2852
3012
|
expected: "PresetNumericBins",
|
|
2853
3013
|
value: input3.bins
|
|
2854
3014
|
})].every((flag) => flag);
|
|
2855
|
-
const $
|
|
3015
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
2856
3016
|
path: _path2 + ".minColor",
|
|
2857
3017
|
expected: "string",
|
|
2858
3018
|
value: input3.minColor
|
|
@@ -2861,7 +3021,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2861
3021
|
expected: "string",
|
|
2862
3022
|
value: input3.maxColor
|
|
2863
3023
|
})].every((flag) => flag);
|
|
2864
|
-
const $
|
|
3024
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
2865
3025
|
path: _path2 + '["default"]',
|
|
2866
3026
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
2867
3027
|
value: input3["default"]
|
|
@@ -2898,11 +3058,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2898
3058
|
expected: "(number | undefined)",
|
|
2899
3059
|
value: input3.max
|
|
2900
3060
|
})].every((flag) => flag);
|
|
2901
|
-
const $
|
|
3061
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2902
3062
|
path: _path2 + ".hiddenValues",
|
|
2903
3063
|
expected: "(HiddenValues | undefined)",
|
|
2904
3064
|
value: input3.hiddenValues
|
|
2905
|
-
})) && $
|
|
3065
|
+
})) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2906
3066
|
path: _path2 + ".hiddenValues",
|
|
2907
3067
|
expected: "(HiddenValues | undefined)",
|
|
2908
3068
|
value: input3.hiddenValues
|
|
@@ -2950,8 +3110,20 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2950
3110
|
path: _path2 + ".label_offset",
|
|
2951
3111
|
expected: "(number | undefined)",
|
|
2952
3112
|
value: input3.label_offset
|
|
3113
|
+
}), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
|
|
3114
|
+
path: _path2 + ".startinclusive",
|
|
3115
|
+
expected: "(boolean | undefined)",
|
|
3116
|
+
value: input3.startinclusive
|
|
3117
|
+
}), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
|
|
3118
|
+
path: _path2 + ".stopinclusive",
|
|
3119
|
+
expected: "(boolean | undefined)",
|
|
3120
|
+
value: input3.stopinclusive
|
|
3121
|
+
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
3122
|
+
path: _path2 + ".rounding",
|
|
3123
|
+
expected: "(string | undefined)",
|
|
3124
|
+
value: input3.rounding
|
|
2953
3125
|
})].every((flag) => flag);
|
|
2954
|
-
const $
|
|
3126
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2955
3127
|
const value = input3[key];
|
|
2956
3128
|
if (void 0 === value)
|
|
2957
3129
|
return true;
|
|
@@ -2963,7 +3135,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2963
3135
|
});
|
|
2964
3136
|
return true;
|
|
2965
3137
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2966
|
-
const $
|
|
3138
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
2967
3139
|
path: _path2 + ".startunbounded",
|
|
2968
3140
|
expected: "true",
|
|
2969
3141
|
value: input3.startunbounded
|
|
@@ -2992,7 +3164,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2992
3164
|
expected: "(string | undefined)",
|
|
2993
3165
|
value: input3.range
|
|
2994
3166
|
})].every((flag) => flag);
|
|
2995
|
-
const $
|
|
3167
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
2996
3168
|
path: _path2 + ".startunbounded",
|
|
2997
3169
|
expected: "(false | undefined)",
|
|
2998
3170
|
value: input3.startunbounded
|
|
@@ -3025,7 +3197,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3025
3197
|
expected: "(string | undefined)",
|
|
3026
3198
|
value: input3.range
|
|
3027
3199
|
})].every((flag) => flag);
|
|
3028
|
-
const $
|
|
3200
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
3029
3201
|
path: _path2 + ".start",
|
|
3030
3202
|
expected: "number",
|
|
3031
3203
|
value: input3.start
|
|
@@ -3054,11 +3226,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3054
3226
|
expected: "(string | undefined)",
|
|
3055
3227
|
value: input3.range
|
|
3056
3228
|
})].every((flag) => flag);
|
|
3057
|
-
const $
|
|
3229
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3058
3230
|
path: _path2 + ".hiddenValues",
|
|
3059
3231
|
expected: "(HiddenValues | undefined)",
|
|
3060
3232
|
value: input3.hiddenValues
|
|
3061
|
-
})) && $
|
|
3233
|
+
})) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3062
3234
|
path: _path2 + ".hiddenValues",
|
|
3063
3235
|
expected: "(HiddenValues | undefined)",
|
|
3064
3236
|
value: input3.hiddenValues
|
|
@@ -3084,7 +3256,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3084
3256
|
value: input3.mode
|
|
3085
3257
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
3086
3258
|
path: _path2 + ".lst",
|
|
3087
|
-
expected: "
|
|
3259
|
+
expected: "CustomNumericBinConfigLst",
|
|
3088
3260
|
value: input3.lst
|
|
3089
3261
|
})) && ([
|
|
3090
3262
|
("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
|
|
@@ -3114,14 +3286,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3114
3286
|
value: input3.lst.slice(1)
|
|
3115
3287
|
}))) || $report(_exceptionable2, {
|
|
3116
3288
|
path: _path2 + ".lst",
|
|
3117
|
-
expected: "
|
|
3289
|
+
expected: "CustomNumericBinConfigLst",
|
|
3118
3290
|
value: input3.lst
|
|
3119
3291
|
}), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
|
|
3120
3292
|
path: _path2 + ".preferredBins",
|
|
3121
3293
|
expected: '("median" | undefined)',
|
|
3122
3294
|
value: input3.preferredBins
|
|
3123
3295
|
})].every((flag) => flag);
|
|
3124
|
-
const $
|
|
3296
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3125
3297
|
path: _path2 + ".id",
|
|
3126
3298
|
expected: "string",
|
|
3127
3299
|
value: input3.id
|
|
@@ -3177,13 +3349,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3177
3349
|
path: _path2 + ".skipValuesBuild",
|
|
3178
3350
|
expected: "(boolean | undefined)",
|
|
3179
3351
|
value: input3.skipValuesBuild
|
|
3352
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3353
|
+
path: _path2 + ".valueConversion",
|
|
3354
|
+
expected: "(__type.o1 | undefined)",
|
|
3355
|
+
value: input3.valueConversion
|
|
3356
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3357
|
+
path: _path2 + ".valueConversion",
|
|
3358
|
+
expected: "(__type.o1 | undefined)",
|
|
3359
|
+
value: input3.valueConversion
|
|
3180
3360
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
3181
3361
|
path: _path2 + ".continuousColorScale",
|
|
3182
|
-
expected: "(__type.
|
|
3362
|
+
expected: "(__type.o3 | undefined)",
|
|
3183
3363
|
value: input3.continuousColorScale
|
|
3184
|
-
})) && $
|
|
3364
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
3185
3365
|
path: _path2 + ".continuousColorScale",
|
|
3186
|
-
expected: "(__type.
|
|
3366
|
+
expected: "(__type.o3 | undefined)",
|
|
3187
3367
|
value: input3.continuousColorScale
|
|
3188
3368
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
3189
3369
|
path: _path2 + ".unit",
|
|
@@ -3193,7 +3373,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3193
3373
|
path: _path2 + ".bins",
|
|
3194
3374
|
expected: "(PresetNumericBins | undefined)",
|
|
3195
3375
|
value: input3.bins
|
|
3196
|
-
})) && $
|
|
3376
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
3197
3377
|
path: _path2 + ".bins",
|
|
3198
3378
|
expected: "(PresetNumericBins | undefined)",
|
|
3199
3379
|
value: input3.bins
|
|
@@ -3218,7 +3398,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3218
3398
|
expected: "number",
|
|
3219
3399
|
value: input3.stop
|
|
3220
3400
|
})].every((flag) => flag);
|
|
3221
|
-
const $
|
|
3401
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3222
3402
|
path: _path2 + ".id",
|
|
3223
3403
|
expected: "string",
|
|
3224
3404
|
value: input3.id
|
|
@@ -3274,13 +3454,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3274
3454
|
path: _path2 + ".skipValuesBuild",
|
|
3275
3455
|
expected: "(boolean | undefined)",
|
|
3276
3456
|
value: input3.skipValuesBuild
|
|
3457
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3458
|
+
path: _path2 + ".valueConversion",
|
|
3459
|
+
expected: "(__type.o1 | undefined)",
|
|
3460
|
+
value: input3.valueConversion
|
|
3461
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3462
|
+
path: _path2 + ".valueConversion",
|
|
3463
|
+
expected: "(__type.o1 | undefined)",
|
|
3464
|
+
value: input3.valueConversion
|
|
3277
3465
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
3278
3466
|
path: _path2 + ".continuousColorScale",
|
|
3279
|
-
expected: "(__type.
|
|
3467
|
+
expected: "(__type.o3 | undefined)",
|
|
3280
3468
|
value: input3.continuousColorScale
|
|
3281
|
-
})) && $
|
|
3469
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
3282
3470
|
path: _path2 + ".continuousColorScale",
|
|
3283
|
-
expected: "(__type.
|
|
3471
|
+
expected: "(__type.o3 | undefined)",
|
|
3284
3472
|
value: input3.continuousColorScale
|
|
3285
3473
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
3286
3474
|
path: _path2 + ".unit",
|
|
@@ -3294,12 +3482,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3294
3482
|
path: _path2 + ".bins",
|
|
3295
3483
|
expected: "(PresetNumericBins | undefined)",
|
|
3296
3484
|
value: input3.bins
|
|
3297
|
-
})) && $
|
|
3485
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
3298
3486
|
path: _path2 + ".bins",
|
|
3299
3487
|
expected: "(PresetNumericBins | undefined)",
|
|
3300
3488
|
value: input3.bins
|
|
3301
3489
|
})].every((flag) => flag);
|
|
3302
|
-
const $
|
|
3490
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3303
3491
|
path: _path2 + ".id",
|
|
3304
3492
|
expected: "string",
|
|
3305
3493
|
value: input3.id
|
|
@@ -3355,13 +3543,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3355
3543
|
path: _path2 + ".skipValuesBuild",
|
|
3356
3544
|
expected: "(boolean | undefined)",
|
|
3357
3545
|
value: input3.skipValuesBuild
|
|
3546
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3547
|
+
path: _path2 + ".valueConversion",
|
|
3548
|
+
expected: "(__type.o1 | undefined)",
|
|
3549
|
+
value: input3.valueConversion
|
|
3550
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3551
|
+
path: _path2 + ".valueConversion",
|
|
3552
|
+
expected: "(__type.o1 | undefined)",
|
|
3553
|
+
value: input3.valueConversion
|
|
3358
3554
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
3359
3555
|
path: _path2 + ".continuousColorScale",
|
|
3360
|
-
expected: "(__type.
|
|
3556
|
+
expected: "(__type.o3 | undefined)",
|
|
3361
3557
|
value: input3.continuousColorScale
|
|
3362
|
-
})) && $
|
|
3558
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
3363
3559
|
path: _path2 + ".continuousColorScale",
|
|
3364
|
-
expected: "(__type.
|
|
3560
|
+
expected: "(__type.o3 | undefined)",
|
|
3365
3561
|
value: input3.continuousColorScale
|
|
3366
3562
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
3367
3563
|
path: _path2 + ".unit",
|
|
@@ -3371,12 +3567,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3371
3567
|
path: _path2 + ".bins",
|
|
3372
3568
|
expected: "(PresetNumericBins | undefined)",
|
|
3373
3569
|
value: input3.bins
|
|
3374
|
-
})) && $
|
|
3570
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
3375
3571
|
path: _path2 + ".bins",
|
|
3376
3572
|
expected: "(PresetNumericBins | undefined)",
|
|
3377
3573
|
value: input3.bins
|
|
3378
3574
|
})].every((flag) => flag);
|
|
3379
|
-
const $
|
|
3575
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3380
3576
|
path: _path2 + ".id",
|
|
3381
3577
|
expected: "string",
|
|
3382
3578
|
value: input3.id
|
|
@@ -3432,13 +3628,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3432
3628
|
path: _path2 + ".skipValuesBuild",
|
|
3433
3629
|
expected: "(boolean | undefined)",
|
|
3434
3630
|
value: input3.skipValuesBuild
|
|
3631
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3632
|
+
path: _path2 + ".valueConversion",
|
|
3633
|
+
expected: "(__type.o1 | undefined)",
|
|
3634
|
+
value: input3.valueConversion
|
|
3635
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3636
|
+
path: _path2 + ".valueConversion",
|
|
3637
|
+
expected: "(__type.o1 | undefined)",
|
|
3638
|
+
value: input3.valueConversion
|
|
3435
3639
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
3436
3640
|
path: _path2 + ".continuousColorScale",
|
|
3437
|
-
expected: "(__type.
|
|
3641
|
+
expected: "(__type.o3 | undefined)",
|
|
3438
3642
|
value: input3.continuousColorScale
|
|
3439
|
-
})) && $
|
|
3643
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
3440
3644
|
path: _path2 + ".continuousColorScale",
|
|
3441
|
-
expected: "(__type.
|
|
3645
|
+
expected: "(__type.o3 | undefined)",
|
|
3442
3646
|
value: input3.continuousColorScale
|
|
3443
3647
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
3444
3648
|
path: _path2 + ".unit",
|
|
@@ -3460,12 +3664,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3460
3664
|
path: _path2 + ".bins",
|
|
3461
3665
|
expected: "(PresetNumericBins | undefined)",
|
|
3462
3666
|
value: input3.bins
|
|
3463
|
-
})) && $
|
|
3667
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
3464
3668
|
path: _path2 + ".bins",
|
|
3465
3669
|
expected: "(PresetNumericBins | undefined)",
|
|
3466
3670
|
value: input3.bins
|
|
3467
3671
|
})].every((flag) => flag);
|
|
3468
|
-
const $
|
|
3672
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3469
3673
|
path: _path2 + ".key",
|
|
3470
3674
|
expected: "string",
|
|
3471
3675
|
value: input3.key
|
|
@@ -3482,7 +3686,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3482
3686
|
expected: "(string | undefined)",
|
|
3483
3687
|
value: input3.label
|
|
3484
3688
|
})].every((flag) => flag);
|
|
3485
|
-
const $
|
|
3689
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
3486
3690
|
path: _path2 + ".join",
|
|
3487
3691
|
expected: "(string | undefined)",
|
|
3488
3692
|
value: input3.join
|
|
@@ -3494,7 +3698,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3494
3698
|
path: _path2 + ".term",
|
|
3495
3699
|
expected: "ConditionTerm",
|
|
3496
3700
|
value: input3.term
|
|
3497
|
-
})) && $
|
|
3701
|
+
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3498
3702
|
path: _path2 + ".term",
|
|
3499
3703
|
expected: "ConditionTerm",
|
|
3500
3704
|
value: input3.term
|
|
@@ -3518,7 +3722,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3518
3722
|
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
3519
3723
|
expected: "GradeAndChildEntry",
|
|
3520
3724
|
value: elem
|
|
3521
|
-
})) && $
|
|
3725
|
+
})) && $vo31(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3522
3726
|
path: _path2 + ".grade_and_child[" + _index25 + "]",
|
|
3523
3727
|
expected: "GradeAndChildEntry",
|
|
3524
3728
|
value: elem
|
|
@@ -3527,7 +3731,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3527
3731
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
3528
3732
|
value: input3.grade_and_child
|
|
3529
3733
|
})].every((flag) => flag);
|
|
3530
|
-
const $
|
|
3734
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3531
3735
|
path: _path2 + ".id",
|
|
3532
3736
|
expected: "string",
|
|
3533
3737
|
value: input3.id
|
|
@@ -3583,8 +3787,16 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3583
3787
|
path: _path2 + ".skipValuesBuild",
|
|
3584
3788
|
expected: "(boolean | undefined)",
|
|
3585
3789
|
value: input3.skipValuesBuild
|
|
3790
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3791
|
+
path: _path2 + ".valueConversion",
|
|
3792
|
+
expected: "(__type.o1 | undefined)",
|
|
3793
|
+
value: input3.valueConversion
|
|
3794
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3795
|
+
path: _path2 + ".valueConversion",
|
|
3796
|
+
expected: "(__type.o1 | undefined)",
|
|
3797
|
+
value: input3.valueConversion
|
|
3586
3798
|
})].every((flag) => flag);
|
|
3587
|
-
const $
|
|
3799
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
3588
3800
|
path: _path2 + ".grade",
|
|
3589
3801
|
expected: "number",
|
|
3590
3802
|
value: input3.grade
|
|
@@ -3601,7 +3813,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3601
3813
|
expected: "string",
|
|
3602
3814
|
value: input3.child_label
|
|
3603
3815
|
})].every((flag) => flag);
|
|
3604
|
-
const $
|
|
3816
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
3605
3817
|
path: _path2 + ".join",
|
|
3606
3818
|
expected: "(string | undefined)",
|
|
3607
3819
|
value: input3.join
|
|
@@ -3613,7 +3825,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3613
3825
|
path: _path2 + ".term",
|
|
3614
3826
|
expected: "DtTerm",
|
|
3615
3827
|
value: input3.term
|
|
3616
|
-
})) && $
|
|
3828
|
+
})) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3617
3829
|
path: _path2 + ".term",
|
|
3618
3830
|
expected: "DtTerm",
|
|
3619
3831
|
value: input3.term
|
|
@@ -3623,11 +3835,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3623
3835
|
value: input3.values
|
|
3624
3836
|
})) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3625
3837
|
path: _path2 + ".values[" + _index28 + "]",
|
|
3626
|
-
expected: "__type.
|
|
3838
|
+
expected: "__type.o5",
|
|
3627
3839
|
value: elem
|
|
3628
|
-
})) && $
|
|
3840
|
+
})) && $vo38(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3629
3841
|
path: _path2 + ".values[" + _index28 + "]",
|
|
3630
|
-
expected: "__type.
|
|
3842
|
+
expected: "__type.o5",
|
|
3631
3843
|
value: elem
|
|
3632
3844
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3633
3845
|
path: _path2 + ".values",
|
|
@@ -3642,7 +3854,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3642
3854
|
expected: "(boolean | undefined)",
|
|
3643
3855
|
value: input3.excludeGeneName
|
|
3644
3856
|
})].every((flag) => flag);
|
|
3645
|
-
const $
|
|
3857
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3646
3858
|
path: _path2 + ".id",
|
|
3647
3859
|
expected: "string",
|
|
3648
3860
|
value: input3.id
|
|
@@ -3691,7 +3903,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3691
3903
|
expected: "TermValues",
|
|
3692
3904
|
value: input3.values
|
|
3693
3905
|
})].every((flag) => flag);
|
|
3694
|
-
const $
|
|
3906
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3695
3907
|
path: _path2 + ".id",
|
|
3696
3908
|
expected: "string",
|
|
3697
3909
|
value: input3.id
|
|
@@ -3747,6 +3959,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3747
3959
|
path: _path2 + ".skipValuesBuild",
|
|
3748
3960
|
expected: "(boolean | undefined)",
|
|
3749
3961
|
value: input3.skipValuesBuild
|
|
3962
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3963
|
+
path: _path2 + ".valueConversion",
|
|
3964
|
+
expected: "(__type.o1 | undefined)",
|
|
3965
|
+
value: input3.valueConversion
|
|
3966
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3967
|
+
path: _path2 + ".valueConversion",
|
|
3968
|
+
expected: "(__type.o1 | undefined)",
|
|
3969
|
+
value: input3.valueConversion
|
|
3750
3970
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
3751
3971
|
path: _path2 + ".kind",
|
|
3752
3972
|
expected: '"gene"',
|
|
@@ -3787,7 +4007,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3787
4007
|
path: _path2 + ".groupsetting",
|
|
3788
4008
|
expected: "(TermGroupSetting | undefined)",
|
|
3789
4009
|
value: input3.groupsetting
|
|
3790
|
-
})) && $
|
|
4010
|
+
})) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3791
4011
|
path: _path2 + ".groupsetting",
|
|
3792
4012
|
expected: "(TermGroupSetting | undefined)",
|
|
3793
4013
|
value: input3.groupsetting
|
|
@@ -3799,7 +4019,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3799
4019
|
path: _path2 + ".childTerms[" + _index32 + "]",
|
|
3800
4020
|
expected: "DtTerm",
|
|
3801
4021
|
value: elem
|
|
3802
|
-
})) && $
|
|
4022
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3803
4023
|
path: _path2 + ".childTerms[" + _index32 + "]",
|
|
3804
4024
|
expected: "DtTerm",
|
|
3805
4025
|
value: elem
|
|
@@ -3808,7 +4028,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3808
4028
|
expected: "(Array<DtTerm> | undefined)",
|
|
3809
4029
|
value: input3.childTerms
|
|
3810
4030
|
})].every((flag) => flag);
|
|
3811
|
-
const $
|
|
4031
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3812
4032
|
path: _path2 + ".id",
|
|
3813
4033
|
expected: "string",
|
|
3814
4034
|
value: input3.id
|
|
@@ -3864,6 +4084,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3864
4084
|
path: _path2 + ".skipValuesBuild",
|
|
3865
4085
|
expected: "(boolean | undefined)",
|
|
3866
4086
|
value: input3.skipValuesBuild
|
|
4087
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4088
|
+
path: _path2 + ".valueConversion",
|
|
4089
|
+
expected: "(__type.o1 | undefined)",
|
|
4090
|
+
value: input3.valueConversion
|
|
4091
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4092
|
+
path: _path2 + ".valueConversion",
|
|
4093
|
+
expected: "(__type.o1 | undefined)",
|
|
4094
|
+
value: input3.valueConversion
|
|
3867
4095
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
3868
4096
|
path: _path2 + ".kind",
|
|
3869
4097
|
expected: '"gene"',
|
|
@@ -3885,7 +4113,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3885
4113
|
expected: "(number | undefined)",
|
|
3886
4114
|
value: input3.stop
|
|
3887
4115
|
})].every((flag) => flag);
|
|
3888
|
-
const $
|
|
4116
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3889
4117
|
path: _path2 + ".id",
|
|
3890
4118
|
expected: "string",
|
|
3891
4119
|
value: input3.id
|
|
@@ -3941,6 +4169,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3941
4169
|
path: _path2 + ".skipValuesBuild",
|
|
3942
4170
|
expected: "(boolean | undefined)",
|
|
3943
4171
|
value: input3.skipValuesBuild
|
|
4172
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4173
|
+
path: _path2 + ".valueConversion",
|
|
4174
|
+
expected: "(__type.o1 | undefined)",
|
|
4175
|
+
value: input3.valueConversion
|
|
4176
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4177
|
+
path: _path2 + ".valueConversion",
|
|
4178
|
+
expected: "(__type.o1 | undefined)",
|
|
4179
|
+
value: input3.valueConversion
|
|
3944
4180
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3945
4181
|
path: _path2 + ".kind",
|
|
3946
4182
|
expected: '"coord"',
|
|
@@ -3958,7 +4194,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3958
4194
|
expected: "number",
|
|
3959
4195
|
value: input3.stop
|
|
3960
4196
|
})].every((flag) => flag);
|
|
3961
|
-
const $
|
|
4197
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3962
4198
|
path: _path2 + ".id",
|
|
3963
4199
|
expected: "string",
|
|
3964
4200
|
value: input3.id
|
|
@@ -4014,6 +4250,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4014
4250
|
path: _path2 + ".skipValuesBuild",
|
|
4015
4251
|
expected: "(boolean | undefined)",
|
|
4016
4252
|
value: input3.skipValuesBuild
|
|
4253
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4254
|
+
path: _path2 + ".valueConversion",
|
|
4255
|
+
expected: "(__type.o1 | undefined)",
|
|
4256
|
+
value: input3.valueConversion
|
|
4257
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4258
|
+
path: _path2 + ".valueConversion",
|
|
4259
|
+
expected: "(__type.o1 | undefined)",
|
|
4260
|
+
value: input3.valueConversion
|
|
4017
4261
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
4018
4262
|
path: _path2 + ".kind",
|
|
4019
4263
|
expected: '"coord"',
|
|
@@ -4050,7 +4294,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4050
4294
|
path: _path2 + ".groupsetting",
|
|
4051
4295
|
expected: "(TermGroupSetting | undefined)",
|
|
4052
4296
|
value: input3.groupsetting
|
|
4053
|
-
})) && $
|
|
4297
|
+
})) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4054
4298
|
path: _path2 + ".groupsetting",
|
|
4055
4299
|
expected: "(TermGroupSetting | undefined)",
|
|
4056
4300
|
value: input3.groupsetting
|
|
@@ -4062,7 +4306,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4062
4306
|
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
4063
4307
|
expected: "DtTerm",
|
|
4064
4308
|
value: elem
|
|
4065
|
-
})) && $
|
|
4309
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4066
4310
|
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
4067
4311
|
expected: "DtTerm",
|
|
4068
4312
|
value: elem
|
|
@@ -4071,7 +4315,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4071
4315
|
expected: "(Array<DtTerm> | undefined)",
|
|
4072
4316
|
value: input3.childTerms
|
|
4073
4317
|
})].every((flag) => flag);
|
|
4074
|
-
const $
|
|
4318
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
4075
4319
|
path: _path2 + ".key",
|
|
4076
4320
|
expected: "string",
|
|
4077
4321
|
value: input3.key
|
|
@@ -4084,7 +4328,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4084
4328
|
expected: "string",
|
|
4085
4329
|
value: input3.value
|
|
4086
4330
|
})].every((flag) => flag);
|
|
4087
|
-
const $
|
|
4331
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4088
4332
|
path: _path2 + ".id",
|
|
4089
4333
|
expected: "string",
|
|
4090
4334
|
value: input3.id
|
|
@@ -4140,6 +4384,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4140
4384
|
path: _path2 + ".skipValuesBuild",
|
|
4141
4385
|
expected: "(boolean | undefined)",
|
|
4142
4386
|
value: input3.skipValuesBuild
|
|
4387
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4388
|
+
path: _path2 + ".valueConversion",
|
|
4389
|
+
expected: "(__type.o1 | undefined)",
|
|
4390
|
+
value: input3.valueConversion
|
|
4391
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4392
|
+
path: _path2 + ".valueConversion",
|
|
4393
|
+
expected: "(__type.o1 | undefined)",
|
|
4394
|
+
value: input3.valueConversion
|
|
4143
4395
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
4144
4396
|
path: _path2 + ".kind",
|
|
4145
4397
|
expected: '"gene"',
|
|
@@ -4180,7 +4432,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4180
4432
|
path: _path2 + ".groupsetting",
|
|
4181
4433
|
expected: "TermGroupSetting",
|
|
4182
4434
|
value: input3.groupsetting
|
|
4183
|
-
})) && $
|
|
4435
|
+
})) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4184
4436
|
path: _path2 + ".groupsetting",
|
|
4185
4437
|
expected: "TermGroupSetting",
|
|
4186
4438
|
value: input3.groupsetting
|
|
@@ -4192,7 +4444,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4192
4444
|
path: _path2 + ".childTerms[" + _index44 + "]",
|
|
4193
4445
|
expected: "DtTerm",
|
|
4194
4446
|
value: elem
|
|
4195
|
-
})) && $
|
|
4447
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4196
4448
|
path: _path2 + ".childTerms[" + _index44 + "]",
|
|
4197
4449
|
expected: "DtTerm",
|
|
4198
4450
|
value: elem
|
|
@@ -4201,7 +4453,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4201
4453
|
expected: "Array<DtTerm>",
|
|
4202
4454
|
value: input3.childTerms
|
|
4203
4455
|
})].every((flag) => flag);
|
|
4204
|
-
const $
|
|
4456
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4205
4457
|
path: _path2 + ".id",
|
|
4206
4458
|
expected: "string",
|
|
4207
4459
|
value: input3.id
|
|
@@ -4257,6 +4509,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4257
4509
|
path: _path2 + ".skipValuesBuild",
|
|
4258
4510
|
expected: "(boolean | undefined)",
|
|
4259
4511
|
value: input3.skipValuesBuild
|
|
4512
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4513
|
+
path: _path2 + ".valueConversion",
|
|
4514
|
+
expected: "(__type.o1 | undefined)",
|
|
4515
|
+
value: input3.valueConversion
|
|
4516
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4517
|
+
path: _path2 + ".valueConversion",
|
|
4518
|
+
expected: "(__type.o1 | undefined)",
|
|
4519
|
+
value: input3.valueConversion
|
|
4260
4520
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
4261
4521
|
path: _path2 + ".kind",
|
|
4262
4522
|
expected: '"coord"',
|
|
@@ -4293,7 +4553,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4293
4553
|
path: _path2 + ".groupsetting",
|
|
4294
4554
|
expected: "TermGroupSetting",
|
|
4295
4555
|
value: input3.groupsetting
|
|
4296
|
-
})) && $
|
|
4556
|
+
})) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4297
4557
|
path: _path2 + ".groupsetting",
|
|
4298
4558
|
expected: "TermGroupSetting",
|
|
4299
4559
|
value: input3.groupsetting
|
|
@@ -4305,7 +4565,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4305
4565
|
path: _path2 + ".childTerms[" + _index48 + "]",
|
|
4306
4566
|
expected: "DtTerm",
|
|
4307
4567
|
value: elem
|
|
4308
|
-
})) && $
|
|
4568
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4309
4569
|
path: _path2 + ".childTerms[" + _index48 + "]",
|
|
4310
4570
|
expected: "DtTerm",
|
|
4311
4571
|
value: elem
|
|
@@ -4314,7 +4574,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4314
4574
|
expected: "Array<DtTerm>",
|
|
4315
4575
|
value: input3.childTerms
|
|
4316
4576
|
})].every((flag) => flag);
|
|
4317
|
-
const $
|
|
4577
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4318
4578
|
path: _path2 + ".id",
|
|
4319
4579
|
expected: "string",
|
|
4320
4580
|
value: input3.id
|
|
@@ -4370,13 +4630,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4370
4630
|
path: _path2 + ".skipValuesBuild",
|
|
4371
4631
|
expected: "(boolean | undefined)",
|
|
4372
4632
|
value: input3.skipValuesBuild
|
|
4633
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4634
|
+
path: _path2 + ".valueConversion",
|
|
4635
|
+
expected: "(__type.o1 | undefined)",
|
|
4636
|
+
value: input3.valueConversion
|
|
4637
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4638
|
+
path: _path2 + ".valueConversion",
|
|
4639
|
+
expected: "(__type.o1 | undefined)",
|
|
4640
|
+
value: input3.valueConversion
|
|
4373
4641
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4374
4642
|
path: _path2 + ".continuousColorScale",
|
|
4375
|
-
expected: "(__type.
|
|
4643
|
+
expected: "(__type.o3 | undefined)",
|
|
4376
4644
|
value: input3.continuousColorScale
|
|
4377
|
-
})) && $
|
|
4645
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4378
4646
|
path: _path2 + ".continuousColorScale",
|
|
4379
|
-
expected: "(__type.
|
|
4647
|
+
expected: "(__type.o3 | undefined)",
|
|
4380
4648
|
value: input3.continuousColorScale
|
|
4381
4649
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4382
4650
|
path: _path2 + ".unit",
|
|
@@ -4390,12 +4658,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4390
4658
|
path: _path2 + ".bins",
|
|
4391
4659
|
expected: "(PresetNumericBins | undefined)",
|
|
4392
4660
|
value: input3.bins
|
|
4393
|
-
})) && $
|
|
4661
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4394
4662
|
path: _path2 + ".bins",
|
|
4395
4663
|
expected: "(PresetNumericBins | undefined)",
|
|
4396
4664
|
value: input3.bins
|
|
4397
4665
|
})].every((flag) => flag);
|
|
4398
|
-
const $
|
|
4666
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4399
4667
|
path: _path2 + ".id",
|
|
4400
4668
|
expected: "string",
|
|
4401
4669
|
value: input3.id
|
|
@@ -4451,16 +4719,24 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4451
4719
|
path: _path2 + ".skipValuesBuild",
|
|
4452
4720
|
expected: "(boolean | undefined)",
|
|
4453
4721
|
value: input3.skipValuesBuild
|
|
4722
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4723
|
+
path: _path2 + ".valueConversion",
|
|
4724
|
+
expected: "(__type.o1 | undefined)",
|
|
4725
|
+
value: input3.valueConversion
|
|
4726
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4727
|
+
path: _path2 + ".valueConversion",
|
|
4728
|
+
expected: "(__type.o1 | undefined)",
|
|
4729
|
+
value: input3.valueConversion
|
|
4454
4730
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
4455
4731
|
path: _path2 + ".groupsetting",
|
|
4456
4732
|
expected: "TermGroupSetting",
|
|
4457
4733
|
value: input3.groupsetting
|
|
4458
|
-
})) && $
|
|
4734
|
+
})) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4459
4735
|
path: _path2 + ".groupsetting",
|
|
4460
4736
|
expected: "TermGroupSetting",
|
|
4461
4737
|
value: input3.groupsetting
|
|
4462
4738
|
})].every((flag) => flag);
|
|
4463
|
-
const $
|
|
4739
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4464
4740
|
path: _path2 + ".id",
|
|
4465
4741
|
expected: "string",
|
|
4466
4742
|
value: input3.id
|
|
@@ -4516,6 +4792,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4516
4792
|
path: _path2 + ".skipValuesBuild",
|
|
4517
4793
|
expected: "(boolean | undefined)",
|
|
4518
4794
|
value: input3.skipValuesBuild
|
|
4795
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4796
|
+
path: _path2 + ".valueConversion",
|
|
4797
|
+
expected: "(__type.o1 | undefined)",
|
|
4798
|
+
value: input3.valueConversion
|
|
4799
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4800
|
+
path: _path2 + ".valueConversion",
|
|
4801
|
+
expected: "(__type.o1 | undefined)",
|
|
4802
|
+
value: input3.valueConversion
|
|
4519
4803
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
4520
4804
|
path: _path2 + ".chr",
|
|
4521
4805
|
expected: "string",
|
|
@@ -4548,12 +4832,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4548
4832
|
path: _path2 + ".groupsetting",
|
|
4549
4833
|
expected: "TermGroupSetting",
|
|
4550
4834
|
value: input3.groupsetting
|
|
4551
|
-
})) && $
|
|
4835
|
+
})) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4552
4836
|
path: _path2 + ".groupsetting",
|
|
4553
4837
|
expected: "TermGroupSetting",
|
|
4554
4838
|
value: input3.groupsetting
|
|
4555
4839
|
})].every((flag) => flag);
|
|
4556
|
-
const $
|
|
4840
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4557
4841
|
path: _path2 + ".id",
|
|
4558
4842
|
expected: "string",
|
|
4559
4843
|
value: input3.id
|
|
@@ -4609,6 +4893,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4609
4893
|
path: _path2 + ".skipValuesBuild",
|
|
4610
4894
|
expected: "(boolean | undefined)",
|
|
4611
4895
|
value: input3.skipValuesBuild
|
|
4896
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4897
|
+
path: _path2 + ".valueConversion",
|
|
4898
|
+
expected: "(__type.o1 | undefined)",
|
|
4899
|
+
value: input3.valueConversion
|
|
4900
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4901
|
+
path: _path2 + ".valueConversion",
|
|
4902
|
+
expected: "(__type.o1 | undefined)",
|
|
4903
|
+
value: input3.valueConversion
|
|
4612
4904
|
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
4613
4905
|
path: _path2 + ".sample",
|
|
4614
4906
|
expected: "string",
|
|
@@ -4621,12 +4913,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4621
4913
|
path: _path2 + ".groupsetting",
|
|
4622
4914
|
expected: "TermGroupSetting",
|
|
4623
4915
|
value: input3.groupsetting
|
|
4624
|
-
})) && $
|
|
4916
|
+
})) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4625
4917
|
path: _path2 + ".groupsetting",
|
|
4626
4918
|
expected: "TermGroupSetting",
|
|
4627
4919
|
value: input3.groupsetting
|
|
4628
4920
|
})].every((flag) => flag);
|
|
4629
|
-
const $
|
|
4921
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4630
4922
|
path: _path2 + ".id",
|
|
4631
4923
|
expected: "string",
|
|
4632
4924
|
value: input3.id
|
|
@@ -4682,13 +4974,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4682
4974
|
path: _path2 + ".skipValuesBuild",
|
|
4683
4975
|
expected: "(boolean | undefined)",
|
|
4684
4976
|
value: input3.skipValuesBuild
|
|
4977
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4978
|
+
path: _path2 + ".valueConversion",
|
|
4979
|
+
expected: "(__type.o1 | undefined)",
|
|
4980
|
+
value: input3.valueConversion
|
|
4981
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4982
|
+
path: _path2 + ".valueConversion",
|
|
4983
|
+
expected: "(__type.o1 | undefined)",
|
|
4984
|
+
value: input3.valueConversion
|
|
4685
4985
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4686
4986
|
path: _path2 + ".continuousColorScale",
|
|
4687
|
-
expected: "(__type.
|
|
4987
|
+
expected: "(__type.o3 | undefined)",
|
|
4688
4988
|
value: input3.continuousColorScale
|
|
4689
|
-
})) && $
|
|
4989
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4690
4990
|
path: _path2 + ".continuousColorScale",
|
|
4691
|
-
expected: "(__type.
|
|
4991
|
+
expected: "(__type.o3 | undefined)",
|
|
4692
4992
|
value: input3.continuousColorScale
|
|
4693
4993
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4694
4994
|
path: _path2 + ".unit",
|
|
@@ -4698,12 +4998,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4698
4998
|
path: _path2 + ".bins",
|
|
4699
4999
|
expected: "PresetNumericBins",
|
|
4700
5000
|
value: input3.bins
|
|
4701
|
-
})) && $
|
|
5001
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4702
5002
|
path: _path2 + ".bins",
|
|
4703
5003
|
expected: "PresetNumericBins",
|
|
4704
5004
|
value: input3.bins
|
|
4705
5005
|
})].every((flag) => flag);
|
|
4706
|
-
const $
|
|
5006
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4707
5007
|
path: _path2 + ".id",
|
|
4708
5008
|
expected: "string",
|
|
4709
5009
|
value: input3.id
|
|
@@ -4759,13 +5059,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4759
5059
|
path: _path2 + ".skipValuesBuild",
|
|
4760
5060
|
expected: "(boolean | undefined)",
|
|
4761
5061
|
value: input3.skipValuesBuild
|
|
5062
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5063
|
+
path: _path2 + ".valueConversion",
|
|
5064
|
+
expected: "(__type.o1 | undefined)",
|
|
5065
|
+
value: input3.valueConversion
|
|
5066
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5067
|
+
path: _path2 + ".valueConversion",
|
|
5068
|
+
expected: "(__type.o1 | undefined)",
|
|
5069
|
+
value: input3.valueConversion
|
|
4762
5070
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4763
5071
|
path: _path2 + ".continuousColorScale",
|
|
4764
|
-
expected: "(__type.
|
|
5072
|
+
expected: "(__type.o3 | undefined)",
|
|
4765
5073
|
value: input3.continuousColorScale
|
|
4766
|
-
})) && $
|
|
5074
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4767
5075
|
path: _path2 + ".continuousColorScale",
|
|
4768
|
-
expected: "(__type.
|
|
5076
|
+
expected: "(__type.o3 | undefined)",
|
|
4769
5077
|
value: input3.continuousColorScale
|
|
4770
5078
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4771
5079
|
path: _path2 + ".unit",
|
|
@@ -4775,12 +5083,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4775
5083
|
path: _path2 + ".bins",
|
|
4776
5084
|
expected: "(PresetNumericBins | undefined)",
|
|
4777
5085
|
value: input3.bins
|
|
4778
|
-
})) && $
|
|
5086
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4779
5087
|
path: _path2 + ".bins",
|
|
4780
5088
|
expected: "(PresetNumericBins | undefined)",
|
|
4781
5089
|
value: input3.bins
|
|
4782
5090
|
})].every((flag) => flag);
|
|
4783
|
-
const $
|
|
5091
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4784
5092
|
path: _path2 + ".id",
|
|
4785
5093
|
expected: "string",
|
|
4786
5094
|
value: input3.id
|
|
@@ -4836,13 +5144,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4836
5144
|
path: _path2 + ".skipValuesBuild",
|
|
4837
5145
|
expected: "(boolean | undefined)",
|
|
4838
5146
|
value: input3.skipValuesBuild
|
|
5147
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5148
|
+
path: _path2 + ".valueConversion",
|
|
5149
|
+
expected: "(__type.o1 | undefined)",
|
|
5150
|
+
value: input3.valueConversion
|
|
5151
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5152
|
+
path: _path2 + ".valueConversion",
|
|
5153
|
+
expected: "(__type.o1 | undefined)",
|
|
5154
|
+
value: input3.valueConversion
|
|
4839
5155
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
4840
5156
|
path: _path2 + ".continuousColorScale",
|
|
4841
|
-
expected: "(__type.
|
|
5157
|
+
expected: "(__type.o3 | undefined)",
|
|
4842
5158
|
value: input3.continuousColorScale
|
|
4843
|
-
})) && $
|
|
5159
|
+
})) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
4844
5160
|
path: _path2 + ".continuousColorScale",
|
|
4845
|
-
expected: "(__type.
|
|
5161
|
+
expected: "(__type.o3 | undefined)",
|
|
4846
5162
|
value: input3.continuousColorScale
|
|
4847
5163
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
4848
5164
|
path: _path2 + ".unit",
|
|
@@ -4864,12 +5180,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4864
5180
|
path: _path2 + ".bins",
|
|
4865
5181
|
expected: "(PresetNumericBins | undefined)",
|
|
4866
5182
|
value: input3.bins
|
|
4867
|
-
})) && $
|
|
5183
|
+
})) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
4868
5184
|
path: _path2 + ".bins",
|
|
4869
5185
|
expected: "(PresetNumericBins | undefined)",
|
|
4870
5186
|
value: input3.bins
|
|
4871
5187
|
})].every((flag) => flag);
|
|
4872
|
-
const $
|
|
5188
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4873
5189
|
path: _path2 + ".id",
|
|
4874
5190
|
expected: "string",
|
|
4875
5191
|
value: input3.id
|
|
@@ -4925,8 +5241,16 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4925
5241
|
path: _path2 + ".skipValuesBuild",
|
|
4926
5242
|
expected: "(boolean | undefined)",
|
|
4927
5243
|
value: input3.skipValuesBuild
|
|
5244
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5245
|
+
path: _path2 + ".valueConversion",
|
|
5246
|
+
expected: "(__type.o1 | undefined)",
|
|
5247
|
+
value: input3.valueConversion
|
|
5248
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5249
|
+
path: _path2 + ".valueConversion",
|
|
5250
|
+
expected: "(__type.o1 | undefined)",
|
|
5251
|
+
value: input3.valueConversion
|
|
4928
5252
|
})].every((flag) => flag);
|
|
4929
|
-
const $
|
|
5253
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4930
5254
|
path: _path2 + ".id",
|
|
4931
5255
|
expected: "string",
|
|
4932
5256
|
value: input3.id
|
|
@@ -4982,6 +5306,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4982
5306
|
path: _path2 + ".skipValuesBuild",
|
|
4983
5307
|
expected: "(boolean | undefined)",
|
|
4984
5308
|
value: input3.skipValuesBuild
|
|
5309
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5310
|
+
path: _path2 + ".valueConversion",
|
|
5311
|
+
expected: "(__type.o1 | undefined)",
|
|
5312
|
+
value: input3.valueConversion
|
|
5313
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5314
|
+
path: _path2 + ".valueConversion",
|
|
5315
|
+
expected: "(__type.o1 | undefined)",
|
|
5316
|
+
value: input3.valueConversion
|
|
4985
5317
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
4986
5318
|
path: _path2 + ".reachedVariantLimit",
|
|
4987
5319
|
expected: "(boolean | undefined)",
|
|
@@ -4994,7 +5326,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4994
5326
|
path: _path2 + ".snps[" + _index69 + "]",
|
|
4995
5327
|
expected: "SnpsEntry",
|
|
4996
5328
|
value: elem
|
|
4997
|
-
})) && $
|
|
5329
|
+
})) && $vo50(elem, _path2 + ".snps[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4998
5330
|
path: _path2 + ".snps[" + _index69 + "]",
|
|
4999
5331
|
expected: "SnpsEntry",
|
|
5000
5332
|
value: elem
|
|
@@ -5003,7 +5335,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5003
5335
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5004
5336
|
value: input3.snps
|
|
5005
5337
|
})].every((flag) => flag);
|
|
5006
|
-
const $
|
|
5338
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
5007
5339
|
path: _path2 + ".altAlleles",
|
|
5008
5340
|
expected: "(Array<string> | undefined)",
|
|
5009
5341
|
value: input3.altAlleles
|
|
@@ -5023,7 +5355,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5023
5355
|
path: _path2 + ".alleles[" + _index71 + "]",
|
|
5024
5356
|
expected: "AllelesEntry",
|
|
5025
5357
|
value: elem
|
|
5026
|
-
})) && $
|
|
5358
|
+
})) && $vo51(elem, _path2 + ".alleles[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5027
5359
|
path: _path2 + ".alleles[" + _index71 + "]",
|
|
5028
5360
|
expected: "AllelesEntry",
|
|
5029
5361
|
value: elem
|
|
@@ -5037,11 +5369,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5037
5369
|
value: input3.effectAllele
|
|
5038
5370
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
5039
5371
|
path: _path2 + ".gt2count",
|
|
5040
|
-
expected: "(__type.
|
|
5372
|
+
expected: "(__type.o6 | undefined)",
|
|
5041
5373
|
value: input3.gt2count
|
|
5042
|
-
})) && $
|
|
5374
|
+
})) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
5043
5375
|
path: _path2 + ".gt2count",
|
|
5044
|
-
expected: "(__type.
|
|
5376
|
+
expected: "(__type.o6 | undefined)",
|
|
5045
5377
|
value: input3.gt2count
|
|
5046
5378
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
5047
5379
|
path: _path2 + ".invalid",
|
|
@@ -5068,7 +5400,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5068
5400
|
expected: "(number | undefined)",
|
|
5069
5401
|
value: input3.pos
|
|
5070
5402
|
})].every((flag) => flag);
|
|
5071
|
-
const $
|
|
5403
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
5072
5404
|
path: _path2 + ".allele",
|
|
5073
5405
|
expected: "string",
|
|
5074
5406
|
value: input3.allele
|
|
@@ -5081,7 +5413,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5081
5413
|
expected: "boolean",
|
|
5082
5414
|
value: input3.isRef
|
|
5083
5415
|
})].every((flag) => flag);
|
|
5084
|
-
const $
|
|
5416
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
5085
5417
|
path: _path2 + ".k",
|
|
5086
5418
|
expected: "string",
|
|
5087
5419
|
value: input3.k
|
|
@@ -5090,7 +5422,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5090
5422
|
expected: "(number | string)",
|
|
5091
5423
|
value: input3.v
|
|
5092
5424
|
})].every((flag) => flag);
|
|
5093
|
-
const $
|
|
5425
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5094
5426
|
path: _path2 + ".id",
|
|
5095
5427
|
expected: "string",
|
|
5096
5428
|
value: input3.id
|
|
@@ -5138,7 +5470,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5138
5470
|
path: _path2 + ".values",
|
|
5139
5471
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
5140
5472
|
value: input3.values
|
|
5141
|
-
})) && $
|
|
5473
|
+
})) && $vo54(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5142
5474
|
path: _path2 + ".values",
|
|
5143
5475
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
5144
5476
|
value: input3.values
|
|
@@ -5146,8 +5478,16 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5146
5478
|
path: _path2 + ".skipValuesBuild",
|
|
5147
5479
|
expected: "(boolean | undefined)",
|
|
5148
5480
|
value: input3.skipValuesBuild
|
|
5481
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5482
|
+
path: _path2 + ".valueConversion",
|
|
5483
|
+
expected: "(__type.o1 | undefined)",
|
|
5484
|
+
value: input3.valueConversion
|
|
5485
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5486
|
+
path: _path2 + ".valueConversion",
|
|
5487
|
+
expected: "(__type.o1 | undefined)",
|
|
5488
|
+
value: input3.valueConversion
|
|
5149
5489
|
})].every((flag) => flag);
|
|
5150
|
-
const $
|
|
5490
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
5151
5491
|
const value = input3[key];
|
|
5152
5492
|
if (void 0 === value)
|
|
5153
5493
|
return true;
|
|
@@ -5156,7 +5496,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5156
5496
|
path: _path2 + $join(key),
|
|
5157
5497
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
5158
5498
|
value
|
|
5159
|
-
})) && $
|
|
5499
|
+
})) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
5160
5500
|
path: _path2 + $join(key),
|
|
5161
5501
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
5162
5502
|
value
|
|
@@ -5166,14 +5506,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5166
5506
|
path: _path2 + $join(key),
|
|
5167
5507
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
5168
5508
|
value
|
|
5169
|
-
})) && $
|
|
5509
|
+
})) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
5170
5510
|
path: _path2 + $join(key),
|
|
5171
5511
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
5172
5512
|
value
|
|
5173
5513
|
});
|
|
5174
5514
|
return true;
|
|
5175
5515
|
}).every((flag) => flag)].every((flag) => flag);
|
|
5176
|
-
const $
|
|
5516
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
5177
5517
|
path: _path2 + ".key",
|
|
5178
5518
|
expected: "(string | undefined)",
|
|
5179
5519
|
value: input3.key
|
|
@@ -5219,18 +5559,18 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5219
5559
|
value: input3.list
|
|
5220
5560
|
})) && input3.list.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5221
5561
|
path: _path2 + ".list[" + _index74 + "]",
|
|
5222
|
-
expected: "__type.
|
|
5562
|
+
expected: "__type.o7",
|
|
5223
5563
|
value: elem
|
|
5224
|
-
})) && $
|
|
5564
|
+
})) && $vo56(elem, _path2 + ".list[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5225
5565
|
path: _path2 + ".list[" + _index74 + "]",
|
|
5226
|
-
expected: "__type.
|
|
5566
|
+
expected: "__type.o7",
|
|
5227
5567
|
value: elem
|
|
5228
5568
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5229
5569
|
path: _path2 + ".list",
|
|
5230
5570
|
expected: "Array<__type>.o3",
|
|
5231
5571
|
value: input3.list
|
|
5232
5572
|
}), true].every((flag) => flag);
|
|
5233
|
-
const $
|
|
5573
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
5234
5574
|
path: _path2 + ".sampleId",
|
|
5235
5575
|
expected: "string",
|
|
5236
5576
|
value: input3.sampleId
|
|
@@ -5241,22 +5581,22 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5241
5581
|
})].every((flag) => flag);
|
|
5242
5582
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5243
5583
|
if ("metaboliteIntensity" === input3.type)
|
|
5244
|
-
return $vo40(input3, _path2, _exceptionable2);
|
|
5245
|
-
if ("categorical" === input3.type)
|
|
5246
5584
|
return $vo41(input3, _path2, _exceptionable2);
|
|
5247
|
-
if ("
|
|
5585
|
+
if ("categorical" === input3.type)
|
|
5248
5586
|
return $vo42(input3, _path2, _exceptionable2);
|
|
5249
|
-
if ("
|
|
5587
|
+
if ("snp" === input3.type)
|
|
5250
5588
|
return $vo43(input3, _path2, _exceptionable2);
|
|
5589
|
+
if ("singleCellCellType" === input3.type)
|
|
5590
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
5251
5591
|
if ("date" === input3.type)
|
|
5252
|
-
return $
|
|
5592
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
5253
5593
|
if ("integer" === input3.type || "float" === input3.type)
|
|
5254
|
-
return $
|
|
5594
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
5255
5595
|
if ("ssGSEA" === input3.type)
|
|
5256
|
-
return $vo46(input3, _path2, _exceptionable2);
|
|
5257
|
-
if ("condition" === input3.type)
|
|
5258
5596
|
return $vo47(input3, _path2, _exceptionable2);
|
|
5259
|
-
|
|
5597
|
+
if ("condition" === input3.type)
|
|
5598
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
5599
|
+
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false) || $vo49(input3, _path2, false) || $vo53(input3, _path2, false);
|
|
5260
5600
|
})();
|
|
5261
5601
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5262
5602
|
if ("tvslst" === input3.type)
|
|
@@ -5271,9 +5611,9 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5271
5611
|
})();
|
|
5272
5612
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5273
5613
|
if ("string" === typeof input3.type)
|
|
5274
|
-
return $
|
|
5614
|
+
return $vo11(input3, _path2, _exceptionable2);
|
|
5275
5615
|
if ("filter" === input3.type)
|
|
5276
|
-
return $
|
|
5616
|
+
return $vo13(input3, _path2, _exceptionable2);
|
|
5277
5617
|
return $report(_exceptionable2, {
|
|
5278
5618
|
path: _path2,
|
|
5279
5619
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -5282,16 +5622,16 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5282
5622
|
})();
|
|
5283
5623
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5284
5624
|
if (true === input3.startunbounded)
|
|
5285
|
-
return $
|
|
5625
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
5286
5626
|
if (true === input3.stopunbounded)
|
|
5287
|
-
return $
|
|
5288
|
-
return $
|
|
5627
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
5628
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
5289
5629
|
})();
|
|
5290
5630
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5291
5631
|
if ("gene" === input3.kind)
|
|
5292
|
-
return $vo34(input3, _path2, _exceptionable2);
|
|
5293
|
-
if ("coord" === input3.kind)
|
|
5294
5632
|
return $vo35(input3, _path2, _exceptionable2);
|
|
5633
|
+
if ("coord" === input3.kind)
|
|
5634
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
5295
5635
|
return $report(_exceptionable2, {
|
|
5296
5636
|
path: _path2,
|
|
5297
5637
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -5300,25 +5640,25 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5300
5640
|
})();
|
|
5301
5641
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5302
5642
|
if (void 0 !== input3.ranges)
|
|
5303
|
-
return $
|
|
5304
|
-
return $vo6(input3, _path2, false) || $
|
|
5643
|
+
return $vo14(input3, _path2, _exceptionable2);
|
|
5644
|
+
return $vo6(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
5305
5645
|
})();
|
|
5306
5646
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5307
5647
|
if ("integer" === input3.type || "float" === input3.type)
|
|
5308
|
-
return $
|
|
5648
|
+
return $vo15(input3, _path2, _exceptionable2);
|
|
5309
5649
|
if ("metaboliteIntensity" === input3.type)
|
|
5310
|
-
return $vo24(input3, _path2, _exceptionable2);
|
|
5311
|
-
if ("date" === input3.type)
|
|
5312
5650
|
return $vo25(input3, _path2, _exceptionable2);
|
|
5313
|
-
if ("
|
|
5651
|
+
if ("date" === input3.type)
|
|
5314
5652
|
return $vo26(input3, _path2, _exceptionable2);
|
|
5315
|
-
|
|
5653
|
+
if ("ssGSEA" === input3.type)
|
|
5654
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
5655
|
+
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false);
|
|
5316
5656
|
})();
|
|
5317
5657
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5318
5658
|
if ("regular-bin" === input3.type)
|
|
5319
|
-
return $
|
|
5659
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
5320
5660
|
if ("custom-bin" === input3.type)
|
|
5321
|
-
return $
|
|
5661
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
5322
5662
|
return $report(_exceptionable2, {
|
|
5323
5663
|
path: _path2,
|
|
5324
5664
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -5327,9 +5667,9 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5327
5667
|
})();
|
|
5328
5668
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5329
5669
|
if (true === input3.startunbounded)
|
|
5330
|
-
return $vo19(input3, _path2, _exceptionable2);
|
|
5331
|
-
if (void 0 !== input3.start)
|
|
5332
5670
|
return $vo20(input3, _path2, _exceptionable2);
|
|
5671
|
+
if (void 0 !== input3.start)
|
|
5672
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
5333
5673
|
return $report(_exceptionable2, {
|
|
5334
5674
|
path: _path2,
|
|
5335
5675
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -5338,9 +5678,9 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5338
5678
|
})();
|
|
5339
5679
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5340
5680
|
if (void 0 !== input3.stop)
|
|
5341
|
-
return $vo20(input3, _path2, _exceptionable2);
|
|
5342
|
-
if (true === input3.stopunbounded)
|
|
5343
5681
|
return $vo21(input3, _path2, _exceptionable2);
|
|
5682
|
+
if (true === input3.stopunbounded)
|
|
5683
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
5344
5684
|
return $report(_exceptionable2, {
|
|
5345
5685
|
path: _path2,
|
|
5346
5686
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -5349,9 +5689,9 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5349
5689
|
})();
|
|
5350
5690
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5351
5691
|
if ("gene" === input3.kind)
|
|
5352
|
-
return $
|
|
5692
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
5353
5693
|
if ("coord" === input3.kind)
|
|
5354
|
-
return $
|
|
5694
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
5355
5695
|
return $report(_exceptionable2, {
|
|
5356
5696
|
path: _path2,
|
|
5357
5697
|
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; })',
|