@sjcrh/proteinpaint-types 2.150.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-OSBVSZBB.js → chunk-5BNDT4E6.js} +13 -77
- 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 +14 -14
- 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.sampleScatter.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/routes/termdb.sampleScatter.ts +1 -3
- package/src/terms/numeric.ts +17 -1
- package/src/terms/term.ts +5 -0
|
@@ -58,8 +58,8 @@ var validCategoriesRequest = (input) => {
|
|
|
58
58
|
const errors = [];
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
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.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $
|
|
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 && $
|
|
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.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $io76(input3.__protected__));
|
|
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 validCategoriesRequest = (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 validCategoriesRequest = (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,67 +97,67 @@ var validCategoriesRequest = (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 $
|
|
159
|
-
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);
|
|
160
|
+
const $io76 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && true;
|
|
160
161
|
const $iu0 = (input3) => (() => {
|
|
161
162
|
if ("tvslst" === input3.type)
|
|
162
163
|
return $io6(input3);
|
|
@@ -166,64 +167,64 @@ var validCategoriesRequest = (input) => {
|
|
|
166
167
|
})();
|
|
167
168
|
const $iu1 = (input3) => (() => {
|
|
168
169
|
if (true === input3.startunbounded)
|
|
169
|
-
return $
|
|
170
|
+
return $io16(input3);
|
|
170
171
|
if (true === input3.stopunbounded)
|
|
171
|
-
return $
|
|
172
|
-
return $
|
|
172
|
+
return $io18(input3);
|
|
173
|
+
return $io17(input3);
|
|
173
174
|
})();
|
|
174
175
|
const $iu2 = (input3) => (() => {
|
|
175
176
|
if ("gene" === input3.kind)
|
|
176
|
-
return $io31(input3);
|
|
177
|
-
if ("coord" === input3.kind)
|
|
178
177
|
return $io32(input3);
|
|
178
|
+
if ("coord" === input3.kind)
|
|
179
|
+
return $io33(input3);
|
|
179
180
|
return false;
|
|
180
181
|
})();
|
|
181
182
|
const $iu3 = (input3) => (() => {
|
|
182
183
|
if ("string" === typeof input3.type)
|
|
183
|
-
return $
|
|
184
|
+
return $io36(input3);
|
|
184
185
|
if ("filter" === input3.type)
|
|
185
|
-
return $
|
|
186
|
+
return $io38(input3);
|
|
186
187
|
return false;
|
|
187
188
|
})();
|
|
188
189
|
const $iu4 = (input3) => (() => {
|
|
189
190
|
if (true === input3.startunbounded)
|
|
190
|
-
return $io15(input3);
|
|
191
|
-
if (void 0 !== input3.start)
|
|
192
191
|
return $io16(input3);
|
|
192
|
+
if (void 0 !== input3.start)
|
|
193
|
+
return $io17(input3);
|
|
193
194
|
return false;
|
|
194
195
|
})();
|
|
195
196
|
const $iu5 = (input3) => (() => {
|
|
196
197
|
if (void 0 !== input3.stop)
|
|
197
|
-
return $io16(input3);
|
|
198
|
-
if (true === input3.stopunbounded)
|
|
199
198
|
return $io17(input3);
|
|
199
|
+
if (true === input3.stopunbounded)
|
|
200
|
+
return $io18(input3);
|
|
200
201
|
return false;
|
|
201
202
|
})();
|
|
202
203
|
const $iu6 = (input3) => (() => {
|
|
203
204
|
if ("SnpsTW" === input3.type)
|
|
204
|
-
return $
|
|
205
|
+
return $io69(input3);
|
|
205
206
|
if ("ConditionTW" === input3.type)
|
|
206
|
-
return $
|
|
207
|
+
return $io66(input3);
|
|
207
208
|
if ("GvCustomGsTW" === input3.type)
|
|
208
|
-
return $
|
|
209
|
+
return $io64(input3);
|
|
209
210
|
if ("GvPredefinedGsTW" === input3.type)
|
|
210
|
-
return $
|
|
211
|
+
return $io62(input3);
|
|
211
212
|
if ("GvValuesTW" === input3.type)
|
|
212
|
-
return $
|
|
213
|
+
return $io58(input3);
|
|
213
214
|
if ("NumTWSpline" === input3.type)
|
|
214
|
-
return $
|
|
215
|
+
return $io55(input3);
|
|
215
216
|
if ("NumTWCont" === input3.type)
|
|
216
|
-
return $
|
|
217
|
+
return $io53(input3);
|
|
217
218
|
if ("NumTWBinary" === input3.type)
|
|
218
|
-
return $
|
|
219
|
+
return $io51(input3);
|
|
219
220
|
if ("NumTWCustomBin" === input3.type)
|
|
220
|
-
return $
|
|
221
|
+
return $io50(input3);
|
|
221
222
|
if ("NumTWRegularBin" === input3.type)
|
|
222
|
-
return $
|
|
223
|
+
return $io49(input3);
|
|
223
224
|
if ("QualTWCustomGS" === input3.type)
|
|
224
|
-
return $
|
|
225
|
+
return $io46(input3);
|
|
225
226
|
if ("QualTWPredefinedGS" === input3.type)
|
|
226
|
-
return $
|
|
227
|
+
return $io44(input3);
|
|
227
228
|
if ("QualTWValues" === input3.type)
|
|
228
229
|
return $io1(input3);
|
|
229
230
|
return false;
|
|
@@ -232,9 +233,9 @@ var validCategoriesRequest = (input) => {
|
|
|
232
233
|
if ("categorical" === input3.type)
|
|
233
234
|
return $io3(input3);
|
|
234
235
|
if ("snp" === input3.type)
|
|
235
|
-
return $io40(input3);
|
|
236
|
-
if ("singleCellCellType" === input3.type)
|
|
237
236
|
return $io41(input3);
|
|
237
|
+
if ("singleCellCellType" === input3.type)
|
|
238
|
+
return $io42(input3);
|
|
238
239
|
return false;
|
|
239
240
|
})();
|
|
240
241
|
const $iu8 = (input3) => (() => {
|
|
@@ -243,10 +244,10 @@ var validCategoriesRequest = (input) => {
|
|
|
243
244
|
return (() => {
|
|
244
245
|
if ($io8(input3))
|
|
245
246
|
return $io8(input3);
|
|
246
|
-
if ($
|
|
247
|
-
return $
|
|
248
|
-
if ($
|
|
249
|
-
return $
|
|
247
|
+
if ($io26(input3))
|
|
248
|
+
return $io26(input3);
|
|
249
|
+
if ($io29(input3))
|
|
250
|
+
return $io29(input3);
|
|
250
251
|
return false;
|
|
251
252
|
})();
|
|
252
253
|
})();
|
|
@@ -254,45 +255,45 @@ var validCategoriesRequest = (input) => {
|
|
|
254
255
|
if ("integer" === input3.type || "float" === input3.type)
|
|
255
256
|
return $io10(input3);
|
|
256
257
|
if ("metaboliteIntensity" === input3.type)
|
|
257
|
-
return $io21(input3);
|
|
258
|
-
if ("date" === input3.type)
|
|
259
258
|
return $io22(input3);
|
|
260
|
-
if ("
|
|
259
|
+
if ("date" === input3.type)
|
|
261
260
|
return $io23(input3);
|
|
261
|
+
if ("ssGSEA" === input3.type)
|
|
262
|
+
return $io24(input3);
|
|
262
263
|
return (() => {
|
|
264
|
+
if ($io21(input3))
|
|
265
|
+
return $io21(input3);
|
|
263
266
|
if ($io20(input3))
|
|
264
267
|
return $io20(input3);
|
|
265
|
-
if ($io19(input3))
|
|
266
|
-
return $io19(input3);
|
|
267
268
|
return false;
|
|
268
269
|
})();
|
|
269
270
|
})();
|
|
270
271
|
const $iu10 = (input3) => (() => {
|
|
271
272
|
if ("regular-bin" === input3.type)
|
|
272
|
-
return $
|
|
273
|
+
return $io14(input3);
|
|
273
274
|
if ("custom-bin" === input3.type)
|
|
274
|
-
return $
|
|
275
|
+
return $io19(input3);
|
|
275
276
|
return false;
|
|
276
277
|
})();
|
|
277
278
|
const $iu11 = (input3) => (() => {
|
|
278
279
|
if ("gene" === input3.kind)
|
|
279
|
-
return $
|
|
280
|
+
return $io31(input3);
|
|
280
281
|
if ("coord" === input3.kind)
|
|
281
|
-
return $
|
|
282
|
+
return $io39(input3);
|
|
282
283
|
return false;
|
|
283
284
|
})();
|
|
284
285
|
const $iu12 = (input3) => (() => {
|
|
285
286
|
if ("gene" === input3.kind)
|
|
286
|
-
return $io58(input3);
|
|
287
|
-
if ("coord" === input3.kind)
|
|
288
287
|
return $io59(input3);
|
|
288
|
+
if ("coord" === input3.kind)
|
|
289
|
+
return $io60(input3);
|
|
289
290
|
return false;
|
|
290
291
|
})();
|
|
291
292
|
const $iu13 = (input3) => (() => {
|
|
292
293
|
if ("grade" === input3.valueFor)
|
|
293
|
-
return $io66(input3);
|
|
294
|
-
if ("children" === input3.valueFor)
|
|
295
294
|
return $io67(input3);
|
|
295
|
+
if ("children" === input3.valueFor)
|
|
296
|
+
return $io68(input3);
|
|
296
297
|
return false;
|
|
297
298
|
})();
|
|
298
299
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -343,11 +344,11 @@ var validCategoriesRequest = (input) => {
|
|
|
343
344
|
value: input3.currentGeneNames
|
|
344
345
|
}), true, void 0 === input3.__protected__ || ("object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) || $report(_exceptionable2, {
|
|
345
346
|
path: _path2 + ".__protected__",
|
|
346
|
-
expected: "(__type.
|
|
347
|
+
expected: "(__type.o9 | undefined)",
|
|
347
348
|
value: input3.__protected__
|
|
348
|
-
})) && $
|
|
349
|
+
})) && $vo76(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
|
|
349
350
|
path: _path2 + ".__protected__",
|
|
350
|
-
expected: "(__type.
|
|
351
|
+
expected: "(__type.o9 | undefined)",
|
|
351
352
|
value: input3.__protected__
|
|
352
353
|
})].every((flag) => flag);
|
|
353
354
|
const $vo1 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -386,7 +387,7 @@ var validCategoriesRequest = (input) => {
|
|
|
386
387
|
path: _path2 + ".q",
|
|
387
388
|
expected: "ValuesQ",
|
|
388
389
|
value: input3.q
|
|
389
|
-
})) && $
|
|
390
|
+
})) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
390
391
|
path: _path2 + ".q",
|
|
391
392
|
expected: "ValuesQ",
|
|
392
393
|
value: input3.q
|
|
@@ -459,11 +460,19 @@ var validCategoriesRequest = (input) => {
|
|
|
459
460
|
path: _path2 + ".skipValuesBuild",
|
|
460
461
|
expected: "(boolean | undefined)",
|
|
461
462
|
value: input3.skipValuesBuild
|
|
463
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
464
|
+
path: _path2 + ".valueConversion",
|
|
465
|
+
expected: "(__type.o2 | undefined)",
|
|
466
|
+
value: input3.valueConversion
|
|
467
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
468
|
+
path: _path2 + ".valueConversion",
|
|
469
|
+
expected: "(__type.o2 | undefined)",
|
|
470
|
+
value: input3.valueConversion
|
|
462
471
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
463
472
|
path: _path2 + ".groupsetting",
|
|
464
473
|
expected: "TermGroupSetting",
|
|
465
474
|
value: input3.groupsetting
|
|
466
|
-
})) && $
|
|
475
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
467
476
|
path: _path2 + ".groupsetting",
|
|
468
477
|
expected: "TermGroupSetting",
|
|
469
478
|
value: input3.groupsetting
|
|
@@ -648,11 +657,11 @@ var validCategoriesRequest = (input) => {
|
|
|
648
657
|
value: input3.values
|
|
649
658
|
})) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
650
659
|
path: _path2 + ".values[" + _index7 + "]",
|
|
651
|
-
expected: "__type.
|
|
660
|
+
expected: "__type.o4",
|
|
652
661
|
value: elem
|
|
653
|
-
})) && $
|
|
662
|
+
})) && $vo25(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
654
663
|
path: _path2 + ".values[" + _index7 + "]",
|
|
655
|
-
expected: "__type.
|
|
664
|
+
expected: "__type.o4",
|
|
656
665
|
value: elem
|
|
657
666
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
658
667
|
path: _path2 + ".values",
|
|
@@ -715,13 +724,21 @@ var validCategoriesRequest = (input) => {
|
|
|
715
724
|
path: _path2 + ".skipValuesBuild",
|
|
716
725
|
expected: "(boolean | undefined)",
|
|
717
726
|
value: input3.skipValuesBuild
|
|
727
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
728
|
+
path: _path2 + ".valueConversion",
|
|
729
|
+
expected: "(__type.o2 | undefined)",
|
|
730
|
+
value: input3.valueConversion
|
|
731
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
732
|
+
path: _path2 + ".valueConversion",
|
|
733
|
+
expected: "(__type.o2 | undefined)",
|
|
734
|
+
value: input3.valueConversion
|
|
718
735
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
719
736
|
path: _path2 + ".continuousColorScale",
|
|
720
|
-
expected: "(__type.
|
|
737
|
+
expected: "(__type.o3 | undefined)",
|
|
721
738
|
value: input3.continuousColorScale
|
|
722
|
-
})) && $
|
|
739
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
723
740
|
path: _path2 + ".continuousColorScale",
|
|
724
|
-
expected: "(__type.
|
|
741
|
+
expected: "(__type.o3 | undefined)",
|
|
725
742
|
value: input3.continuousColorScale
|
|
726
743
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
727
744
|
path: _path2 + ".unit",
|
|
@@ -731,12 +748,25 @@ var validCategoriesRequest = (input) => {
|
|
|
731
748
|
path: _path2 + ".bins",
|
|
732
749
|
expected: "PresetNumericBins",
|
|
733
750
|
value: input3.bins
|
|
734
|
-
})) && $
|
|
751
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
735
752
|
path: _path2 + ".bins",
|
|
736
753
|
expected: "PresetNumericBins",
|
|
737
754
|
value: input3.bins
|
|
738
755
|
})].every((flag) => flag);
|
|
739
|
-
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
756
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
|
|
757
|
+
path: _path2 + ".fromUnit",
|
|
758
|
+
expected: "string",
|
|
759
|
+
value: input3.fromUnit
|
|
760
|
+
}), "string" === typeof input3.toUnit || $report(_exceptionable2, {
|
|
761
|
+
path: _path2 + ".toUnit",
|
|
762
|
+
expected: "string",
|
|
763
|
+
value: input3.toUnit
|
|
764
|
+
}), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
|
|
765
|
+
path: _path2 + ".scaleFactor",
|
|
766
|
+
expected: "string",
|
|
767
|
+
value: input3.scaleFactor
|
|
768
|
+
})].every((flag) => flag);
|
|
769
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
740
770
|
path: _path2 + ".minColor",
|
|
741
771
|
expected: "string",
|
|
742
772
|
value: input3.minColor
|
|
@@ -745,7 +775,7 @@ var validCategoriesRequest = (input) => {
|
|
|
745
775
|
expected: "string",
|
|
746
776
|
value: input3.maxColor
|
|
747
777
|
})].every((flag) => flag);
|
|
748
|
-
const $
|
|
778
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
749
779
|
path: _path2 + '["default"]',
|
|
750
780
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
751
781
|
value: input3["default"]
|
|
@@ -782,11 +812,11 @@ var validCategoriesRequest = (input) => {
|
|
|
782
812
|
expected: "(number | undefined)",
|
|
783
813
|
value: input3.max
|
|
784
814
|
})].every((flag) => flag);
|
|
785
|
-
const $
|
|
815
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
786
816
|
path: _path2 + ".hiddenValues",
|
|
787
817
|
expected: "(HiddenValues | undefined)",
|
|
788
818
|
value: input3.hiddenValues
|
|
789
|
-
})) && $
|
|
819
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
790
820
|
path: _path2 + ".hiddenValues",
|
|
791
821
|
expected: "(HiddenValues | undefined)",
|
|
792
822
|
value: input3.hiddenValues
|
|
@@ -834,8 +864,20 @@ var validCategoriesRequest = (input) => {
|
|
|
834
864
|
path: _path2 + ".label_offset",
|
|
835
865
|
expected: "(number | undefined)",
|
|
836
866
|
value: input3.label_offset
|
|
867
|
+
}), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
|
|
868
|
+
path: _path2 + ".startinclusive",
|
|
869
|
+
expected: "(boolean | undefined)",
|
|
870
|
+
value: input3.startinclusive
|
|
871
|
+
}), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
|
|
872
|
+
path: _path2 + ".stopinclusive",
|
|
873
|
+
expected: "(boolean | undefined)",
|
|
874
|
+
value: input3.stopinclusive
|
|
875
|
+
}), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
|
|
876
|
+
path: _path2 + ".rounding",
|
|
877
|
+
expected: "(string | undefined)",
|
|
878
|
+
value: input3.rounding
|
|
837
879
|
})].every((flag) => flag);
|
|
838
|
-
const $
|
|
880
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
839
881
|
const value = input3[key];
|
|
840
882
|
if (void 0 === value)
|
|
841
883
|
return true;
|
|
@@ -847,7 +889,7 @@ var validCategoriesRequest = (input) => {
|
|
|
847
889
|
});
|
|
848
890
|
return true;
|
|
849
891
|
}).every((flag) => flag)].every((flag) => flag);
|
|
850
|
-
const $
|
|
892
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
851
893
|
path: _path2 + ".startunbounded",
|
|
852
894
|
expected: "true",
|
|
853
895
|
value: input3.startunbounded
|
|
@@ -876,7 +918,7 @@ var validCategoriesRequest = (input) => {
|
|
|
876
918
|
expected: "(string | undefined)",
|
|
877
919
|
value: input3.range
|
|
878
920
|
})].every((flag) => flag);
|
|
879
|
-
const $
|
|
921
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
880
922
|
path: _path2 + ".startunbounded",
|
|
881
923
|
expected: "(false | undefined)",
|
|
882
924
|
value: input3.startunbounded
|
|
@@ -909,7 +951,7 @@ var validCategoriesRequest = (input) => {
|
|
|
909
951
|
expected: "(string | undefined)",
|
|
910
952
|
value: input3.range
|
|
911
953
|
})].every((flag) => flag);
|
|
912
|
-
const $
|
|
954
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
913
955
|
path: _path2 + ".start",
|
|
914
956
|
expected: "number",
|
|
915
957
|
value: input3.start
|
|
@@ -938,11 +980,11 @@ var validCategoriesRequest = (input) => {
|
|
|
938
980
|
expected: "(string | undefined)",
|
|
939
981
|
value: input3.range
|
|
940
982
|
})].every((flag) => flag);
|
|
941
|
-
const $
|
|
983
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
942
984
|
path: _path2 + ".hiddenValues",
|
|
943
985
|
expected: "(HiddenValues | undefined)",
|
|
944
986
|
value: input3.hiddenValues
|
|
945
|
-
})) && $
|
|
987
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
946
988
|
path: _path2 + ".hiddenValues",
|
|
947
989
|
expected: "(HiddenValues | undefined)",
|
|
948
990
|
value: input3.hiddenValues
|
|
@@ -968,7 +1010,7 @@ var validCategoriesRequest = (input) => {
|
|
|
968
1010
|
value: input3.mode
|
|
969
1011
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
970
1012
|
path: _path2 + ".lst",
|
|
971
|
-
expected: "
|
|
1013
|
+
expected: "CustomNumericBinConfigLst",
|
|
972
1014
|
value: input3.lst
|
|
973
1015
|
})) && ([
|
|
974
1016
|
("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
|
|
@@ -998,14 +1040,14 @@ var validCategoriesRequest = (input) => {
|
|
|
998
1040
|
value: input3.lst.slice(1)
|
|
999
1041
|
}))) || $report(_exceptionable2, {
|
|
1000
1042
|
path: _path2 + ".lst",
|
|
1001
|
-
expected: "
|
|
1043
|
+
expected: "CustomNumericBinConfigLst",
|
|
1002
1044
|
value: input3.lst
|
|
1003
1045
|
}), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
|
|
1004
1046
|
path: _path2 + ".preferredBins",
|
|
1005
1047
|
expected: '("median" | undefined)',
|
|
1006
1048
|
value: input3.preferredBins
|
|
1007
1049
|
})].every((flag) => flag);
|
|
1008
|
-
const $
|
|
1050
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1009
1051
|
path: _path2 + ".id",
|
|
1010
1052
|
expected: "string",
|
|
1011
1053
|
value: input3.id
|
|
@@ -1061,13 +1103,21 @@ var validCategoriesRequest = (input) => {
|
|
|
1061
1103
|
path: _path2 + ".skipValuesBuild",
|
|
1062
1104
|
expected: "(boolean | undefined)",
|
|
1063
1105
|
value: input3.skipValuesBuild
|
|
1106
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1107
|
+
path: _path2 + ".valueConversion",
|
|
1108
|
+
expected: "(__type.o2 | undefined)",
|
|
1109
|
+
value: input3.valueConversion
|
|
1110
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1111
|
+
path: _path2 + ".valueConversion",
|
|
1112
|
+
expected: "(__type.o2 | undefined)",
|
|
1113
|
+
value: input3.valueConversion
|
|
1064
1114
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1065
1115
|
path: _path2 + ".continuousColorScale",
|
|
1066
|
-
expected: "(__type.
|
|
1116
|
+
expected: "(__type.o3 | undefined)",
|
|
1067
1117
|
value: input3.continuousColorScale
|
|
1068
|
-
})) && $
|
|
1118
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1069
1119
|
path: _path2 + ".continuousColorScale",
|
|
1070
|
-
expected: "(__type.
|
|
1120
|
+
expected: "(__type.o3 | undefined)",
|
|
1071
1121
|
value: input3.continuousColorScale
|
|
1072
1122
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1073
1123
|
path: _path2 + ".unit",
|
|
@@ -1077,7 +1127,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1077
1127
|
path: _path2 + ".bins",
|
|
1078
1128
|
expected: "(PresetNumericBins | undefined)",
|
|
1079
1129
|
value: input3.bins
|
|
1080
|
-
})) && $
|
|
1130
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1081
1131
|
path: _path2 + ".bins",
|
|
1082
1132
|
expected: "(PresetNumericBins | undefined)",
|
|
1083
1133
|
value: input3.bins
|
|
@@ -1102,7 +1152,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1102
1152
|
expected: "(number | undefined)",
|
|
1103
1153
|
value: input3.stop
|
|
1104
1154
|
})].every((flag) => flag);
|
|
1105
|
-
const $
|
|
1155
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1106
1156
|
path: _path2 + ".id",
|
|
1107
1157
|
expected: "string",
|
|
1108
1158
|
value: input3.id
|
|
@@ -1158,13 +1208,21 @@ var validCategoriesRequest = (input) => {
|
|
|
1158
1208
|
path: _path2 + ".skipValuesBuild",
|
|
1159
1209
|
expected: "(boolean | undefined)",
|
|
1160
1210
|
value: input3.skipValuesBuild
|
|
1211
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1212
|
+
path: _path2 + ".valueConversion",
|
|
1213
|
+
expected: "(__type.o2 | undefined)",
|
|
1214
|
+
value: input3.valueConversion
|
|
1215
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1216
|
+
path: _path2 + ".valueConversion",
|
|
1217
|
+
expected: "(__type.o2 | undefined)",
|
|
1218
|
+
value: input3.valueConversion
|
|
1161
1219
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1162
1220
|
path: _path2 + ".continuousColorScale",
|
|
1163
|
-
expected: "(__type.
|
|
1221
|
+
expected: "(__type.o3 | undefined)",
|
|
1164
1222
|
value: input3.continuousColorScale
|
|
1165
|
-
})) && $
|
|
1223
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1166
1224
|
path: _path2 + ".continuousColorScale",
|
|
1167
|
-
expected: "(__type.
|
|
1225
|
+
expected: "(__type.o3 | undefined)",
|
|
1168
1226
|
value: input3.continuousColorScale
|
|
1169
1227
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1170
1228
|
path: _path2 + ".unit",
|
|
@@ -1174,7 +1232,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1174
1232
|
path: _path2 + ".bins",
|
|
1175
1233
|
expected: "(PresetNumericBins | undefined)",
|
|
1176
1234
|
value: input3.bins
|
|
1177
|
-
})) && $
|
|
1235
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1178
1236
|
path: _path2 + ".bins",
|
|
1179
1237
|
expected: "(PresetNumericBins | undefined)",
|
|
1180
1238
|
value: input3.bins
|
|
@@ -1199,7 +1257,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1199
1257
|
expected: "number",
|
|
1200
1258
|
value: input3.stop
|
|
1201
1259
|
})].every((flag) => flag);
|
|
1202
|
-
const $
|
|
1260
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1203
1261
|
path: _path2 + ".id",
|
|
1204
1262
|
expected: "string",
|
|
1205
1263
|
value: input3.id
|
|
@@ -1255,13 +1313,21 @@ var validCategoriesRequest = (input) => {
|
|
|
1255
1313
|
path: _path2 + ".skipValuesBuild",
|
|
1256
1314
|
expected: "(boolean | undefined)",
|
|
1257
1315
|
value: input3.skipValuesBuild
|
|
1316
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1317
|
+
path: _path2 + ".valueConversion",
|
|
1318
|
+
expected: "(__type.o2 | undefined)",
|
|
1319
|
+
value: input3.valueConversion
|
|
1320
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1321
|
+
path: _path2 + ".valueConversion",
|
|
1322
|
+
expected: "(__type.o2 | undefined)",
|
|
1323
|
+
value: input3.valueConversion
|
|
1258
1324
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1259
1325
|
path: _path2 + ".continuousColorScale",
|
|
1260
|
-
expected: "(__type.
|
|
1326
|
+
expected: "(__type.o3 | undefined)",
|
|
1261
1327
|
value: input3.continuousColorScale
|
|
1262
|
-
})) && $
|
|
1328
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1263
1329
|
path: _path2 + ".continuousColorScale",
|
|
1264
|
-
expected: "(__type.
|
|
1330
|
+
expected: "(__type.o3 | undefined)",
|
|
1265
1331
|
value: input3.continuousColorScale
|
|
1266
1332
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1267
1333
|
path: _path2 + ".unit",
|
|
@@ -1275,12 +1341,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1275
1341
|
path: _path2 + ".bins",
|
|
1276
1342
|
expected: "(PresetNumericBins | undefined)",
|
|
1277
1343
|
value: input3.bins
|
|
1278
|
-
})) && $
|
|
1344
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1279
1345
|
path: _path2 + ".bins",
|
|
1280
1346
|
expected: "(PresetNumericBins | undefined)",
|
|
1281
1347
|
value: input3.bins
|
|
1282
1348
|
})].every((flag) => flag);
|
|
1283
|
-
const $
|
|
1349
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1284
1350
|
path: _path2 + ".id",
|
|
1285
1351
|
expected: "string",
|
|
1286
1352
|
value: input3.id
|
|
@@ -1336,13 +1402,21 @@ var validCategoriesRequest = (input) => {
|
|
|
1336
1402
|
path: _path2 + ".skipValuesBuild",
|
|
1337
1403
|
expected: "(boolean | undefined)",
|
|
1338
1404
|
value: input3.skipValuesBuild
|
|
1405
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1406
|
+
path: _path2 + ".valueConversion",
|
|
1407
|
+
expected: "(__type.o2 | undefined)",
|
|
1408
|
+
value: input3.valueConversion
|
|
1409
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1410
|
+
path: _path2 + ".valueConversion",
|
|
1411
|
+
expected: "(__type.o2 | undefined)",
|
|
1412
|
+
value: input3.valueConversion
|
|
1339
1413
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1340
1414
|
path: _path2 + ".continuousColorScale",
|
|
1341
|
-
expected: "(__type.
|
|
1415
|
+
expected: "(__type.o3 | undefined)",
|
|
1342
1416
|
value: input3.continuousColorScale
|
|
1343
|
-
})) && $
|
|
1417
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1344
1418
|
path: _path2 + ".continuousColorScale",
|
|
1345
|
-
expected: "(__type.
|
|
1419
|
+
expected: "(__type.o3 | undefined)",
|
|
1346
1420
|
value: input3.continuousColorScale
|
|
1347
1421
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1348
1422
|
path: _path2 + ".unit",
|
|
@@ -1352,12 +1426,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1352
1426
|
path: _path2 + ".bins",
|
|
1353
1427
|
expected: "(PresetNumericBins | undefined)",
|
|
1354
1428
|
value: input3.bins
|
|
1355
|
-
})) && $
|
|
1429
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1356
1430
|
path: _path2 + ".bins",
|
|
1357
1431
|
expected: "(PresetNumericBins | undefined)",
|
|
1358
1432
|
value: input3.bins
|
|
1359
1433
|
})].every((flag) => flag);
|
|
1360
|
-
const $
|
|
1434
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1361
1435
|
path: _path2 + ".id",
|
|
1362
1436
|
expected: "string",
|
|
1363
1437
|
value: input3.id
|
|
@@ -1413,13 +1487,21 @@ var validCategoriesRequest = (input) => {
|
|
|
1413
1487
|
path: _path2 + ".skipValuesBuild",
|
|
1414
1488
|
expected: "(boolean | undefined)",
|
|
1415
1489
|
value: input3.skipValuesBuild
|
|
1490
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1491
|
+
path: _path2 + ".valueConversion",
|
|
1492
|
+
expected: "(__type.o2 | undefined)",
|
|
1493
|
+
value: input3.valueConversion
|
|
1494
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1495
|
+
path: _path2 + ".valueConversion",
|
|
1496
|
+
expected: "(__type.o2 | undefined)",
|
|
1497
|
+
value: input3.valueConversion
|
|
1416
1498
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1417
1499
|
path: _path2 + ".continuousColorScale",
|
|
1418
|
-
expected: "(__type.
|
|
1500
|
+
expected: "(__type.o3 | undefined)",
|
|
1419
1501
|
value: input3.continuousColorScale
|
|
1420
|
-
})) && $
|
|
1502
|
+
})) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1421
1503
|
path: _path2 + ".continuousColorScale",
|
|
1422
|
-
expected: "(__type.
|
|
1504
|
+
expected: "(__type.o3 | undefined)",
|
|
1423
1505
|
value: input3.continuousColorScale
|
|
1424
1506
|
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1425
1507
|
path: _path2 + ".unit",
|
|
@@ -1441,12 +1523,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1441
1523
|
path: _path2 + ".bins",
|
|
1442
1524
|
expected: "(PresetNumericBins | undefined)",
|
|
1443
1525
|
value: input3.bins
|
|
1444
|
-
})) && $
|
|
1526
|
+
})) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1445
1527
|
path: _path2 + ".bins",
|
|
1446
1528
|
expected: "(PresetNumericBins | undefined)",
|
|
1447
1529
|
value: input3.bins
|
|
1448
1530
|
})].every((flag) => flag);
|
|
1449
|
-
const $
|
|
1531
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1450
1532
|
path: _path2 + ".key",
|
|
1451
1533
|
expected: "string",
|
|
1452
1534
|
value: input3.key
|
|
@@ -1463,7 +1545,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1463
1545
|
expected: "(string | undefined)",
|
|
1464
1546
|
value: input3.label
|
|
1465
1547
|
})].every((flag) => flag);
|
|
1466
|
-
const $
|
|
1548
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1467
1549
|
path: _path2 + ".join",
|
|
1468
1550
|
expected: "(string | undefined)",
|
|
1469
1551
|
value: input3.join
|
|
@@ -1475,7 +1557,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1475
1557
|
path: _path2 + ".term",
|
|
1476
1558
|
expected: "ConditionTerm",
|
|
1477
1559
|
value: input3.term
|
|
1478
|
-
})) && $
|
|
1560
|
+
})) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1479
1561
|
path: _path2 + ".term",
|
|
1480
1562
|
expected: "ConditionTerm",
|
|
1481
1563
|
value: input3.term
|
|
@@ -1499,7 +1581,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1499
1581
|
path: _path2 + ".grade_and_child[" + _index22 + "]",
|
|
1500
1582
|
expected: "GradeAndChildEntry",
|
|
1501
1583
|
value: elem
|
|
1502
|
-
})) && $
|
|
1584
|
+
})) && $vo28(elem, _path2 + ".grade_and_child[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1503
1585
|
path: _path2 + ".grade_and_child[" + _index22 + "]",
|
|
1504
1586
|
expected: "GradeAndChildEntry",
|
|
1505
1587
|
value: elem
|
|
@@ -1508,7 +1590,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1508
1590
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1509
1591
|
value: input3.grade_and_child
|
|
1510
1592
|
})].every((flag) => flag);
|
|
1511
|
-
const $
|
|
1593
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1512
1594
|
path: _path2 + ".id",
|
|
1513
1595
|
expected: "string",
|
|
1514
1596
|
value: input3.id
|
|
@@ -1564,8 +1646,16 @@ var validCategoriesRequest = (input) => {
|
|
|
1564
1646
|
path: _path2 + ".skipValuesBuild",
|
|
1565
1647
|
expected: "(boolean | undefined)",
|
|
1566
1648
|
value: input3.skipValuesBuild
|
|
1649
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1650
|
+
path: _path2 + ".valueConversion",
|
|
1651
|
+
expected: "(__type.o2 | undefined)",
|
|
1652
|
+
value: input3.valueConversion
|
|
1653
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1654
|
+
path: _path2 + ".valueConversion",
|
|
1655
|
+
expected: "(__type.o2 | undefined)",
|
|
1656
|
+
value: input3.valueConversion
|
|
1567
1657
|
})].every((flag) => flag);
|
|
1568
|
-
const $
|
|
1658
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1569
1659
|
path: _path2 + ".grade",
|
|
1570
1660
|
expected: "number",
|
|
1571
1661
|
value: input3.grade
|
|
@@ -1582,7 +1672,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1582
1672
|
expected: "string",
|
|
1583
1673
|
value: input3.child_label
|
|
1584
1674
|
})].every((flag) => flag);
|
|
1585
|
-
const $
|
|
1675
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1586
1676
|
path: _path2 + ".join",
|
|
1587
1677
|
expected: "(string | undefined)",
|
|
1588
1678
|
value: input3.join
|
|
@@ -1594,7 +1684,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1594
1684
|
path: _path2 + ".term",
|
|
1595
1685
|
expected: "DtTerm",
|
|
1596
1686
|
value: input3.term
|
|
1597
|
-
})) && $
|
|
1687
|
+
})) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1598
1688
|
path: _path2 + ".term",
|
|
1599
1689
|
expected: "DtTerm",
|
|
1600
1690
|
value: input3.term
|
|
@@ -1604,11 +1694,11 @@ var validCategoriesRequest = (input) => {
|
|
|
1604
1694
|
value: input3.values
|
|
1605
1695
|
})) && input3.values.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1606
1696
|
path: _path2 + ".values[" + _index25 + "]",
|
|
1607
|
-
expected: "__type.
|
|
1697
|
+
expected: "__type.o6",
|
|
1608
1698
|
value: elem
|
|
1609
|
-
})) && $
|
|
1699
|
+
})) && $vo40(elem, _path2 + ".values[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1610
1700
|
path: _path2 + ".values[" + _index25 + "]",
|
|
1611
|
-
expected: "__type.
|
|
1701
|
+
expected: "__type.o6",
|
|
1612
1702
|
value: elem
|
|
1613
1703
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1614
1704
|
path: _path2 + ".values",
|
|
@@ -1623,7 +1713,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1623
1713
|
expected: "(boolean | undefined)",
|
|
1624
1714
|
value: input3.excludeGeneName
|
|
1625
1715
|
})].every((flag) => flag);
|
|
1626
|
-
const $
|
|
1716
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1627
1717
|
path: _path2 + ".id",
|
|
1628
1718
|
expected: "string",
|
|
1629
1719
|
value: input3.id
|
|
@@ -1672,7 +1762,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1672
1762
|
expected: "TermValues",
|
|
1673
1763
|
value: input3.values
|
|
1674
1764
|
})].every((flag) => flag);
|
|
1675
|
-
const $
|
|
1765
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1676
1766
|
path: _path2 + ".id",
|
|
1677
1767
|
expected: "string",
|
|
1678
1768
|
value: input3.id
|
|
@@ -1728,6 +1818,14 @@ var validCategoriesRequest = (input) => {
|
|
|
1728
1818
|
path: _path2 + ".skipValuesBuild",
|
|
1729
1819
|
expected: "(boolean | undefined)",
|
|
1730
1820
|
value: input3.skipValuesBuild
|
|
1821
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1822
|
+
path: _path2 + ".valueConversion",
|
|
1823
|
+
expected: "(__type.o2 | undefined)",
|
|
1824
|
+
value: input3.valueConversion
|
|
1825
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1826
|
+
path: _path2 + ".valueConversion",
|
|
1827
|
+
expected: "(__type.o2 | undefined)",
|
|
1828
|
+
value: input3.valueConversion
|
|
1731
1829
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1732
1830
|
path: _path2 + ".kind",
|
|
1733
1831
|
expected: '"gene"',
|
|
@@ -1768,7 +1866,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1768
1866
|
path: _path2 + ".groupsetting",
|
|
1769
1867
|
expected: "(TermGroupSetting | undefined)",
|
|
1770
1868
|
value: input3.groupsetting
|
|
1771
|
-
})) && $
|
|
1869
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1772
1870
|
path: _path2 + ".groupsetting",
|
|
1773
1871
|
expected: "(TermGroupSetting | undefined)",
|
|
1774
1872
|
value: input3.groupsetting
|
|
@@ -1780,7 +1878,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1780
1878
|
path: _path2 + ".childTerms[" + _index29 + "]",
|
|
1781
1879
|
expected: "DtTerm",
|
|
1782
1880
|
value: elem
|
|
1783
|
-
})) && $
|
|
1881
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1784
1882
|
path: _path2 + ".childTerms[" + _index29 + "]",
|
|
1785
1883
|
expected: "DtTerm",
|
|
1786
1884
|
value: elem
|
|
@@ -1789,7 +1887,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1789
1887
|
expected: "(Array<DtTerm> | undefined)",
|
|
1790
1888
|
value: input3.childTerms
|
|
1791
1889
|
})].every((flag) => flag);
|
|
1792
|
-
const $
|
|
1890
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1793
1891
|
path: _path2 + ".id",
|
|
1794
1892
|
expected: "string",
|
|
1795
1893
|
value: input3.id
|
|
@@ -1845,6 +1943,14 @@ var validCategoriesRequest = (input) => {
|
|
|
1845
1943
|
path: _path2 + ".skipValuesBuild",
|
|
1846
1944
|
expected: "(boolean | undefined)",
|
|
1847
1945
|
value: input3.skipValuesBuild
|
|
1946
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1947
|
+
path: _path2 + ".valueConversion",
|
|
1948
|
+
expected: "(__type.o2 | undefined)",
|
|
1949
|
+
value: input3.valueConversion
|
|
1950
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1951
|
+
path: _path2 + ".valueConversion",
|
|
1952
|
+
expected: "(__type.o2 | undefined)",
|
|
1953
|
+
value: input3.valueConversion
|
|
1848
1954
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1849
1955
|
path: _path2 + ".kind",
|
|
1850
1956
|
expected: '"gene"',
|
|
@@ -1866,7 +1972,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1866
1972
|
expected: "(number | undefined)",
|
|
1867
1973
|
value: input3.stop
|
|
1868
1974
|
})].every((flag) => flag);
|
|
1869
|
-
const $
|
|
1975
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1870
1976
|
path: _path2 + ".id",
|
|
1871
1977
|
expected: "string",
|
|
1872
1978
|
value: input3.id
|
|
@@ -1922,6 +2028,14 @@ var validCategoriesRequest = (input) => {
|
|
|
1922
2028
|
path: _path2 + ".skipValuesBuild",
|
|
1923
2029
|
expected: "(boolean | undefined)",
|
|
1924
2030
|
value: input3.skipValuesBuild
|
|
2031
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2032
|
+
path: _path2 + ".valueConversion",
|
|
2033
|
+
expected: "(__type.o2 | undefined)",
|
|
2034
|
+
value: input3.valueConversion
|
|
2035
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2036
|
+
path: _path2 + ".valueConversion",
|
|
2037
|
+
expected: "(__type.o2 | undefined)",
|
|
2038
|
+
value: input3.valueConversion
|
|
1925
2039
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1926
2040
|
path: _path2 + ".kind",
|
|
1927
2041
|
expected: '"coord"',
|
|
@@ -1939,7 +2053,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1939
2053
|
expected: "number",
|
|
1940
2054
|
value: input3.stop
|
|
1941
2055
|
})].every((flag) => flag);
|
|
1942
|
-
const $
|
|
2056
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1943
2057
|
path: _path2 + ".disabled",
|
|
1944
2058
|
expected: "boolean",
|
|
1945
2059
|
value: input3.disabled
|
|
@@ -1951,7 +2065,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1951
2065
|
path: _path2 + ".lst[" + _index34 + "]",
|
|
1952
2066
|
expected: "Groupset",
|
|
1953
2067
|
value: elem
|
|
1954
|
-
})) && $
|
|
2068
|
+
})) && $vo35(elem, _path2 + ".lst[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1955
2069
|
path: _path2 + ".lst[" + _index34 + "]",
|
|
1956
2070
|
expected: "Groupset",
|
|
1957
2071
|
value: elem
|
|
@@ -1960,7 +2074,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1960
2074
|
expected: "(Array<Groupset> | undefined)",
|
|
1961
2075
|
value: input3.lst
|
|
1962
2076
|
})].every((flag) => flag);
|
|
1963
|
-
const $
|
|
2077
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1964
2078
|
path: _path2 + ".name",
|
|
1965
2079
|
expected: "string",
|
|
1966
2080
|
value: input3.name
|
|
@@ -1993,7 +2107,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1993
2107
|
expected: "Array<GroupEntry>",
|
|
1994
2108
|
value: input3.groups
|
|
1995
2109
|
})].every((flag) => flag);
|
|
1996
|
-
const $
|
|
2110
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1997
2111
|
path: _path2 + ".name",
|
|
1998
2112
|
expected: "string",
|
|
1999
2113
|
value: input3.name
|
|
@@ -2007,11 +2121,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2007
2121
|
value: input3.values
|
|
2008
2122
|
})) && input3.values.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2009
2123
|
path: _path2 + ".values[" + _index36 + "]",
|
|
2010
|
-
expected: "__type.
|
|
2124
|
+
expected: "__type.o5",
|
|
2011
2125
|
value: elem
|
|
2012
|
-
})) && $
|
|
2126
|
+
})) && $vo37(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2013
2127
|
path: _path2 + ".values[" + _index36 + "]",
|
|
2014
|
-
expected: "__type.
|
|
2128
|
+
expected: "__type.o5",
|
|
2015
2129
|
value: elem
|
|
2016
2130
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2017
2131
|
path: _path2 + ".values",
|
|
@@ -2022,7 +2136,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2022
2136
|
expected: "(boolean | undefined)",
|
|
2023
2137
|
value: input3.uncomputable
|
|
2024
2138
|
})].every((flag) => flag);
|
|
2025
|
-
const $
|
|
2139
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2026
2140
|
path: _path2 + ".key",
|
|
2027
2141
|
expected: "(number | string)",
|
|
2028
2142
|
value: input3.key
|
|
@@ -2031,7 +2145,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2031
2145
|
expected: "string",
|
|
2032
2146
|
value: input3.label
|
|
2033
2147
|
})].every((flag) => flag);
|
|
2034
|
-
const $
|
|
2148
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2035
2149
|
path: _path2 + ".name",
|
|
2036
2150
|
expected: "string",
|
|
2037
2151
|
value: input3.name
|
|
@@ -2052,7 +2166,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2052
2166
|
expected: "string",
|
|
2053
2167
|
value: input3.color
|
|
2054
2168
|
})].every((flag) => flag);
|
|
2055
|
-
const $
|
|
2169
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2056
2170
|
path: _path2 + ".id",
|
|
2057
2171
|
expected: "string",
|
|
2058
2172
|
value: input3.id
|
|
@@ -2108,6 +2222,14 @@ var validCategoriesRequest = (input) => {
|
|
|
2108
2222
|
path: _path2 + ".skipValuesBuild",
|
|
2109
2223
|
expected: "(boolean | undefined)",
|
|
2110
2224
|
value: input3.skipValuesBuild
|
|
2225
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2226
|
+
path: _path2 + ".valueConversion",
|
|
2227
|
+
expected: "(__type.o2 | undefined)",
|
|
2228
|
+
value: input3.valueConversion
|
|
2229
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2230
|
+
path: _path2 + ".valueConversion",
|
|
2231
|
+
expected: "(__type.o2 | undefined)",
|
|
2232
|
+
value: input3.valueConversion
|
|
2111
2233
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
2112
2234
|
path: _path2 + ".kind",
|
|
2113
2235
|
expected: '"coord"',
|
|
@@ -2144,7 +2266,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2144
2266
|
path: _path2 + ".groupsetting",
|
|
2145
2267
|
expected: "(TermGroupSetting | undefined)",
|
|
2146
2268
|
value: input3.groupsetting
|
|
2147
|
-
})) && $
|
|
2269
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2148
2270
|
path: _path2 + ".groupsetting",
|
|
2149
2271
|
expected: "(TermGroupSetting | undefined)",
|
|
2150
2272
|
value: input3.groupsetting
|
|
@@ -2156,7 +2278,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2156
2278
|
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
2157
2279
|
expected: "DtTerm",
|
|
2158
2280
|
value: elem
|
|
2159
|
-
})) && $
|
|
2281
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2160
2282
|
path: _path2 + ".childTerms[" + _index40 + "]",
|
|
2161
2283
|
expected: "DtTerm",
|
|
2162
2284
|
value: elem
|
|
@@ -2165,7 +2287,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2165
2287
|
expected: "(Array<DtTerm> | undefined)",
|
|
2166
2288
|
value: input3.childTerms
|
|
2167
2289
|
})].every((flag) => flag);
|
|
2168
|
-
const $
|
|
2290
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2169
2291
|
path: _path2 + ".key",
|
|
2170
2292
|
expected: "string",
|
|
2171
2293
|
value: input3.key
|
|
@@ -2178,7 +2300,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2178
2300
|
expected: "string",
|
|
2179
2301
|
value: input3.value
|
|
2180
2302
|
})].every((flag) => flag);
|
|
2181
|
-
const $
|
|
2303
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2182
2304
|
path: _path2 + ".id",
|
|
2183
2305
|
expected: "string",
|
|
2184
2306
|
value: input3.id
|
|
@@ -2234,6 +2356,14 @@ var validCategoriesRequest = (input) => {
|
|
|
2234
2356
|
path: _path2 + ".skipValuesBuild",
|
|
2235
2357
|
expected: "(boolean | undefined)",
|
|
2236
2358
|
value: input3.skipValuesBuild
|
|
2359
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2360
|
+
path: _path2 + ".valueConversion",
|
|
2361
|
+
expected: "(__type.o2 | undefined)",
|
|
2362
|
+
value: input3.valueConversion
|
|
2363
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2364
|
+
path: _path2 + ".valueConversion",
|
|
2365
|
+
expected: "(__type.o2 | undefined)",
|
|
2366
|
+
value: input3.valueConversion
|
|
2237
2367
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2238
2368
|
path: _path2 + ".chr",
|
|
2239
2369
|
expected: "string",
|
|
@@ -2266,12 +2396,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2266
2396
|
path: _path2 + ".groupsetting",
|
|
2267
2397
|
expected: "TermGroupSetting",
|
|
2268
2398
|
value: input3.groupsetting
|
|
2269
|
-
})) && $
|
|
2399
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2270
2400
|
path: _path2 + ".groupsetting",
|
|
2271
2401
|
expected: "TermGroupSetting",
|
|
2272
2402
|
value: input3.groupsetting
|
|
2273
2403
|
})].every((flag) => flag);
|
|
2274
|
-
const $
|
|
2404
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2275
2405
|
path: _path2 + ".id",
|
|
2276
2406
|
expected: "string",
|
|
2277
2407
|
value: input3.id
|
|
@@ -2327,6 +2457,14 @@ var validCategoriesRequest = (input) => {
|
|
|
2327
2457
|
path: _path2 + ".skipValuesBuild",
|
|
2328
2458
|
expected: "(boolean | undefined)",
|
|
2329
2459
|
value: input3.skipValuesBuild
|
|
2460
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2461
|
+
path: _path2 + ".valueConversion",
|
|
2462
|
+
expected: "(__type.o2 | undefined)",
|
|
2463
|
+
value: input3.valueConversion
|
|
2464
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2465
|
+
path: _path2 + ".valueConversion",
|
|
2466
|
+
expected: "(__type.o2 | undefined)",
|
|
2467
|
+
value: input3.valueConversion
|
|
2330
2468
|
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
2331
2469
|
path: _path2 + ".sample",
|
|
2332
2470
|
expected: "string",
|
|
@@ -2339,16 +2477,16 @@ var validCategoriesRequest = (input) => {
|
|
|
2339
2477
|
path: _path2 + ".groupsetting",
|
|
2340
2478
|
expected: "TermGroupSetting",
|
|
2341
2479
|
value: input3.groupsetting
|
|
2342
|
-
})) && $
|
|
2480
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2343
2481
|
path: _path2 + ".groupsetting",
|
|
2344
2482
|
expected: "TermGroupSetting",
|
|
2345
2483
|
value: input3.groupsetting
|
|
2346
2484
|
})].every((flag) => flag);
|
|
2347
|
-
const $
|
|
2485
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2348
2486
|
path: _path2 + ".hiddenValues",
|
|
2349
2487
|
expected: "(HiddenValues | undefined)",
|
|
2350
2488
|
value: input3.hiddenValues
|
|
2351
|
-
})) && $
|
|
2489
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2352
2490
|
path: _path2 + ".hiddenValues",
|
|
2353
2491
|
expected: "(HiddenValues | undefined)",
|
|
2354
2492
|
value: input3.hiddenValues
|
|
@@ -2373,7 +2511,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2373
2511
|
expected: '"values"',
|
|
2374
2512
|
value: input3.type
|
|
2375
2513
|
})].every((flag) => flag);
|
|
2376
|
-
const $
|
|
2514
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2377
2515
|
path: _path2 + ".id",
|
|
2378
2516
|
expected: "(string | undefined)",
|
|
2379
2517
|
value: input3.id
|
|
@@ -2409,7 +2547,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2409
2547
|
path: _path2 + ".q",
|
|
2410
2548
|
expected: "PredefinedGroupSettingQ",
|
|
2411
2549
|
value: input3.q
|
|
2412
|
-
})) && $
|
|
2550
|
+
})) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2413
2551
|
path: _path2 + ".q",
|
|
2414
2552
|
expected: "PredefinedGroupSettingQ",
|
|
2415
2553
|
value: input3.q
|
|
@@ -2418,11 +2556,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2418
2556
|
expected: '"QualTWPredefinedGS"',
|
|
2419
2557
|
value: input3.type
|
|
2420
2558
|
})].every((flag) => flag);
|
|
2421
|
-
const $
|
|
2559
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2422
2560
|
path: _path2 + ".hiddenValues",
|
|
2423
2561
|
expected: "(HiddenValues | undefined)",
|
|
2424
2562
|
value: input3.hiddenValues
|
|
2425
|
-
})) && $
|
|
2563
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2426
2564
|
path: _path2 + ".hiddenValues",
|
|
2427
2565
|
expected: "(HiddenValues | undefined)",
|
|
2428
2566
|
value: input3.hiddenValues
|
|
@@ -2451,7 +2589,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2451
2589
|
expected: "number",
|
|
2452
2590
|
value: input3.predefined_groupset_idx
|
|
2453
2591
|
})].every((flag) => flag);
|
|
2454
|
-
const $
|
|
2592
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2455
2593
|
path: _path2 + ".id",
|
|
2456
2594
|
expected: "(string | undefined)",
|
|
2457
2595
|
value: input3.id
|
|
@@ -2487,7 +2625,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2487
2625
|
path: _path2 + ".q",
|
|
2488
2626
|
expected: "CustomGroupSettingQ",
|
|
2489
2627
|
value: input3.q
|
|
2490
|
-
})) && $
|
|
2628
|
+
})) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2491
2629
|
path: _path2 + ".q",
|
|
2492
2630
|
expected: "CustomGroupSettingQ",
|
|
2493
2631
|
value: input3.q
|
|
@@ -2496,11 +2634,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2496
2634
|
expected: '"QualTWCustomGS"',
|
|
2497
2635
|
value: input3.type
|
|
2498
2636
|
})].every((flag) => flag);
|
|
2499
|
-
const $
|
|
2637
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2500
2638
|
path: _path2 + ".hiddenValues",
|
|
2501
2639
|
expected: "(HiddenValues | undefined)",
|
|
2502
2640
|
value: input3.hiddenValues
|
|
2503
|
-
})) && $
|
|
2641
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2504
2642
|
path: _path2 + ".hiddenValues",
|
|
2505
2643
|
expected: "(HiddenValues | undefined)",
|
|
2506
2644
|
value: input3.hiddenValues
|
|
@@ -2528,12 +2666,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2528
2666
|
path: _path2 + ".customset",
|
|
2529
2667
|
expected: "BaseGroupSet",
|
|
2530
2668
|
value: input3.customset
|
|
2531
|
-
})) && $
|
|
2669
|
+
})) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2532
2670
|
path: _path2 + ".customset",
|
|
2533
2671
|
expected: "BaseGroupSet",
|
|
2534
2672
|
value: input3.customset
|
|
2535
2673
|
})].every((flag) => flag);
|
|
2536
|
-
const $
|
|
2674
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2537
2675
|
path: _path2 + ".groups",
|
|
2538
2676
|
expected: "Array<GroupEntry>",
|
|
2539
2677
|
value: input3.groups
|
|
@@ -2550,7 +2688,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2550
2688
|
expected: "Array<GroupEntry>",
|
|
2551
2689
|
value: input3.groups
|
|
2552
2690
|
})].every((flag) => flag);
|
|
2553
|
-
const $
|
|
2691
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2554
2692
|
path: _path2 + ".id",
|
|
2555
2693
|
expected: "(string | undefined)",
|
|
2556
2694
|
value: input3.id
|
|
@@ -2590,12 +2728,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2590
2728
|
path: _path2 + ".q",
|
|
2591
2729
|
expected: "RegularNumericBinConfig",
|
|
2592
2730
|
value: input3.q
|
|
2593
|
-
})) && $
|
|
2731
|
+
})) && $vo14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2594
2732
|
path: _path2 + ".q",
|
|
2595
2733
|
expected: "RegularNumericBinConfig",
|
|
2596
2734
|
value: input3.q
|
|
2597
2735
|
})].every((flag) => flag);
|
|
2598
|
-
const $
|
|
2736
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2599
2737
|
path: _path2 + ".id",
|
|
2600
2738
|
expected: "(string | undefined)",
|
|
2601
2739
|
value: input3.id
|
|
@@ -2635,12 +2773,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2635
2773
|
path: _path2 + ".q",
|
|
2636
2774
|
expected: "CustomNumericBinConfig",
|
|
2637
2775
|
value: input3.q
|
|
2638
|
-
})) && $
|
|
2776
|
+
})) && $vo19(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2639
2777
|
path: _path2 + ".q",
|
|
2640
2778
|
expected: "CustomNumericBinConfig",
|
|
2641
2779
|
value: input3.q
|
|
2642
2780
|
})].every((flag) => flag);
|
|
2643
|
-
const $
|
|
2781
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2644
2782
|
path: _path2 + ".id",
|
|
2645
2783
|
expected: "(string | undefined)",
|
|
2646
2784
|
value: input3.id
|
|
@@ -2680,16 +2818,16 @@ var validCategoriesRequest = (input) => {
|
|
|
2680
2818
|
path: _path2 + ".q",
|
|
2681
2819
|
expected: "BinaryNumericQ",
|
|
2682
2820
|
value: input3.q
|
|
2683
|
-
})) && $
|
|
2821
|
+
})) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2684
2822
|
path: _path2 + ".q",
|
|
2685
2823
|
expected: "BinaryNumericQ",
|
|
2686
2824
|
value: input3.q
|
|
2687
2825
|
})].every((flag) => flag);
|
|
2688
|
-
const $
|
|
2826
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2689
2827
|
path: _path2 + ".hiddenValues",
|
|
2690
2828
|
expected: "(HiddenValues | undefined)",
|
|
2691
2829
|
value: input3.hiddenValues
|
|
2692
|
-
})) && $
|
|
2830
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2693
2831
|
path: _path2 + ".hiddenValues",
|
|
2694
2832
|
expected: "(HiddenValues | undefined)",
|
|
2695
2833
|
value: input3.hiddenValues
|
|
@@ -2744,8 +2882,16 @@ var validCategoriesRequest = (input) => {
|
|
|
2744
2882
|
path: _path2 + ".lst",
|
|
2745
2883
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
2746
2884
|
value: input3.lst
|
|
2885
|
+
}), void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType || $report(_exceptionable2, {
|
|
2886
|
+
path: _path2 + ".cutoffType",
|
|
2887
|
+
expected: '("normal" | "percentile" | undefined)',
|
|
2888
|
+
value: input3.cutoffType
|
|
2889
|
+
}), void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile || $report(_exceptionable2, {
|
|
2890
|
+
path: _path2 + ".cutoffPercentile",
|
|
2891
|
+
expected: "(number | undefined)",
|
|
2892
|
+
value: input3.cutoffPercentile
|
|
2747
2893
|
})].every((flag) => flag);
|
|
2748
|
-
const $
|
|
2894
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2749
2895
|
path: _path2 + ".id",
|
|
2750
2896
|
expected: "(string | undefined)",
|
|
2751
2897
|
value: input3.id
|
|
@@ -2785,16 +2931,16 @@ var validCategoriesRequest = (input) => {
|
|
|
2785
2931
|
path: _path2 + ".q",
|
|
2786
2932
|
expected: "ContinuousNumericQ",
|
|
2787
2933
|
value: input3.q
|
|
2788
|
-
})) && $
|
|
2934
|
+
})) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2789
2935
|
path: _path2 + ".q",
|
|
2790
2936
|
expected: "ContinuousNumericQ",
|
|
2791
2937
|
value: input3.q
|
|
2792
2938
|
})].every((flag) => flag);
|
|
2793
|
-
const $
|
|
2939
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2794
2940
|
path: _path2 + ".hiddenValues",
|
|
2795
2941
|
expected: "(HiddenValues | undefined)",
|
|
2796
2942
|
value: input3.hiddenValues
|
|
2797
|
-
})) && $
|
|
2943
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2798
2944
|
path: _path2 + ".hiddenValues",
|
|
2799
2945
|
expected: "(HiddenValues | undefined)",
|
|
2800
2946
|
value: input3.hiddenValues
|
|
@@ -2826,8 +2972,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2826
2972
|
path: _path2 + ".type",
|
|
2827
2973
|
expected: "undefined",
|
|
2828
2974
|
value: input3.type
|
|
2829
|
-
}))
|
|
2830
|
-
|
|
2975
|
+
})), void 0 === input3.scale || "number" === typeof input3.scale || $report(_exceptionable2, {
|
|
2976
|
+
path: _path2 + ".scale",
|
|
2977
|
+
expected: "(number | undefined)",
|
|
2978
|
+
value: input3.scale
|
|
2979
|
+
})].every((flag) => flag);
|
|
2980
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2831
2981
|
path: _path2 + ".id",
|
|
2832
2982
|
expected: "(string | undefined)",
|
|
2833
2983
|
value: input3.id
|
|
@@ -2867,16 +3017,16 @@ var validCategoriesRequest = (input) => {
|
|
|
2867
3017
|
path: _path2 + ".q",
|
|
2868
3018
|
expected: "SplineNumericQ",
|
|
2869
3019
|
value: input3.q
|
|
2870
|
-
})) && $
|
|
3020
|
+
})) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2871
3021
|
path: _path2 + ".q",
|
|
2872
3022
|
expected: "SplineNumericQ",
|
|
2873
3023
|
value: input3.q
|
|
2874
3024
|
})].every((flag) => flag);
|
|
2875
|
-
const $
|
|
3025
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2876
3026
|
path: _path2 + ".hiddenValues",
|
|
2877
3027
|
expected: "(HiddenValues | undefined)",
|
|
2878
3028
|
value: input3.hiddenValues
|
|
2879
|
-
})) && $
|
|
3029
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
2880
3030
|
path: _path2 + ".hiddenValues",
|
|
2881
3031
|
expected: "(HiddenValues | undefined)",
|
|
2882
3032
|
value: input3.hiddenValues
|
|
@@ -2902,11 +3052,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2902
3052
|
value: input3.knots
|
|
2903
3053
|
})) && input3.knots.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2904
3054
|
path: _path2 + ".knots[" + _index47 + "]",
|
|
2905
|
-
expected: "__type.
|
|
3055
|
+
expected: "__type.o7",
|
|
2906
3056
|
value: elem
|
|
2907
|
-
})) && $
|
|
3057
|
+
})) && $vo57(elem, _path2 + ".knots[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2908
3058
|
path: _path2 + ".knots[" + _index47 + "]",
|
|
2909
|
-
expected: "__type.
|
|
3059
|
+
expected: "__type.o7",
|
|
2910
3060
|
value: elem
|
|
2911
3061
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2912
3062
|
path: _path2 + ".knots",
|
|
@@ -2921,12 +3071,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2921
3071
|
expected: "undefined",
|
|
2922
3072
|
value: input3.type
|
|
2923
3073
|
}))].every((flag) => flag);
|
|
2924
|
-
const $
|
|
3074
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2925
3075
|
path: _path2 + ".value",
|
|
2926
3076
|
expected: "number",
|
|
2927
3077
|
value: input3.value
|
|
2928
3078
|
})].every((flag) => flag);
|
|
2929
|
-
const $
|
|
3079
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2930
3080
|
path: _path2 + ".id",
|
|
2931
3081
|
expected: "(string | undefined)",
|
|
2932
3082
|
value: input3.id
|
|
@@ -2966,12 +3116,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2966
3116
|
path: _path2 + ".q",
|
|
2967
3117
|
expected: "GvValuesQ",
|
|
2968
3118
|
value: input3.q
|
|
2969
|
-
})) && $
|
|
3119
|
+
})) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2970
3120
|
path: _path2 + ".q",
|
|
2971
3121
|
expected: "GvValuesQ",
|
|
2972
3122
|
value: input3.q
|
|
2973
3123
|
})].every((flag) => flag);
|
|
2974
|
-
const $
|
|
3124
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2975
3125
|
path: _path2 + ".id",
|
|
2976
3126
|
expected: "string",
|
|
2977
3127
|
value: input3.id
|
|
@@ -3027,6 +3177,14 @@ var validCategoriesRequest = (input) => {
|
|
|
3027
3177
|
path: _path2 + ".skipValuesBuild",
|
|
3028
3178
|
expected: "(boolean | undefined)",
|
|
3029
3179
|
value: input3.skipValuesBuild
|
|
3180
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3181
|
+
path: _path2 + ".valueConversion",
|
|
3182
|
+
expected: "(__type.o2 | undefined)",
|
|
3183
|
+
value: input3.valueConversion
|
|
3184
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3185
|
+
path: _path2 + ".valueConversion",
|
|
3186
|
+
expected: "(__type.o2 | undefined)",
|
|
3187
|
+
value: input3.valueConversion
|
|
3030
3188
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
3031
3189
|
path: _path2 + ".kind",
|
|
3032
3190
|
expected: '"gene"',
|
|
@@ -3067,7 +3225,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3067
3225
|
path: _path2 + ".groupsetting",
|
|
3068
3226
|
expected: "TermGroupSetting",
|
|
3069
3227
|
value: input3.groupsetting
|
|
3070
|
-
})) && $
|
|
3228
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3071
3229
|
path: _path2 + ".groupsetting",
|
|
3072
3230
|
expected: "TermGroupSetting",
|
|
3073
3231
|
value: input3.groupsetting
|
|
@@ -3079,7 +3237,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3079
3237
|
path: _path2 + ".childTerms[" + _index51 + "]",
|
|
3080
3238
|
expected: "DtTerm",
|
|
3081
3239
|
value: elem
|
|
3082
|
-
})) && $
|
|
3240
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3083
3241
|
path: _path2 + ".childTerms[" + _index51 + "]",
|
|
3084
3242
|
expected: "DtTerm",
|
|
3085
3243
|
value: elem
|
|
@@ -3088,7 +3246,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3088
3246
|
expected: "Array<DtTerm>",
|
|
3089
3247
|
value: input3.childTerms
|
|
3090
3248
|
})].every((flag) => flag);
|
|
3091
|
-
const $
|
|
3249
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3092
3250
|
path: _path2 + ".id",
|
|
3093
3251
|
expected: "string",
|
|
3094
3252
|
value: input3.id
|
|
@@ -3144,6 +3302,14 @@ var validCategoriesRequest = (input) => {
|
|
|
3144
3302
|
path: _path2 + ".skipValuesBuild",
|
|
3145
3303
|
expected: "(boolean | undefined)",
|
|
3146
3304
|
value: input3.skipValuesBuild
|
|
3305
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3306
|
+
path: _path2 + ".valueConversion",
|
|
3307
|
+
expected: "(__type.o2 | undefined)",
|
|
3308
|
+
value: input3.valueConversion
|
|
3309
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3310
|
+
path: _path2 + ".valueConversion",
|
|
3311
|
+
expected: "(__type.o2 | undefined)",
|
|
3312
|
+
value: input3.valueConversion
|
|
3147
3313
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3148
3314
|
path: _path2 + ".kind",
|
|
3149
3315
|
expected: '"coord"',
|
|
@@ -3180,7 +3346,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3180
3346
|
path: _path2 + ".groupsetting",
|
|
3181
3347
|
expected: "TermGroupSetting",
|
|
3182
3348
|
value: input3.groupsetting
|
|
3183
|
-
})) && $
|
|
3349
|
+
})) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3184
3350
|
path: _path2 + ".groupsetting",
|
|
3185
3351
|
expected: "TermGroupSetting",
|
|
3186
3352
|
value: input3.groupsetting
|
|
@@ -3192,7 +3358,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3192
3358
|
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
3193
3359
|
expected: "DtTerm",
|
|
3194
3360
|
value: elem
|
|
3195
|
-
})) && $
|
|
3361
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3196
3362
|
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
3197
3363
|
expected: "DtTerm",
|
|
3198
3364
|
value: elem
|
|
@@ -3201,11 +3367,11 @@ var validCategoriesRequest = (input) => {
|
|
|
3201
3367
|
expected: "Array<DtTerm>",
|
|
3202
3368
|
value: input3.childTerms
|
|
3203
3369
|
})].every((flag) => flag);
|
|
3204
|
-
const $
|
|
3370
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3205
3371
|
path: _path2 + ".hiddenValues",
|
|
3206
3372
|
expected: "(HiddenValues | undefined)",
|
|
3207
3373
|
value: input3.hiddenValues
|
|
3208
|
-
})) && $
|
|
3374
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3209
3375
|
path: _path2 + ".hiddenValues",
|
|
3210
3376
|
expected: "(HiddenValues | undefined)",
|
|
3211
3377
|
value: input3.hiddenValues
|
|
@@ -3242,7 +3408,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3242
3408
|
expected: '"values"',
|
|
3243
3409
|
value: input3.type
|
|
3244
3410
|
})].every((flag) => flag);
|
|
3245
|
-
const $
|
|
3411
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3246
3412
|
path: _path2 + ".id",
|
|
3247
3413
|
expected: "(string | undefined)",
|
|
3248
3414
|
value: input3.id
|
|
@@ -3282,16 +3448,16 @@ var validCategoriesRequest = (input) => {
|
|
|
3282
3448
|
path: _path2 + ".q",
|
|
3283
3449
|
expected: "GvPredefinedGsQ",
|
|
3284
3450
|
value: input3.q
|
|
3285
|
-
})) && $
|
|
3451
|
+
})) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3286
3452
|
path: _path2 + ".q",
|
|
3287
3453
|
expected: "GvPredefinedGsQ",
|
|
3288
3454
|
value: input3.q
|
|
3289
3455
|
})].every((flag) => flag);
|
|
3290
|
-
const $
|
|
3456
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3291
3457
|
path: _path2 + ".hiddenValues",
|
|
3292
3458
|
expected: "(HiddenValues | undefined)",
|
|
3293
3459
|
value: input3.hiddenValues
|
|
3294
|
-
})) && $
|
|
3460
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3295
3461
|
path: _path2 + ".hiddenValues",
|
|
3296
3462
|
expected: "(HiddenValues | undefined)",
|
|
3297
3463
|
value: input3.hiddenValues
|
|
@@ -3332,7 +3498,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3332
3498
|
expected: "number",
|
|
3333
3499
|
value: input3.predefined_groupset_idx
|
|
3334
3500
|
})].every((flag) => flag);
|
|
3335
|
-
const $
|
|
3501
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3336
3502
|
path: _path2 + ".id",
|
|
3337
3503
|
expected: "(string | undefined)",
|
|
3338
3504
|
value: input3.id
|
|
@@ -3372,16 +3538,16 @@ var validCategoriesRequest = (input) => {
|
|
|
3372
3538
|
path: _path2 + ".q",
|
|
3373
3539
|
expected: "GvCustomGsQ",
|
|
3374
3540
|
value: input3.q
|
|
3375
|
-
})) && $
|
|
3541
|
+
})) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3376
3542
|
path: _path2 + ".q",
|
|
3377
3543
|
expected: "GvCustomGsQ",
|
|
3378
3544
|
value: input3.q
|
|
3379
3545
|
})].every((flag) => flag);
|
|
3380
|
-
const $
|
|
3546
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3381
3547
|
path: _path2 + ".hiddenValues",
|
|
3382
3548
|
expected: "(HiddenValues | undefined)",
|
|
3383
3549
|
value: input3.hiddenValues
|
|
3384
|
-
})) && $
|
|
3550
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3385
3551
|
path: _path2 + ".hiddenValues",
|
|
3386
3552
|
expected: "(HiddenValues | undefined)",
|
|
3387
3553
|
value: input3.hiddenValues
|
|
@@ -3421,12 +3587,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3421
3587
|
path: _path2 + ".customset",
|
|
3422
3588
|
expected: "BaseGroupSet",
|
|
3423
3589
|
value: input3.customset
|
|
3424
|
-
})) && $
|
|
3590
|
+
})) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3425
3591
|
path: _path2 + ".customset",
|
|
3426
3592
|
expected: "BaseGroupSet",
|
|
3427
3593
|
value: input3.customset
|
|
3428
3594
|
})].every((flag) => flag);
|
|
3429
|
-
const $
|
|
3595
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3430
3596
|
path: _path2 + ".id",
|
|
3431
3597
|
expected: "(string | undefined)",
|
|
3432
3598
|
value: input3.id
|
|
@@ -3458,7 +3624,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3458
3624
|
path: _path2 + ".term",
|
|
3459
3625
|
expected: "ConditionTerm",
|
|
3460
3626
|
value: input3.term
|
|
3461
|
-
})) && $
|
|
3627
|
+
})) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3462
3628
|
path: _path2 + ".term",
|
|
3463
3629
|
expected: "ConditionTerm",
|
|
3464
3630
|
value: input3.term
|
|
@@ -3471,11 +3637,11 @@ var validCategoriesRequest = (input) => {
|
|
|
3471
3637
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3472
3638
|
value: input3.q
|
|
3473
3639
|
})].every((flag) => flag);
|
|
3474
|
-
const $
|
|
3640
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3475
3641
|
path: _path2 + ".hiddenValues",
|
|
3476
3642
|
expected: "(HiddenValues | undefined)",
|
|
3477
3643
|
value: input3.hiddenValues
|
|
3478
|
-
})) && $
|
|
3644
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3479
3645
|
path: _path2 + ".hiddenValues",
|
|
3480
3646
|
expected: "(HiddenValues | undefined)",
|
|
3481
3647
|
value: input3.hiddenValues
|
|
@@ -3532,11 +3698,11 @@ var validCategoriesRequest = (input) => {
|
|
|
3532
3698
|
expected: "(boolean | undefined)",
|
|
3533
3699
|
value: input3.value_by_computable_grade
|
|
3534
3700
|
}), true].every((flag) => flag);
|
|
3535
|
-
const $
|
|
3701
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3536
3702
|
path: _path2 + ".hiddenValues",
|
|
3537
3703
|
expected: "(HiddenValues | undefined)",
|
|
3538
3704
|
value: input3.hiddenValues
|
|
3539
|
-
})) && $
|
|
3705
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3540
3706
|
path: _path2 + ".hiddenValues",
|
|
3541
3707
|
expected: "(HiddenValues | undefined)",
|
|
3542
3708
|
value: input3.hiddenValues
|
|
@@ -3565,7 +3731,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3565
3731
|
expected: "true",
|
|
3566
3732
|
value: input3.bar_by_children
|
|
3567
3733
|
}), true].every((flag) => flag);
|
|
3568
|
-
const $
|
|
3734
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3569
3735
|
path: _path2 + ".id",
|
|
3570
3736
|
expected: "(string | undefined)",
|
|
3571
3737
|
value: input3.id
|
|
@@ -3597,7 +3763,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3597
3763
|
path: _path2 + ".q",
|
|
3598
3764
|
expected: "SnpsQ",
|
|
3599
3765
|
value: input3.q
|
|
3600
|
-
})) && $
|
|
3766
|
+
})) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3601
3767
|
path: _path2 + ".q",
|
|
3602
3768
|
expected: "SnpsQ",
|
|
3603
3769
|
value: input3.q
|
|
@@ -3605,16 +3771,16 @@ var validCategoriesRequest = (input) => {
|
|
|
3605
3771
|
path: _path2 + ".term",
|
|
3606
3772
|
expected: "SnpsTerm",
|
|
3607
3773
|
value: input3.term
|
|
3608
|
-
})) && $
|
|
3774
|
+
})) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3609
3775
|
path: _path2 + ".term",
|
|
3610
3776
|
expected: "SnpsTerm",
|
|
3611
3777
|
value: input3.term
|
|
3612
3778
|
})].every((flag) => flag);
|
|
3613
|
-
const $
|
|
3779
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3614
3780
|
path: _path2 + ".hiddenValues",
|
|
3615
3781
|
expected: "(HiddenValues | undefined)",
|
|
3616
3782
|
value: input3.hiddenValues
|
|
3617
|
-
})) && $
|
|
3783
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3618
3784
|
path: _path2 + ".hiddenValues",
|
|
3619
3785
|
expected: "(HiddenValues | undefined)",
|
|
3620
3786
|
value: input3.hiddenValues
|
|
@@ -3658,7 +3824,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3658
3824
|
path: _path2 + ".restrictAncestry",
|
|
3659
3825
|
expected: "RestrictAncestry",
|
|
3660
3826
|
value: input3.restrictAncestry
|
|
3661
|
-
})) && $
|
|
3827
|
+
})) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
3662
3828
|
path: _path2 + ".restrictAncestry",
|
|
3663
3829
|
expected: "RestrictAncestry",
|
|
3664
3830
|
value: input3.restrictAncestry
|
|
@@ -3683,7 +3849,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3683
3849
|
expected: "number",
|
|
3684
3850
|
value: input3.stop
|
|
3685
3851
|
})].every((flag) => flag);
|
|
3686
|
-
const $
|
|
3852
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3687
3853
|
path: _path2 + ".name",
|
|
3688
3854
|
expected: "string",
|
|
3689
3855
|
value: input3.name
|
|
@@ -3696,7 +3862,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3696
3862
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3697
3863
|
value: input3.tvs
|
|
3698
3864
|
})].every((flag) => flag);
|
|
3699
|
-
const $
|
|
3865
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3700
3866
|
path: _path2 + ".id",
|
|
3701
3867
|
expected: "string",
|
|
3702
3868
|
value: input3.id
|
|
@@ -3752,6 +3918,14 @@ var validCategoriesRequest = (input) => {
|
|
|
3752
3918
|
path: _path2 + ".skipValuesBuild",
|
|
3753
3919
|
expected: "(boolean | undefined)",
|
|
3754
3920
|
value: input3.skipValuesBuild
|
|
3921
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
3922
|
+
path: _path2 + ".valueConversion",
|
|
3923
|
+
expected: "(__type.o2 | undefined)",
|
|
3924
|
+
value: input3.valueConversion
|
|
3925
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
3926
|
+
path: _path2 + ".valueConversion",
|
|
3927
|
+
expected: "(__type.o2 | undefined)",
|
|
3928
|
+
value: input3.valueConversion
|
|
3755
3929
|
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
3756
3930
|
path: _path2 + ".reachedVariantLimit",
|
|
3757
3931
|
expected: "(boolean | undefined)",
|
|
@@ -3764,7 +3938,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3764
3938
|
path: _path2 + ".snps[" + _index59 + "]",
|
|
3765
3939
|
expected: "SnpsEntry",
|
|
3766
3940
|
value: elem
|
|
3767
|
-
})) && $
|
|
3941
|
+
})) && $vo73(elem, _path2 + ".snps[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3768
3942
|
path: _path2 + ".snps[" + _index59 + "]",
|
|
3769
3943
|
expected: "SnpsEntry",
|
|
3770
3944
|
value: elem
|
|
@@ -3773,7 +3947,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3773
3947
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3774
3948
|
value: input3.snps
|
|
3775
3949
|
})].every((flag) => flag);
|
|
3776
|
-
const $
|
|
3950
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3777
3951
|
path: _path2 + ".altAlleles",
|
|
3778
3952
|
expected: "(Array<string> | undefined)",
|
|
3779
3953
|
value: input3.altAlleles
|
|
@@ -3793,7 +3967,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3793
3967
|
path: _path2 + ".alleles[" + _index61 + "]",
|
|
3794
3968
|
expected: "AllelesEntry",
|
|
3795
3969
|
value: elem
|
|
3796
|
-
})) && $
|
|
3970
|
+
})) && $vo74(elem, _path2 + ".alleles[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3797
3971
|
path: _path2 + ".alleles[" + _index61 + "]",
|
|
3798
3972
|
expected: "AllelesEntry",
|
|
3799
3973
|
value: elem
|
|
@@ -3807,11 +3981,11 @@ var validCategoriesRequest = (input) => {
|
|
|
3807
3981
|
value: input3.effectAllele
|
|
3808
3982
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
3809
3983
|
path: _path2 + ".gt2count",
|
|
3810
|
-
expected: "(__type.
|
|
3984
|
+
expected: "(__type.o8 | undefined)",
|
|
3811
3985
|
value: input3.gt2count
|
|
3812
|
-
})) && $
|
|
3986
|
+
})) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3813
3987
|
path: _path2 + ".gt2count",
|
|
3814
|
-
expected: "(__type.
|
|
3988
|
+
expected: "(__type.o8 | undefined)",
|
|
3815
3989
|
value: input3.gt2count
|
|
3816
3990
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
3817
3991
|
path: _path2 + ".invalid",
|
|
@@ -3838,7 +4012,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3838
4012
|
expected: "(number | undefined)",
|
|
3839
4013
|
value: input3.pos
|
|
3840
4014
|
})].every((flag) => flag);
|
|
3841
|
-
const $
|
|
4015
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3842
4016
|
path: _path2 + ".allele",
|
|
3843
4017
|
expected: "string",
|
|
3844
4018
|
value: input3.allele
|
|
@@ -3851,7 +4025,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3851
4025
|
expected: "boolean",
|
|
3852
4026
|
value: input3.isRef
|
|
3853
4027
|
})].every((flag) => flag);
|
|
3854
|
-
const $
|
|
4028
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3855
4029
|
path: _path2 + ".k",
|
|
3856
4030
|
expected: "string",
|
|
3857
4031
|
value: input3.k
|
|
@@ -3860,7 +4034,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3860
4034
|
expected: "(number | string)",
|
|
3861
4035
|
value: input3.v
|
|
3862
4036
|
})].every((flag) => flag);
|
|
3863
|
-
const $
|
|
4037
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
|
|
3864
4038
|
path: _path2 + ".sessionId",
|
|
3865
4039
|
expected: "(string | undefined)",
|
|
3866
4040
|
value: input3.sessionId
|
|
@@ -3878,16 +4052,16 @@ var validCategoriesRequest = (input) => {
|
|
|
3878
4052
|
})();
|
|
3879
4053
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3880
4054
|
if (true === input3.startunbounded)
|
|
3881
|
-
return $
|
|
4055
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
3882
4056
|
if (true === input3.stopunbounded)
|
|
3883
|
-
return $
|
|
3884
|
-
return $
|
|
4057
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
4058
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3885
4059
|
})();
|
|
3886
4060
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3887
4061
|
if ("gene" === input3.kind)
|
|
3888
|
-
return $vo31(input3, _path2, _exceptionable2);
|
|
3889
|
-
if ("coord" === input3.kind)
|
|
3890
4062
|
return $vo32(input3, _path2, _exceptionable2);
|
|
4063
|
+
if ("coord" === input3.kind)
|
|
4064
|
+
return $vo33(input3, _path2, _exceptionable2);
|
|
3891
4065
|
return $report(_exceptionable2, {
|
|
3892
4066
|
path: _path2,
|
|
3893
4067
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -3896,9 +4070,9 @@ var validCategoriesRequest = (input) => {
|
|
|
3896
4070
|
})();
|
|
3897
4071
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3898
4072
|
if ("string" === typeof input3.type)
|
|
3899
|
-
return $
|
|
4073
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3900
4074
|
if ("filter" === input3.type)
|
|
3901
|
-
return $
|
|
4075
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
3902
4076
|
return $report(_exceptionable2, {
|
|
3903
4077
|
path: _path2,
|
|
3904
4078
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3907,9 +4081,9 @@ var validCategoriesRequest = (input) => {
|
|
|
3907
4081
|
})();
|
|
3908
4082
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3909
4083
|
if (true === input3.startunbounded)
|
|
3910
|
-
return $vo15(input3, _path2, _exceptionable2);
|
|
3911
|
-
if (void 0 !== input3.start)
|
|
3912
4084
|
return $vo16(input3, _path2, _exceptionable2);
|
|
4085
|
+
if (void 0 !== input3.start)
|
|
4086
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
3913
4087
|
return $report(_exceptionable2, {
|
|
3914
4088
|
path: _path2,
|
|
3915
4089
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3918,9 +4092,9 @@ var validCategoriesRequest = (input) => {
|
|
|
3918
4092
|
})();
|
|
3919
4093
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3920
4094
|
if (void 0 !== input3.stop)
|
|
3921
|
-
return $vo16(input3, _path2, _exceptionable2);
|
|
3922
|
-
if (true === input3.stopunbounded)
|
|
3923
4095
|
return $vo17(input3, _path2, _exceptionable2);
|
|
4096
|
+
if (true === input3.stopunbounded)
|
|
4097
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
3924
4098
|
return $report(_exceptionable2, {
|
|
3925
4099
|
path: _path2,
|
|
3926
4100
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3929,29 +4103,29 @@ var validCategoriesRequest = (input) => {
|
|
|
3929
4103
|
})();
|
|
3930
4104
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3931
4105
|
if ("SnpsTW" === input3.type)
|
|
3932
|
-
return $
|
|
4106
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
3933
4107
|
if ("ConditionTW" === input3.type)
|
|
3934
|
-
return $
|
|
4108
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
3935
4109
|
if ("GvCustomGsTW" === input3.type)
|
|
3936
|
-
return $
|
|
4110
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
3937
4111
|
if ("GvPredefinedGsTW" === input3.type)
|
|
3938
|
-
return $
|
|
4112
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
3939
4113
|
if ("GvValuesTW" === input3.type)
|
|
3940
|
-
return $
|
|
4114
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
3941
4115
|
if ("NumTWSpline" === input3.type)
|
|
3942
|
-
return $
|
|
4116
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
3943
4117
|
if ("NumTWCont" === input3.type)
|
|
3944
|
-
return $
|
|
4118
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
3945
4119
|
if ("NumTWBinary" === input3.type)
|
|
3946
|
-
return $
|
|
4120
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
3947
4121
|
if ("NumTWCustomBin" === input3.type)
|
|
3948
|
-
return $
|
|
4122
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
3949
4123
|
if ("NumTWRegularBin" === input3.type)
|
|
3950
|
-
return $
|
|
4124
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
3951
4125
|
if ("QualTWCustomGS" === input3.type)
|
|
3952
|
-
return $
|
|
4126
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
3953
4127
|
if ("QualTWPredefinedGS" === input3.type)
|
|
3954
|
-
return $
|
|
4128
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
3955
4129
|
if ("QualTWValues" === input3.type)
|
|
3956
4130
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3957
4131
|
return $report(_exceptionable2, {
|
|
@@ -3964,9 +4138,9 @@ var validCategoriesRequest = (input) => {
|
|
|
3964
4138
|
if ("categorical" === input3.type)
|
|
3965
4139
|
return $vo3(input3, _path2, _exceptionable2);
|
|
3966
4140
|
if ("snp" === input3.type)
|
|
3967
|
-
return $vo40(input3, _path2, _exceptionable2);
|
|
3968
|
-
if ("singleCellCellType" === input3.type)
|
|
3969
4141
|
return $vo41(input3, _path2, _exceptionable2);
|
|
4142
|
+
if ("singleCellCellType" === input3.type)
|
|
4143
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
3970
4144
|
return $report(_exceptionable2, {
|
|
3971
4145
|
path: _path2,
|
|
3972
4146
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -3976,24 +4150,24 @@ var validCategoriesRequest = (input) => {
|
|
|
3976
4150
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3977
4151
|
if (void 0 !== input3.ranges)
|
|
3978
4152
|
return $vo9(input3, _path2, _exceptionable2);
|
|
3979
|
-
return $vo8(input3, _path2, false) || $
|
|
4153
|
+
return $vo8(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
|
|
3980
4154
|
})();
|
|
3981
4155
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3982
4156
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3983
4157
|
return $vo10(input3, _path2, _exceptionable2);
|
|
3984
4158
|
if ("metaboliteIntensity" === input3.type)
|
|
3985
|
-
return $vo21(input3, _path2, _exceptionable2);
|
|
3986
|
-
if ("date" === input3.type)
|
|
3987
4159
|
return $vo22(input3, _path2, _exceptionable2);
|
|
3988
|
-
if ("
|
|
4160
|
+
if ("date" === input3.type)
|
|
3989
4161
|
return $vo23(input3, _path2, _exceptionable2);
|
|
3990
|
-
|
|
4162
|
+
if ("ssGSEA" === input3.type)
|
|
4163
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
4164
|
+
return $vo21(input3, _path2, false) || $vo20(input3, _path2, false);
|
|
3991
4165
|
})();
|
|
3992
4166
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3993
4167
|
if ("regular-bin" === input3.type)
|
|
3994
|
-
return $
|
|
4168
|
+
return $vo14(input3, _path2, _exceptionable2);
|
|
3995
4169
|
if ("custom-bin" === input3.type)
|
|
3996
|
-
return $
|
|
4170
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
3997
4171
|
return $report(_exceptionable2, {
|
|
3998
4172
|
path: _path2,
|
|
3999
4173
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -4002,9 +4176,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4002
4176
|
})();
|
|
4003
4177
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4004
4178
|
if ("gene" === input3.kind)
|
|
4005
|
-
return $
|
|
4179
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
4006
4180
|
if ("coord" === input3.kind)
|
|
4007
|
-
return $
|
|
4181
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
4008
4182
|
return $report(_exceptionable2, {
|
|
4009
4183
|
path: _path2,
|
|
4010
4184
|
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; })',
|
|
@@ -4013,9 +4187,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4013
4187
|
})();
|
|
4014
4188
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4015
4189
|
if ("gene" === input3.kind)
|
|
4016
|
-
return $vo58(input3, _path2, _exceptionable2);
|
|
4017
|
-
if ("coord" === input3.kind)
|
|
4018
4190
|
return $vo59(input3, _path2, _exceptionable2);
|
|
4191
|
+
if ("coord" === input3.kind)
|
|
4192
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
4019
4193
|
return $report(_exceptionable2, {
|
|
4020
4194
|
path: _path2,
|
|
4021
4195
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -4024,9 +4198,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4024
4198
|
})();
|
|
4025
4199
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4026
4200
|
if ("grade" === input3.valueFor)
|
|
4027
|
-
return $vo66(input3, _path2, _exceptionable2);
|
|
4028
|
-
if ("children" === input3.valueFor)
|
|
4029
4201
|
return $vo67(input3, _path2, _exceptionable2);
|
|
4202
|
+
if ("children" === input3.valueFor)
|
|
4203
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
4030
4204
|
return $report(_exceptionable2, {
|
|
4031
4205
|
path: _path2,
|
|
4032
4206
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|