@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
|
@@ -59,7 +59,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
61
61
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true;
|
|
62
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $
|
|
62
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "QualTWValues" === input3.type;
|
|
63
63
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
64
64
|
const value = input3[key];
|
|
65
65
|
if (void 0 === value)
|
|
@@ -68,7 +68,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
68
68
|
return true;
|
|
69
69
|
return true;
|
|
70
70
|
});
|
|
71
|
-
const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
71
|
+
const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
|
|
72
72
|
const $io4 = (input3) => Object.keys(input3).every((key) => {
|
|
73
73
|
const value = input3[key];
|
|
74
74
|
if (void 0 === value)
|
|
@@ -83,12 +83,13 @@ var validDescrStatsRequest = (input) => {
|
|
|
83
83
|
const $io6 = (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)));
|
|
84
84
|
const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
85
85
|
const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(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) && $io5(elem)));
|
|
86
|
-
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $
|
|
87
|
-
const $io10 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $
|
|
88
|
-
const $io11 = (input3) => "string" === typeof input3.
|
|
89
|
-
const $io12 = (input3) => "
|
|
90
|
-
const $io13 = (input3) =>
|
|
91
|
-
const $io14 = (input3) =>
|
|
86
|
+
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io25(elem)));
|
|
87
|
+
const $io10 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
|
|
88
|
+
const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
89
|
+
const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
90
|
+
const $io13 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
91
|
+
const $io14 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(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);
|
|
92
|
+
const $io15 = (input3) => Object.keys(input3).every((key) => {
|
|
92
93
|
const value = input3[key];
|
|
93
94
|
if (void 0 === value)
|
|
94
95
|
return true;
|
|
@@ -96,66 +97,66 @@ var validDescrStatsRequest = (input) => {
|
|
|
96
97
|
return "number" === typeof value;
|
|
97
98
|
return true;
|
|
98
99
|
});
|
|
99
|
-
const $
|
|
100
|
-
const $
|
|
101
|
-
const $
|
|
102
|
-
const $
|
|
103
|
-
const $
|
|
104
|
-
const $
|
|
105
|
-
const $
|
|
106
|
-
const $
|
|
107
|
-
const $
|
|
108
|
-
const $
|
|
109
|
-
const $
|
|
110
|
-
const $
|
|
111
|
-
const $
|
|
112
|
-
const $
|
|
113
|
-
const $
|
|
114
|
-
const $
|
|
115
|
-
const $
|
|
116
|
-
const $
|
|
117
|
-
const $
|
|
118
|
-
const $
|
|
119
|
-
const $
|
|
120
|
-
const $
|
|
121
|
-
const $
|
|
122
|
-
const $
|
|
123
|
-
const $
|
|
124
|
-
const $
|
|
125
|
-
const $
|
|
126
|
-
const $
|
|
127
|
-
const $
|
|
128
|
-
const $
|
|
129
|
-
const $
|
|
130
|
-
const $
|
|
131
|
-
const $
|
|
132
|
-
const $
|
|
133
|
-
const $
|
|
134
|
-
const $
|
|
135
|
-
const $
|
|
136
|
-
const $
|
|
137
|
-
const $
|
|
138
|
-
const $
|
|
139
|
-
const $
|
|
140
|
-
const $
|
|
141
|
-
const $
|
|
142
|
-
const $
|
|
143
|
-
const $
|
|
144
|
-
const $
|
|
145
|
-
const $
|
|
146
|
-
const $
|
|
147
|
-
const $
|
|
148
|
-
const $
|
|
149
|
-
const $
|
|
150
|
-
const $
|
|
151
|
-
const $
|
|
152
|
-
const $
|
|
153
|
-
const $
|
|
154
|
-
const $
|
|
155
|
-
const $
|
|
156
|
-
const $
|
|
157
|
-
const $
|
|
158
|
-
const $
|
|
100
|
+
const $io16 = (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);
|
|
101
|
+
const $io17 = (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);
|
|
102
|
+
const $io18 = (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);
|
|
103
|
+
const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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] && $iu1(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
104
|
+
const $io20 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(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);
|
|
105
|
+
const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(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;
|
|
106
|
+
const $io22 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
|
|
107
|
+
const $io23 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
|
|
108
|
+
const $io24 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
|
|
109
|
+
const $io25 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
110
|
+
const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(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 && $io28(elem)));
|
|
111
|
+
const $io27 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
|
|
112
|
+
const $io28 = (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;
|
|
113
|
+
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)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
114
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
|
|
115
|
+
const $io31 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
116
|
+
const $io32 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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);
|
|
117
|
+
const $io33 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
118
|
+
const $io34 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
|
|
119
|
+
const $io35 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
120
|
+
const $io36 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
121
|
+
const $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
122
|
+
const $io38 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
|
|
123
|
+
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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
124
|
+
const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
125
|
+
const $io41 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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 && $io34(input3.groupsetting));
|
|
126
|
+
const $io42 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
|
|
127
|
+
const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
128
|
+
const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
129
|
+
const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
130
|
+
const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
131
|
+
const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
|
|
132
|
+
const $io48 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
133
|
+
const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
|
|
134
|
+
const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
|
|
135
|
+
const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
|
|
136
|
+
const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
137
|
+
const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io54(input3.q));
|
|
138
|
+
const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
|
|
139
|
+
const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
|
|
140
|
+
const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io57(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
141
|
+
const $io57 = (input3) => "number" === typeof input3.value;
|
|
142
|
+
const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
|
|
143
|
+
const $io59 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
144
|
+
const $io60 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
145
|
+
const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
|
|
146
|
+
const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
|
|
147
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
148
|
+
const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
|
|
149
|
+
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
|
|
150
|
+
const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
|
|
151
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
152
|
+
const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
|
|
153
|
+
const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io72(input3.term));
|
|
154
|
+
const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io71(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
155
|
+
const $io71 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
156
|
+
const $io72 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (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 && $io73(elem)));
|
|
157
|
+
const $io73 = (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 && $io74(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io75(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);
|
|
158
|
+
const $io74 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
159
|
+
const $io75 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
159
160
|
const $iu0 = (input3) => (() => {
|
|
160
161
|
if ("tvslst" === input3.type)
|
|
161
162
|
return $io6(input3);
|
|
@@ -165,64 +166,64 @@ var validDescrStatsRequest = (input) => {
|
|
|
165
166
|
})();
|
|
166
167
|
const $iu1 = (input3) => (() => {
|
|
167
168
|
if (true === input3.startunbounded)
|
|
168
|
-
return $
|
|
169
|
+
return $io16(input3);
|
|
169
170
|
if (true === input3.stopunbounded)
|
|
170
|
-
return $
|
|
171
|
-
return $
|
|
171
|
+
return $io18(input3);
|
|
172
|
+
return $io17(input3);
|
|
172
173
|
})();
|
|
173
174
|
const $iu2 = (input3) => (() => {
|
|
174
175
|
if ("gene" === input3.kind)
|
|
175
|
-
return $io31(input3);
|
|
176
|
-
if ("coord" === input3.kind)
|
|
177
176
|
return $io32(input3);
|
|
177
|
+
if ("coord" === input3.kind)
|
|
178
|
+
return $io33(input3);
|
|
178
179
|
return false;
|
|
179
180
|
})();
|
|
180
181
|
const $iu3 = (input3) => (() => {
|
|
181
182
|
if ("string" === typeof input3.type)
|
|
182
|
-
return $
|
|
183
|
+
return $io36(input3);
|
|
183
184
|
if ("filter" === input3.type)
|
|
184
|
-
return $
|
|
185
|
+
return $io38(input3);
|
|
185
186
|
return false;
|
|
186
187
|
})();
|
|
187
188
|
const $iu4 = (input3) => (() => {
|
|
188
189
|
if (true === input3.startunbounded)
|
|
189
|
-
return $io15(input3);
|
|
190
|
-
if (void 0 !== input3.start)
|
|
191
190
|
return $io16(input3);
|
|
191
|
+
if (void 0 !== input3.start)
|
|
192
|
+
return $io17(input3);
|
|
192
193
|
return false;
|
|
193
194
|
})();
|
|
194
195
|
const $iu5 = (input3) => (() => {
|
|
195
196
|
if (void 0 !== input3.stop)
|
|
196
|
-
return $io16(input3);
|
|
197
|
-
if (true === input3.stopunbounded)
|
|
198
197
|
return $io17(input3);
|
|
198
|
+
if (true === input3.stopunbounded)
|
|
199
|
+
return $io18(input3);
|
|
199
200
|
return false;
|
|
200
201
|
})();
|
|
201
202
|
const $iu6 = (input3) => (() => {
|
|
202
203
|
if ("SnpsTW" === input3.type)
|
|
203
|
-
return $
|
|
204
|
+
return $io69(input3);
|
|
204
205
|
if ("ConditionTW" === input3.type)
|
|
205
|
-
return $
|
|
206
|
+
return $io66(input3);
|
|
206
207
|
if ("GvCustomGsTW" === input3.type)
|
|
207
|
-
return $
|
|
208
|
+
return $io64(input3);
|
|
208
209
|
if ("GvPredefinedGsTW" === input3.type)
|
|
209
|
-
return $
|
|
210
|
+
return $io62(input3);
|
|
210
211
|
if ("GvValuesTW" === input3.type)
|
|
211
|
-
return $
|
|
212
|
+
return $io58(input3);
|
|
212
213
|
if ("NumTWSpline" === input3.type)
|
|
213
|
-
return $
|
|
214
|
+
return $io55(input3);
|
|
214
215
|
if ("NumTWCont" === input3.type)
|
|
215
|
-
return $
|
|
216
|
+
return $io53(input3);
|
|
216
217
|
if ("NumTWBinary" === input3.type)
|
|
217
|
-
return $
|
|
218
|
+
return $io51(input3);
|
|
218
219
|
if ("NumTWCustomBin" === input3.type)
|
|
219
|
-
return $
|
|
220
|
+
return $io50(input3);
|
|
220
221
|
if ("NumTWRegularBin" === input3.type)
|
|
221
|
-
return $
|
|
222
|
+
return $io49(input3);
|
|
222
223
|
if ("QualTWCustomGS" === input3.type)
|
|
223
|
-
return $
|
|
224
|
+
return $io46(input3);
|
|
224
225
|
if ("QualTWPredefinedGS" === input3.type)
|
|
225
|
-
return $
|
|
226
|
+
return $io44(input3);
|
|
226
227
|
if ("QualTWValues" === input3.type)
|
|
227
228
|
return $io1(input3);
|
|
228
229
|
return false;
|
|
@@ -231,9 +232,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
231
232
|
if ("categorical" === input3.type)
|
|
232
233
|
return $io3(input3);
|
|
233
234
|
if ("snp" === input3.type)
|
|
234
|
-
return $io40(input3);
|
|
235
|
-
if ("singleCellCellType" === input3.type)
|
|
236
235
|
return $io41(input3);
|
|
236
|
+
if ("singleCellCellType" === input3.type)
|
|
237
|
+
return $io42(input3);
|
|
237
238
|
return false;
|
|
238
239
|
})();
|
|
239
240
|
const $iu8 = (input3) => (() => {
|
|
@@ -242,10 +243,10 @@ var validDescrStatsRequest = (input) => {
|
|
|
242
243
|
return (() => {
|
|
243
244
|
if ($io8(input3))
|
|
244
245
|
return $io8(input3);
|
|
245
|
-
if ($
|
|
246
|
-
return $
|
|
247
|
-
if ($
|
|
248
|
-
return $
|
|
246
|
+
if ($io26(input3))
|
|
247
|
+
return $io26(input3);
|
|
248
|
+
if ($io29(input3))
|
|
249
|
+
return $io29(input3);
|
|
249
250
|
return false;
|
|
250
251
|
})();
|
|
251
252
|
})();
|
|
@@ -253,45 +254,45 @@ var validDescrStatsRequest = (input) => {
|
|
|
253
254
|
if ("integer" === input3.type || "float" === input3.type)
|
|
254
255
|
return $io10(input3);
|
|
255
256
|
if ("metaboliteIntensity" === input3.type)
|
|
256
|
-
return $io21(input3);
|
|
257
|
-
if ("date" === input3.type)
|
|
258
257
|
return $io22(input3);
|
|
259
|
-
if ("
|
|
258
|
+
if ("date" === input3.type)
|
|
260
259
|
return $io23(input3);
|
|
260
|
+
if ("ssGSEA" === input3.type)
|
|
261
|
+
return $io24(input3);
|
|
261
262
|
return (() => {
|
|
263
|
+
if ($io21(input3))
|
|
264
|
+
return $io21(input3);
|
|
262
265
|
if ($io20(input3))
|
|
263
266
|
return $io20(input3);
|
|
264
|
-
if ($io19(input3))
|
|
265
|
-
return $io19(input3);
|
|
266
267
|
return false;
|
|
267
268
|
})();
|
|
268
269
|
})();
|
|
269
270
|
const $iu10 = (input3) => (() => {
|
|
270
271
|
if ("regular-bin" === input3.type)
|
|
271
|
-
return $
|
|
272
|
+
return $io14(input3);
|
|
272
273
|
if ("custom-bin" === input3.type)
|
|
273
|
-
return $
|
|
274
|
+
return $io19(input3);
|
|
274
275
|
return false;
|
|
275
276
|
})();
|
|
276
277
|
const $iu11 = (input3) => (() => {
|
|
277
278
|
if ("gene" === input3.kind)
|
|
278
|
-
return $
|
|
279
|
+
return $io31(input3);
|
|
279
280
|
if ("coord" === input3.kind)
|
|
280
|
-
return $
|
|
281
|
+
return $io39(input3);
|
|
281
282
|
return false;
|
|
282
283
|
})();
|
|
283
284
|
const $iu12 = (input3) => (() => {
|
|
284
285
|
if ("gene" === input3.kind)
|
|
285
|
-
return $io58(input3);
|
|
286
|
-
if ("coord" === input3.kind)
|
|
287
286
|
return $io59(input3);
|
|
287
|
+
if ("coord" === input3.kind)
|
|
288
|
+
return $io60(input3);
|
|
288
289
|
return false;
|
|
289
290
|
})();
|
|
290
291
|
const $iu13 = (input3) => (() => {
|
|
291
292
|
if ("grade" === input3.valueFor)
|
|
292
|
-
return $io66(input3);
|
|
293
|
-
if ("children" === input3.valueFor)
|
|
294
293
|
return $io67(input3);
|
|
294
|
+
if ("children" === input3.valueFor)
|
|
295
|
+
return $io68(input3);
|
|
295
296
|
return false;
|
|
296
297
|
})();
|
|
297
298
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -369,7 +370,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
369
370
|
path: _path2 + ".q",
|
|
370
371
|
expected: "ValuesQ",
|
|
371
372
|
value: input3.q
|
|
372
|
-
})) && $
|
|
373
|
+
})) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
373
374
|
path: _path2 + ".q",
|
|
374
375
|
expected: "ValuesQ",
|
|
375
376
|
value: input3.q
|
|
@@ -442,11 +443,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
442
443
|
path: _path2 + ".skipValuesBuild",
|
|
443
444
|
expected: "(boolean | undefined)",
|
|
444
445
|
value: input3.skipValuesBuild
|
|
446
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
447
|
+
path: _path2 + ".valueConversion",
|
|
448
|
+
expected: "(__type.o2 | undefined)",
|
|
449
|
+
value: input3.valueConversion
|
|
450
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
451
|
+
path: _path2 + ".valueConversion",
|
|
452
|
+
expected: "(__type.o2 | undefined)",
|
|
453
|
+
value: input3.valueConversion
|
|
445
454
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
446
455
|
path: _path2 + ".groupsetting",
|
|
447
456
|
expected: "TermGroupSetting",
|
|
448
457
|
value: input3.groupsetting
|
|
449
|
-
})) && $
|
|
458
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
450
459
|
path: _path2 + ".groupsetting",
|
|
451
460
|
expected: "TermGroupSetting",
|
|
452
461
|
value: input3.groupsetting
|
|
@@ -631,11 +640,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
631
640
|
value: input3.values
|
|
632
641
|
})) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
633
642
|
path: _path2 + ".values[" + _index6 + "]",
|
|
634
|
-
expected: "__type.
|
|
643
|
+
expected: "__type.o4",
|
|
635
644
|
value: elem
|
|
636
|
-
})) && $
|
|
645
|
+
})) && $vo25(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
637
646
|
path: _path2 + ".values[" + _index6 + "]",
|
|
638
|
-
expected: "__type.
|
|
647
|
+
expected: "__type.o4",
|
|
639
648
|
value: elem
|
|
640
649
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
641
650
|
path: _path2 + ".values",
|
|
@@ -698,13 +707,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
698
707
|
path: _path2 + ".skipValuesBuild",
|
|
699
708
|
expected: "(boolean | undefined)",
|
|
700
709
|
value: input3.skipValuesBuild
|
|
710
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
711
|
+
path: _path2 + ".valueConversion",
|
|
712
|
+
expected: "(__type.o2 | undefined)",
|
|
713
|
+
value: input3.valueConversion
|
|
714
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
715
|
+
path: _path2 + ".valueConversion",
|
|
716
|
+
expected: "(__type.o2 | undefined)",
|
|
717
|
+
value: input3.valueConversion
|
|
701
718
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
702
719
|
path: _path2 + ".continuousColorScale",
|
|
703
|
-
expected: "(__type.
|
|
720
|
+
expected: "(__type.o3 | undefined)",
|
|
704
721
|
value: input3.continuousColorScale
|
|
705
|
-
})) && $
|
|
722
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
706
723
|
path: _path2 + ".continuousColorScale",
|
|
707
|
-
expected: "(__type.
|
|
724
|
+
expected: "(__type.o3 | undefined)",
|
|
708
725
|
value: input3.continuousColorScale
|
|
709
726
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
710
727
|
path: _path2 + ".unit",
|
|
@@ -714,12 +731,25 @@ var validDescrStatsRequest = (input) => {
|
|
|
714
731
|
path: _path2 + ".bins",
|
|
715
732
|
expected: "PresetNumericBins",
|
|
716
733
|
value: input3.bins
|
|
717
|
-
})) && $
|
|
734
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
718
735
|
path: _path2 + ".bins",
|
|
719
736
|
expected: "PresetNumericBins",
|
|
720
737
|
value: input3.bins
|
|
721
738
|
})].every((flag) => flag);
|
|
722
|
-
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
739
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
740
|
+
path: _path2 + ".fromUnit",
|
|
741
|
+
expected: "string",
|
|
742
|
+
value: input3.fromUnit
|
|
743
|
+
}), "string" === typeof input3.toUnit || $report(_exceptionable2, {
|
|
744
|
+
path: _path2 + ".toUnit",
|
|
745
|
+
expected: "string",
|
|
746
|
+
value: input3.toUnit
|
|
747
|
+
}), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
|
|
748
|
+
path: _path2 + ".scaleFactor",
|
|
749
|
+
expected: "string",
|
|
750
|
+
value: input3.scaleFactor
|
|
751
|
+
})].every((flag) => flag);
|
|
752
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
723
753
|
path: _path2 + ".minColor",
|
|
724
754
|
expected: "string",
|
|
725
755
|
value: input3.minColor
|
|
@@ -728,7 +758,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
728
758
|
expected: "string",
|
|
729
759
|
value: input3.maxColor
|
|
730
760
|
})].every((flag) => flag);
|
|
731
|
-
const $
|
|
761
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
732
762
|
path: _path2 + '["default"]',
|
|
733
763
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
734
764
|
value: input3["default"]
|
|
@@ -765,11 +795,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
765
795
|
expected: "(number | undefined)",
|
|
766
796
|
value: input3.max
|
|
767
797
|
})].every((flag) => flag);
|
|
768
|
-
const $
|
|
798
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
769
799
|
path: _path2 + ".hiddenValues",
|
|
770
800
|
expected: "(HiddenValues | undefined)",
|
|
771
801
|
value: input3.hiddenValues
|
|
772
|
-
})) && $
|
|
802
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
773
803
|
path: _path2 + ".hiddenValues",
|
|
774
804
|
expected: "(HiddenValues | undefined)",
|
|
775
805
|
value: input3.hiddenValues
|
|
@@ -817,8 +847,20 @@ var validDescrStatsRequest = (input) => {
|
|
|
817
847
|
path: _path2 + ".label_offset",
|
|
818
848
|
expected: "(number | undefined)",
|
|
819
849
|
value: input3.label_offset
|
|
850
|
+
}), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
|
|
851
|
+
path: _path2 + ".startinclusive",
|
|
852
|
+
expected: "(boolean | undefined)",
|
|
853
|
+
value: input3.startinclusive
|
|
854
|
+
}), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
|
|
855
|
+
path: _path2 + ".stopinclusive",
|
|
856
|
+
expected: "(boolean | undefined)",
|
|
857
|
+
value: input3.stopinclusive
|
|
858
|
+
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
859
|
+
path: _path2 + ".rounding",
|
|
860
|
+
expected: "(string | undefined)",
|
|
861
|
+
value: input3.rounding
|
|
820
862
|
})].every((flag) => flag);
|
|
821
|
-
const $
|
|
863
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
822
864
|
const value = input3[key];
|
|
823
865
|
if (void 0 === value)
|
|
824
866
|
return true;
|
|
@@ -830,7 +872,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
830
872
|
});
|
|
831
873
|
return true;
|
|
832
874
|
}).every((flag) => flag)].every((flag) => flag);
|
|
833
|
-
const $
|
|
875
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
834
876
|
path: _path2 + ".startunbounded",
|
|
835
877
|
expected: "true",
|
|
836
878
|
value: input3.startunbounded
|
|
@@ -859,7 +901,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
859
901
|
expected: "(string | undefined)",
|
|
860
902
|
value: input3.range
|
|
861
903
|
})].every((flag) => flag);
|
|
862
|
-
const $
|
|
904
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
863
905
|
path: _path2 + ".startunbounded",
|
|
864
906
|
expected: "(false | undefined)",
|
|
865
907
|
value: input3.startunbounded
|
|
@@ -892,7 +934,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
892
934
|
expected: "(string | undefined)",
|
|
893
935
|
value: input3.range
|
|
894
936
|
})].every((flag) => flag);
|
|
895
|
-
const $
|
|
937
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
896
938
|
path: _path2 + ".start",
|
|
897
939
|
expected: "number",
|
|
898
940
|
value: input3.start
|
|
@@ -921,11 +963,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
921
963
|
expected: "(string | undefined)",
|
|
922
964
|
value: input3.range
|
|
923
965
|
})].every((flag) => flag);
|
|
924
|
-
const $
|
|
966
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
925
967
|
path: _path2 + ".hiddenValues",
|
|
926
968
|
expected: "(HiddenValues | undefined)",
|
|
927
969
|
value: input3.hiddenValues
|
|
928
|
-
})) && $
|
|
970
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
929
971
|
path: _path2 + ".hiddenValues",
|
|
930
972
|
expected: "(HiddenValues | undefined)",
|
|
931
973
|
value: input3.hiddenValues
|
|
@@ -951,7 +993,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
951
993
|
value: input3.mode
|
|
952
994
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
953
995
|
path: _path2 + ".lst",
|
|
954
|
-
expected: "
|
|
996
|
+
expected: "CustomNumericBinConfigLst",
|
|
955
997
|
value: input3.lst
|
|
956
998
|
})) && ([
|
|
957
999
|
("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
|
|
@@ -981,14 +1023,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
981
1023
|
value: input3.lst.slice(1)
|
|
982
1024
|
}))) || $report(_exceptionable2, {
|
|
983
1025
|
path: _path2 + ".lst",
|
|
984
|
-
expected: "
|
|
1026
|
+
expected: "CustomNumericBinConfigLst",
|
|
985
1027
|
value: input3.lst
|
|
986
1028
|
}), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
|
|
987
1029
|
path: _path2 + ".preferredBins",
|
|
988
1030
|
expected: '("median" | undefined)',
|
|
989
1031
|
value: input3.preferredBins
|
|
990
1032
|
})].every((flag) => flag);
|
|
991
|
-
const $
|
|
1033
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
992
1034
|
path: _path2 + ".id",
|
|
993
1035
|
expected: "string",
|
|
994
1036
|
value: input3.id
|
|
@@ -1044,13 +1086,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
1044
1086
|
path: _path2 + ".skipValuesBuild",
|
|
1045
1087
|
expected: "(boolean | undefined)",
|
|
1046
1088
|
value: input3.skipValuesBuild
|
|
1089
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1090
|
+
path: _path2 + ".valueConversion",
|
|
1091
|
+
expected: "(__type.o2 | undefined)",
|
|
1092
|
+
value: input3.valueConversion
|
|
1093
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1094
|
+
path: _path2 + ".valueConversion",
|
|
1095
|
+
expected: "(__type.o2 | undefined)",
|
|
1096
|
+
value: input3.valueConversion
|
|
1047
1097
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1048
1098
|
path: _path2 + ".continuousColorScale",
|
|
1049
|
-
expected: "(__type.
|
|
1099
|
+
expected: "(__type.o3 | undefined)",
|
|
1050
1100
|
value: input3.continuousColorScale
|
|
1051
|
-
})) && $
|
|
1101
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1052
1102
|
path: _path2 + ".continuousColorScale",
|
|
1053
|
-
expected: "(__type.
|
|
1103
|
+
expected: "(__type.o3 | undefined)",
|
|
1054
1104
|
value: input3.continuousColorScale
|
|
1055
1105
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1056
1106
|
path: _path2 + ".unit",
|
|
@@ -1060,7 +1110,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1060
1110
|
path: _path2 + ".bins",
|
|
1061
1111
|
expected: "(PresetNumericBins | undefined)",
|
|
1062
1112
|
value: input3.bins
|
|
1063
|
-
})) && $
|
|
1113
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1064
1114
|
path: _path2 + ".bins",
|
|
1065
1115
|
expected: "(PresetNumericBins | undefined)",
|
|
1066
1116
|
value: input3.bins
|
|
@@ -1085,7 +1135,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1085
1135
|
expected: "(number | undefined)",
|
|
1086
1136
|
value: input3.stop
|
|
1087
1137
|
})].every((flag) => flag);
|
|
1088
|
-
const $
|
|
1138
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1089
1139
|
path: _path2 + ".id",
|
|
1090
1140
|
expected: "string",
|
|
1091
1141
|
value: input3.id
|
|
@@ -1141,13 +1191,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
1141
1191
|
path: _path2 + ".skipValuesBuild",
|
|
1142
1192
|
expected: "(boolean | undefined)",
|
|
1143
1193
|
value: input3.skipValuesBuild
|
|
1194
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1195
|
+
path: _path2 + ".valueConversion",
|
|
1196
|
+
expected: "(__type.o2 | undefined)",
|
|
1197
|
+
value: input3.valueConversion
|
|
1198
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1199
|
+
path: _path2 + ".valueConversion",
|
|
1200
|
+
expected: "(__type.o2 | undefined)",
|
|
1201
|
+
value: input3.valueConversion
|
|
1144
1202
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1145
1203
|
path: _path2 + ".continuousColorScale",
|
|
1146
|
-
expected: "(__type.
|
|
1204
|
+
expected: "(__type.o3 | undefined)",
|
|
1147
1205
|
value: input3.continuousColorScale
|
|
1148
|
-
})) && $
|
|
1206
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1149
1207
|
path: _path2 + ".continuousColorScale",
|
|
1150
|
-
expected: "(__type.
|
|
1208
|
+
expected: "(__type.o3 | undefined)",
|
|
1151
1209
|
value: input3.continuousColorScale
|
|
1152
1210
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1153
1211
|
path: _path2 + ".unit",
|
|
@@ -1157,7 +1215,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1157
1215
|
path: _path2 + ".bins",
|
|
1158
1216
|
expected: "(PresetNumericBins | undefined)",
|
|
1159
1217
|
value: input3.bins
|
|
1160
|
-
})) && $
|
|
1218
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1161
1219
|
path: _path2 + ".bins",
|
|
1162
1220
|
expected: "(PresetNumericBins | undefined)",
|
|
1163
1221
|
value: input3.bins
|
|
@@ -1182,7 +1240,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1182
1240
|
expected: "number",
|
|
1183
1241
|
value: input3.stop
|
|
1184
1242
|
})].every((flag) => flag);
|
|
1185
|
-
const $
|
|
1243
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1186
1244
|
path: _path2 + ".id",
|
|
1187
1245
|
expected: "string",
|
|
1188
1246
|
value: input3.id
|
|
@@ -1238,13 +1296,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
1238
1296
|
path: _path2 + ".skipValuesBuild",
|
|
1239
1297
|
expected: "(boolean | undefined)",
|
|
1240
1298
|
value: input3.skipValuesBuild
|
|
1299
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1300
|
+
path: _path2 + ".valueConversion",
|
|
1301
|
+
expected: "(__type.o2 | undefined)",
|
|
1302
|
+
value: input3.valueConversion
|
|
1303
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1304
|
+
path: _path2 + ".valueConversion",
|
|
1305
|
+
expected: "(__type.o2 | undefined)",
|
|
1306
|
+
value: input3.valueConversion
|
|
1241
1307
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1242
1308
|
path: _path2 + ".continuousColorScale",
|
|
1243
|
-
expected: "(__type.
|
|
1309
|
+
expected: "(__type.o3 | undefined)",
|
|
1244
1310
|
value: input3.continuousColorScale
|
|
1245
|
-
})) && $
|
|
1311
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1246
1312
|
path: _path2 + ".continuousColorScale",
|
|
1247
|
-
expected: "(__type.
|
|
1313
|
+
expected: "(__type.o3 | undefined)",
|
|
1248
1314
|
value: input3.continuousColorScale
|
|
1249
1315
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1250
1316
|
path: _path2 + ".unit",
|
|
@@ -1258,12 +1324,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1258
1324
|
path: _path2 + ".bins",
|
|
1259
1325
|
expected: "(PresetNumericBins | undefined)",
|
|
1260
1326
|
value: input3.bins
|
|
1261
|
-
})) && $
|
|
1327
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1262
1328
|
path: _path2 + ".bins",
|
|
1263
1329
|
expected: "(PresetNumericBins | undefined)",
|
|
1264
1330
|
value: input3.bins
|
|
1265
1331
|
})].every((flag) => flag);
|
|
1266
|
-
const $
|
|
1332
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1267
1333
|
path: _path2 + ".id",
|
|
1268
1334
|
expected: "string",
|
|
1269
1335
|
value: input3.id
|
|
@@ -1319,13 +1385,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
1319
1385
|
path: _path2 + ".skipValuesBuild",
|
|
1320
1386
|
expected: "(boolean | undefined)",
|
|
1321
1387
|
value: input3.skipValuesBuild
|
|
1388
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1389
|
+
path: _path2 + ".valueConversion",
|
|
1390
|
+
expected: "(__type.o2 | undefined)",
|
|
1391
|
+
value: input3.valueConversion
|
|
1392
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1393
|
+
path: _path2 + ".valueConversion",
|
|
1394
|
+
expected: "(__type.o2 | undefined)",
|
|
1395
|
+
value: input3.valueConversion
|
|
1322
1396
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1323
1397
|
path: _path2 + ".continuousColorScale",
|
|
1324
|
-
expected: "(__type.
|
|
1398
|
+
expected: "(__type.o3 | undefined)",
|
|
1325
1399
|
value: input3.continuousColorScale
|
|
1326
|
-
})) && $
|
|
1400
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1327
1401
|
path: _path2 + ".continuousColorScale",
|
|
1328
|
-
expected: "(__type.
|
|
1402
|
+
expected: "(__type.o3 | undefined)",
|
|
1329
1403
|
value: input3.continuousColorScale
|
|
1330
1404
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1331
1405
|
path: _path2 + ".unit",
|
|
@@ -1335,12 +1409,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1335
1409
|
path: _path2 + ".bins",
|
|
1336
1410
|
expected: "(PresetNumericBins | undefined)",
|
|
1337
1411
|
value: input3.bins
|
|
1338
|
-
})) && $
|
|
1412
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1339
1413
|
path: _path2 + ".bins",
|
|
1340
1414
|
expected: "(PresetNumericBins | undefined)",
|
|
1341
1415
|
value: input3.bins
|
|
1342
1416
|
})].every((flag) => flag);
|
|
1343
|
-
const $
|
|
1417
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1344
1418
|
path: _path2 + ".id",
|
|
1345
1419
|
expected: "string",
|
|
1346
1420
|
value: input3.id
|
|
@@ -1396,13 +1470,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
1396
1470
|
path: _path2 + ".skipValuesBuild",
|
|
1397
1471
|
expected: "(boolean | undefined)",
|
|
1398
1472
|
value: input3.skipValuesBuild
|
|
1473
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1474
|
+
path: _path2 + ".valueConversion",
|
|
1475
|
+
expected: "(__type.o2 | undefined)",
|
|
1476
|
+
value: input3.valueConversion
|
|
1477
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1478
|
+
path: _path2 + ".valueConversion",
|
|
1479
|
+
expected: "(__type.o2 | undefined)",
|
|
1480
|
+
value: input3.valueConversion
|
|
1399
1481
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1400
1482
|
path: _path2 + ".continuousColorScale",
|
|
1401
|
-
expected: "(__type.
|
|
1483
|
+
expected: "(__type.o3 | undefined)",
|
|
1402
1484
|
value: input3.continuousColorScale
|
|
1403
|
-
})) && $
|
|
1485
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1404
1486
|
path: _path2 + ".continuousColorScale",
|
|
1405
|
-
expected: "(__type.
|
|
1487
|
+
expected: "(__type.o3 | undefined)",
|
|
1406
1488
|
value: input3.continuousColorScale
|
|
1407
1489
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1408
1490
|
path: _path2 + ".unit",
|
|
@@ -1424,12 +1506,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
1424
1506
|
path: _path2 + ".bins",
|
|
1425
1507
|
expected: "(PresetNumericBins | undefined)",
|
|
1426
1508
|
value: input3.bins
|
|
1427
|
-
})) && $
|
|
1509
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1428
1510
|
path: _path2 + ".bins",
|
|
1429
1511
|
expected: "(PresetNumericBins | undefined)",
|
|
1430
1512
|
value: input3.bins
|
|
1431
1513
|
})].every((flag) => flag);
|
|
1432
|
-
const $
|
|
1514
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1433
1515
|
path: _path2 + ".key",
|
|
1434
1516
|
expected: "string",
|
|
1435
1517
|
value: input3.key
|
|
@@ -1446,7 +1528,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1446
1528
|
expected: "(string | undefined)",
|
|
1447
1529
|
value: input3.label
|
|
1448
1530
|
})].every((flag) => flag);
|
|
1449
|
-
const $
|
|
1531
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1450
1532
|
path: _path2 + ".join",
|
|
1451
1533
|
expected: "(string | undefined)",
|
|
1452
1534
|
value: input3.join
|
|
@@ -1458,7 +1540,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1458
1540
|
path: _path2 + ".term",
|
|
1459
1541
|
expected: "ConditionTerm",
|
|
1460
1542
|
value: input3.term
|
|
1461
|
-
})) && $
|
|
1543
|
+
})) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1462
1544
|
path: _path2 + ".term",
|
|
1463
1545
|
expected: "ConditionTerm",
|
|
1464
1546
|
value: input3.term
|
|
@@ -1482,7 +1564,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1482
1564
|
path: _path2 + ".grade_and_child[" + _index21 + "]",
|
|
1483
1565
|
expected: "GradeAndChildEntry",
|
|
1484
1566
|
value: elem
|
|
1485
|
-
})) && $
|
|
1567
|
+
})) && $vo28(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1486
1568
|
path: _path2 + ".grade_and_child[" + _index21 + "]",
|
|
1487
1569
|
expected: "GradeAndChildEntry",
|
|
1488
1570
|
value: elem
|
|
@@ -1491,7 +1573,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1491
1573
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1492
1574
|
value: input3.grade_and_child
|
|
1493
1575
|
})].every((flag) => flag);
|
|
1494
|
-
const $
|
|
1576
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1495
1577
|
path: _path2 + ".id",
|
|
1496
1578
|
expected: "string",
|
|
1497
1579
|
value: input3.id
|
|
@@ -1547,8 +1629,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
1547
1629
|
path: _path2 + ".skipValuesBuild",
|
|
1548
1630
|
expected: "(boolean | undefined)",
|
|
1549
1631
|
value: input3.skipValuesBuild
|
|
1632
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1633
|
+
path: _path2 + ".valueConversion",
|
|
1634
|
+
expected: "(__type.o2 | undefined)",
|
|
1635
|
+
value: input3.valueConversion
|
|
1636
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1637
|
+
path: _path2 + ".valueConversion",
|
|
1638
|
+
expected: "(__type.o2 | undefined)",
|
|
1639
|
+
value: input3.valueConversion
|
|
1550
1640
|
})].every((flag) => flag);
|
|
1551
|
-
const $
|
|
1641
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1552
1642
|
path: _path2 + ".grade",
|
|
1553
1643
|
expected: "number",
|
|
1554
1644
|
value: input3.grade
|
|
@@ -1565,7 +1655,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1565
1655
|
expected: "string",
|
|
1566
1656
|
value: input3.child_label
|
|
1567
1657
|
})].every((flag) => flag);
|
|
1568
|
-
const $
|
|
1658
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1569
1659
|
path: _path2 + ".join",
|
|
1570
1660
|
expected: "(string | undefined)",
|
|
1571
1661
|
value: input3.join
|
|
@@ -1577,7 +1667,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1577
1667
|
path: _path2 + ".term",
|
|
1578
1668
|
expected: "DtTerm",
|
|
1579
1669
|
value: input3.term
|
|
1580
|
-
})) && $
|
|
1670
|
+
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1581
1671
|
path: _path2 + ".term",
|
|
1582
1672
|
expected: "DtTerm",
|
|
1583
1673
|
value: input3.term
|
|
@@ -1587,11 +1677,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
1587
1677
|
value: input3.values
|
|
1588
1678
|
})) && input3.values.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1589
1679
|
path: _path2 + ".values[" + _index24 + "]",
|
|
1590
|
-
expected: "__type.
|
|
1680
|
+
expected: "__type.o6",
|
|
1591
1681
|
value: elem
|
|
1592
|
-
})) && $
|
|
1682
|
+
})) && $vo40(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1593
1683
|
path: _path2 + ".values[" + _index24 + "]",
|
|
1594
|
-
expected: "__type.
|
|
1684
|
+
expected: "__type.o6",
|
|
1595
1685
|
value: elem
|
|
1596
1686
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1597
1687
|
path: _path2 + ".values",
|
|
@@ -1606,7 +1696,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1606
1696
|
expected: "(boolean | undefined)",
|
|
1607
1697
|
value: input3.excludeGeneName
|
|
1608
1698
|
})].every((flag) => flag);
|
|
1609
|
-
const $
|
|
1699
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1610
1700
|
path: _path2 + ".id",
|
|
1611
1701
|
expected: "string",
|
|
1612
1702
|
value: input3.id
|
|
@@ -1655,7 +1745,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1655
1745
|
expected: "TermValues",
|
|
1656
1746
|
value: input3.values
|
|
1657
1747
|
})].every((flag) => flag);
|
|
1658
|
-
const $
|
|
1748
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1659
1749
|
path: _path2 + ".id",
|
|
1660
1750
|
expected: "string",
|
|
1661
1751
|
value: input3.id
|
|
@@ -1711,6 +1801,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
1711
1801
|
path: _path2 + ".skipValuesBuild",
|
|
1712
1802
|
expected: "(boolean | undefined)",
|
|
1713
1803
|
value: input3.skipValuesBuild
|
|
1804
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1805
|
+
path: _path2 + ".valueConversion",
|
|
1806
|
+
expected: "(__type.o2 | undefined)",
|
|
1807
|
+
value: input3.valueConversion
|
|
1808
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1809
|
+
path: _path2 + ".valueConversion",
|
|
1810
|
+
expected: "(__type.o2 | undefined)",
|
|
1811
|
+
value: input3.valueConversion
|
|
1714
1812
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1715
1813
|
path: _path2 + ".kind",
|
|
1716
1814
|
expected: '"gene"',
|
|
@@ -1751,7 +1849,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1751
1849
|
path: _path2 + ".groupsetting",
|
|
1752
1850
|
expected: "(TermGroupSetting | undefined)",
|
|
1753
1851
|
value: input3.groupsetting
|
|
1754
|
-
})) && $
|
|
1852
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1755
1853
|
path: _path2 + ".groupsetting",
|
|
1756
1854
|
expected: "(TermGroupSetting | undefined)",
|
|
1757
1855
|
value: input3.groupsetting
|
|
@@ -1763,7 +1861,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1763
1861
|
path: _path2 + ".childTerms[" + _index28 + "]",
|
|
1764
1862
|
expected: "DtTerm",
|
|
1765
1863
|
value: elem
|
|
1766
|
-
})) && $
|
|
1864
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1767
1865
|
path: _path2 + ".childTerms[" + _index28 + "]",
|
|
1768
1866
|
expected: "DtTerm",
|
|
1769
1867
|
value: elem
|
|
@@ -1772,7 +1870,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1772
1870
|
expected: "(Array<DtTerm> | undefined)",
|
|
1773
1871
|
value: input3.childTerms
|
|
1774
1872
|
})].every((flag) => flag);
|
|
1775
|
-
const $
|
|
1873
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1776
1874
|
path: _path2 + ".id",
|
|
1777
1875
|
expected: "string",
|
|
1778
1876
|
value: input3.id
|
|
@@ -1828,6 +1926,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
1828
1926
|
path: _path2 + ".skipValuesBuild",
|
|
1829
1927
|
expected: "(boolean | undefined)",
|
|
1830
1928
|
value: input3.skipValuesBuild
|
|
1929
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1930
|
+
path: _path2 + ".valueConversion",
|
|
1931
|
+
expected: "(__type.o2 | undefined)",
|
|
1932
|
+
value: input3.valueConversion
|
|
1933
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1934
|
+
path: _path2 + ".valueConversion",
|
|
1935
|
+
expected: "(__type.o2 | undefined)",
|
|
1936
|
+
value: input3.valueConversion
|
|
1831
1937
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1832
1938
|
path: _path2 + ".kind",
|
|
1833
1939
|
expected: '"gene"',
|
|
@@ -1849,7 +1955,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1849
1955
|
expected: "(number | undefined)",
|
|
1850
1956
|
value: input3.stop
|
|
1851
1957
|
})].every((flag) => flag);
|
|
1852
|
-
const $
|
|
1958
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1853
1959
|
path: _path2 + ".id",
|
|
1854
1960
|
expected: "string",
|
|
1855
1961
|
value: input3.id
|
|
@@ -1905,6 +2011,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
1905
2011
|
path: _path2 + ".skipValuesBuild",
|
|
1906
2012
|
expected: "(boolean | undefined)",
|
|
1907
2013
|
value: input3.skipValuesBuild
|
|
2014
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2015
|
+
path: _path2 + ".valueConversion",
|
|
2016
|
+
expected: "(__type.o2 | undefined)",
|
|
2017
|
+
value: input3.valueConversion
|
|
2018
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2019
|
+
path: _path2 + ".valueConversion",
|
|
2020
|
+
expected: "(__type.o2 | undefined)",
|
|
2021
|
+
value: input3.valueConversion
|
|
1908
2022
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1909
2023
|
path: _path2 + ".kind",
|
|
1910
2024
|
expected: '"coord"',
|
|
@@ -1922,7 +2036,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1922
2036
|
expected: "number",
|
|
1923
2037
|
value: input3.stop
|
|
1924
2038
|
})].every((flag) => flag);
|
|
1925
|
-
const $
|
|
2039
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1926
2040
|
path: _path2 + ".disabled",
|
|
1927
2041
|
expected: "boolean",
|
|
1928
2042
|
value: input3.disabled
|
|
@@ -1934,7 +2048,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1934
2048
|
path: _path2 + ".lst[" + _index33 + "]",
|
|
1935
2049
|
expected: "Groupset",
|
|
1936
2050
|
value: elem
|
|
1937
|
-
})) && $
|
|
2051
|
+
})) && $vo35(elem, _path2 + ".lst[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1938
2052
|
path: _path2 + ".lst[" + _index33 + "]",
|
|
1939
2053
|
expected: "Groupset",
|
|
1940
2054
|
value: elem
|
|
@@ -1943,7 +2057,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1943
2057
|
expected: "(Array<Groupset> | undefined)",
|
|
1944
2058
|
value: input3.lst
|
|
1945
2059
|
})].every((flag) => flag);
|
|
1946
|
-
const $
|
|
2060
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1947
2061
|
path: _path2 + ".name",
|
|
1948
2062
|
expected: "string",
|
|
1949
2063
|
value: input3.name
|
|
@@ -1976,7 +2090,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1976
2090
|
expected: "Array<GroupEntry>",
|
|
1977
2091
|
value: input3.groups
|
|
1978
2092
|
})].every((flag) => flag);
|
|
1979
|
-
const $
|
|
2093
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1980
2094
|
path: _path2 + ".name",
|
|
1981
2095
|
expected: "string",
|
|
1982
2096
|
value: input3.name
|
|
@@ -1990,11 +2104,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
1990
2104
|
value: input3.values
|
|
1991
2105
|
})) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1992
2106
|
path: _path2 + ".values[" + _index35 + "]",
|
|
1993
|
-
expected: "__type.
|
|
2107
|
+
expected: "__type.o5",
|
|
1994
2108
|
value: elem
|
|
1995
|
-
})) && $
|
|
2109
|
+
})) && $vo37(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1996
2110
|
path: _path2 + ".values[" + _index35 + "]",
|
|
1997
|
-
expected: "__type.
|
|
2111
|
+
expected: "__type.o5",
|
|
1998
2112
|
value: elem
|
|
1999
2113
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2000
2114
|
path: _path2 + ".values",
|
|
@@ -2005,7 +2119,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2005
2119
|
expected: "(boolean | undefined)",
|
|
2006
2120
|
value: input3.uncomputable
|
|
2007
2121
|
})].every((flag) => flag);
|
|
2008
|
-
const $
|
|
2122
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2009
2123
|
path: _path2 + ".key",
|
|
2010
2124
|
expected: "(number | string)",
|
|
2011
2125
|
value: input3.key
|
|
@@ -2014,7 +2128,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2014
2128
|
expected: "string",
|
|
2015
2129
|
value: input3.label
|
|
2016
2130
|
})].every((flag) => flag);
|
|
2017
|
-
const $
|
|
2131
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2018
2132
|
path: _path2 + ".name",
|
|
2019
2133
|
expected: "string",
|
|
2020
2134
|
value: input3.name
|
|
@@ -2035,7 +2149,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2035
2149
|
expected: "string",
|
|
2036
2150
|
value: input3.color
|
|
2037
2151
|
})].every((flag) => flag);
|
|
2038
|
-
const $
|
|
2152
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2039
2153
|
path: _path2 + ".id",
|
|
2040
2154
|
expected: "string",
|
|
2041
2155
|
value: input3.id
|
|
@@ -2091,6 +2205,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
2091
2205
|
path: _path2 + ".skipValuesBuild",
|
|
2092
2206
|
expected: "(boolean | undefined)",
|
|
2093
2207
|
value: input3.skipValuesBuild
|
|
2208
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2209
|
+
path: _path2 + ".valueConversion",
|
|
2210
|
+
expected: "(__type.o2 | undefined)",
|
|
2211
|
+
value: input3.valueConversion
|
|
2212
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2213
|
+
path: _path2 + ".valueConversion",
|
|
2214
|
+
expected: "(__type.o2 | undefined)",
|
|
2215
|
+
value: input3.valueConversion
|
|
2094
2216
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2095
2217
|
path: _path2 + ".kind",
|
|
2096
2218
|
expected: '"coord"',
|
|
@@ -2127,7 +2249,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2127
2249
|
path: _path2 + ".groupsetting",
|
|
2128
2250
|
expected: "(TermGroupSetting | undefined)",
|
|
2129
2251
|
value: input3.groupsetting
|
|
2130
|
-
})) && $
|
|
2252
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2131
2253
|
path: _path2 + ".groupsetting",
|
|
2132
2254
|
expected: "(TermGroupSetting | undefined)",
|
|
2133
2255
|
value: input3.groupsetting
|
|
@@ -2139,7 +2261,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2139
2261
|
path: _path2 + ".childTerms[" + _index39 + "]",
|
|
2140
2262
|
expected: "DtTerm",
|
|
2141
2263
|
value: elem
|
|
2142
|
-
})) && $
|
|
2264
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2143
2265
|
path: _path2 + ".childTerms[" + _index39 + "]",
|
|
2144
2266
|
expected: "DtTerm",
|
|
2145
2267
|
value: elem
|
|
@@ -2148,7 +2270,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2148
2270
|
expected: "(Array<DtTerm> | undefined)",
|
|
2149
2271
|
value: input3.childTerms
|
|
2150
2272
|
})].every((flag) => flag);
|
|
2151
|
-
const $
|
|
2273
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2152
2274
|
path: _path2 + ".key",
|
|
2153
2275
|
expected: "string",
|
|
2154
2276
|
value: input3.key
|
|
@@ -2161,7 +2283,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2161
2283
|
expected: "string",
|
|
2162
2284
|
value: input3.value
|
|
2163
2285
|
})].every((flag) => flag);
|
|
2164
|
-
const $
|
|
2286
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2165
2287
|
path: _path2 + ".id",
|
|
2166
2288
|
expected: "string",
|
|
2167
2289
|
value: input3.id
|
|
@@ -2217,6 +2339,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
2217
2339
|
path: _path2 + ".skipValuesBuild",
|
|
2218
2340
|
expected: "(boolean | undefined)",
|
|
2219
2341
|
value: input3.skipValuesBuild
|
|
2342
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2343
|
+
path: _path2 + ".valueConversion",
|
|
2344
|
+
expected: "(__type.o2 | undefined)",
|
|
2345
|
+
value: input3.valueConversion
|
|
2346
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2347
|
+
path: _path2 + ".valueConversion",
|
|
2348
|
+
expected: "(__type.o2 | undefined)",
|
|
2349
|
+
value: input3.valueConversion
|
|
2220
2350
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2221
2351
|
path: _path2 + ".chr",
|
|
2222
2352
|
expected: "string",
|
|
@@ -2249,12 +2379,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2249
2379
|
path: _path2 + ".groupsetting",
|
|
2250
2380
|
expected: "TermGroupSetting",
|
|
2251
2381
|
value: input3.groupsetting
|
|
2252
|
-
})) && $
|
|
2382
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2253
2383
|
path: _path2 + ".groupsetting",
|
|
2254
2384
|
expected: "TermGroupSetting",
|
|
2255
2385
|
value: input3.groupsetting
|
|
2256
2386
|
})].every((flag) => flag);
|
|
2257
|
-
const $
|
|
2387
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2258
2388
|
path: _path2 + ".id",
|
|
2259
2389
|
expected: "string",
|
|
2260
2390
|
value: input3.id
|
|
@@ -2310,6 +2440,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
2310
2440
|
path: _path2 + ".skipValuesBuild",
|
|
2311
2441
|
expected: "(boolean | undefined)",
|
|
2312
2442
|
value: input3.skipValuesBuild
|
|
2443
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2444
|
+
path: _path2 + ".valueConversion",
|
|
2445
|
+
expected: "(__type.o2 | undefined)",
|
|
2446
|
+
value: input3.valueConversion
|
|
2447
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2448
|
+
path: _path2 + ".valueConversion",
|
|
2449
|
+
expected: "(__type.o2 | undefined)",
|
|
2450
|
+
value: input3.valueConversion
|
|
2313
2451
|
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
2314
2452
|
path: _path2 + ".sample",
|
|
2315
2453
|
expected: "string",
|
|
@@ -2322,16 +2460,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
2322
2460
|
path: _path2 + ".groupsetting",
|
|
2323
2461
|
expected: "TermGroupSetting",
|
|
2324
2462
|
value: input3.groupsetting
|
|
2325
|
-
})) && $
|
|
2463
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2326
2464
|
path: _path2 + ".groupsetting",
|
|
2327
2465
|
expected: "TermGroupSetting",
|
|
2328
2466
|
value: input3.groupsetting
|
|
2329
2467
|
})].every((flag) => flag);
|
|
2330
|
-
const $
|
|
2468
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2331
2469
|
path: _path2 + ".hiddenValues",
|
|
2332
2470
|
expected: "(HiddenValues | undefined)",
|
|
2333
2471
|
value: input3.hiddenValues
|
|
2334
|
-
})) && $
|
|
2472
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2335
2473
|
path: _path2 + ".hiddenValues",
|
|
2336
2474
|
expected: "(HiddenValues | undefined)",
|
|
2337
2475
|
value: input3.hiddenValues
|
|
@@ -2356,7 +2494,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2356
2494
|
expected: '"values"',
|
|
2357
2495
|
value: input3.type
|
|
2358
2496
|
})].every((flag) => flag);
|
|
2359
|
-
const $
|
|
2497
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2360
2498
|
path: _path2 + ".id",
|
|
2361
2499
|
expected: "(string | undefined)",
|
|
2362
2500
|
value: input3.id
|
|
@@ -2392,7 +2530,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2392
2530
|
path: _path2 + ".q",
|
|
2393
2531
|
expected: "PredefinedGroupSettingQ",
|
|
2394
2532
|
value: input3.q
|
|
2395
|
-
})) && $
|
|
2533
|
+
})) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2396
2534
|
path: _path2 + ".q",
|
|
2397
2535
|
expected: "PredefinedGroupSettingQ",
|
|
2398
2536
|
value: input3.q
|
|
@@ -2401,11 +2539,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2401
2539
|
expected: '"QualTWPredefinedGS"',
|
|
2402
2540
|
value: input3.type
|
|
2403
2541
|
})].every((flag) => flag);
|
|
2404
|
-
const $
|
|
2542
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2405
2543
|
path: _path2 + ".hiddenValues",
|
|
2406
2544
|
expected: "(HiddenValues | undefined)",
|
|
2407
2545
|
value: input3.hiddenValues
|
|
2408
|
-
})) && $
|
|
2546
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2409
2547
|
path: _path2 + ".hiddenValues",
|
|
2410
2548
|
expected: "(HiddenValues | undefined)",
|
|
2411
2549
|
value: input3.hiddenValues
|
|
@@ -2434,7 +2572,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2434
2572
|
expected: "number",
|
|
2435
2573
|
value: input3.predefined_groupset_idx
|
|
2436
2574
|
})].every((flag) => flag);
|
|
2437
|
-
const $
|
|
2575
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2438
2576
|
path: _path2 + ".id",
|
|
2439
2577
|
expected: "(string | undefined)",
|
|
2440
2578
|
value: input3.id
|
|
@@ -2470,7 +2608,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2470
2608
|
path: _path2 + ".q",
|
|
2471
2609
|
expected: "CustomGroupSettingQ",
|
|
2472
2610
|
value: input3.q
|
|
2473
|
-
})) && $
|
|
2611
|
+
})) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2474
2612
|
path: _path2 + ".q",
|
|
2475
2613
|
expected: "CustomGroupSettingQ",
|
|
2476
2614
|
value: input3.q
|
|
@@ -2479,11 +2617,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2479
2617
|
expected: '"QualTWCustomGS"',
|
|
2480
2618
|
value: input3.type
|
|
2481
2619
|
})].every((flag) => flag);
|
|
2482
|
-
const $
|
|
2620
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2483
2621
|
path: _path2 + ".hiddenValues",
|
|
2484
2622
|
expected: "(HiddenValues | undefined)",
|
|
2485
2623
|
value: input3.hiddenValues
|
|
2486
|
-
})) && $
|
|
2624
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2487
2625
|
path: _path2 + ".hiddenValues",
|
|
2488
2626
|
expected: "(HiddenValues | undefined)",
|
|
2489
2627
|
value: input3.hiddenValues
|
|
@@ -2511,12 +2649,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2511
2649
|
path: _path2 + ".customset",
|
|
2512
2650
|
expected: "BaseGroupSet",
|
|
2513
2651
|
value: input3.customset
|
|
2514
|
-
})) && $
|
|
2652
|
+
})) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2515
2653
|
path: _path2 + ".customset",
|
|
2516
2654
|
expected: "BaseGroupSet",
|
|
2517
2655
|
value: input3.customset
|
|
2518
2656
|
})].every((flag) => flag);
|
|
2519
|
-
const $
|
|
2657
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2520
2658
|
path: _path2 + ".groups",
|
|
2521
2659
|
expected: "Array<GroupEntry>",
|
|
2522
2660
|
value: input3.groups
|
|
@@ -2533,7 +2671,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2533
2671
|
expected: "Array<GroupEntry>",
|
|
2534
2672
|
value: input3.groups
|
|
2535
2673
|
})].every((flag) => flag);
|
|
2536
|
-
const $
|
|
2674
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2537
2675
|
path: _path2 + ".id",
|
|
2538
2676
|
expected: "(string | undefined)",
|
|
2539
2677
|
value: input3.id
|
|
@@ -2573,12 +2711,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2573
2711
|
path: _path2 + ".q",
|
|
2574
2712
|
expected: "RegularNumericBinConfig",
|
|
2575
2713
|
value: input3.q
|
|
2576
|
-
})) && $
|
|
2714
|
+
})) && $vo14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2577
2715
|
path: _path2 + ".q",
|
|
2578
2716
|
expected: "RegularNumericBinConfig",
|
|
2579
2717
|
value: input3.q
|
|
2580
2718
|
})].every((flag) => flag);
|
|
2581
|
-
const $
|
|
2719
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2582
2720
|
path: _path2 + ".id",
|
|
2583
2721
|
expected: "(string | undefined)",
|
|
2584
2722
|
value: input3.id
|
|
@@ -2618,12 +2756,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2618
2756
|
path: _path2 + ".q",
|
|
2619
2757
|
expected: "CustomNumericBinConfig",
|
|
2620
2758
|
value: input3.q
|
|
2621
|
-
})) && $
|
|
2759
|
+
})) && $vo19(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2622
2760
|
path: _path2 + ".q",
|
|
2623
2761
|
expected: "CustomNumericBinConfig",
|
|
2624
2762
|
value: input3.q
|
|
2625
2763
|
})].every((flag) => flag);
|
|
2626
|
-
const $
|
|
2764
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2627
2765
|
path: _path2 + ".id",
|
|
2628
2766
|
expected: "(string | undefined)",
|
|
2629
2767
|
value: input3.id
|
|
@@ -2663,16 +2801,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
2663
2801
|
path: _path2 + ".q",
|
|
2664
2802
|
expected: "BinaryNumericQ",
|
|
2665
2803
|
value: input3.q
|
|
2666
|
-
})) && $
|
|
2804
|
+
})) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2667
2805
|
path: _path2 + ".q",
|
|
2668
2806
|
expected: "BinaryNumericQ",
|
|
2669
2807
|
value: input3.q
|
|
2670
2808
|
})].every((flag) => flag);
|
|
2671
|
-
const $
|
|
2809
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2672
2810
|
path: _path2 + ".hiddenValues",
|
|
2673
2811
|
expected: "(HiddenValues | undefined)",
|
|
2674
2812
|
value: input3.hiddenValues
|
|
2675
|
-
})) && $
|
|
2813
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2676
2814
|
path: _path2 + ".hiddenValues",
|
|
2677
2815
|
expected: "(HiddenValues | undefined)",
|
|
2678
2816
|
value: input3.hiddenValues
|
|
@@ -2727,8 +2865,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
2727
2865
|
path: _path2 + ".lst",
|
|
2728
2866
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
2729
2867
|
value: input3.lst
|
|
2868
|
+
}), void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType || $report(_exceptionable2, {
|
|
2869
|
+
path: _path2 + ".cutoffType",
|
|
2870
|
+
expected: '("normal" | "percentile" | undefined)',
|
|
2871
|
+
value: input3.cutoffType
|
|
2872
|
+
}), void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile || $report(_exceptionable2, {
|
|
2873
|
+
path: _path2 + ".cutoffPercentile",
|
|
2874
|
+
expected: "(number | undefined)",
|
|
2875
|
+
value: input3.cutoffPercentile
|
|
2730
2876
|
})].every((flag) => flag);
|
|
2731
|
-
const $
|
|
2877
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2732
2878
|
path: _path2 + ".id",
|
|
2733
2879
|
expected: "(string | undefined)",
|
|
2734
2880
|
value: input3.id
|
|
@@ -2768,16 +2914,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
2768
2914
|
path: _path2 + ".q",
|
|
2769
2915
|
expected: "ContinuousNumericQ",
|
|
2770
2916
|
value: input3.q
|
|
2771
|
-
})) && $
|
|
2917
|
+
})) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2772
2918
|
path: _path2 + ".q",
|
|
2773
2919
|
expected: "ContinuousNumericQ",
|
|
2774
2920
|
value: input3.q
|
|
2775
2921
|
})].every((flag) => flag);
|
|
2776
|
-
const $
|
|
2922
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2777
2923
|
path: _path2 + ".hiddenValues",
|
|
2778
2924
|
expected: "(HiddenValues | undefined)",
|
|
2779
2925
|
value: input3.hiddenValues
|
|
2780
|
-
})) && $
|
|
2926
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2781
2927
|
path: _path2 + ".hiddenValues",
|
|
2782
2928
|
expected: "(HiddenValues | undefined)",
|
|
2783
2929
|
value: input3.hiddenValues
|
|
@@ -2809,8 +2955,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2809
2955
|
path: _path2 + ".type",
|
|
2810
2956
|
expected: "undefined",
|
|
2811
2957
|
value: input3.type
|
|
2812
|
-
}))
|
|
2813
|
-
|
|
2958
|
+
})), void 0 === input3.scale || "number" === typeof input3.scale || $report(_exceptionable2, {
|
|
2959
|
+
path: _path2 + ".scale",
|
|
2960
|
+
expected: "(number | undefined)",
|
|
2961
|
+
value: input3.scale
|
|
2962
|
+
})].every((flag) => flag);
|
|
2963
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2814
2964
|
path: _path2 + ".id",
|
|
2815
2965
|
expected: "(string | undefined)",
|
|
2816
2966
|
value: input3.id
|
|
@@ -2850,16 +3000,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
2850
3000
|
path: _path2 + ".q",
|
|
2851
3001
|
expected: "SplineNumericQ",
|
|
2852
3002
|
value: input3.q
|
|
2853
|
-
})) && $
|
|
3003
|
+
})) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2854
3004
|
path: _path2 + ".q",
|
|
2855
3005
|
expected: "SplineNumericQ",
|
|
2856
3006
|
value: input3.q
|
|
2857
3007
|
})].every((flag) => flag);
|
|
2858
|
-
const $
|
|
3008
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2859
3009
|
path: _path2 + ".hiddenValues",
|
|
2860
3010
|
expected: "(HiddenValues | undefined)",
|
|
2861
3011
|
value: input3.hiddenValues
|
|
2862
|
-
})) && $
|
|
3012
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2863
3013
|
path: _path2 + ".hiddenValues",
|
|
2864
3014
|
expected: "(HiddenValues | undefined)",
|
|
2865
3015
|
value: input3.hiddenValues
|
|
@@ -2885,11 +3035,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
2885
3035
|
value: input3.knots
|
|
2886
3036
|
})) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2887
3037
|
path: _path2 + ".knots[" + _index46 + "]",
|
|
2888
|
-
expected: "__type.
|
|
3038
|
+
expected: "__type.o7",
|
|
2889
3039
|
value: elem
|
|
2890
|
-
})) && $
|
|
3040
|
+
})) && $vo57(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2891
3041
|
path: _path2 + ".knots[" + _index46 + "]",
|
|
2892
|
-
expected: "__type.
|
|
3042
|
+
expected: "__type.o7",
|
|
2893
3043
|
value: elem
|
|
2894
3044
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2895
3045
|
path: _path2 + ".knots",
|
|
@@ -2904,12 +3054,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2904
3054
|
expected: "undefined",
|
|
2905
3055
|
value: input3.type
|
|
2906
3056
|
}))].every((flag) => flag);
|
|
2907
|
-
const $
|
|
3057
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2908
3058
|
path: _path2 + ".value",
|
|
2909
3059
|
expected: "number",
|
|
2910
3060
|
value: input3.value
|
|
2911
3061
|
})].every((flag) => flag);
|
|
2912
|
-
const $
|
|
3062
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2913
3063
|
path: _path2 + ".id",
|
|
2914
3064
|
expected: "(string | undefined)",
|
|
2915
3065
|
value: input3.id
|
|
@@ -2949,12 +3099,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2949
3099
|
path: _path2 + ".q",
|
|
2950
3100
|
expected: "GvValuesQ",
|
|
2951
3101
|
value: input3.q
|
|
2952
|
-
})) && $
|
|
3102
|
+
})) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2953
3103
|
path: _path2 + ".q",
|
|
2954
3104
|
expected: "GvValuesQ",
|
|
2955
3105
|
value: input3.q
|
|
2956
3106
|
})].every((flag) => flag);
|
|
2957
|
-
const $
|
|
3107
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2958
3108
|
path: _path2 + ".id",
|
|
2959
3109
|
expected: "string",
|
|
2960
3110
|
value: input3.id
|
|
@@ -3010,6 +3160,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
3010
3160
|
path: _path2 + ".skipValuesBuild",
|
|
3011
3161
|
expected: "(boolean | undefined)",
|
|
3012
3162
|
value: input3.skipValuesBuild
|
|
3163
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3164
|
+
path: _path2 + ".valueConversion",
|
|
3165
|
+
expected: "(__type.o2 | undefined)",
|
|
3166
|
+
value: input3.valueConversion
|
|
3167
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3168
|
+
path: _path2 + ".valueConversion",
|
|
3169
|
+
expected: "(__type.o2 | undefined)",
|
|
3170
|
+
value: input3.valueConversion
|
|
3013
3171
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
3014
3172
|
path: _path2 + ".kind",
|
|
3015
3173
|
expected: '"gene"',
|
|
@@ -3050,7 +3208,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3050
3208
|
path: _path2 + ".groupsetting",
|
|
3051
3209
|
expected: "TermGroupSetting",
|
|
3052
3210
|
value: input3.groupsetting
|
|
3053
|
-
})) && $
|
|
3211
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3054
3212
|
path: _path2 + ".groupsetting",
|
|
3055
3213
|
expected: "TermGroupSetting",
|
|
3056
3214
|
value: input3.groupsetting
|
|
@@ -3062,7 +3220,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3062
3220
|
path: _path2 + ".childTerms[" + _index50 + "]",
|
|
3063
3221
|
expected: "DtTerm",
|
|
3064
3222
|
value: elem
|
|
3065
|
-
})) && $
|
|
3223
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3066
3224
|
path: _path2 + ".childTerms[" + _index50 + "]",
|
|
3067
3225
|
expected: "DtTerm",
|
|
3068
3226
|
value: elem
|
|
@@ -3071,7 +3229,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3071
3229
|
expected: "Array<DtTerm>",
|
|
3072
3230
|
value: input3.childTerms
|
|
3073
3231
|
})].every((flag) => flag);
|
|
3074
|
-
const $
|
|
3232
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3075
3233
|
path: _path2 + ".id",
|
|
3076
3234
|
expected: "string",
|
|
3077
3235
|
value: input3.id
|
|
@@ -3127,6 +3285,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
3127
3285
|
path: _path2 + ".skipValuesBuild",
|
|
3128
3286
|
expected: "(boolean | undefined)",
|
|
3129
3287
|
value: input3.skipValuesBuild
|
|
3288
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3289
|
+
path: _path2 + ".valueConversion",
|
|
3290
|
+
expected: "(__type.o2 | undefined)",
|
|
3291
|
+
value: input3.valueConversion
|
|
3292
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3293
|
+
path: _path2 + ".valueConversion",
|
|
3294
|
+
expected: "(__type.o2 | undefined)",
|
|
3295
|
+
value: input3.valueConversion
|
|
3130
3296
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3131
3297
|
path: _path2 + ".kind",
|
|
3132
3298
|
expected: '"coord"',
|
|
@@ -3163,7 +3329,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3163
3329
|
path: _path2 + ".groupsetting",
|
|
3164
3330
|
expected: "TermGroupSetting",
|
|
3165
3331
|
value: input3.groupsetting
|
|
3166
|
-
})) && $
|
|
3332
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3167
3333
|
path: _path2 + ".groupsetting",
|
|
3168
3334
|
expected: "TermGroupSetting",
|
|
3169
3335
|
value: input3.groupsetting
|
|
@@ -3175,7 +3341,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3175
3341
|
path: _path2 + ".childTerms[" + _index54 + "]",
|
|
3176
3342
|
expected: "DtTerm",
|
|
3177
3343
|
value: elem
|
|
3178
|
-
})) && $
|
|
3344
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3179
3345
|
path: _path2 + ".childTerms[" + _index54 + "]",
|
|
3180
3346
|
expected: "DtTerm",
|
|
3181
3347
|
value: elem
|
|
@@ -3184,11 +3350,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3184
3350
|
expected: "Array<DtTerm>",
|
|
3185
3351
|
value: input3.childTerms
|
|
3186
3352
|
})].every((flag) => flag);
|
|
3187
|
-
const $
|
|
3353
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3188
3354
|
path: _path2 + ".hiddenValues",
|
|
3189
3355
|
expected: "(HiddenValues | undefined)",
|
|
3190
3356
|
value: input3.hiddenValues
|
|
3191
|
-
})) && $
|
|
3357
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3192
3358
|
path: _path2 + ".hiddenValues",
|
|
3193
3359
|
expected: "(HiddenValues | undefined)",
|
|
3194
3360
|
value: input3.hiddenValues
|
|
@@ -3225,7 +3391,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3225
3391
|
expected: '"values"',
|
|
3226
3392
|
value: input3.type
|
|
3227
3393
|
})].every((flag) => flag);
|
|
3228
|
-
const $
|
|
3394
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3229
3395
|
path: _path2 + ".id",
|
|
3230
3396
|
expected: "(string | undefined)",
|
|
3231
3397
|
value: input3.id
|
|
@@ -3265,16 +3431,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
3265
3431
|
path: _path2 + ".q",
|
|
3266
3432
|
expected: "GvPredefinedGsQ",
|
|
3267
3433
|
value: input3.q
|
|
3268
|
-
})) && $
|
|
3434
|
+
})) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3269
3435
|
path: _path2 + ".q",
|
|
3270
3436
|
expected: "GvPredefinedGsQ",
|
|
3271
3437
|
value: input3.q
|
|
3272
3438
|
})].every((flag) => flag);
|
|
3273
|
-
const $
|
|
3439
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3274
3440
|
path: _path2 + ".hiddenValues",
|
|
3275
3441
|
expected: "(HiddenValues | undefined)",
|
|
3276
3442
|
value: input3.hiddenValues
|
|
3277
|
-
})) && $
|
|
3443
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3278
3444
|
path: _path2 + ".hiddenValues",
|
|
3279
3445
|
expected: "(HiddenValues | undefined)",
|
|
3280
3446
|
value: input3.hiddenValues
|
|
@@ -3315,7 +3481,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3315
3481
|
expected: "number",
|
|
3316
3482
|
value: input3.predefined_groupset_idx
|
|
3317
3483
|
})].every((flag) => flag);
|
|
3318
|
-
const $
|
|
3484
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3319
3485
|
path: _path2 + ".id",
|
|
3320
3486
|
expected: "(string | undefined)",
|
|
3321
3487
|
value: input3.id
|
|
@@ -3355,16 +3521,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
3355
3521
|
path: _path2 + ".q",
|
|
3356
3522
|
expected: "GvCustomGsQ",
|
|
3357
3523
|
value: input3.q
|
|
3358
|
-
})) && $
|
|
3524
|
+
})) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3359
3525
|
path: _path2 + ".q",
|
|
3360
3526
|
expected: "GvCustomGsQ",
|
|
3361
3527
|
value: input3.q
|
|
3362
3528
|
})].every((flag) => flag);
|
|
3363
|
-
const $
|
|
3529
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3364
3530
|
path: _path2 + ".hiddenValues",
|
|
3365
3531
|
expected: "(HiddenValues | undefined)",
|
|
3366
3532
|
value: input3.hiddenValues
|
|
3367
|
-
})) && $
|
|
3533
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3368
3534
|
path: _path2 + ".hiddenValues",
|
|
3369
3535
|
expected: "(HiddenValues | undefined)",
|
|
3370
3536
|
value: input3.hiddenValues
|
|
@@ -3404,12 +3570,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3404
3570
|
path: _path2 + ".customset",
|
|
3405
3571
|
expected: "BaseGroupSet",
|
|
3406
3572
|
value: input3.customset
|
|
3407
|
-
})) && $
|
|
3573
|
+
})) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3408
3574
|
path: _path2 + ".customset",
|
|
3409
3575
|
expected: "BaseGroupSet",
|
|
3410
3576
|
value: input3.customset
|
|
3411
3577
|
})].every((flag) => flag);
|
|
3412
|
-
const $
|
|
3578
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3413
3579
|
path: _path2 + ".id",
|
|
3414
3580
|
expected: "(string | undefined)",
|
|
3415
3581
|
value: input3.id
|
|
@@ -3441,7 +3607,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3441
3607
|
path: _path2 + ".term",
|
|
3442
3608
|
expected: "ConditionTerm",
|
|
3443
3609
|
value: input3.term
|
|
3444
|
-
})) && $
|
|
3610
|
+
})) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3445
3611
|
path: _path2 + ".term",
|
|
3446
3612
|
expected: "ConditionTerm",
|
|
3447
3613
|
value: input3.term
|
|
@@ -3454,11 +3620,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3454
3620
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3455
3621
|
value: input3.q
|
|
3456
3622
|
})].every((flag) => flag);
|
|
3457
|
-
const $
|
|
3623
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3458
3624
|
path: _path2 + ".hiddenValues",
|
|
3459
3625
|
expected: "(HiddenValues | undefined)",
|
|
3460
3626
|
value: input3.hiddenValues
|
|
3461
|
-
})) && $
|
|
3627
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3462
3628
|
path: _path2 + ".hiddenValues",
|
|
3463
3629
|
expected: "(HiddenValues | undefined)",
|
|
3464
3630
|
value: input3.hiddenValues
|
|
@@ -3515,11 +3681,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3515
3681
|
expected: "(boolean | undefined)",
|
|
3516
3682
|
value: input3.value_by_computable_grade
|
|
3517
3683
|
}), true].every((flag) => flag);
|
|
3518
|
-
const $
|
|
3684
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3519
3685
|
path: _path2 + ".hiddenValues",
|
|
3520
3686
|
expected: "(HiddenValues | undefined)",
|
|
3521
3687
|
value: input3.hiddenValues
|
|
3522
|
-
})) && $
|
|
3688
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3523
3689
|
path: _path2 + ".hiddenValues",
|
|
3524
3690
|
expected: "(HiddenValues | undefined)",
|
|
3525
3691
|
value: input3.hiddenValues
|
|
@@ -3548,7 +3714,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3548
3714
|
expected: "true",
|
|
3549
3715
|
value: input3.bar_by_children
|
|
3550
3716
|
}), true].every((flag) => flag);
|
|
3551
|
-
const $
|
|
3717
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3552
3718
|
path: _path2 + ".id",
|
|
3553
3719
|
expected: "(string | undefined)",
|
|
3554
3720
|
value: input3.id
|
|
@@ -3580,7 +3746,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3580
3746
|
path: _path2 + ".q",
|
|
3581
3747
|
expected: "SnpsQ",
|
|
3582
3748
|
value: input3.q
|
|
3583
|
-
})) && $
|
|
3749
|
+
})) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3584
3750
|
path: _path2 + ".q",
|
|
3585
3751
|
expected: "SnpsQ",
|
|
3586
3752
|
value: input3.q
|
|
@@ -3588,16 +3754,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
3588
3754
|
path: _path2 + ".term",
|
|
3589
3755
|
expected: "SnpsTerm",
|
|
3590
3756
|
value: input3.term
|
|
3591
|
-
})) && $
|
|
3757
|
+
})) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3592
3758
|
path: _path2 + ".term",
|
|
3593
3759
|
expected: "SnpsTerm",
|
|
3594
3760
|
value: input3.term
|
|
3595
3761
|
})].every((flag) => flag);
|
|
3596
|
-
const $
|
|
3762
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3597
3763
|
path: _path2 + ".hiddenValues",
|
|
3598
3764
|
expected: "(HiddenValues | undefined)",
|
|
3599
3765
|
value: input3.hiddenValues
|
|
3600
|
-
})) && $
|
|
3766
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3601
3767
|
path: _path2 + ".hiddenValues",
|
|
3602
3768
|
expected: "(HiddenValues | undefined)",
|
|
3603
3769
|
value: input3.hiddenValues
|
|
@@ -3641,7 +3807,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3641
3807
|
path: _path2 + ".restrictAncestry",
|
|
3642
3808
|
expected: "RestrictAncestry",
|
|
3643
3809
|
value: input3.restrictAncestry
|
|
3644
|
-
})) && $
|
|
3810
|
+
})) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
3645
3811
|
path: _path2 + ".restrictAncestry",
|
|
3646
3812
|
expected: "RestrictAncestry",
|
|
3647
3813
|
value: input3.restrictAncestry
|
|
@@ -3666,7 +3832,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3666
3832
|
expected: "number",
|
|
3667
3833
|
value: input3.stop
|
|
3668
3834
|
})].every((flag) => flag);
|
|
3669
|
-
const $
|
|
3835
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3670
3836
|
path: _path2 + ".name",
|
|
3671
3837
|
expected: "string",
|
|
3672
3838
|
value: input3.name
|
|
@@ -3679,7 +3845,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3679
3845
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3680
3846
|
value: input3.tvs
|
|
3681
3847
|
})].every((flag) => flag);
|
|
3682
|
-
const $
|
|
3848
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3683
3849
|
path: _path2 + ".id",
|
|
3684
3850
|
expected: "string",
|
|
3685
3851
|
value: input3.id
|
|
@@ -3735,6 +3901,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
3735
3901
|
path: _path2 + ".skipValuesBuild",
|
|
3736
3902
|
expected: "(boolean | undefined)",
|
|
3737
3903
|
value: input3.skipValuesBuild
|
|
3904
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3905
|
+
path: _path2 + ".valueConversion",
|
|
3906
|
+
expected: "(__type.o2 | undefined)",
|
|
3907
|
+
value: input3.valueConversion
|
|
3908
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3909
|
+
path: _path2 + ".valueConversion",
|
|
3910
|
+
expected: "(__type.o2 | undefined)",
|
|
3911
|
+
value: input3.valueConversion
|
|
3738
3912
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
3739
3913
|
path: _path2 + ".reachedVariantLimit",
|
|
3740
3914
|
expected: "(boolean | undefined)",
|
|
@@ -3747,7 +3921,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3747
3921
|
path: _path2 + ".snps[" + _index58 + "]",
|
|
3748
3922
|
expected: "SnpsEntry",
|
|
3749
3923
|
value: elem
|
|
3750
|
-
})) && $
|
|
3924
|
+
})) && $vo73(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3751
3925
|
path: _path2 + ".snps[" + _index58 + "]",
|
|
3752
3926
|
expected: "SnpsEntry",
|
|
3753
3927
|
value: elem
|
|
@@ -3756,7 +3930,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3756
3930
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3757
3931
|
value: input3.snps
|
|
3758
3932
|
})].every((flag) => flag);
|
|
3759
|
-
const $
|
|
3933
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3760
3934
|
path: _path2 + ".altAlleles",
|
|
3761
3935
|
expected: "(Array<string> | undefined)",
|
|
3762
3936
|
value: input3.altAlleles
|
|
@@ -3776,7 +3950,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3776
3950
|
path: _path2 + ".alleles[" + _index60 + "]",
|
|
3777
3951
|
expected: "AllelesEntry",
|
|
3778
3952
|
value: elem
|
|
3779
|
-
})) && $
|
|
3953
|
+
})) && $vo74(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3780
3954
|
path: _path2 + ".alleles[" + _index60 + "]",
|
|
3781
3955
|
expected: "AllelesEntry",
|
|
3782
3956
|
value: elem
|
|
@@ -3790,11 +3964,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
3790
3964
|
value: input3.effectAllele
|
|
3791
3965
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
3792
3966
|
path: _path2 + ".gt2count",
|
|
3793
|
-
expected: "(__type.
|
|
3967
|
+
expected: "(__type.o8 | undefined)",
|
|
3794
3968
|
value: input3.gt2count
|
|
3795
|
-
})) && $
|
|
3969
|
+
})) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3796
3970
|
path: _path2 + ".gt2count",
|
|
3797
|
-
expected: "(__type.
|
|
3971
|
+
expected: "(__type.o8 | undefined)",
|
|
3798
3972
|
value: input3.gt2count
|
|
3799
3973
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
3800
3974
|
path: _path2 + ".invalid",
|
|
@@ -3821,7 +3995,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3821
3995
|
expected: "(number | undefined)",
|
|
3822
3996
|
value: input3.pos
|
|
3823
3997
|
})].every((flag) => flag);
|
|
3824
|
-
const $
|
|
3998
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3825
3999
|
path: _path2 + ".allele",
|
|
3826
4000
|
expected: "string",
|
|
3827
4001
|
value: input3.allele
|
|
@@ -3834,7 +4008,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3834
4008
|
expected: "boolean",
|
|
3835
4009
|
value: input3.isRef
|
|
3836
4010
|
})].every((flag) => flag);
|
|
3837
|
-
const $
|
|
4011
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3838
4012
|
path: _path2 + ".k",
|
|
3839
4013
|
expected: "string",
|
|
3840
4014
|
value: input3.k
|
|
@@ -3856,16 +4030,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
3856
4030
|
})();
|
|
3857
4031
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3858
4032
|
if (true === input3.startunbounded)
|
|
3859
|
-
return $
|
|
4033
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
3860
4034
|
if (true === input3.stopunbounded)
|
|
3861
|
-
return $
|
|
3862
|
-
return $
|
|
4035
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
4036
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3863
4037
|
})();
|
|
3864
4038
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3865
4039
|
if ("gene" === input3.kind)
|
|
3866
|
-
return $vo31(input3, _path2, _exceptionable2);
|
|
3867
|
-
if ("coord" === input3.kind)
|
|
3868
4040
|
return $vo32(input3, _path2, _exceptionable2);
|
|
4041
|
+
if ("coord" === input3.kind)
|
|
4042
|
+
return $vo33(input3, _path2, _exceptionable2);
|
|
3869
4043
|
return $report(_exceptionable2, {
|
|
3870
4044
|
path: _path2,
|
|
3871
4045
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3874,9 +4048,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
3874
4048
|
})();
|
|
3875
4049
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3876
4050
|
if ("string" === typeof input3.type)
|
|
3877
|
-
return $
|
|
4051
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3878
4052
|
if ("filter" === input3.type)
|
|
3879
|
-
return $
|
|
4053
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
3880
4054
|
return $report(_exceptionable2, {
|
|
3881
4055
|
path: _path2,
|
|
3882
4056
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3885,9 +4059,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
3885
4059
|
})();
|
|
3886
4060
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3887
4061
|
if (true === input3.startunbounded)
|
|
3888
|
-
return $vo15(input3, _path2, _exceptionable2);
|
|
3889
|
-
if (void 0 !== input3.start)
|
|
3890
4062
|
return $vo16(input3, _path2, _exceptionable2);
|
|
4063
|
+
if (void 0 !== input3.start)
|
|
4064
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3891
4065
|
return $report(_exceptionable2, {
|
|
3892
4066
|
path: _path2,
|
|
3893
4067
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3896,9 +4070,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
3896
4070
|
})();
|
|
3897
4071
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3898
4072
|
if (void 0 !== input3.stop)
|
|
3899
|
-
return $vo16(input3, _path2, _exceptionable2);
|
|
3900
|
-
if (true === input3.stopunbounded)
|
|
3901
4073
|
return $vo17(input3, _path2, _exceptionable2);
|
|
4074
|
+
if (true === input3.stopunbounded)
|
|
4075
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
3902
4076
|
return $report(_exceptionable2, {
|
|
3903
4077
|
path: _path2,
|
|
3904
4078
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3907,29 +4081,29 @@ var validDescrStatsRequest = (input) => {
|
|
|
3907
4081
|
})();
|
|
3908
4082
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3909
4083
|
if ("SnpsTW" === input3.type)
|
|
3910
|
-
return $
|
|
4084
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
3911
4085
|
if ("ConditionTW" === input3.type)
|
|
3912
|
-
return $
|
|
4086
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
3913
4087
|
if ("GvCustomGsTW" === input3.type)
|
|
3914
|
-
return $
|
|
4088
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
3915
4089
|
if ("GvPredefinedGsTW" === input3.type)
|
|
3916
|
-
return $
|
|
4090
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
3917
4091
|
if ("GvValuesTW" === input3.type)
|
|
3918
|
-
return $
|
|
4092
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
3919
4093
|
if ("NumTWSpline" === input3.type)
|
|
3920
|
-
return $
|
|
4094
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
3921
4095
|
if ("NumTWCont" === input3.type)
|
|
3922
|
-
return $
|
|
4096
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
3923
4097
|
if ("NumTWBinary" === input3.type)
|
|
3924
|
-
return $
|
|
4098
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
3925
4099
|
if ("NumTWCustomBin" === input3.type)
|
|
3926
|
-
return $
|
|
4100
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
3927
4101
|
if ("NumTWRegularBin" === input3.type)
|
|
3928
|
-
return $
|
|
4102
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
3929
4103
|
if ("QualTWCustomGS" === input3.type)
|
|
3930
|
-
return $
|
|
4104
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3931
4105
|
if ("QualTWPredefinedGS" === input3.type)
|
|
3932
|
-
return $
|
|
4106
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
3933
4107
|
if ("QualTWValues" === input3.type)
|
|
3934
4108
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3935
4109
|
return $report(_exceptionable2, {
|
|
@@ -3942,9 +4116,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
3942
4116
|
if ("categorical" === input3.type)
|
|
3943
4117
|
return $vo3(input3, _path2, _exceptionable2);
|
|
3944
4118
|
if ("snp" === input3.type)
|
|
3945
|
-
return $vo40(input3, _path2, _exceptionable2);
|
|
3946
|
-
if ("singleCellCellType" === input3.type)
|
|
3947
4119
|
return $vo41(input3, _path2, _exceptionable2);
|
|
4120
|
+
if ("singleCellCellType" === input3.type)
|
|
4121
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
3948
4122
|
return $report(_exceptionable2, {
|
|
3949
4123
|
path: _path2,
|
|
3950
4124
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -3954,24 +4128,24 @@ var validDescrStatsRequest = (input) => {
|
|
|
3954
4128
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3955
4129
|
if (void 0 !== input3.ranges)
|
|
3956
4130
|
return $vo9(input3, _path2, _exceptionable2);
|
|
3957
|
-
return $vo8(input3, _path2, false) || $
|
|
4131
|
+
return $vo8(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
|
|
3958
4132
|
})();
|
|
3959
4133
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3960
4134
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3961
4135
|
return $vo10(input3, _path2, _exceptionable2);
|
|
3962
4136
|
if ("metaboliteIntensity" === input3.type)
|
|
3963
|
-
return $vo21(input3, _path2, _exceptionable2);
|
|
3964
|
-
if ("date" === input3.type)
|
|
3965
4137
|
return $vo22(input3, _path2, _exceptionable2);
|
|
3966
|
-
if ("
|
|
4138
|
+
if ("date" === input3.type)
|
|
3967
4139
|
return $vo23(input3, _path2, _exceptionable2);
|
|
3968
|
-
|
|
4140
|
+
if ("ssGSEA" === input3.type)
|
|
4141
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
4142
|
+
return $vo21(input3, _path2, false) || $vo20(input3, _path2, false);
|
|
3969
4143
|
})();
|
|
3970
4144
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3971
4145
|
if ("regular-bin" === input3.type)
|
|
3972
|
-
return $
|
|
4146
|
+
return $vo14(input3, _path2, _exceptionable2);
|
|
3973
4147
|
if ("custom-bin" === input3.type)
|
|
3974
|
-
return $
|
|
4148
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
3975
4149
|
return $report(_exceptionable2, {
|
|
3976
4150
|
path: _path2,
|
|
3977
4151
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3980,9 +4154,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
3980
4154
|
})();
|
|
3981
4155
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3982
4156
|
if ("gene" === input3.kind)
|
|
3983
|
-
return $
|
|
4157
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3984
4158
|
if ("coord" === input3.kind)
|
|
3985
|
-
return $
|
|
4159
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
3986
4160
|
return $report(_exceptionable2, {
|
|
3987
4161
|
path: _path2,
|
|
3988
4162
|
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; })',
|
|
@@ -3991,9 +4165,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
3991
4165
|
})();
|
|
3992
4166
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3993
4167
|
if ("gene" === input3.kind)
|
|
3994
|
-
return $vo58(input3, _path2, _exceptionable2);
|
|
3995
|
-
if ("coord" === input3.kind)
|
|
3996
4168
|
return $vo59(input3, _path2, _exceptionable2);
|
|
4169
|
+
if ("coord" === input3.kind)
|
|
4170
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
3997
4171
|
return $report(_exceptionable2, {
|
|
3998
4172
|
path: _path2,
|
|
3999
4173
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -4002,9 +4176,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
4002
4176
|
})();
|
|
4003
4177
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4004
4178
|
if ("grade" === input3.valueFor)
|
|
4005
|
-
return $vo66(input3, _path2, _exceptionable2);
|
|
4006
|
-
if ("children" === input3.valueFor)
|
|
4007
4179
|
return $vo67(input3, _path2, _exceptionable2);
|
|
4180
|
+
if ("children" === input3.valueFor)
|
|
4181
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
4008
4182
|
return $report(_exceptionable2, {
|
|
4009
4183
|
path: _path2,
|
|
4010
4184
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|