@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
|
@@ -83,7 +83,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
83
83
|
return "object" === typeof value && null !== value && $iu6(value);
|
|
84
84
|
return true;
|
|
85
85
|
});
|
|
86
|
-
const $io2 = (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) && $io3(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 && $
|
|
86
|
+
const $io2 = (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) && $io3(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 && $io49(input3.q)) && "QualTWValues" === input3.type;
|
|
87
87
|
const $io3 = (input3) => Object.keys(input3).every((key) => {
|
|
88
88
|
const value = input3[key];
|
|
89
89
|
if (void 0 === value)
|
|
@@ -147,16 +147,17 @@ var validTermsByIdsResponse = (input) => {
|
|
|
147
147
|
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io35(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
|
|
148
148
|
const $io41 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
149
149
|
const $io42 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io43(input3.term)) && "number" === typeof input3.ratio;
|
|
150
|
-
const $io43 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "
|
|
151
|
-
const $io44 = (input3) =>
|
|
150
|
+
const $io43 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io44(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) && $io45(input3.propsByTermId));
|
|
151
|
+
const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
|
|
152
|
+
const $io45 = (input3) => Object.keys(input3).every((key) => {
|
|
152
153
|
const value = input3[key];
|
|
153
154
|
if (void 0 === value)
|
|
154
155
|
return true;
|
|
155
156
|
if (RegExp(/(.*)/).test(key))
|
|
156
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
157
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io46(value);
|
|
157
158
|
return true;
|
|
158
159
|
});
|
|
159
|
-
const $
|
|
160
|
+
const $io46 = (input3) => Object.keys(input3).every((key) => {
|
|
160
161
|
const value = input3[key];
|
|
161
162
|
if (void 0 === value)
|
|
162
163
|
return true;
|
|
@@ -164,43 +165,43 @@ var validTermsByIdsResponse = (input) => {
|
|
|
164
165
|
return true;
|
|
165
166
|
return true;
|
|
166
167
|
});
|
|
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 $
|
|
180
|
-
const $
|
|
181
|
-
const $
|
|
182
|
-
const $
|
|
183
|
-
const $
|
|
184
|
-
const $
|
|
185
|
-
const $
|
|
186
|
-
const $
|
|
187
|
-
const $
|
|
188
|
-
const $
|
|
189
|
-
const $
|
|
190
|
-
const $
|
|
191
|
-
const $
|
|
192
|
-
const $
|
|
193
|
-
const $
|
|
194
|
-
const $
|
|
195
|
-
const $
|
|
196
|
-
const $
|
|
197
|
-
const $
|
|
198
|
-
const $
|
|
199
|
-
const $
|
|
200
|
-
const $
|
|
201
|
-
const $
|
|
202
|
-
const $
|
|
203
|
-
const $
|
|
168
|
+
const $io47 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io35(input3.groupsetting));
|
|
169
|
+
const $io48 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io35(input3.groupsetting));
|
|
170
|
+
const $io49 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
|
|
171
|
+
const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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 && $io51(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
172
|
+
const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
|
|
173
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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 && $io53(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
174
|
+
const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io54(input3.customset));
|
|
175
|
+
const $io54 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
176
|
+
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) && $io3(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 && $io15(input3.q));
|
|
177
|
+
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) && $io3(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 && $io20(input3.q));
|
|
178
|
+
const $io57 = (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) && $io3(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 && $io58(input3.q));
|
|
179
|
+
const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
|
|
180
|
+
const $io59 = (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) && $io3(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) && $io60(input3.q));
|
|
181
|
+
const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
|
|
182
|
+
const $io61 = (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) && $io3(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 && $io62(input3.q));
|
|
183
|
+
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io63(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
184
|
+
const $io63 = (input3) => "number" === typeof input3.value;
|
|
185
|
+
const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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 && $io67(input3.q));
|
|
186
|
+
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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io35(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
|
|
187
|
+
const $io66 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io35(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
|
|
188
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
|
|
189
|
+
const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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 && $io69(input3.q));
|
|
190
|
+
const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
|
|
191
|
+
const $io70 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(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 && $io71(input3.q));
|
|
192
|
+
const $io71 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io54(input3.customset)) && Array.isArray(input3.dtLst);
|
|
193
|
+
const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
|
|
194
|
+
const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
|
|
195
|
+
const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
|
|
196
|
+
const $io75 = (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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io76(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io78(input3.term));
|
|
197
|
+
const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io77(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io7(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
198
|
+
const $io77 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
199
|
+
const $io78 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io79(elem)));
|
|
200
|
+
const $io79 = (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 && $io80(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io81(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);
|
|
201
|
+
const $io80 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
202
|
+
const $io81 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
203
|
+
const $io82 = (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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io43(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
|
|
204
|
+
const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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));
|
|
204
205
|
const $iu0 = (input3) => (() => {
|
|
205
206
|
if ("tvslst" === input3.type)
|
|
206
207
|
return $io7(input3);
|
|
@@ -245,31 +246,31 @@ var validTermsByIdsResponse = (input) => {
|
|
|
245
246
|
})();
|
|
246
247
|
const $iu6 = (input3) => (() => {
|
|
247
248
|
if ("TermCollectionTWValues" === input3.type)
|
|
248
|
-
return $
|
|
249
|
+
return $io82(input3);
|
|
249
250
|
if ("SnpsTW" === input3.type)
|
|
250
|
-
return $
|
|
251
|
+
return $io75(input3);
|
|
251
252
|
if ("ConditionTW" === input3.type)
|
|
252
|
-
return $
|
|
253
|
+
return $io72(input3);
|
|
253
254
|
if ("GvCustomGsTW" === input3.type)
|
|
254
|
-
return $
|
|
255
|
+
return $io70(input3);
|
|
255
256
|
if ("GvPredefinedGsTW" === input3.type)
|
|
256
|
-
return $
|
|
257
|
+
return $io68(input3);
|
|
257
258
|
if ("GvValuesTW" === input3.type)
|
|
258
|
-
return $
|
|
259
|
+
return $io64(input3);
|
|
259
260
|
if ("NumTWSpline" === input3.type)
|
|
260
|
-
return $
|
|
261
|
+
return $io61(input3);
|
|
261
262
|
if ("NumTWCont" === input3.type)
|
|
262
|
-
return $
|
|
263
|
+
return $io59(input3);
|
|
263
264
|
if ("NumTWBinary" === input3.type)
|
|
264
|
-
return $
|
|
265
|
+
return $io57(input3);
|
|
265
266
|
if ("NumTWCustomBin" === input3.type)
|
|
266
|
-
return $
|
|
267
|
+
return $io56(input3);
|
|
267
268
|
if ("NumTWRegularBin" === input3.type)
|
|
268
|
-
return $
|
|
269
|
+
return $io55(input3);
|
|
269
270
|
if ("QualTWCustomGS" === input3.type)
|
|
270
|
-
return $
|
|
271
|
+
return $io52(input3);
|
|
271
272
|
if ("QualTWPredefinedGS" === input3.type)
|
|
272
|
-
return $
|
|
273
|
+
return $io50(input3);
|
|
273
274
|
if ("QualTWValues" === input3.type)
|
|
274
275
|
return $io2(input3);
|
|
275
276
|
return false;
|
|
@@ -278,9 +279,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
278
279
|
if ("categorical" === input3.type)
|
|
279
280
|
return $io4(input3);
|
|
280
281
|
if ("snp" === input3.type)
|
|
281
|
-
return $io46(input3);
|
|
282
|
-
if ("singleCellCellType" === input3.type)
|
|
283
282
|
return $io47(input3);
|
|
283
|
+
if ("singleCellCellType" === input3.type)
|
|
284
|
+
return $io48(input3);
|
|
284
285
|
return false;
|
|
285
286
|
})();
|
|
286
287
|
const $iu8 = (input3) => (() => {
|
|
@@ -331,16 +332,16 @@ var validTermsByIdsResponse = (input) => {
|
|
|
331
332
|
})();
|
|
332
333
|
const $iu12 = (input3) => (() => {
|
|
333
334
|
if ("gene" === input3.kind)
|
|
334
|
-
return $io64(input3);
|
|
335
|
-
if ("coord" === input3.kind)
|
|
336
335
|
return $io65(input3);
|
|
336
|
+
if ("coord" === input3.kind)
|
|
337
|
+
return $io66(input3);
|
|
337
338
|
return false;
|
|
338
339
|
})();
|
|
339
340
|
const $iu13 = (input3) => (() => {
|
|
340
341
|
if ("grade" === input3.valueFor)
|
|
341
|
-
return $io72(input3);
|
|
342
|
-
if ("children" === input3.valueFor)
|
|
343
342
|
return $io73(input3);
|
|
343
|
+
if ("children" === input3.valueFor)
|
|
344
|
+
return $io74(input3);
|
|
344
345
|
return false;
|
|
345
346
|
})();
|
|
346
347
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -410,7 +411,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
410
411
|
path: _path2 + ".q",
|
|
411
412
|
expected: "ValuesQ",
|
|
412
413
|
value: input3.q
|
|
413
|
-
})) && $
|
|
414
|
+
})) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
414
415
|
path: _path2 + ".q",
|
|
415
416
|
expected: "ValuesQ",
|
|
416
417
|
value: input3.q
|
|
@@ -2422,15 +2423,19 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2422
2423
|
value: input3.collectionId
|
|
2423
2424
|
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2424
2425
|
path: _path2 + ".termlst",
|
|
2425
|
-
expected: "Array<
|
|
2426
|
+
expected: "Array<BaseTerm>",
|
|
2426
2427
|
value: input3.termlst
|
|
2427
|
-
})) && input3.termlst.map((elem, _index42) => "
|
|
2428
|
+
})) && input3.termlst.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2428
2429
|
path: _path2 + ".termlst[" + _index42 + "]",
|
|
2429
|
-
expected: "
|
|
2430
|
+
expected: "BaseTerm",
|
|
2431
|
+
value: elem
|
|
2432
|
+
})) && $vo44(elem, _path2 + ".termlst[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2433
|
+
path: _path2 + ".termlst[" + _index42 + "]",
|
|
2434
|
+
expected: "BaseTerm",
|
|
2430
2435
|
value: elem
|
|
2431
2436
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2432
2437
|
path: _path2 + ".termlst",
|
|
2433
|
-
expected: "Array<
|
|
2438
|
+
expected: "Array<BaseTerm>",
|
|
2434
2439
|
value: input3.termlst
|
|
2435
2440
|
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2436
2441
|
path: _path2 + ".numerators",
|
|
@@ -2452,12 +2457,77 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2452
2457
|
path: _path2 + ".propsByTermId",
|
|
2453
2458
|
expected: "__type.o8",
|
|
2454
2459
|
value: input3.propsByTermId
|
|
2455
|
-
})) && $
|
|
2460
|
+
})) && $vo45(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2456
2461
|
path: _path2 + ".propsByTermId",
|
|
2457
2462
|
expected: "__type.o8",
|
|
2458
2463
|
value: input3.propsByTermId
|
|
2459
2464
|
})].every((flag) => flag);
|
|
2460
|
-
const $vo44 = (input3, _path2, _exceptionable2 = true) => [
|
|
2465
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2466
|
+
path: _path2 + ".id",
|
|
2467
|
+
expected: "string",
|
|
2468
|
+
value: input3.id
|
|
2469
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2470
|
+
path: _path2 + ".name",
|
|
2471
|
+
expected: "string",
|
|
2472
|
+
value: input3.name
|
|
2473
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2474
|
+
path: _path2 + ".type",
|
|
2475
|
+
expected: "string",
|
|
2476
|
+
value: input3.type
|
|
2477
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2478
|
+
path: _path2 + ".child_types",
|
|
2479
|
+
expected: "(Array<string> | undefined)",
|
|
2480
|
+
value: input3.child_types
|
|
2481
|
+
})) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2482
|
+
path: _path2 + ".child_types[" + _index44 + "]",
|
|
2483
|
+
expected: "string",
|
|
2484
|
+
value: elem
|
|
2485
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2486
|
+
path: _path2 + ".child_types",
|
|
2487
|
+
expected: "(Array<string> | undefined)",
|
|
2488
|
+
value: input3.child_types
|
|
2489
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2490
|
+
path: _path2 + ".hashtmldetail",
|
|
2491
|
+
expected: "(boolean | undefined)",
|
|
2492
|
+
value: input3.hashtmldetail
|
|
2493
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2494
|
+
path: _path2 + ".included_types",
|
|
2495
|
+
expected: "(Array<string> | undefined)",
|
|
2496
|
+
value: input3.included_types
|
|
2497
|
+
})) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2498
|
+
path: _path2 + ".included_types[" + _index45 + "]",
|
|
2499
|
+
expected: "string",
|
|
2500
|
+
value: elem
|
|
2501
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2502
|
+
path: _path2 + ".included_types",
|
|
2503
|
+
expected: "(Array<string> | undefined)",
|
|
2504
|
+
value: input3.included_types
|
|
2505
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2506
|
+
path: _path2 + ".isleaf",
|
|
2507
|
+
expected: "(boolean | undefined)",
|
|
2508
|
+
value: input3.isleaf
|
|
2509
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2510
|
+
path: _path2 + ".values",
|
|
2511
|
+
expected: "(TermValues | undefined)",
|
|
2512
|
+
value: input3.values
|
|
2513
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2514
|
+
path: _path2 + ".values",
|
|
2515
|
+
expected: "(TermValues | undefined)",
|
|
2516
|
+
value: input3.values
|
|
2517
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2518
|
+
path: _path2 + ".skipValuesBuild",
|
|
2519
|
+
expected: "(boolean | undefined)",
|
|
2520
|
+
value: input3.skipValuesBuild
|
|
2521
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2522
|
+
path: _path2 + ".valueConversion",
|
|
2523
|
+
expected: "(__type.o3 | undefined)",
|
|
2524
|
+
value: input3.valueConversion
|
|
2525
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2526
|
+
path: _path2 + ".valueConversion",
|
|
2527
|
+
expected: "(__type.o3 | undefined)",
|
|
2528
|
+
value: input3.valueConversion
|
|
2529
|
+
})].every((flag) => flag);
|
|
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;
|
|
@@ -2466,14 +2536,14 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2466
2536
|
path: _path2 + $join(key),
|
|
2467
2537
|
expected: "__type.o9",
|
|
2468
2538
|
value
|
|
2469
|
-
})) && $
|
|
2539
|
+
})) && $vo46(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2470
2540
|
path: _path2 + $join(key),
|
|
2471
2541
|
expected: "__type.o9",
|
|
2472
2542
|
value
|
|
2473
2543
|
});
|
|
2474
2544
|
return true;
|
|
2475
2545
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2476
|
-
const $
|
|
2546
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2477
2547
|
const value = input3[key];
|
|
2478
2548
|
if (void 0 === value)
|
|
2479
2549
|
return true;
|
|
@@ -2481,7 +2551,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2481
2551
|
return true;
|
|
2482
2552
|
return true;
|
|
2483
2553
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2484
|
-
const $
|
|
2554
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2485
2555
|
path: _path2 + ".id",
|
|
2486
2556
|
expected: "string",
|
|
2487
2557
|
value: input3.id
|
|
@@ -2497,8 +2567,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2497
2567
|
path: _path2 + ".child_types",
|
|
2498
2568
|
expected: "(Array<string> | undefined)",
|
|
2499
2569
|
value: input3.child_types
|
|
2500
|
-
})) && input3.child_types.map((elem,
|
|
2501
|
-
path: _path2 + ".child_types[" +
|
|
2570
|
+
})) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2571
|
+
path: _path2 + ".child_types[" + _index46 + "]",
|
|
2502
2572
|
expected: "string",
|
|
2503
2573
|
value: elem
|
|
2504
2574
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2513,8 +2583,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2513
2583
|
path: _path2 + ".included_types",
|
|
2514
2584
|
expected: "(Array<string> | undefined)",
|
|
2515
2585
|
value: input3.included_types
|
|
2516
|
-
})) && input3.included_types.map((elem,
|
|
2517
|
-
path: _path2 + ".included_types[" +
|
|
2586
|
+
})) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2587
|
+
path: _path2 + ".included_types[" + _index47 + "]",
|
|
2518
2588
|
expected: "string",
|
|
2519
2589
|
value: elem
|
|
2520
2590
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2565,8 +2635,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2565
2635
|
path: _path2 + ".alt",
|
|
2566
2636
|
expected: "Array<string>",
|
|
2567
2637
|
value: input3.alt
|
|
2568
|
-
})) && input3.alt.map((elem,
|
|
2569
|
-
path: _path2 + ".alt[" +
|
|
2638
|
+
})) && input3.alt.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2639
|
+
path: _path2 + ".alt[" + _index48 + "]",
|
|
2570
2640
|
expected: "string",
|
|
2571
2641
|
value: elem
|
|
2572
2642
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2582,7 +2652,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2582
2652
|
expected: "TermGroupSetting",
|
|
2583
2653
|
value: input3.groupsetting
|
|
2584
2654
|
})].every((flag) => flag);
|
|
2585
|
-
const $
|
|
2655
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2586
2656
|
path: _path2 + ".id",
|
|
2587
2657
|
expected: "string",
|
|
2588
2658
|
value: input3.id
|
|
@@ -2598,8 +2668,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2598
2668
|
path: _path2 + ".child_types",
|
|
2599
2669
|
expected: "(Array<string> | undefined)",
|
|
2600
2670
|
value: input3.child_types
|
|
2601
|
-
})) && input3.child_types.map((elem,
|
|
2602
|
-
path: _path2 + ".child_types[" +
|
|
2671
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2672
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2603
2673
|
expected: "string",
|
|
2604
2674
|
value: elem
|
|
2605
2675
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2614,8 +2684,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2614
2684
|
path: _path2 + ".included_types",
|
|
2615
2685
|
expected: "(Array<string> | undefined)",
|
|
2616
2686
|
value: input3.included_types
|
|
2617
|
-
})) && input3.included_types.map((elem,
|
|
2618
|
-
path: _path2 + ".included_types[" +
|
|
2687
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2688
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2619
2689
|
expected: "string",
|
|
2620
2690
|
value: elem
|
|
2621
2691
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2663,7 +2733,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2663
2733
|
expected: "TermGroupSetting",
|
|
2664
2734
|
value: input3.groupsetting
|
|
2665
2735
|
})].every((flag) => flag);
|
|
2666
|
-
const $
|
|
2736
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2667
2737
|
path: _path2 + ".hiddenValues",
|
|
2668
2738
|
expected: "(HiddenValues | undefined)",
|
|
2669
2739
|
value: input3.hiddenValues
|
|
@@ -2692,7 +2762,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2692
2762
|
expected: '"values"',
|
|
2693
2763
|
value: input3.type
|
|
2694
2764
|
})].every((flag) => flag);
|
|
2695
|
-
const $
|
|
2765
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2696
2766
|
path: _path2 + ".id",
|
|
2697
2767
|
expected: "(string | undefined)",
|
|
2698
2768
|
value: input3.id
|
|
@@ -2728,7 +2798,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2728
2798
|
path: _path2 + ".q",
|
|
2729
2799
|
expected: "PredefinedGroupSettingQ",
|
|
2730
2800
|
value: input3.q
|
|
2731
|
-
})) && $
|
|
2801
|
+
})) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2732
2802
|
path: _path2 + ".q",
|
|
2733
2803
|
expected: "PredefinedGroupSettingQ",
|
|
2734
2804
|
value: input3.q
|
|
@@ -2737,7 +2807,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2737
2807
|
expected: '"QualTWPredefinedGS"',
|
|
2738
2808
|
value: input3.type
|
|
2739
2809
|
})].every((flag) => flag);
|
|
2740
|
-
const $
|
|
2810
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2741
2811
|
path: _path2 + ".hiddenValues",
|
|
2742
2812
|
expected: "(HiddenValues | undefined)",
|
|
2743
2813
|
value: input3.hiddenValues
|
|
@@ -2770,7 +2840,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2770
2840
|
expected: "number",
|
|
2771
2841
|
value: input3.predefined_groupset_idx
|
|
2772
2842
|
})].every((flag) => flag);
|
|
2773
|
-
const $
|
|
2843
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2774
2844
|
path: _path2 + ".id",
|
|
2775
2845
|
expected: "(string | undefined)",
|
|
2776
2846
|
value: input3.id
|
|
@@ -2806,7 +2876,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2806
2876
|
path: _path2 + ".q",
|
|
2807
2877
|
expected: "CustomGroupSettingQ",
|
|
2808
2878
|
value: input3.q
|
|
2809
|
-
})) && $
|
|
2879
|
+
})) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2810
2880
|
path: _path2 + ".q",
|
|
2811
2881
|
expected: "CustomGroupSettingQ",
|
|
2812
2882
|
value: input3.q
|
|
@@ -2815,7 +2885,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2815
2885
|
expected: '"QualTWCustomGS"',
|
|
2816
2886
|
value: input3.type
|
|
2817
2887
|
})].every((flag) => flag);
|
|
2818
|
-
const $
|
|
2888
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2819
2889
|
path: _path2 + ".hiddenValues",
|
|
2820
2890
|
expected: "(HiddenValues | undefined)",
|
|
2821
2891
|
value: input3.hiddenValues
|
|
@@ -2847,21 +2917,21 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2847
2917
|
path: _path2 + ".customset",
|
|
2848
2918
|
expected: "BaseGroupSet",
|
|
2849
2919
|
value: input3.customset
|
|
2850
|
-
})) && $
|
|
2920
|
+
})) && $vo54(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2851
2921
|
path: _path2 + ".customset",
|
|
2852
2922
|
expected: "BaseGroupSet",
|
|
2853
2923
|
value: input3.customset
|
|
2854
2924
|
})].every((flag) => flag);
|
|
2855
|
-
const $
|
|
2925
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2856
2926
|
path: _path2 + ".groups",
|
|
2857
2927
|
expected: "Array<GroupEntry>",
|
|
2858
2928
|
value: input3.groups
|
|
2859
|
-
})) && input3.groups.map((elem,
|
|
2860
|
-
path: _path2 + ".groups[" +
|
|
2929
|
+
})) && input3.groups.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2930
|
+
path: _path2 + ".groups[" + _index51 + "]",
|
|
2861
2931
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2862
2932
|
value: elem
|
|
2863
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2864
|
-
path: _path2 + ".groups[" +
|
|
2933
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2934
|
+
path: _path2 + ".groups[" + _index51 + "]",
|
|
2865
2935
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2866
2936
|
value: elem
|
|
2867
2937
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2869,7 +2939,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2869
2939
|
expected: "Array<GroupEntry>",
|
|
2870
2940
|
value: input3.groups
|
|
2871
2941
|
})].every((flag) => flag);
|
|
2872
|
-
const $
|
|
2942
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2873
2943
|
path: _path2 + ".id",
|
|
2874
2944
|
expected: "(string | undefined)",
|
|
2875
2945
|
value: input3.id
|
|
@@ -2914,7 +2984,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2914
2984
|
expected: "RegularNumericBinConfig",
|
|
2915
2985
|
value: input3.q
|
|
2916
2986
|
})].every((flag) => flag);
|
|
2917
|
-
const $
|
|
2987
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2918
2988
|
path: _path2 + ".id",
|
|
2919
2989
|
expected: "(string | undefined)",
|
|
2920
2990
|
value: input3.id
|
|
@@ -2959,7 +3029,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2959
3029
|
expected: "CustomNumericBinConfig",
|
|
2960
3030
|
value: input3.q
|
|
2961
3031
|
})].every((flag) => flag);
|
|
2962
|
-
const $
|
|
3032
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2963
3033
|
path: _path2 + ".id",
|
|
2964
3034
|
expected: "(string | undefined)",
|
|
2965
3035
|
value: input3.id
|
|
@@ -2999,12 +3069,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2999
3069
|
path: _path2 + ".q",
|
|
3000
3070
|
expected: "BinaryNumericQ",
|
|
3001
3071
|
value: input3.q
|
|
3002
|
-
})) && $
|
|
3072
|
+
})) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3003
3073
|
path: _path2 + ".q",
|
|
3004
3074
|
expected: "BinaryNumericQ",
|
|
3005
3075
|
value: input3.q
|
|
3006
3076
|
})].every((flag) => flag);
|
|
3007
|
-
const $
|
|
3077
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3008
3078
|
path: _path2 + ".hiddenValues",
|
|
3009
3079
|
expected: "(HiddenValues | undefined)",
|
|
3010
3080
|
value: input3.hiddenValues
|
|
@@ -3072,7 +3142,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3072
3142
|
expected: "(number | undefined)",
|
|
3073
3143
|
value: input3.cutoffPercentile
|
|
3074
3144
|
})].every((flag) => flag);
|
|
3075
|
-
const $
|
|
3145
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3076
3146
|
path: _path2 + ".id",
|
|
3077
3147
|
expected: "(string | undefined)",
|
|
3078
3148
|
value: input3.id
|
|
@@ -3112,12 +3182,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3112
3182
|
path: _path2 + ".q",
|
|
3113
3183
|
expected: "ContinuousNumericQ",
|
|
3114
3184
|
value: input3.q
|
|
3115
|
-
})) && $
|
|
3185
|
+
})) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3116
3186
|
path: _path2 + ".q",
|
|
3117
3187
|
expected: "ContinuousNumericQ",
|
|
3118
3188
|
value: input3.q
|
|
3119
3189
|
})].every((flag) => flag);
|
|
3120
|
-
const $
|
|
3190
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3121
3191
|
path: _path2 + ".hiddenValues",
|
|
3122
3192
|
expected: "(HiddenValues | undefined)",
|
|
3123
3193
|
value: input3.hiddenValues
|
|
@@ -3158,7 +3228,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3158
3228
|
expected: "(number | undefined)",
|
|
3159
3229
|
value: input3.scale
|
|
3160
3230
|
})].every((flag) => flag);
|
|
3161
|
-
const $
|
|
3231
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3162
3232
|
path: _path2 + ".id",
|
|
3163
3233
|
expected: "(string | undefined)",
|
|
3164
3234
|
value: input3.id
|
|
@@ -3198,12 +3268,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3198
3268
|
path: _path2 + ".q",
|
|
3199
3269
|
expected: "SplineNumericQ",
|
|
3200
3270
|
value: input3.q
|
|
3201
|
-
})) && $
|
|
3271
|
+
})) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3202
3272
|
path: _path2 + ".q",
|
|
3203
3273
|
expected: "SplineNumericQ",
|
|
3204
3274
|
value: input3.q
|
|
3205
3275
|
})].every((flag) => flag);
|
|
3206
|
-
const $
|
|
3276
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3207
3277
|
path: _path2 + ".hiddenValues",
|
|
3208
3278
|
expected: "(HiddenValues | undefined)",
|
|
3209
3279
|
value: input3.hiddenValues
|
|
@@ -3231,12 +3301,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3231
3301
|
path: _path2 + ".knots",
|
|
3232
3302
|
expected: "Array<__type>.o3",
|
|
3233
3303
|
value: input3.knots
|
|
3234
|
-
})) && input3.knots.map((elem,
|
|
3235
|
-
path: _path2 + ".knots[" +
|
|
3304
|
+
})) && input3.knots.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3305
|
+
path: _path2 + ".knots[" + _index52 + "]",
|
|
3236
3306
|
expected: "__type.o10",
|
|
3237
3307
|
value: elem
|
|
3238
|
-
})) && $
|
|
3239
|
-
path: _path2 + ".knots[" +
|
|
3308
|
+
})) && $vo63(elem, _path2 + ".knots[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3309
|
+
path: _path2 + ".knots[" + _index52 + "]",
|
|
3240
3310
|
expected: "__type.o10",
|
|
3241
3311
|
value: elem
|
|
3242
3312
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3252,12 +3322,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3252
3322
|
expected: "undefined",
|
|
3253
3323
|
value: input3.type
|
|
3254
3324
|
}))].every((flag) => flag);
|
|
3255
|
-
const $
|
|
3325
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
3256
3326
|
path: _path2 + ".value",
|
|
3257
3327
|
expected: "number",
|
|
3258
3328
|
value: input3.value
|
|
3259
3329
|
})].every((flag) => flag);
|
|
3260
|
-
const $
|
|
3330
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3261
3331
|
path: _path2 + ".id",
|
|
3262
3332
|
expected: "(string | undefined)",
|
|
3263
3333
|
value: input3.id
|
|
@@ -3297,12 +3367,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3297
3367
|
path: _path2 + ".q",
|
|
3298
3368
|
expected: "GvValuesQ",
|
|
3299
3369
|
value: input3.q
|
|
3300
|
-
})) && $
|
|
3370
|
+
})) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3301
3371
|
path: _path2 + ".q",
|
|
3302
3372
|
expected: "GvValuesQ",
|
|
3303
3373
|
value: input3.q
|
|
3304
3374
|
})].every((flag) => flag);
|
|
3305
|
-
const $
|
|
3375
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3306
3376
|
path: _path2 + ".id",
|
|
3307
3377
|
expected: "string",
|
|
3308
3378
|
value: input3.id
|
|
@@ -3318,8 +3388,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3318
3388
|
path: _path2 + ".child_types",
|
|
3319
3389
|
expected: "(Array<string> | undefined)",
|
|
3320
3390
|
value: input3.child_types
|
|
3321
|
-
})) && input3.child_types.map((elem,
|
|
3322
|
-
path: _path2 + ".child_types[" +
|
|
3391
|
+
})) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3392
|
+
path: _path2 + ".child_types[" + _index53 + "]",
|
|
3323
3393
|
expected: "string",
|
|
3324
3394
|
value: elem
|
|
3325
3395
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3334,8 +3404,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3334
3404
|
path: _path2 + ".included_types",
|
|
3335
3405
|
expected: "(Array<string> | undefined)",
|
|
3336
3406
|
value: input3.included_types
|
|
3337
|
-
})) && input3.included_types.map((elem,
|
|
3338
|
-
path: _path2 + ".included_types[" +
|
|
3407
|
+
})) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3408
|
+
path: _path2 + ".included_types[" + _index54 + "]",
|
|
3339
3409
|
expected: "string",
|
|
3340
3410
|
value: elem
|
|
3341
3411
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3390,12 +3460,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3390
3460
|
path: _path2 + ".genes",
|
|
3391
3461
|
expected: "Array<GvGeneTerm>",
|
|
3392
3462
|
value: input3.genes
|
|
3393
|
-
})) && input3.genes.map((elem,
|
|
3394
|
-
path: _path2 + ".genes[" +
|
|
3463
|
+
})) && input3.genes.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3464
|
+
path: _path2 + ".genes[" + _index55 + "]",
|
|
3395
3465
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3396
3466
|
value: elem
|
|
3397
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3398
|
-
path: _path2 + ".genes[" +
|
|
3467
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3468
|
+
path: _path2 + ".genes[" + _index55 + "]",
|
|
3399
3469
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3400
3470
|
value: elem
|
|
3401
3471
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3414,12 +3484,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3414
3484
|
path: _path2 + ".childTerms",
|
|
3415
3485
|
expected: "Array<DtTerm>",
|
|
3416
3486
|
value: input3.childTerms
|
|
3417
|
-
})) && input3.childTerms.map((elem,
|
|
3418
|
-
path: _path2 + ".childTerms[" +
|
|
3487
|
+
})) && input3.childTerms.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3488
|
+
path: _path2 + ".childTerms[" + _index56 + "]",
|
|
3419
3489
|
expected: "DtTerm",
|
|
3420
3490
|
value: elem
|
|
3421
|
-
})) && $vo31(elem, _path2 + ".childTerms[" +
|
|
3422
|
-
path: _path2 + ".childTerms[" +
|
|
3491
|
+
})) && $vo31(elem, _path2 + ".childTerms[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3492
|
+
path: _path2 + ".childTerms[" + _index56 + "]",
|
|
3423
3493
|
expected: "DtTerm",
|
|
3424
3494
|
value: elem
|
|
3425
3495
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3427,7 +3497,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3427
3497
|
expected: "Array<DtTerm>",
|
|
3428
3498
|
value: input3.childTerms
|
|
3429
3499
|
})].every((flag) => flag);
|
|
3430
|
-
const $
|
|
3500
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3431
3501
|
path: _path2 + ".id",
|
|
3432
3502
|
expected: "string",
|
|
3433
3503
|
value: input3.id
|
|
@@ -3443,8 +3513,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3443
3513
|
path: _path2 + ".child_types",
|
|
3444
3514
|
expected: "(Array<string> | undefined)",
|
|
3445
3515
|
value: input3.child_types
|
|
3446
|
-
})) && input3.child_types.map((elem,
|
|
3447
|
-
path: _path2 + ".child_types[" +
|
|
3516
|
+
})) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3517
|
+
path: _path2 + ".child_types[" + _index57 + "]",
|
|
3448
3518
|
expected: "string",
|
|
3449
3519
|
value: elem
|
|
3450
3520
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3459,8 +3529,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3459
3529
|
path: _path2 + ".included_types",
|
|
3460
3530
|
expected: "(Array<string> | undefined)",
|
|
3461
3531
|
value: input3.included_types
|
|
3462
|
-
})) && input3.included_types.map((elem,
|
|
3463
|
-
path: _path2 + ".included_types[" +
|
|
3532
|
+
})) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3533
|
+
path: _path2 + ".included_types[" + _index58 + "]",
|
|
3464
3534
|
expected: "string",
|
|
3465
3535
|
value: elem
|
|
3466
3536
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3511,12 +3581,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3511
3581
|
path: _path2 + ".genes",
|
|
3512
3582
|
expected: "Array<GvGeneTerm>",
|
|
3513
3583
|
value: input3.genes
|
|
3514
|
-
})) && input3.genes.map((elem,
|
|
3515
|
-
path: _path2 + ".genes[" +
|
|
3584
|
+
})) && input3.genes.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3585
|
+
path: _path2 + ".genes[" + _index59 + "]",
|
|
3516
3586
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3517
3587
|
value: elem
|
|
3518
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3519
|
-
path: _path2 + ".genes[" +
|
|
3588
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3589
|
+
path: _path2 + ".genes[" + _index59 + "]",
|
|
3520
3590
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3521
3591
|
value: elem
|
|
3522
3592
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3535,12 +3605,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3535
3605
|
path: _path2 + ".childTerms",
|
|
3536
3606
|
expected: "Array<DtTerm>",
|
|
3537
3607
|
value: input3.childTerms
|
|
3538
|
-
})) && input3.childTerms.map((elem,
|
|
3539
|
-
path: _path2 + ".childTerms[" +
|
|
3608
|
+
})) && input3.childTerms.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3609
|
+
path: _path2 + ".childTerms[" + _index60 + "]",
|
|
3540
3610
|
expected: "DtTerm",
|
|
3541
3611
|
value: elem
|
|
3542
|
-
})) && $vo31(elem, _path2 + ".childTerms[" +
|
|
3543
|
-
path: _path2 + ".childTerms[" +
|
|
3612
|
+
})) && $vo31(elem, _path2 + ".childTerms[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3613
|
+
path: _path2 + ".childTerms[" + _index60 + "]",
|
|
3544
3614
|
expected: "DtTerm",
|
|
3545
3615
|
value: elem
|
|
3546
3616
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3548,7 +3618,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3548
3618
|
expected: "Array<DtTerm>",
|
|
3549
3619
|
value: input3.childTerms
|
|
3550
3620
|
})].every((flag) => flag);
|
|
3551
|
-
const $
|
|
3621
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3552
3622
|
path: _path2 + ".hiddenValues",
|
|
3553
3623
|
expected: "(HiddenValues | undefined)",
|
|
3554
3624
|
value: input3.hiddenValues
|
|
@@ -3589,7 +3659,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3589
3659
|
expected: '"values"',
|
|
3590
3660
|
value: input3.type
|
|
3591
3661
|
})].every((flag) => flag);
|
|
3592
|
-
const $
|
|
3662
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3593
3663
|
path: _path2 + ".id",
|
|
3594
3664
|
expected: "(string | undefined)",
|
|
3595
3665
|
value: input3.id
|
|
@@ -3629,12 +3699,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3629
3699
|
path: _path2 + ".q",
|
|
3630
3700
|
expected: "GvPredefinedGsQ",
|
|
3631
3701
|
value: input3.q
|
|
3632
|
-
})) && $
|
|
3702
|
+
})) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3633
3703
|
path: _path2 + ".q",
|
|
3634
3704
|
expected: "GvPredefinedGsQ",
|
|
3635
3705
|
value: input3.q
|
|
3636
3706
|
})].every((flag) => flag);
|
|
3637
|
-
const $
|
|
3707
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3638
3708
|
path: _path2 + ".hiddenValues",
|
|
3639
3709
|
expected: "(HiddenValues | undefined)",
|
|
3640
3710
|
value: input3.hiddenValues
|
|
@@ -3683,7 +3753,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3683
3753
|
expected: "Array<any>",
|
|
3684
3754
|
value: input3.dtLst
|
|
3685
3755
|
})].every((flag) => flag);
|
|
3686
|
-
const $
|
|
3756
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3687
3757
|
path: _path2 + ".id",
|
|
3688
3758
|
expected: "(string | undefined)",
|
|
3689
3759
|
value: input3.id
|
|
@@ -3723,12 +3793,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3723
3793
|
path: _path2 + ".q",
|
|
3724
3794
|
expected: "GvCustomGsQ",
|
|
3725
3795
|
value: input3.q
|
|
3726
|
-
})) && $
|
|
3796
|
+
})) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3727
3797
|
path: _path2 + ".q",
|
|
3728
3798
|
expected: "GvCustomGsQ",
|
|
3729
3799
|
value: input3.q
|
|
3730
3800
|
})].every((flag) => flag);
|
|
3731
|
-
const $
|
|
3801
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3732
3802
|
path: _path2 + ".hiddenValues",
|
|
3733
3803
|
expected: "(HiddenValues | undefined)",
|
|
3734
3804
|
value: input3.hiddenValues
|
|
@@ -3772,7 +3842,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3772
3842
|
path: _path2 + ".customset",
|
|
3773
3843
|
expected: "BaseGroupSet",
|
|
3774
3844
|
value: input3.customset
|
|
3775
|
-
})) && $
|
|
3845
|
+
})) && $vo54(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3776
3846
|
path: _path2 + ".customset",
|
|
3777
3847
|
expected: "BaseGroupSet",
|
|
3778
3848
|
value: input3.customset
|
|
@@ -3781,7 +3851,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3781
3851
|
expected: "Array<any>",
|
|
3782
3852
|
value: input3.dtLst
|
|
3783
3853
|
})].every((flag) => flag);
|
|
3784
|
-
const $
|
|
3854
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3785
3855
|
path: _path2 + ".id",
|
|
3786
3856
|
expected: "(string | undefined)",
|
|
3787
3857
|
value: input3.id
|
|
@@ -3826,7 +3896,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3826
3896
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3827
3897
|
value: input3.q
|
|
3828
3898
|
})].every((flag) => flag);
|
|
3829
|
-
const $
|
|
3899
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3830
3900
|
path: _path2 + ".hiddenValues",
|
|
3831
3901
|
expected: "(HiddenValues | undefined)",
|
|
3832
3902
|
value: input3.hiddenValues
|
|
@@ -3866,8 +3936,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3866
3936
|
path: _path2 + ".breaks",
|
|
3867
3937
|
expected: "(Array<number> | undefined)",
|
|
3868
3938
|
value: input3.breaks
|
|
3869
|
-
})) && input3.breaks.map((elem,
|
|
3870
|
-
path: _path2 + ".breaks[" +
|
|
3939
|
+
})) && input3.breaks.map((elem, _index61) => "number" === typeof elem || $report(_exceptionable2, {
|
|
3940
|
+
path: _path2 + ".breaks[" + _index61 + "]",
|
|
3871
3941
|
expected: "number",
|
|
3872
3942
|
value: elem
|
|
3873
3943
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3887,7 +3957,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3887
3957
|
expected: "(boolean | undefined)",
|
|
3888
3958
|
value: input3.value_by_computable_grade
|
|
3889
3959
|
}), true].every((flag) => flag);
|
|
3890
|
-
const $
|
|
3960
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3891
3961
|
path: _path2 + ".hiddenValues",
|
|
3892
3962
|
expected: "(HiddenValues | undefined)",
|
|
3893
3963
|
value: input3.hiddenValues
|
|
@@ -3920,7 +3990,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3920
3990
|
expected: "true",
|
|
3921
3991
|
value: input3.bar_by_children
|
|
3922
3992
|
}), true].every((flag) => flag);
|
|
3923
|
-
const $
|
|
3993
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3924
3994
|
path: _path2 + ".id",
|
|
3925
3995
|
expected: "(string | undefined)",
|
|
3926
3996
|
value: input3.id
|
|
@@ -3952,7 +4022,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3952
4022
|
path: _path2 + ".q",
|
|
3953
4023
|
expected: "SnpsQ",
|
|
3954
4024
|
value: input3.q
|
|
3955
|
-
})) && $
|
|
4025
|
+
})) && $vo76(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3956
4026
|
path: _path2 + ".q",
|
|
3957
4027
|
expected: "SnpsQ",
|
|
3958
4028
|
value: input3.q
|
|
@@ -3960,12 +4030,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3960
4030
|
path: _path2 + ".term",
|
|
3961
4031
|
expected: "SnpsTerm",
|
|
3962
4032
|
value: input3.term
|
|
3963
|
-
})) && $
|
|
4033
|
+
})) && $vo78(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3964
4034
|
path: _path2 + ".term",
|
|
3965
4035
|
expected: "SnpsTerm",
|
|
3966
4036
|
value: input3.term
|
|
3967
4037
|
})].every((flag) => flag);
|
|
3968
|
-
const $
|
|
4038
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3969
4039
|
path: _path2 + ".hiddenValues",
|
|
3970
4040
|
expected: "(HiddenValues | undefined)",
|
|
3971
4041
|
value: input3.hiddenValues
|
|
@@ -4013,7 +4083,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4013
4083
|
path: _path2 + ".restrictAncestry",
|
|
4014
4084
|
expected: "RestrictAncestry",
|
|
4015
4085
|
value: input3.restrictAncestry
|
|
4016
|
-
})) && $
|
|
4086
|
+
})) && $vo77(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
4017
4087
|
path: _path2 + ".restrictAncestry",
|
|
4018
4088
|
expected: "RestrictAncestry",
|
|
4019
4089
|
value: input3.restrictAncestry
|
|
@@ -4038,7 +4108,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4038
4108
|
expected: "number",
|
|
4039
4109
|
value: input3.stop
|
|
4040
4110
|
})].every((flag) => flag);
|
|
4041
|
-
const $
|
|
4111
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4042
4112
|
path: _path2 + ".name",
|
|
4043
4113
|
expected: "string",
|
|
4044
4114
|
value: input3.name
|
|
@@ -4051,7 +4121,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4051
4121
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4052
4122
|
value: input3.tvs
|
|
4053
4123
|
})].every((flag) => flag);
|
|
4054
|
-
const $
|
|
4124
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4055
4125
|
path: _path2 + ".id",
|
|
4056
4126
|
expected: "string",
|
|
4057
4127
|
value: input3.id
|
|
@@ -4067,8 +4137,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4067
4137
|
path: _path2 + ".child_types",
|
|
4068
4138
|
expected: "(Array<string> | undefined)",
|
|
4069
4139
|
value: input3.child_types
|
|
4070
|
-
})) && input3.child_types.map((elem,
|
|
4071
|
-
path: _path2 + ".child_types[" +
|
|
4140
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4141
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
4072
4142
|
expected: "string",
|
|
4073
4143
|
value: elem
|
|
4074
4144
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4083,8 +4153,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4083
4153
|
path: _path2 + ".included_types",
|
|
4084
4154
|
expected: "(Array<string> | undefined)",
|
|
4085
4155
|
value: input3.included_types
|
|
4086
|
-
})) && input3.included_types.map((elem,
|
|
4087
|
-
path: _path2 + ".included_types[" +
|
|
4156
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4157
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
4088
4158
|
expected: "string",
|
|
4089
4159
|
value: elem
|
|
4090
4160
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4123,12 +4193,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4123
4193
|
path: _path2 + ".snps",
|
|
4124
4194
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4125
4195
|
value: input3.snps
|
|
4126
|
-
})) && input3.snps.map((elem,
|
|
4127
|
-
path: _path2 + ".snps[" +
|
|
4196
|
+
})) && input3.snps.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4197
|
+
path: _path2 + ".snps[" + _index64 + "]",
|
|
4128
4198
|
expected: "SnpsEntry",
|
|
4129
4199
|
value: elem
|
|
4130
|
-
})) && $
|
|
4131
|
-
path: _path2 + ".snps[" +
|
|
4200
|
+
})) && $vo79(elem, _path2 + ".snps[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4201
|
+
path: _path2 + ".snps[" + _index64 + "]",
|
|
4132
4202
|
expected: "SnpsEntry",
|
|
4133
4203
|
value: elem
|
|
4134
4204
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4136,12 +4206,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4136
4206
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4137
4207
|
value: input3.snps
|
|
4138
4208
|
})].every((flag) => flag);
|
|
4139
|
-
const $
|
|
4209
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
4140
4210
|
path: _path2 + ".altAlleles",
|
|
4141
4211
|
expected: "(Array<string> | undefined)",
|
|
4142
4212
|
value: input3.altAlleles
|
|
4143
|
-
})) && input3.altAlleles.map((elem,
|
|
4144
|
-
path: _path2 + ".altAlleles[" +
|
|
4213
|
+
})) && input3.altAlleles.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4214
|
+
path: _path2 + ".altAlleles[" + _index65 + "]",
|
|
4145
4215
|
expected: "string",
|
|
4146
4216
|
value: elem
|
|
4147
4217
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4152,12 +4222,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4152
4222
|
path: _path2 + ".alleles",
|
|
4153
4223
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
4154
4224
|
value: input3.alleles
|
|
4155
|
-
})) && input3.alleles.map((elem,
|
|
4156
|
-
path: _path2 + ".alleles[" +
|
|
4225
|
+
})) && input3.alleles.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4226
|
+
path: _path2 + ".alleles[" + _index66 + "]",
|
|
4157
4227
|
expected: "AllelesEntry",
|
|
4158
4228
|
value: elem
|
|
4159
|
-
})) && $
|
|
4160
|
-
path: _path2 + ".alleles[" +
|
|
4229
|
+
})) && $vo80(elem, _path2 + ".alleles[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4230
|
+
path: _path2 + ".alleles[" + _index66 + "]",
|
|
4161
4231
|
expected: "AllelesEntry",
|
|
4162
4232
|
value: elem
|
|
4163
4233
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4172,7 +4242,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4172
4242
|
path: _path2 + ".gt2count",
|
|
4173
4243
|
expected: "(__type.o11 | undefined)",
|
|
4174
4244
|
value: input3.gt2count
|
|
4175
|
-
})) && $
|
|
4245
|
+
})) && $vo81(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
4176
4246
|
path: _path2 + ".gt2count",
|
|
4177
4247
|
expected: "(__type.o11 | undefined)",
|
|
4178
4248
|
value: input3.gt2count
|
|
@@ -4201,7 +4271,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4201
4271
|
expected: "(number | undefined)",
|
|
4202
4272
|
value: input3.pos
|
|
4203
4273
|
})].every((flag) => flag);
|
|
4204
|
-
const $
|
|
4274
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
4205
4275
|
path: _path2 + ".allele",
|
|
4206
4276
|
expected: "string",
|
|
4207
4277
|
value: input3.allele
|
|
@@ -4214,7 +4284,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4214
4284
|
expected: "boolean",
|
|
4215
4285
|
value: input3.isRef
|
|
4216
4286
|
})].every((flag) => flag);
|
|
4217
|
-
const $
|
|
4287
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
4218
4288
|
path: _path2 + ".k",
|
|
4219
4289
|
expected: "string",
|
|
4220
4290
|
value: input3.k
|
|
@@ -4223,7 +4293,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4223
4293
|
expected: "(number | string)",
|
|
4224
4294
|
value: input3.v
|
|
4225
4295
|
})].every((flag) => flag);
|
|
4226
|
-
const $
|
|
4296
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4227
4297
|
path: _path2 + ".id",
|
|
4228
4298
|
expected: "(string | undefined)",
|
|
4229
4299
|
value: input3.id
|
|
@@ -4263,12 +4333,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4263
4333
|
path: _path2 + ".q",
|
|
4264
4334
|
expected: "TermCollectionQValues",
|
|
4265
4335
|
value: input3.q
|
|
4266
|
-
})) && $
|
|
4336
|
+
})) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4267
4337
|
path: _path2 + ".q",
|
|
4268
4338
|
expected: "TermCollectionQValues",
|
|
4269
4339
|
value: input3.q
|
|
4270
4340
|
})].every((flag) => flag);
|
|
4271
|
-
const $
|
|
4341
|
+
const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4272
4342
|
path: _path2 + ".hiddenValues",
|
|
4273
4343
|
expected: "(HiddenValues | undefined)",
|
|
4274
4344
|
value: input3.hiddenValues
|
|
@@ -4300,8 +4370,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4300
4370
|
path: _path2 + ".lst",
|
|
4301
4371
|
expected: "Array<string>",
|
|
4302
4372
|
value: input3.lst
|
|
4303
|
-
})) && input3.lst.map((elem,
|
|
4304
|
-
path: _path2 + ".lst[" +
|
|
4373
|
+
})) && input3.lst.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4374
|
+
path: _path2 + ".lst[" + _index67 + "]",
|
|
4305
4375
|
expected: "string",
|
|
4306
4376
|
value: elem
|
|
4307
4377
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4312,8 +4382,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4312
4382
|
path: _path2 + ".numerators",
|
|
4313
4383
|
expected: "(Array<string> | undefined)",
|
|
4314
4384
|
value: input3.numerators
|
|
4315
|
-
})) && input3.numerators.map((elem,
|
|
4316
|
-
path: _path2 + ".numerators[" +
|
|
4385
|
+
})) && input3.numerators.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4386
|
+
path: _path2 + ".numerators[" + _index68 + "]",
|
|
4317
4387
|
expected: "string",
|
|
4318
4388
|
value: elem
|
|
4319
4389
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4385,31 +4455,31 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4385
4455
|
})();
|
|
4386
4456
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4387
4457
|
if ("TermCollectionTWValues" === input3.type)
|
|
4388
|
-
return $
|
|
4458
|
+
return $vo82(input3, _path2, _exceptionable2);
|
|
4389
4459
|
if ("SnpsTW" === input3.type)
|
|
4390
|
-
return $
|
|
4460
|
+
return $vo75(input3, _path2, _exceptionable2);
|
|
4391
4461
|
if ("ConditionTW" === input3.type)
|
|
4392
|
-
return $
|
|
4462
|
+
return $vo72(input3, _path2, _exceptionable2);
|
|
4393
4463
|
if ("GvCustomGsTW" === input3.type)
|
|
4394
|
-
return $
|
|
4464
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
4395
4465
|
if ("GvPredefinedGsTW" === input3.type)
|
|
4396
|
-
return $
|
|
4466
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
4397
4467
|
if ("GvValuesTW" === input3.type)
|
|
4398
|
-
return $
|
|
4468
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
4399
4469
|
if ("NumTWSpline" === input3.type)
|
|
4400
|
-
return $
|
|
4470
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
4401
4471
|
if ("NumTWCont" === input3.type)
|
|
4402
|
-
return $
|
|
4472
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
4403
4473
|
if ("NumTWBinary" === input3.type)
|
|
4404
|
-
return $
|
|
4474
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
4405
4475
|
if ("NumTWCustomBin" === input3.type)
|
|
4406
|
-
return $
|
|
4476
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
4407
4477
|
if ("NumTWRegularBin" === input3.type)
|
|
4408
|
-
return $
|
|
4478
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
4409
4479
|
if ("QualTWCustomGS" === input3.type)
|
|
4410
|
-
return $
|
|
4480
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
4411
4481
|
if ("QualTWPredefinedGS" === input3.type)
|
|
4412
|
-
return $
|
|
4482
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
4413
4483
|
if ("QualTWValues" === input3.type)
|
|
4414
4484
|
return $vo2(input3, _path2, _exceptionable2);
|
|
4415
4485
|
return $report(_exceptionable2, {
|
|
@@ -4422,9 +4492,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4422
4492
|
if ("categorical" === input3.type)
|
|
4423
4493
|
return $vo4(input3, _path2, _exceptionable2);
|
|
4424
4494
|
if ("snp" === input3.type)
|
|
4425
|
-
return $vo46(input3, _path2, _exceptionable2);
|
|
4426
|
-
if ("singleCellCellType" === input3.type)
|
|
4427
4495
|
return $vo47(input3, _path2, _exceptionable2);
|
|
4496
|
+
if ("singleCellCellType" === input3.type)
|
|
4497
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
4428
4498
|
return $report(_exceptionable2, {
|
|
4429
4499
|
path: _path2,
|
|
4430
4500
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -4473,9 +4543,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4473
4543
|
})();
|
|
4474
4544
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4475
4545
|
if ("gene" === input3.kind)
|
|
4476
|
-
return $vo64(input3, _path2, _exceptionable2);
|
|
4477
|
-
if ("coord" === input3.kind)
|
|
4478
4546
|
return $vo65(input3, _path2, _exceptionable2);
|
|
4547
|
+
if ("coord" === input3.kind)
|
|
4548
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
4479
4549
|
return $report(_exceptionable2, {
|
|
4480
4550
|
path: _path2,
|
|
4481
4551
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -4484,9 +4554,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4484
4554
|
})();
|
|
4485
4555
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4486
4556
|
if ("grade" === input3.valueFor)
|
|
4487
|
-
return $vo72(input3, _path2, _exceptionable2);
|
|
4488
|
-
if ("children" === input3.valueFor)
|
|
4489
4557
|
return $vo73(input3, _path2, _exceptionable2);
|
|
4558
|
+
if ("children" === input3.valueFor)
|
|
4559
|
+
return $vo74(input3, _path2, _exceptionable2);
|
|
4490
4560
|
return $report(_exceptionable2, {
|
|
4491
4561
|
path: _path2,
|
|
4492
4562
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|