@sjcrh/proteinpaint-types 2.176.0 → 2.177.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-CJVAIEUK.js → chunk-2DJFVQUQ.js} +273 -203
- package/dist/{chunk-HJEEUTW3.js → chunk-44LN7YTE.js} +82 -12
- package/dist/{chunk-QYQNPL6O.js → chunk-4SOVPEYQ.js} +125 -55
- package/dist/{chunk-U5H2DV3T.js → chunk-5KF6Z3GL.js} +82 -12
- package/dist/{chunk-GZRRMIZZ.js → chunk-63OD34W2.js} +273 -203
- package/dist/{chunk-CMC3WJO7.js → chunk-7NKZVHIZ.js} +251 -177
- package/dist/{chunk-YIF5KN5P.js → chunk-7WEVNKAM.js} +273 -203
- package/dist/{chunk-ZGX6LDVV.js → chunk-F4YCPOQV.js} +82 -12
- package/dist/{chunk-7LV73FRY.js → chunk-LHJGTOZJ.js} +292 -222
- package/dist/{chunk-Z763D57O.js → chunk-Q6MWNJ2V.js} +469 -325
- package/dist/{chunk-CJKG67B2.js → chunk-TWNJZBZK.js} +61 -17
- package/dist/{chunk-VZNEPZ73.js → chunk-UQEAM7BH.js} +273 -203
- package/dist/{chunk-6VN4YVWP.js → chunk-URHI6FFP.js} +333 -189
- package/dist/{chunk-JVEPTUQN.js → chunk-W7UCAYSF.js} +82 -12
- 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.runChart.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/dataset.ts +6 -0
- package/src/routes/termdb.runChart.ts +29 -12
- package/src/terms/termCollection.ts +2 -2
|
@@ -59,7 +59,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
61
61
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true;
|
|
62
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $
|
|
62
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io48(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)
|
|
@@ -123,16 +123,17 @@ var validDescrStatsRequest = (input) => {
|
|
|
123
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
124
|
const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
125
125
|
const $io41 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && "number" === typeof input3.ratio;
|
|
126
|
-
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "
|
|
127
|
-
const $io43 = (input3) =>
|
|
126
|
+
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io44(input3.propsByTermId));
|
|
127
|
+
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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));
|
|
128
|
+
const $io44 = (input3) => Object.keys(input3).every((key) => {
|
|
128
129
|
const value = input3[key];
|
|
129
130
|
if (void 0 === value)
|
|
130
131
|
return true;
|
|
131
132
|
if (RegExp(/(.*)/).test(key))
|
|
132
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
133
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io45(value);
|
|
133
134
|
return true;
|
|
134
135
|
});
|
|
135
|
-
const $
|
|
136
|
+
const $io45 = (input3) => Object.keys(input3).every((key) => {
|
|
136
137
|
const value = input3[key];
|
|
137
138
|
if (void 0 === value)
|
|
138
139
|
return true;
|
|
@@ -140,43 +141,43 @@ var validDescrStatsRequest = (input) => {
|
|
|
140
141
|
return true;
|
|
141
142
|
return true;
|
|
142
143
|
});
|
|
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 $
|
|
160
|
-
const $
|
|
161
|
-
const $
|
|
162
|
-
const $
|
|
163
|
-
const $
|
|
164
|
-
const $
|
|
165
|
-
const $
|
|
166
|
-
const $
|
|
167
|
-
const $
|
|
168
|
-
const $
|
|
169
|
-
const $
|
|
170
|
-
const $
|
|
171
|
-
const $
|
|
172
|
-
const $
|
|
173
|
-
const $
|
|
174
|
-
const $
|
|
175
|
-
const $
|
|
176
|
-
const $
|
|
177
|
-
const $
|
|
178
|
-
const $
|
|
179
|
-
const $
|
|
144
|
+
const $io46 = (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));
|
|
145
|
+
const $io47 = (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));
|
|
146
|
+
const $io48 = (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;
|
|
147
|
+
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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io50(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
148
|
+
const $io50 = (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;
|
|
149
|
+
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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
150
|
+
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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io53(input3.customset));
|
|
151
|
+
const $io53 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
152
|
+
const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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));
|
|
153
|
+
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 && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
|
|
154
|
+
const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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 && $io57(input3.q));
|
|
155
|
+
const $io57 = (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);
|
|
156
|
+
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 && "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) && $io59(input3.q));
|
|
157
|
+
const $io59 = (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);
|
|
158
|
+
const $io60 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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 && $io61(input3.q));
|
|
159
|
+
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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
160
|
+
const $io62 = (input3) => "number" === typeof input3.value;
|
|
161
|
+
const $io63 = (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 && $io66(input3.q));
|
|
162
|
+
const $io64 = (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)));
|
|
163
|
+
const $io65 = (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)));
|
|
164
|
+
const $io66 = (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;
|
|
165
|
+
const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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 && $io68(input3.q));
|
|
166
|
+
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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
|
|
167
|
+
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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
|
|
168
|
+
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) && (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 && $io53(input3.customset)) && Array.isArray(input3.dtLst);
|
|
169
|
+
const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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));
|
|
170
|
+
const $io72 = (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;
|
|
171
|
+
const $io73 = (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;
|
|
172
|
+
const $io74 = (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 && $io75(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io77(input3.term));
|
|
173
|
+
const $io75 = (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 && $io76(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;
|
|
174
|
+
const $io76 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
175
|
+
const $io77 = (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 && $io78(elem)));
|
|
176
|
+
const $io78 = (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 && $io79(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io80(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);
|
|
177
|
+
const $io79 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
178
|
+
const $io80 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
179
|
+
const $io81 = (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 && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q));
|
|
180
|
+
const $io82 = (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) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
180
181
|
const $iu0 = (input3) => (() => {
|
|
181
182
|
if ("tvslst" === input3.type)
|
|
182
183
|
return $io6(input3);
|
|
@@ -221,31 +222,31 @@ var validDescrStatsRequest = (input) => {
|
|
|
221
222
|
})();
|
|
222
223
|
const $iu6 = (input3) => (() => {
|
|
223
224
|
if ("TermCollectionTWValues" === input3.type)
|
|
224
|
-
return $
|
|
225
|
+
return $io81(input3);
|
|
225
226
|
if ("SnpsTW" === input3.type)
|
|
226
|
-
return $
|
|
227
|
+
return $io74(input3);
|
|
227
228
|
if ("ConditionTW" === input3.type)
|
|
228
|
-
return $
|
|
229
|
+
return $io71(input3);
|
|
229
230
|
if ("GvCustomGsTW" === input3.type)
|
|
230
|
-
return $
|
|
231
|
+
return $io69(input3);
|
|
231
232
|
if ("GvPredefinedGsTW" === input3.type)
|
|
232
|
-
return $
|
|
233
|
+
return $io67(input3);
|
|
233
234
|
if ("GvValuesTW" === input3.type)
|
|
234
|
-
return $
|
|
235
|
+
return $io63(input3);
|
|
235
236
|
if ("NumTWSpline" === input3.type)
|
|
236
|
-
return $
|
|
237
|
+
return $io60(input3);
|
|
237
238
|
if ("NumTWCont" === input3.type)
|
|
238
|
-
return $
|
|
239
|
+
return $io58(input3);
|
|
239
240
|
if ("NumTWBinary" === input3.type)
|
|
240
|
-
return $
|
|
241
|
+
return $io56(input3);
|
|
241
242
|
if ("NumTWCustomBin" === input3.type)
|
|
242
|
-
return $
|
|
243
|
+
return $io55(input3);
|
|
243
244
|
if ("NumTWRegularBin" === input3.type)
|
|
244
|
-
return $
|
|
245
|
+
return $io54(input3);
|
|
245
246
|
if ("QualTWCustomGS" === input3.type)
|
|
246
|
-
return $
|
|
247
|
+
return $io51(input3);
|
|
247
248
|
if ("QualTWPredefinedGS" === input3.type)
|
|
248
|
-
return $
|
|
249
|
+
return $io49(input3);
|
|
249
250
|
if ("QualTWValues" === input3.type)
|
|
250
251
|
return $io1(input3);
|
|
251
252
|
return false;
|
|
@@ -254,9 +255,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
254
255
|
if ("categorical" === input3.type)
|
|
255
256
|
return $io3(input3);
|
|
256
257
|
if ("snp" === input3.type)
|
|
257
|
-
return $io45(input3);
|
|
258
|
-
if ("singleCellCellType" === input3.type)
|
|
259
258
|
return $io46(input3);
|
|
259
|
+
if ("singleCellCellType" === input3.type)
|
|
260
|
+
return $io47(input3);
|
|
260
261
|
return false;
|
|
261
262
|
})();
|
|
262
263
|
const $iu8 = (input3) => (() => {
|
|
@@ -307,16 +308,16 @@ var validDescrStatsRequest = (input) => {
|
|
|
307
308
|
})();
|
|
308
309
|
const $iu12 = (input3) => (() => {
|
|
309
310
|
if ("gene" === input3.kind)
|
|
310
|
-
return $io63(input3);
|
|
311
|
-
if ("coord" === input3.kind)
|
|
312
311
|
return $io64(input3);
|
|
312
|
+
if ("coord" === input3.kind)
|
|
313
|
+
return $io65(input3);
|
|
313
314
|
return false;
|
|
314
315
|
})();
|
|
315
316
|
const $iu13 = (input3) => (() => {
|
|
316
317
|
if ("grade" === input3.valueFor)
|
|
317
|
-
return $io71(input3);
|
|
318
|
-
if ("children" === input3.valueFor)
|
|
319
318
|
return $io72(input3);
|
|
319
|
+
if ("children" === input3.valueFor)
|
|
320
|
+
return $io73(input3);
|
|
320
321
|
return false;
|
|
321
322
|
})();
|
|
322
323
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -394,7 +395,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
394
395
|
path: _path2 + ".q",
|
|
395
396
|
expected: "ValuesQ",
|
|
396
397
|
value: input3.q
|
|
397
|
-
})) && $
|
|
398
|
+
})) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
398
399
|
path: _path2 + ".q",
|
|
399
400
|
expected: "ValuesQ",
|
|
400
401
|
value: input3.q
|
|
@@ -2406,15 +2407,19 @@ var validDescrStatsRequest = (input) => {
|
|
|
2406
2407
|
value: input3.collectionId
|
|
2407
2408
|
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2408
2409
|
path: _path2 + ".termlst",
|
|
2409
|
-
expected: "Array<
|
|
2410
|
+
expected: "Array<BaseTerm>",
|
|
2410
2411
|
value: input3.termlst
|
|
2411
|
-
})) && input3.termlst.map((elem, _index42) => "
|
|
2412
|
+
})) && input3.termlst.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2412
2413
|
path: _path2 + ".termlst[" + _index42 + "]",
|
|
2413
|
-
expected: "
|
|
2414
|
+
expected: "BaseTerm",
|
|
2415
|
+
value: elem
|
|
2416
|
+
})) && $vo43(elem, _path2 + ".termlst[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2417
|
+
path: _path2 + ".termlst[" + _index42 + "]",
|
|
2418
|
+
expected: "BaseTerm",
|
|
2414
2419
|
value: elem
|
|
2415
2420
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2416
2421
|
path: _path2 + ".termlst",
|
|
2417
|
-
expected: "Array<
|
|
2422
|
+
expected: "Array<BaseTerm>",
|
|
2418
2423
|
value: input3.termlst
|
|
2419
2424
|
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2420
2425
|
path: _path2 + ".numerators",
|
|
@@ -2436,12 +2441,77 @@ var validDescrStatsRequest = (input) => {
|
|
|
2436
2441
|
path: _path2 + ".propsByTermId",
|
|
2437
2442
|
expected: "__type.o7",
|
|
2438
2443
|
value: input3.propsByTermId
|
|
2439
|
-
})) && $
|
|
2444
|
+
})) && $vo44(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2440
2445
|
path: _path2 + ".propsByTermId",
|
|
2441
2446
|
expected: "__type.o7",
|
|
2442
2447
|
value: input3.propsByTermId
|
|
2443
2448
|
})].every((flag) => flag);
|
|
2444
|
-
const $vo43 = (input3, _path2, _exceptionable2 = true) => [
|
|
2449
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2450
|
+
path: _path2 + ".id",
|
|
2451
|
+
expected: "string",
|
|
2452
|
+
value: input3.id
|
|
2453
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2454
|
+
path: _path2 + ".name",
|
|
2455
|
+
expected: "string",
|
|
2456
|
+
value: input3.name
|
|
2457
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2458
|
+
path: _path2 + ".type",
|
|
2459
|
+
expected: "string",
|
|
2460
|
+
value: input3.type
|
|
2461
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2462
|
+
path: _path2 + ".child_types",
|
|
2463
|
+
expected: "(Array<string> | undefined)",
|
|
2464
|
+
value: input3.child_types
|
|
2465
|
+
})) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2466
|
+
path: _path2 + ".child_types[" + _index44 + "]",
|
|
2467
|
+
expected: "string",
|
|
2468
|
+
value: elem
|
|
2469
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2470
|
+
path: _path2 + ".child_types",
|
|
2471
|
+
expected: "(Array<string> | undefined)",
|
|
2472
|
+
value: input3.child_types
|
|
2473
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2474
|
+
path: _path2 + ".hashtmldetail",
|
|
2475
|
+
expected: "(boolean | undefined)",
|
|
2476
|
+
value: input3.hashtmldetail
|
|
2477
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2478
|
+
path: _path2 + ".included_types",
|
|
2479
|
+
expected: "(Array<string> | undefined)",
|
|
2480
|
+
value: input3.included_types
|
|
2481
|
+
})) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2482
|
+
path: _path2 + ".included_types[" + _index45 + "]",
|
|
2483
|
+
expected: "string",
|
|
2484
|
+
value: elem
|
|
2485
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2486
|
+
path: _path2 + ".included_types",
|
|
2487
|
+
expected: "(Array<string> | undefined)",
|
|
2488
|
+
value: input3.included_types
|
|
2489
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2490
|
+
path: _path2 + ".isleaf",
|
|
2491
|
+
expected: "(boolean | undefined)",
|
|
2492
|
+
value: input3.isleaf
|
|
2493
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2494
|
+
path: _path2 + ".values",
|
|
2495
|
+
expected: "(TermValues | undefined)",
|
|
2496
|
+
value: input3.values
|
|
2497
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2498
|
+
path: _path2 + ".values",
|
|
2499
|
+
expected: "(TermValues | undefined)",
|
|
2500
|
+
value: input3.values
|
|
2501
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2502
|
+
path: _path2 + ".skipValuesBuild",
|
|
2503
|
+
expected: "(boolean | undefined)",
|
|
2504
|
+
value: input3.skipValuesBuild
|
|
2505
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2506
|
+
path: _path2 + ".valueConversion",
|
|
2507
|
+
expected: "(__type.o2 | undefined)",
|
|
2508
|
+
value: input3.valueConversion
|
|
2509
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2510
|
+
path: _path2 + ".valueConversion",
|
|
2511
|
+
expected: "(__type.o2 | undefined)",
|
|
2512
|
+
value: input3.valueConversion
|
|
2513
|
+
})].every((flag) => flag);
|
|
2514
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2445
2515
|
const value = input3[key];
|
|
2446
2516
|
if (void 0 === value)
|
|
2447
2517
|
return true;
|
|
@@ -2450,14 +2520,14 @@ var validDescrStatsRequest = (input) => {
|
|
|
2450
2520
|
path: _path2 + $join(key),
|
|
2451
2521
|
expected: "__type.o8",
|
|
2452
2522
|
value
|
|
2453
|
-
})) && $
|
|
2523
|
+
})) && $vo45(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2454
2524
|
path: _path2 + $join(key),
|
|
2455
2525
|
expected: "__type.o8",
|
|
2456
2526
|
value
|
|
2457
2527
|
});
|
|
2458
2528
|
return true;
|
|
2459
2529
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2460
|
-
const $
|
|
2530
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2461
2531
|
const value = input3[key];
|
|
2462
2532
|
if (void 0 === value)
|
|
2463
2533
|
return true;
|
|
@@ -2465,7 +2535,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2465
2535
|
return true;
|
|
2466
2536
|
return true;
|
|
2467
2537
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2468
|
-
const $
|
|
2538
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2469
2539
|
path: _path2 + ".id",
|
|
2470
2540
|
expected: "string",
|
|
2471
2541
|
value: input3.id
|
|
@@ -2481,8 +2551,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2481
2551
|
path: _path2 + ".child_types",
|
|
2482
2552
|
expected: "(Array<string> | undefined)",
|
|
2483
2553
|
value: input3.child_types
|
|
2484
|
-
})) && input3.child_types.map((elem,
|
|
2485
|
-
path: _path2 + ".child_types[" +
|
|
2554
|
+
})) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2555
|
+
path: _path2 + ".child_types[" + _index46 + "]",
|
|
2486
2556
|
expected: "string",
|
|
2487
2557
|
value: elem
|
|
2488
2558
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2497,8 +2567,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2497
2567
|
path: _path2 + ".included_types",
|
|
2498
2568
|
expected: "(Array<string> | undefined)",
|
|
2499
2569
|
value: input3.included_types
|
|
2500
|
-
})) && input3.included_types.map((elem,
|
|
2501
|
-
path: _path2 + ".included_types[" +
|
|
2570
|
+
})) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2571
|
+
path: _path2 + ".included_types[" + _index47 + "]",
|
|
2502
2572
|
expected: "string",
|
|
2503
2573
|
value: elem
|
|
2504
2574
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2549,8 +2619,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2549
2619
|
path: _path2 + ".alt",
|
|
2550
2620
|
expected: "Array<string>",
|
|
2551
2621
|
value: input3.alt
|
|
2552
|
-
})) && input3.alt.map((elem,
|
|
2553
|
-
path: _path2 + ".alt[" +
|
|
2622
|
+
})) && input3.alt.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2623
|
+
path: _path2 + ".alt[" + _index48 + "]",
|
|
2554
2624
|
expected: "string",
|
|
2555
2625
|
value: elem
|
|
2556
2626
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2566,7 +2636,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2566
2636
|
expected: "TermGroupSetting",
|
|
2567
2637
|
value: input3.groupsetting
|
|
2568
2638
|
})].every((flag) => flag);
|
|
2569
|
-
const $
|
|
2639
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2570
2640
|
path: _path2 + ".id",
|
|
2571
2641
|
expected: "string",
|
|
2572
2642
|
value: input3.id
|
|
@@ -2582,8 +2652,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2582
2652
|
path: _path2 + ".child_types",
|
|
2583
2653
|
expected: "(Array<string> | undefined)",
|
|
2584
2654
|
value: input3.child_types
|
|
2585
|
-
})) && input3.child_types.map((elem,
|
|
2586
|
-
path: _path2 + ".child_types[" +
|
|
2655
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2656
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2587
2657
|
expected: "string",
|
|
2588
2658
|
value: elem
|
|
2589
2659
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2598,8 +2668,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2598
2668
|
path: _path2 + ".included_types",
|
|
2599
2669
|
expected: "(Array<string> | undefined)",
|
|
2600
2670
|
value: input3.included_types
|
|
2601
|
-
})) && input3.included_types.map((elem,
|
|
2602
|
-
path: _path2 + ".included_types[" +
|
|
2671
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2672
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2603
2673
|
expected: "string",
|
|
2604
2674
|
value: elem
|
|
2605
2675
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2647,7 +2717,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2647
2717
|
expected: "TermGroupSetting",
|
|
2648
2718
|
value: input3.groupsetting
|
|
2649
2719
|
})].every((flag) => flag);
|
|
2650
|
-
const $
|
|
2720
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2651
2721
|
path: _path2 + ".hiddenValues",
|
|
2652
2722
|
expected: "(HiddenValues | undefined)",
|
|
2653
2723
|
value: input3.hiddenValues
|
|
@@ -2676,7 +2746,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2676
2746
|
expected: '"values"',
|
|
2677
2747
|
value: input3.type
|
|
2678
2748
|
})].every((flag) => flag);
|
|
2679
|
-
const $
|
|
2749
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2680
2750
|
path: _path2 + ".id",
|
|
2681
2751
|
expected: "(string | undefined)",
|
|
2682
2752
|
value: input3.id
|
|
@@ -2712,7 +2782,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2712
2782
|
path: _path2 + ".q",
|
|
2713
2783
|
expected: "PredefinedGroupSettingQ",
|
|
2714
2784
|
value: input3.q
|
|
2715
|
-
})) && $
|
|
2785
|
+
})) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2716
2786
|
path: _path2 + ".q",
|
|
2717
2787
|
expected: "PredefinedGroupSettingQ",
|
|
2718
2788
|
value: input3.q
|
|
@@ -2721,7 +2791,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2721
2791
|
expected: '"QualTWPredefinedGS"',
|
|
2722
2792
|
value: input3.type
|
|
2723
2793
|
})].every((flag) => flag);
|
|
2724
|
-
const $
|
|
2794
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2725
2795
|
path: _path2 + ".hiddenValues",
|
|
2726
2796
|
expected: "(HiddenValues | undefined)",
|
|
2727
2797
|
value: input3.hiddenValues
|
|
@@ -2754,7 +2824,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2754
2824
|
expected: "number",
|
|
2755
2825
|
value: input3.predefined_groupset_idx
|
|
2756
2826
|
})].every((flag) => flag);
|
|
2757
|
-
const $
|
|
2827
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2758
2828
|
path: _path2 + ".id",
|
|
2759
2829
|
expected: "(string | undefined)",
|
|
2760
2830
|
value: input3.id
|
|
@@ -2790,7 +2860,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2790
2860
|
path: _path2 + ".q",
|
|
2791
2861
|
expected: "CustomGroupSettingQ",
|
|
2792
2862
|
value: input3.q
|
|
2793
|
-
})) && $
|
|
2863
|
+
})) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2794
2864
|
path: _path2 + ".q",
|
|
2795
2865
|
expected: "CustomGroupSettingQ",
|
|
2796
2866
|
value: input3.q
|
|
@@ -2799,7 +2869,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2799
2869
|
expected: '"QualTWCustomGS"',
|
|
2800
2870
|
value: input3.type
|
|
2801
2871
|
})].every((flag) => flag);
|
|
2802
|
-
const $
|
|
2872
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2803
2873
|
path: _path2 + ".hiddenValues",
|
|
2804
2874
|
expected: "(HiddenValues | undefined)",
|
|
2805
2875
|
value: input3.hiddenValues
|
|
@@ -2831,21 +2901,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
2831
2901
|
path: _path2 + ".customset",
|
|
2832
2902
|
expected: "BaseGroupSet",
|
|
2833
2903
|
value: input3.customset
|
|
2834
|
-
})) && $
|
|
2904
|
+
})) && $vo53(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2835
2905
|
path: _path2 + ".customset",
|
|
2836
2906
|
expected: "BaseGroupSet",
|
|
2837
2907
|
value: input3.customset
|
|
2838
2908
|
})].every((flag) => flag);
|
|
2839
|
-
const $
|
|
2909
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2840
2910
|
path: _path2 + ".groups",
|
|
2841
2911
|
expected: "Array<GroupEntry>",
|
|
2842
2912
|
value: input3.groups
|
|
2843
|
-
})) && input3.groups.map((elem,
|
|
2844
|
-
path: _path2 + ".groups[" +
|
|
2913
|
+
})) && input3.groups.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2914
|
+
path: _path2 + ".groups[" + _index51 + "]",
|
|
2845
2915
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2846
2916
|
value: elem
|
|
2847
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2848
|
-
path: _path2 + ".groups[" +
|
|
2917
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2918
|
+
path: _path2 + ".groups[" + _index51 + "]",
|
|
2849
2919
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2850
2920
|
value: elem
|
|
2851
2921
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2853,7 +2923,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2853
2923
|
expected: "Array<GroupEntry>",
|
|
2854
2924
|
value: input3.groups
|
|
2855
2925
|
})].every((flag) => flag);
|
|
2856
|
-
const $
|
|
2926
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2857
2927
|
path: _path2 + ".id",
|
|
2858
2928
|
expected: "(string | undefined)",
|
|
2859
2929
|
value: input3.id
|
|
@@ -2898,7 +2968,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2898
2968
|
expected: "RegularNumericBinConfig",
|
|
2899
2969
|
value: input3.q
|
|
2900
2970
|
})].every((flag) => flag);
|
|
2901
|
-
const $
|
|
2971
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2902
2972
|
path: _path2 + ".id",
|
|
2903
2973
|
expected: "(string | undefined)",
|
|
2904
2974
|
value: input3.id
|
|
@@ -2943,7 +3013,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2943
3013
|
expected: "CustomNumericBinConfig",
|
|
2944
3014
|
value: input3.q
|
|
2945
3015
|
})].every((flag) => flag);
|
|
2946
|
-
const $
|
|
3016
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2947
3017
|
path: _path2 + ".id",
|
|
2948
3018
|
expected: "(string | undefined)",
|
|
2949
3019
|
value: input3.id
|
|
@@ -2983,12 +3053,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2983
3053
|
path: _path2 + ".q",
|
|
2984
3054
|
expected: "BinaryNumericQ",
|
|
2985
3055
|
value: input3.q
|
|
2986
|
-
})) && $
|
|
3056
|
+
})) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2987
3057
|
path: _path2 + ".q",
|
|
2988
3058
|
expected: "BinaryNumericQ",
|
|
2989
3059
|
value: input3.q
|
|
2990
3060
|
})].every((flag) => flag);
|
|
2991
|
-
const $
|
|
3061
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2992
3062
|
path: _path2 + ".hiddenValues",
|
|
2993
3063
|
expected: "(HiddenValues | undefined)",
|
|
2994
3064
|
value: input3.hiddenValues
|
|
@@ -3056,7 +3126,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3056
3126
|
expected: "(number | undefined)",
|
|
3057
3127
|
value: input3.cutoffPercentile
|
|
3058
3128
|
})].every((flag) => flag);
|
|
3059
|
-
const $
|
|
3129
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3060
3130
|
path: _path2 + ".id",
|
|
3061
3131
|
expected: "(string | undefined)",
|
|
3062
3132
|
value: input3.id
|
|
@@ -3096,12 +3166,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3096
3166
|
path: _path2 + ".q",
|
|
3097
3167
|
expected: "ContinuousNumericQ",
|
|
3098
3168
|
value: input3.q
|
|
3099
|
-
})) && $
|
|
3169
|
+
})) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3100
3170
|
path: _path2 + ".q",
|
|
3101
3171
|
expected: "ContinuousNumericQ",
|
|
3102
3172
|
value: input3.q
|
|
3103
3173
|
})].every((flag) => flag);
|
|
3104
|
-
const $
|
|
3174
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3105
3175
|
path: _path2 + ".hiddenValues",
|
|
3106
3176
|
expected: "(HiddenValues | undefined)",
|
|
3107
3177
|
value: input3.hiddenValues
|
|
@@ -3142,7 +3212,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3142
3212
|
expected: "(number | undefined)",
|
|
3143
3213
|
value: input3.scale
|
|
3144
3214
|
})].every((flag) => flag);
|
|
3145
|
-
const $
|
|
3215
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3146
3216
|
path: _path2 + ".id",
|
|
3147
3217
|
expected: "(string | undefined)",
|
|
3148
3218
|
value: input3.id
|
|
@@ -3182,12 +3252,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3182
3252
|
path: _path2 + ".q",
|
|
3183
3253
|
expected: "SplineNumericQ",
|
|
3184
3254
|
value: input3.q
|
|
3185
|
-
})) && $
|
|
3255
|
+
})) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3186
3256
|
path: _path2 + ".q",
|
|
3187
3257
|
expected: "SplineNumericQ",
|
|
3188
3258
|
value: input3.q
|
|
3189
3259
|
})].every((flag) => flag);
|
|
3190
|
-
const $
|
|
3260
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3191
3261
|
path: _path2 + ".hiddenValues",
|
|
3192
3262
|
expected: "(HiddenValues | undefined)",
|
|
3193
3263
|
value: input3.hiddenValues
|
|
@@ -3215,12 +3285,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3215
3285
|
path: _path2 + ".knots",
|
|
3216
3286
|
expected: "Array<__type>.o3",
|
|
3217
3287
|
value: input3.knots
|
|
3218
|
-
})) && input3.knots.map((elem,
|
|
3219
|
-
path: _path2 + ".knots[" +
|
|
3288
|
+
})) && input3.knots.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3289
|
+
path: _path2 + ".knots[" + _index52 + "]",
|
|
3220
3290
|
expected: "__type.o9",
|
|
3221
3291
|
value: elem
|
|
3222
|
-
})) && $
|
|
3223
|
-
path: _path2 + ".knots[" +
|
|
3292
|
+
})) && $vo62(elem, _path2 + ".knots[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3293
|
+
path: _path2 + ".knots[" + _index52 + "]",
|
|
3224
3294
|
expected: "__type.o9",
|
|
3225
3295
|
value: elem
|
|
3226
3296
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3236,12 +3306,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3236
3306
|
expected: "undefined",
|
|
3237
3307
|
value: input3.type
|
|
3238
3308
|
}))].every((flag) => flag);
|
|
3239
|
-
const $
|
|
3309
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
3240
3310
|
path: _path2 + ".value",
|
|
3241
3311
|
expected: "number",
|
|
3242
3312
|
value: input3.value
|
|
3243
3313
|
})].every((flag) => flag);
|
|
3244
|
-
const $
|
|
3314
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3245
3315
|
path: _path2 + ".id",
|
|
3246
3316
|
expected: "(string | undefined)",
|
|
3247
3317
|
value: input3.id
|
|
@@ -3281,12 +3351,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3281
3351
|
path: _path2 + ".q",
|
|
3282
3352
|
expected: "GvValuesQ",
|
|
3283
3353
|
value: input3.q
|
|
3284
|
-
})) && $
|
|
3354
|
+
})) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3285
3355
|
path: _path2 + ".q",
|
|
3286
3356
|
expected: "GvValuesQ",
|
|
3287
3357
|
value: input3.q
|
|
3288
3358
|
})].every((flag) => flag);
|
|
3289
|
-
const $
|
|
3359
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3290
3360
|
path: _path2 + ".id",
|
|
3291
3361
|
expected: "string",
|
|
3292
3362
|
value: input3.id
|
|
@@ -3302,8 +3372,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3302
3372
|
path: _path2 + ".child_types",
|
|
3303
3373
|
expected: "(Array<string> | undefined)",
|
|
3304
3374
|
value: input3.child_types
|
|
3305
|
-
})) && input3.child_types.map((elem,
|
|
3306
|
-
path: _path2 + ".child_types[" +
|
|
3375
|
+
})) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3376
|
+
path: _path2 + ".child_types[" + _index53 + "]",
|
|
3307
3377
|
expected: "string",
|
|
3308
3378
|
value: elem
|
|
3309
3379
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3318,8 +3388,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3318
3388
|
path: _path2 + ".included_types",
|
|
3319
3389
|
expected: "(Array<string> | undefined)",
|
|
3320
3390
|
value: input3.included_types
|
|
3321
|
-
})) && input3.included_types.map((elem,
|
|
3322
|
-
path: _path2 + ".included_types[" +
|
|
3391
|
+
})) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3392
|
+
path: _path2 + ".included_types[" + _index54 + "]",
|
|
3323
3393
|
expected: "string",
|
|
3324
3394
|
value: elem
|
|
3325
3395
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3374,12 +3444,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3374
3444
|
path: _path2 + ".genes",
|
|
3375
3445
|
expected: "Array<GvGeneTerm>",
|
|
3376
3446
|
value: input3.genes
|
|
3377
|
-
})) && input3.genes.map((elem,
|
|
3378
|
-
path: _path2 + ".genes[" +
|
|
3447
|
+
})) && input3.genes.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3448
|
+
path: _path2 + ".genes[" + _index55 + "]",
|
|
3379
3449
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3380
3450
|
value: elem
|
|
3381
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3382
|
-
path: _path2 + ".genes[" +
|
|
3451
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3452
|
+
path: _path2 + ".genes[" + _index55 + "]",
|
|
3383
3453
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3384
3454
|
value: elem
|
|
3385
3455
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3398,12 +3468,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3398
3468
|
path: _path2 + ".childTerms",
|
|
3399
3469
|
expected: "Array<DtTerm>",
|
|
3400
3470
|
value: input3.childTerms
|
|
3401
|
-
})) && input3.childTerms.map((elem,
|
|
3402
|
-
path: _path2 + ".childTerms[" +
|
|
3471
|
+
})) && input3.childTerms.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3472
|
+
path: _path2 + ".childTerms[" + _index56 + "]",
|
|
3403
3473
|
expected: "DtTerm",
|
|
3404
3474
|
value: elem
|
|
3405
|
-
})) && $vo30(elem, _path2 + ".childTerms[" +
|
|
3406
|
-
path: _path2 + ".childTerms[" +
|
|
3475
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3476
|
+
path: _path2 + ".childTerms[" + _index56 + "]",
|
|
3407
3477
|
expected: "DtTerm",
|
|
3408
3478
|
value: elem
|
|
3409
3479
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3411,7 +3481,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3411
3481
|
expected: "Array<DtTerm>",
|
|
3412
3482
|
value: input3.childTerms
|
|
3413
3483
|
})].every((flag) => flag);
|
|
3414
|
-
const $
|
|
3484
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3415
3485
|
path: _path2 + ".id",
|
|
3416
3486
|
expected: "string",
|
|
3417
3487
|
value: input3.id
|
|
@@ -3427,8 +3497,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3427
3497
|
path: _path2 + ".child_types",
|
|
3428
3498
|
expected: "(Array<string> | undefined)",
|
|
3429
3499
|
value: input3.child_types
|
|
3430
|
-
})) && input3.child_types.map((elem,
|
|
3431
|
-
path: _path2 + ".child_types[" +
|
|
3500
|
+
})) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3501
|
+
path: _path2 + ".child_types[" + _index57 + "]",
|
|
3432
3502
|
expected: "string",
|
|
3433
3503
|
value: elem
|
|
3434
3504
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3443,8 +3513,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3443
3513
|
path: _path2 + ".included_types",
|
|
3444
3514
|
expected: "(Array<string> | undefined)",
|
|
3445
3515
|
value: input3.included_types
|
|
3446
|
-
})) && input3.included_types.map((elem,
|
|
3447
|
-
path: _path2 + ".included_types[" +
|
|
3516
|
+
})) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3517
|
+
path: _path2 + ".included_types[" + _index58 + "]",
|
|
3448
3518
|
expected: "string",
|
|
3449
3519
|
value: elem
|
|
3450
3520
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3495,12 +3565,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3495
3565
|
path: _path2 + ".genes",
|
|
3496
3566
|
expected: "Array<GvGeneTerm>",
|
|
3497
3567
|
value: input3.genes
|
|
3498
|
-
})) && input3.genes.map((elem,
|
|
3499
|
-
path: _path2 + ".genes[" +
|
|
3568
|
+
})) && input3.genes.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3569
|
+
path: _path2 + ".genes[" + _index59 + "]",
|
|
3500
3570
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3501
3571
|
value: elem
|
|
3502
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3503
|
-
path: _path2 + ".genes[" +
|
|
3572
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3573
|
+
path: _path2 + ".genes[" + _index59 + "]",
|
|
3504
3574
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3505
3575
|
value: elem
|
|
3506
3576
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3519,12 +3589,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3519
3589
|
path: _path2 + ".childTerms",
|
|
3520
3590
|
expected: "Array<DtTerm>",
|
|
3521
3591
|
value: input3.childTerms
|
|
3522
|
-
})) && input3.childTerms.map((elem,
|
|
3523
|
-
path: _path2 + ".childTerms[" +
|
|
3592
|
+
})) && input3.childTerms.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3593
|
+
path: _path2 + ".childTerms[" + _index60 + "]",
|
|
3524
3594
|
expected: "DtTerm",
|
|
3525
3595
|
value: elem
|
|
3526
|
-
})) && $vo30(elem, _path2 + ".childTerms[" +
|
|
3527
|
-
path: _path2 + ".childTerms[" +
|
|
3596
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3597
|
+
path: _path2 + ".childTerms[" + _index60 + "]",
|
|
3528
3598
|
expected: "DtTerm",
|
|
3529
3599
|
value: elem
|
|
3530
3600
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3532,7 +3602,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3532
3602
|
expected: "Array<DtTerm>",
|
|
3533
3603
|
value: input3.childTerms
|
|
3534
3604
|
})].every((flag) => flag);
|
|
3535
|
-
const $
|
|
3605
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3536
3606
|
path: _path2 + ".hiddenValues",
|
|
3537
3607
|
expected: "(HiddenValues | undefined)",
|
|
3538
3608
|
value: input3.hiddenValues
|
|
@@ -3573,7 +3643,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3573
3643
|
expected: '"values"',
|
|
3574
3644
|
value: input3.type
|
|
3575
3645
|
})].every((flag) => flag);
|
|
3576
|
-
const $
|
|
3646
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3577
3647
|
path: _path2 + ".id",
|
|
3578
3648
|
expected: "(string | undefined)",
|
|
3579
3649
|
value: input3.id
|
|
@@ -3613,12 +3683,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3613
3683
|
path: _path2 + ".q",
|
|
3614
3684
|
expected: "GvPredefinedGsQ",
|
|
3615
3685
|
value: input3.q
|
|
3616
|
-
})) && $
|
|
3686
|
+
})) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3617
3687
|
path: _path2 + ".q",
|
|
3618
3688
|
expected: "GvPredefinedGsQ",
|
|
3619
3689
|
value: input3.q
|
|
3620
3690
|
})].every((flag) => flag);
|
|
3621
|
-
const $
|
|
3691
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3622
3692
|
path: _path2 + ".hiddenValues",
|
|
3623
3693
|
expected: "(HiddenValues | undefined)",
|
|
3624
3694
|
value: input3.hiddenValues
|
|
@@ -3667,7 +3737,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3667
3737
|
expected: "Array<any>",
|
|
3668
3738
|
value: input3.dtLst
|
|
3669
3739
|
})].every((flag) => flag);
|
|
3670
|
-
const $
|
|
3740
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3671
3741
|
path: _path2 + ".id",
|
|
3672
3742
|
expected: "(string | undefined)",
|
|
3673
3743
|
value: input3.id
|
|
@@ -3707,12 +3777,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3707
3777
|
path: _path2 + ".q",
|
|
3708
3778
|
expected: "GvCustomGsQ",
|
|
3709
3779
|
value: input3.q
|
|
3710
|
-
})) && $
|
|
3780
|
+
})) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3711
3781
|
path: _path2 + ".q",
|
|
3712
3782
|
expected: "GvCustomGsQ",
|
|
3713
3783
|
value: input3.q
|
|
3714
3784
|
})].every((flag) => flag);
|
|
3715
|
-
const $
|
|
3785
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3716
3786
|
path: _path2 + ".hiddenValues",
|
|
3717
3787
|
expected: "(HiddenValues | undefined)",
|
|
3718
3788
|
value: input3.hiddenValues
|
|
@@ -3756,7 +3826,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3756
3826
|
path: _path2 + ".customset",
|
|
3757
3827
|
expected: "BaseGroupSet",
|
|
3758
3828
|
value: input3.customset
|
|
3759
|
-
})) && $
|
|
3829
|
+
})) && $vo53(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3760
3830
|
path: _path2 + ".customset",
|
|
3761
3831
|
expected: "BaseGroupSet",
|
|
3762
3832
|
value: input3.customset
|
|
@@ -3765,7 +3835,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3765
3835
|
expected: "Array<any>",
|
|
3766
3836
|
value: input3.dtLst
|
|
3767
3837
|
})].every((flag) => flag);
|
|
3768
|
-
const $
|
|
3838
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3769
3839
|
path: _path2 + ".id",
|
|
3770
3840
|
expected: "(string | undefined)",
|
|
3771
3841
|
value: input3.id
|
|
@@ -3810,7 +3880,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3810
3880
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3811
3881
|
value: input3.q
|
|
3812
3882
|
})].every((flag) => flag);
|
|
3813
|
-
const $
|
|
3883
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3814
3884
|
path: _path2 + ".hiddenValues",
|
|
3815
3885
|
expected: "(HiddenValues | undefined)",
|
|
3816
3886
|
value: input3.hiddenValues
|
|
@@ -3850,8 +3920,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3850
3920
|
path: _path2 + ".breaks",
|
|
3851
3921
|
expected: "(Array<number> | undefined)",
|
|
3852
3922
|
value: input3.breaks
|
|
3853
|
-
})) && input3.breaks.map((elem,
|
|
3854
|
-
path: _path2 + ".breaks[" +
|
|
3923
|
+
})) && input3.breaks.map((elem, _index61) => "number" === typeof elem || $report(_exceptionable2, {
|
|
3924
|
+
path: _path2 + ".breaks[" + _index61 + "]",
|
|
3855
3925
|
expected: "number",
|
|
3856
3926
|
value: elem
|
|
3857
3927
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3871,7 +3941,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3871
3941
|
expected: "(boolean | undefined)",
|
|
3872
3942
|
value: input3.value_by_computable_grade
|
|
3873
3943
|
}), true].every((flag) => flag);
|
|
3874
|
-
const $
|
|
3944
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3875
3945
|
path: _path2 + ".hiddenValues",
|
|
3876
3946
|
expected: "(HiddenValues | undefined)",
|
|
3877
3947
|
value: input3.hiddenValues
|
|
@@ -3904,7 +3974,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3904
3974
|
expected: "true",
|
|
3905
3975
|
value: input3.bar_by_children
|
|
3906
3976
|
}), true].every((flag) => flag);
|
|
3907
|
-
const $
|
|
3977
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3908
3978
|
path: _path2 + ".id",
|
|
3909
3979
|
expected: "(string | undefined)",
|
|
3910
3980
|
value: input3.id
|
|
@@ -3936,7 +4006,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3936
4006
|
path: _path2 + ".q",
|
|
3937
4007
|
expected: "SnpsQ",
|
|
3938
4008
|
value: input3.q
|
|
3939
|
-
})) && $
|
|
4009
|
+
})) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3940
4010
|
path: _path2 + ".q",
|
|
3941
4011
|
expected: "SnpsQ",
|
|
3942
4012
|
value: input3.q
|
|
@@ -3944,12 +4014,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3944
4014
|
path: _path2 + ".term",
|
|
3945
4015
|
expected: "SnpsTerm",
|
|
3946
4016
|
value: input3.term
|
|
3947
|
-
})) && $
|
|
4017
|
+
})) && $vo77(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3948
4018
|
path: _path2 + ".term",
|
|
3949
4019
|
expected: "SnpsTerm",
|
|
3950
4020
|
value: input3.term
|
|
3951
4021
|
})].every((flag) => flag);
|
|
3952
|
-
const $
|
|
4022
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3953
4023
|
path: _path2 + ".hiddenValues",
|
|
3954
4024
|
expected: "(HiddenValues | undefined)",
|
|
3955
4025
|
value: input3.hiddenValues
|
|
@@ -3997,7 +4067,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3997
4067
|
path: _path2 + ".restrictAncestry",
|
|
3998
4068
|
expected: "RestrictAncestry",
|
|
3999
4069
|
value: input3.restrictAncestry
|
|
4000
|
-
})) && $
|
|
4070
|
+
})) && $vo76(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
4001
4071
|
path: _path2 + ".restrictAncestry",
|
|
4002
4072
|
expected: "RestrictAncestry",
|
|
4003
4073
|
value: input3.restrictAncestry
|
|
@@ -4022,7 +4092,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4022
4092
|
expected: "number",
|
|
4023
4093
|
value: input3.stop
|
|
4024
4094
|
})].every((flag) => flag);
|
|
4025
|
-
const $
|
|
4095
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4026
4096
|
path: _path2 + ".name",
|
|
4027
4097
|
expected: "string",
|
|
4028
4098
|
value: input3.name
|
|
@@ -4035,7 +4105,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4035
4105
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4036
4106
|
value: input3.tvs
|
|
4037
4107
|
})].every((flag) => flag);
|
|
4038
|
-
const $
|
|
4108
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4039
4109
|
path: _path2 + ".id",
|
|
4040
4110
|
expected: "string",
|
|
4041
4111
|
value: input3.id
|
|
@@ -4051,8 +4121,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4051
4121
|
path: _path2 + ".child_types",
|
|
4052
4122
|
expected: "(Array<string> | undefined)",
|
|
4053
4123
|
value: input3.child_types
|
|
4054
|
-
})) && input3.child_types.map((elem,
|
|
4055
|
-
path: _path2 + ".child_types[" +
|
|
4124
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4125
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
4056
4126
|
expected: "string",
|
|
4057
4127
|
value: elem
|
|
4058
4128
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4067,8 +4137,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4067
4137
|
path: _path2 + ".included_types",
|
|
4068
4138
|
expected: "(Array<string> | undefined)",
|
|
4069
4139
|
value: input3.included_types
|
|
4070
|
-
})) && input3.included_types.map((elem,
|
|
4071
|
-
path: _path2 + ".included_types[" +
|
|
4140
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4141
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
4072
4142
|
expected: "string",
|
|
4073
4143
|
value: elem
|
|
4074
4144
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4107,12 +4177,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4107
4177
|
path: _path2 + ".snps",
|
|
4108
4178
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4109
4179
|
value: input3.snps
|
|
4110
|
-
})) && input3.snps.map((elem,
|
|
4111
|
-
path: _path2 + ".snps[" +
|
|
4180
|
+
})) && input3.snps.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4181
|
+
path: _path2 + ".snps[" + _index64 + "]",
|
|
4112
4182
|
expected: "SnpsEntry",
|
|
4113
4183
|
value: elem
|
|
4114
|
-
})) && $
|
|
4115
|
-
path: _path2 + ".snps[" +
|
|
4184
|
+
})) && $vo78(elem, _path2 + ".snps[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4185
|
+
path: _path2 + ".snps[" + _index64 + "]",
|
|
4116
4186
|
expected: "SnpsEntry",
|
|
4117
4187
|
value: elem
|
|
4118
4188
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4120,12 +4190,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4120
4190
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4121
4191
|
value: input3.snps
|
|
4122
4192
|
})].every((flag) => flag);
|
|
4123
|
-
const $
|
|
4193
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
4124
4194
|
path: _path2 + ".altAlleles",
|
|
4125
4195
|
expected: "(Array<string> | undefined)",
|
|
4126
4196
|
value: input3.altAlleles
|
|
4127
|
-
})) && input3.altAlleles.map((elem,
|
|
4128
|
-
path: _path2 + ".altAlleles[" +
|
|
4197
|
+
})) && input3.altAlleles.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4198
|
+
path: _path2 + ".altAlleles[" + _index65 + "]",
|
|
4129
4199
|
expected: "string",
|
|
4130
4200
|
value: elem
|
|
4131
4201
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4136,12 +4206,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4136
4206
|
path: _path2 + ".alleles",
|
|
4137
4207
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
4138
4208
|
value: input3.alleles
|
|
4139
|
-
})) && input3.alleles.map((elem,
|
|
4140
|
-
path: _path2 + ".alleles[" +
|
|
4209
|
+
})) && input3.alleles.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4210
|
+
path: _path2 + ".alleles[" + _index66 + "]",
|
|
4141
4211
|
expected: "AllelesEntry",
|
|
4142
4212
|
value: elem
|
|
4143
|
-
})) && $
|
|
4144
|
-
path: _path2 + ".alleles[" +
|
|
4213
|
+
})) && $vo79(elem, _path2 + ".alleles[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4214
|
+
path: _path2 + ".alleles[" + _index66 + "]",
|
|
4145
4215
|
expected: "AllelesEntry",
|
|
4146
4216
|
value: elem
|
|
4147
4217
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4156,7 +4226,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4156
4226
|
path: _path2 + ".gt2count",
|
|
4157
4227
|
expected: "(__type.o10 | undefined)",
|
|
4158
4228
|
value: input3.gt2count
|
|
4159
|
-
})) && $
|
|
4229
|
+
})) && $vo80(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
4160
4230
|
path: _path2 + ".gt2count",
|
|
4161
4231
|
expected: "(__type.o10 | undefined)",
|
|
4162
4232
|
value: input3.gt2count
|
|
@@ -4185,7 +4255,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4185
4255
|
expected: "(number | undefined)",
|
|
4186
4256
|
value: input3.pos
|
|
4187
4257
|
})].every((flag) => flag);
|
|
4188
|
-
const $
|
|
4258
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
4189
4259
|
path: _path2 + ".allele",
|
|
4190
4260
|
expected: "string",
|
|
4191
4261
|
value: input3.allele
|
|
@@ -4198,7 +4268,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4198
4268
|
expected: "boolean",
|
|
4199
4269
|
value: input3.isRef
|
|
4200
4270
|
})].every((flag) => flag);
|
|
4201
|
-
const $
|
|
4271
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
4202
4272
|
path: _path2 + ".k",
|
|
4203
4273
|
expected: "string",
|
|
4204
4274
|
value: input3.k
|
|
@@ -4207,7 +4277,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4207
4277
|
expected: "(number | string)",
|
|
4208
4278
|
value: input3.v
|
|
4209
4279
|
})].every((flag) => flag);
|
|
4210
|
-
const $
|
|
4280
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4211
4281
|
path: _path2 + ".id",
|
|
4212
4282
|
expected: "(string | undefined)",
|
|
4213
4283
|
value: input3.id
|
|
@@ -4247,12 +4317,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
4247
4317
|
path: _path2 + ".q",
|
|
4248
4318
|
expected: "TermCollectionQValues",
|
|
4249
4319
|
value: input3.q
|
|
4250
|
-
})) && $
|
|
4320
|
+
})) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4251
4321
|
path: _path2 + ".q",
|
|
4252
4322
|
expected: "TermCollectionQValues",
|
|
4253
4323
|
value: input3.q
|
|
4254
4324
|
})].every((flag) => flag);
|
|
4255
|
-
const $
|
|
4325
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4256
4326
|
path: _path2 + ".hiddenValues",
|
|
4257
4327
|
expected: "(HiddenValues | undefined)",
|
|
4258
4328
|
value: input3.hiddenValues
|
|
@@ -4284,8 +4354,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4284
4354
|
path: _path2 + ".lst",
|
|
4285
4355
|
expected: "Array<string>",
|
|
4286
4356
|
value: input3.lst
|
|
4287
|
-
})) && input3.lst.map((elem,
|
|
4288
|
-
path: _path2 + ".lst[" +
|
|
4357
|
+
})) && input3.lst.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4358
|
+
path: _path2 + ".lst[" + _index67 + "]",
|
|
4289
4359
|
expected: "string",
|
|
4290
4360
|
value: elem
|
|
4291
4361
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4296,8 +4366,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
4296
4366
|
path: _path2 + ".numerators",
|
|
4297
4367
|
expected: "(Array<string> | undefined)",
|
|
4298
4368
|
value: input3.numerators
|
|
4299
|
-
})) && input3.numerators.map((elem,
|
|
4300
|
-
path: _path2 + ".numerators[" +
|
|
4369
|
+
})) && input3.numerators.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4370
|
+
path: _path2 + ".numerators[" + _index68 + "]",
|
|
4301
4371
|
expected: "string",
|
|
4302
4372
|
value: elem
|
|
4303
4373
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4369,31 +4439,31 @@ var validDescrStatsRequest = (input) => {
|
|
|
4369
4439
|
})();
|
|
4370
4440
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4371
4441
|
if ("TermCollectionTWValues" === input3.type)
|
|
4372
|
-
return $
|
|
4442
|
+
return $vo81(input3, _path2, _exceptionable2);
|
|
4373
4443
|
if ("SnpsTW" === input3.type)
|
|
4374
|
-
return $
|
|
4444
|
+
return $vo74(input3, _path2, _exceptionable2);
|
|
4375
4445
|
if ("ConditionTW" === input3.type)
|
|
4376
|
-
return $
|
|
4446
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
4377
4447
|
if ("GvCustomGsTW" === input3.type)
|
|
4378
|
-
return $
|
|
4448
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
4379
4449
|
if ("GvPredefinedGsTW" === input3.type)
|
|
4380
|
-
return $
|
|
4450
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
4381
4451
|
if ("GvValuesTW" === input3.type)
|
|
4382
|
-
return $
|
|
4452
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
4383
4453
|
if ("NumTWSpline" === input3.type)
|
|
4384
|
-
return $
|
|
4454
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
4385
4455
|
if ("NumTWCont" === input3.type)
|
|
4386
|
-
return $
|
|
4456
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
4387
4457
|
if ("NumTWBinary" === input3.type)
|
|
4388
|
-
return $
|
|
4458
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
4389
4459
|
if ("NumTWCustomBin" === input3.type)
|
|
4390
|
-
return $
|
|
4460
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
4391
4461
|
if ("NumTWRegularBin" === input3.type)
|
|
4392
|
-
return $
|
|
4462
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
4393
4463
|
if ("QualTWCustomGS" === input3.type)
|
|
4394
|
-
return $
|
|
4464
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
4395
4465
|
if ("QualTWPredefinedGS" === input3.type)
|
|
4396
|
-
return $
|
|
4466
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
4397
4467
|
if ("QualTWValues" === input3.type)
|
|
4398
4468
|
return $vo1(input3, _path2, _exceptionable2);
|
|
4399
4469
|
return $report(_exceptionable2, {
|
|
@@ -4406,9 +4476,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
4406
4476
|
if ("categorical" === input3.type)
|
|
4407
4477
|
return $vo3(input3, _path2, _exceptionable2);
|
|
4408
4478
|
if ("snp" === input3.type)
|
|
4409
|
-
return $vo45(input3, _path2, _exceptionable2);
|
|
4410
|
-
if ("singleCellCellType" === input3.type)
|
|
4411
4479
|
return $vo46(input3, _path2, _exceptionable2);
|
|
4480
|
+
if ("singleCellCellType" === input3.type)
|
|
4481
|
+
return $vo47(input3, _path2, _exceptionable2);
|
|
4412
4482
|
return $report(_exceptionable2, {
|
|
4413
4483
|
path: _path2,
|
|
4414
4484
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -4457,9 +4527,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
4457
4527
|
})();
|
|
4458
4528
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4459
4529
|
if ("gene" === input3.kind)
|
|
4460
|
-
return $vo63(input3, _path2, _exceptionable2);
|
|
4461
|
-
if ("coord" === input3.kind)
|
|
4462
4530
|
return $vo64(input3, _path2, _exceptionable2);
|
|
4531
|
+
if ("coord" === input3.kind)
|
|
4532
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
4463
4533
|
return $report(_exceptionable2, {
|
|
4464
4534
|
path: _path2,
|
|
4465
4535
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -4468,9 +4538,9 @@ var validDescrStatsRequest = (input) => {
|
|
|
4468
4538
|
})();
|
|
4469
4539
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4470
4540
|
if ("grade" === input3.valueFor)
|
|
4471
|
-
return $vo71(input3, _path2, _exceptionable2);
|
|
4472
|
-
if ("children" === input3.valueFor)
|
|
4473
4541
|
return $vo72(input3, _path2, _exceptionable2);
|
|
4542
|
+
if ("children" === input3.valueFor)
|
|
4543
|
+
return $vo73(input3, _path2, _exceptionable2);
|
|
4474
4544
|
return $report(_exceptionable2, {
|
|
4475
4545
|
path: _path2,
|
|
4476
4546
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|