@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
|
@@ -115,16 +115,17 @@ var validPercentileRequest = (input) => {
|
|
|
115
115
|
const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
116
116
|
const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
117
117
|
const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && "number" === typeof input3.ratio;
|
|
118
|
-
const $io40 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "
|
|
119
|
-
const $io41 = (input3) =>
|
|
118
|
+
const $io40 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io41(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) && $io42(input3.propsByTermId));
|
|
119
|
+
const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
120
|
+
const $io42 = (input3) => Object.keys(input3).every((key) => {
|
|
120
121
|
const value = input3[key];
|
|
121
122
|
if (void 0 === value)
|
|
122
123
|
return true;
|
|
123
124
|
if (RegExp(/(.*)/).test(key))
|
|
124
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
125
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io43(value);
|
|
125
126
|
return true;
|
|
126
127
|
});
|
|
127
|
-
const $
|
|
128
|
+
const $io43 = (input3) => Object.keys(input3).every((key) => {
|
|
128
129
|
const value = input3[key];
|
|
129
130
|
if (void 0 === value)
|
|
130
131
|
return true;
|
|
@@ -132,34 +133,34 @@ var validPercentileRequest = (input) => {
|
|
|
132
133
|
return true;
|
|
133
134
|
return true;
|
|
134
135
|
});
|
|
135
|
-
const $
|
|
136
|
-
const $
|
|
137
|
-
const $
|
|
138
|
-
const $
|
|
139
|
-
const $
|
|
140
|
-
const $
|
|
141
|
-
const $
|
|
142
|
-
const $
|
|
143
|
-
const $
|
|
144
|
-
const $
|
|
145
|
-
const $
|
|
146
|
-
const $
|
|
147
|
-
const $
|
|
148
|
-
const $
|
|
149
|
-
const $
|
|
150
|
-
const $
|
|
151
|
-
const $
|
|
136
|
+
const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
137
|
+
const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
138
|
+
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
139
|
+
const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
140
|
+
const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
141
|
+
const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
142
|
+
const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
143
|
+
const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
144
|
+
const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
145
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
146
|
+
const $io54 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io41(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) && $io42(input3.propsByTermId));
|
|
147
|
+
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io56(elem)));
|
|
148
|
+
const $io56 = (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 && $io57(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io58(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);
|
|
149
|
+
const $io57 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
150
|
+
const $io58 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
151
|
+
const $io59 = (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) && $io60(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
152
|
+
const $io60 = (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 && $
|
|
157
|
+
return "object" === typeof value && null !== value && $io61(value);
|
|
157
158
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
158
|
-
return "object" === typeof value && null !== value && $
|
|
159
|
+
return "object" === typeof value && null !== value && $io61(value);
|
|
159
160
|
return true;
|
|
160
161
|
});
|
|
161
|
-
const $
|
|
162
|
-
const $
|
|
162
|
+
const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
|
|
163
|
+
const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
163
164
|
const $iu0 = (input3) => (() => {
|
|
164
165
|
if ("tvslst" === input3.type)
|
|
165
166
|
return $io4(input3);
|
|
@@ -190,36 +191,36 @@ var validPercentileRequest = (input) => {
|
|
|
190
191
|
})();
|
|
191
192
|
const $iu4 = (input3) => (() => {
|
|
192
193
|
if ("metaboliteIntensity" === input3.type)
|
|
193
|
-
return $io45(input3);
|
|
194
|
-
if ("categorical" === input3.type)
|
|
195
194
|
return $io46(input3);
|
|
196
|
-
if ("
|
|
195
|
+
if ("categorical" === input3.type)
|
|
197
196
|
return $io47(input3);
|
|
198
|
-
if ("
|
|
197
|
+
if ("snp" === input3.type)
|
|
199
198
|
return $io48(input3);
|
|
199
|
+
if ("singleCellCellType" === input3.type)
|
|
200
|
+
return $io49(input3);
|
|
200
201
|
if ("date" === input3.type)
|
|
201
|
-
return $
|
|
202
|
+
return $io51(input3);
|
|
202
203
|
if ("integer" === input3.type || "float" === input3.type)
|
|
203
|
-
return $
|
|
204
|
+
return $io50(input3);
|
|
204
205
|
if ("ssGSEA" === input3.type)
|
|
205
|
-
return $io51(input3);
|
|
206
|
-
if ("condition" === input3.type)
|
|
207
206
|
return $io52(input3);
|
|
208
|
-
if ("
|
|
207
|
+
if ("condition" === input3.type)
|
|
209
208
|
return $io53(input3);
|
|
209
|
+
if ("termCollection" === input3.type)
|
|
210
|
+
return $io54(input3);
|
|
210
211
|
return (() => {
|
|
211
212
|
if ($io24(input3))
|
|
212
213
|
return $io24(input3);
|
|
213
214
|
if ($io1(input3))
|
|
214
215
|
return $io1(input3);
|
|
215
|
-
if ($io43(input3))
|
|
216
|
-
return $io43(input3);
|
|
217
216
|
if ($io44(input3))
|
|
218
217
|
return $io44(input3);
|
|
219
|
-
if ($
|
|
220
|
-
return $
|
|
221
|
-
if ($
|
|
222
|
-
return $
|
|
218
|
+
if ($io45(input3))
|
|
219
|
+
return $io45(input3);
|
|
220
|
+
if ($io59(input3))
|
|
221
|
+
return $io59(input3);
|
|
222
|
+
if ($io55(input3))
|
|
223
|
+
return $io55(input3);
|
|
223
224
|
return false;
|
|
224
225
|
})();
|
|
225
226
|
})();
|
|
@@ -315,11 +316,11 @@ var validPercentileRequest = (input) => {
|
|
|
315
316
|
value: input3.getpercentile
|
|
316
317
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
317
318
|
path: _path2 + ".term",
|
|
318
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst:
|
|
319
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst: BaseTerm[]; numerators?: string[] | undefined; newTvs?: boolean | undefined; propsByTermId: { ...; }; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
319
320
|
value: input3.term
|
|
320
321
|
})) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
321
322
|
path: _path2 + ".term",
|
|
322
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst:
|
|
323
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst: BaseTerm[]; numerators?: string[] | undefined; newTvs?: boolean | undefined; propsByTermId: { ...; }; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
323
324
|
value: input3.term
|
|
324
325
|
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
325
326
|
path: _path2 + ".filter",
|
|
@@ -2325,15 +2326,19 @@ var validPercentileRequest = (input) => {
|
|
|
2325
2326
|
value: input3.collectionId
|
|
2326
2327
|
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2327
2328
|
path: _path2 + ".termlst",
|
|
2328
|
-
expected: "Array<
|
|
2329
|
+
expected: "Array<BaseTerm>",
|
|
2329
2330
|
value: input3.termlst
|
|
2330
|
-
})) && input3.termlst.map((elem, _index43) => "
|
|
2331
|
+
})) && input3.termlst.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2331
2332
|
path: _path2 + ".termlst[" + _index43 + "]",
|
|
2332
|
-
expected: "
|
|
2333
|
+
expected: "BaseTerm",
|
|
2334
|
+
value: elem
|
|
2335
|
+
})) && $vo41(elem, _path2 + ".termlst[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2336
|
+
path: _path2 + ".termlst[" + _index43 + "]",
|
|
2337
|
+
expected: "BaseTerm",
|
|
2333
2338
|
value: elem
|
|
2334
2339
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2335
2340
|
path: _path2 + ".termlst",
|
|
2336
|
-
expected: "Array<
|
|
2341
|
+
expected: "Array<BaseTerm>",
|
|
2337
2342
|
value: input3.termlst
|
|
2338
2343
|
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2339
2344
|
path: _path2 + ".numerators",
|
|
@@ -2355,12 +2360,77 @@ var validPercentileRequest = (input) => {
|
|
|
2355
2360
|
path: _path2 + ".propsByTermId",
|
|
2356
2361
|
expected: "__type.o6",
|
|
2357
2362
|
value: input3.propsByTermId
|
|
2358
|
-
})) && $
|
|
2363
|
+
})) && $vo42(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2359
2364
|
path: _path2 + ".propsByTermId",
|
|
2360
2365
|
expected: "__type.o6",
|
|
2361
2366
|
value: input3.propsByTermId
|
|
2362
2367
|
})].every((flag) => flag);
|
|
2363
|
-
const $vo41 = (input3, _path2, _exceptionable2 = true) => [
|
|
2368
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2369
|
+
path: _path2 + ".id",
|
|
2370
|
+
expected: "string",
|
|
2371
|
+
value: input3.id
|
|
2372
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2373
|
+
path: _path2 + ".name",
|
|
2374
|
+
expected: "string",
|
|
2375
|
+
value: input3.name
|
|
2376
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2377
|
+
path: _path2 + ".type",
|
|
2378
|
+
expected: "string",
|
|
2379
|
+
value: input3.type
|
|
2380
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2381
|
+
path: _path2 + ".child_types",
|
|
2382
|
+
expected: "(Array<string> | undefined)",
|
|
2383
|
+
value: input3.child_types
|
|
2384
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2385
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2386
|
+
expected: "string",
|
|
2387
|
+
value: elem
|
|
2388
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2389
|
+
path: _path2 + ".child_types",
|
|
2390
|
+
expected: "(Array<string> | undefined)",
|
|
2391
|
+
value: input3.child_types
|
|
2392
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2393
|
+
path: _path2 + ".hashtmldetail",
|
|
2394
|
+
expected: "(boolean | undefined)",
|
|
2395
|
+
value: input3.hashtmldetail
|
|
2396
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2397
|
+
path: _path2 + ".included_types",
|
|
2398
|
+
expected: "(Array<string> | undefined)",
|
|
2399
|
+
value: input3.included_types
|
|
2400
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2401
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2402
|
+
expected: "string",
|
|
2403
|
+
value: elem
|
|
2404
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2405
|
+
path: _path2 + ".included_types",
|
|
2406
|
+
expected: "(Array<string> | undefined)",
|
|
2407
|
+
value: input3.included_types
|
|
2408
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2409
|
+
path: _path2 + ".isleaf",
|
|
2410
|
+
expected: "(boolean | undefined)",
|
|
2411
|
+
value: input3.isleaf
|
|
2412
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2413
|
+
path: _path2 + ".values",
|
|
2414
|
+
expected: "(TermValues | undefined)",
|
|
2415
|
+
value: input3.values
|
|
2416
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2417
|
+
path: _path2 + ".values",
|
|
2418
|
+
expected: "(TermValues | undefined)",
|
|
2419
|
+
value: input3.values
|
|
2420
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2421
|
+
path: _path2 + ".skipValuesBuild",
|
|
2422
|
+
expected: "(boolean | undefined)",
|
|
2423
|
+
value: input3.skipValuesBuild
|
|
2424
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2425
|
+
path: _path2 + ".valueConversion",
|
|
2426
|
+
expected: "(__type.o1 | undefined)",
|
|
2427
|
+
value: input3.valueConversion
|
|
2428
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2429
|
+
path: _path2 + ".valueConversion",
|
|
2430
|
+
expected: "(__type.o1 | undefined)",
|
|
2431
|
+
value: input3.valueConversion
|
|
2432
|
+
})].every((flag) => flag);
|
|
2433
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2364
2434
|
const value = input3[key];
|
|
2365
2435
|
if (void 0 === value)
|
|
2366
2436
|
return true;
|
|
@@ -2369,14 +2439,14 @@ var validPercentileRequest = (input) => {
|
|
|
2369
2439
|
path: _path2 + $join(key),
|
|
2370
2440
|
expected: "__type.o7",
|
|
2371
2441
|
value
|
|
2372
|
-
})) && $
|
|
2442
|
+
})) && $vo43(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2373
2443
|
path: _path2 + $join(key),
|
|
2374
2444
|
expected: "__type.o7",
|
|
2375
2445
|
value
|
|
2376
2446
|
});
|
|
2377
2447
|
return true;
|
|
2378
2448
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2379
|
-
const $
|
|
2449
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2380
2450
|
const value = input3[key];
|
|
2381
2451
|
if (void 0 === value)
|
|
2382
2452
|
return true;
|
|
@@ -2384,7 +2454,7 @@ var validPercentileRequest = (input) => {
|
|
|
2384
2454
|
return true;
|
|
2385
2455
|
return true;
|
|
2386
2456
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2387
|
-
const $
|
|
2457
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2388
2458
|
path: _path2 + ".id",
|
|
2389
2459
|
expected: "string",
|
|
2390
2460
|
value: input3.id
|
|
@@ -2400,8 +2470,8 @@ var validPercentileRequest = (input) => {
|
|
|
2400
2470
|
path: _path2 + ".child_types",
|
|
2401
2471
|
expected: "(Array<string> | undefined)",
|
|
2402
2472
|
value: input3.child_types
|
|
2403
|
-
})) && input3.child_types.map((elem,
|
|
2404
|
-
path: _path2 + ".child_types[" +
|
|
2473
|
+
})) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2474
|
+
path: _path2 + ".child_types[" + _index47 + "]",
|
|
2405
2475
|
expected: "string",
|
|
2406
2476
|
value: elem
|
|
2407
2477
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2416,8 +2486,8 @@ var validPercentileRequest = (input) => {
|
|
|
2416
2486
|
path: _path2 + ".included_types",
|
|
2417
2487
|
expected: "(Array<string> | undefined)",
|
|
2418
2488
|
value: input3.included_types
|
|
2419
|
-
})) && input3.included_types.map((elem,
|
|
2420
|
-
path: _path2 + ".included_types[" +
|
|
2489
|
+
})) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2490
|
+
path: _path2 + ".included_types[" + _index48 + "]",
|
|
2421
2491
|
expected: "string",
|
|
2422
2492
|
value: elem
|
|
2423
2493
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2472,12 +2542,12 @@ var validPercentileRequest = (input) => {
|
|
|
2472
2542
|
path: _path2 + ".genes",
|
|
2473
2543
|
expected: "Array<GvGeneTerm>",
|
|
2474
2544
|
value: input3.genes
|
|
2475
|
-
})) && input3.genes.map((elem,
|
|
2476
|
-
path: _path2 + ".genes[" +
|
|
2545
|
+
})) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2546
|
+
path: _path2 + ".genes[" + _index49 + "]",
|
|
2477
2547
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2478
2548
|
value: elem
|
|
2479
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2480
|
-
path: _path2 + ".genes[" +
|
|
2549
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2550
|
+
path: _path2 + ".genes[" + _index49 + "]",
|
|
2481
2551
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2482
2552
|
value: elem
|
|
2483
2553
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2496,12 +2566,12 @@ var validPercentileRequest = (input) => {
|
|
|
2496
2566
|
path: _path2 + ".childTerms",
|
|
2497
2567
|
expected: "Array<DtTerm>",
|
|
2498
2568
|
value: input3.childTerms
|
|
2499
|
-
})) && input3.childTerms.map((elem,
|
|
2500
|
-
path: _path2 + ".childTerms[" +
|
|
2569
|
+
})) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2570
|
+
path: _path2 + ".childTerms[" + _index50 + "]",
|
|
2501
2571
|
expected: "DtTerm",
|
|
2502
2572
|
value: elem
|
|
2503
|
-
})) && $vo33(elem, _path2 + ".childTerms[" +
|
|
2504
|
-
path: _path2 + ".childTerms[" +
|
|
2573
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2574
|
+
path: _path2 + ".childTerms[" + _index50 + "]",
|
|
2505
2575
|
expected: "DtTerm",
|
|
2506
2576
|
value: elem
|
|
2507
2577
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2509,7 +2579,7 @@ var validPercentileRequest = (input) => {
|
|
|
2509
2579
|
expected: "Array<DtTerm>",
|
|
2510
2580
|
value: input3.childTerms
|
|
2511
2581
|
})].every((flag) => flag);
|
|
2512
|
-
const $
|
|
2582
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2513
2583
|
path: _path2 + ".id",
|
|
2514
2584
|
expected: "string",
|
|
2515
2585
|
value: input3.id
|
|
@@ -2525,8 +2595,8 @@ var validPercentileRequest = (input) => {
|
|
|
2525
2595
|
path: _path2 + ".child_types",
|
|
2526
2596
|
expected: "(Array<string> | undefined)",
|
|
2527
2597
|
value: input3.child_types
|
|
2528
|
-
})) && input3.child_types.map((elem,
|
|
2529
|
-
path: _path2 + ".child_types[" +
|
|
2598
|
+
})) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2599
|
+
path: _path2 + ".child_types[" + _index51 + "]",
|
|
2530
2600
|
expected: "string",
|
|
2531
2601
|
value: elem
|
|
2532
2602
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2541,8 +2611,8 @@ var validPercentileRequest = (input) => {
|
|
|
2541
2611
|
path: _path2 + ".included_types",
|
|
2542
2612
|
expected: "(Array<string> | undefined)",
|
|
2543
2613
|
value: input3.included_types
|
|
2544
|
-
})) && input3.included_types.map((elem,
|
|
2545
|
-
path: _path2 + ".included_types[" +
|
|
2614
|
+
})) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2615
|
+
path: _path2 + ".included_types[" + _index52 + "]",
|
|
2546
2616
|
expected: "string",
|
|
2547
2617
|
value: elem
|
|
2548
2618
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2593,12 +2663,12 @@ var validPercentileRequest = (input) => {
|
|
|
2593
2663
|
path: _path2 + ".genes",
|
|
2594
2664
|
expected: "Array<GvGeneTerm>",
|
|
2595
2665
|
value: input3.genes
|
|
2596
|
-
})) && input3.genes.map((elem,
|
|
2597
|
-
path: _path2 + ".genes[" +
|
|
2666
|
+
})) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2667
|
+
path: _path2 + ".genes[" + _index53 + "]",
|
|
2598
2668
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2599
2669
|
value: elem
|
|
2600
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2601
|
-
path: _path2 + ".genes[" +
|
|
2670
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2671
|
+
path: _path2 + ".genes[" + _index53 + "]",
|
|
2602
2672
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2603
2673
|
value: elem
|
|
2604
2674
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2617,12 +2687,12 @@ var validPercentileRequest = (input) => {
|
|
|
2617
2687
|
path: _path2 + ".childTerms",
|
|
2618
2688
|
expected: "Array<DtTerm>",
|
|
2619
2689
|
value: input3.childTerms
|
|
2620
|
-
})) && input3.childTerms.map((elem,
|
|
2621
|
-
path: _path2 + ".childTerms[" +
|
|
2690
|
+
})) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2691
|
+
path: _path2 + ".childTerms[" + _index54 + "]",
|
|
2622
2692
|
expected: "DtTerm",
|
|
2623
2693
|
value: elem
|
|
2624
|
-
})) && $vo33(elem, _path2 + ".childTerms[" +
|
|
2625
|
-
path: _path2 + ".childTerms[" +
|
|
2694
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2695
|
+
path: _path2 + ".childTerms[" + _index54 + "]",
|
|
2626
2696
|
expected: "DtTerm",
|
|
2627
2697
|
value: elem
|
|
2628
2698
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2630,7 +2700,7 @@ var validPercentileRequest = (input) => {
|
|
|
2630
2700
|
expected: "Array<DtTerm>",
|
|
2631
2701
|
value: input3.childTerms
|
|
2632
2702
|
})].every((flag) => flag);
|
|
2633
|
-
const $
|
|
2703
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2634
2704
|
path: _path2 + ".id",
|
|
2635
2705
|
expected: "string",
|
|
2636
2706
|
value: input3.id
|
|
@@ -2646,8 +2716,8 @@ var validPercentileRequest = (input) => {
|
|
|
2646
2716
|
path: _path2 + ".child_types",
|
|
2647
2717
|
expected: "(Array<string> | undefined)",
|
|
2648
2718
|
value: input3.child_types
|
|
2649
|
-
})) && input3.child_types.map((elem,
|
|
2650
|
-
path: _path2 + ".child_types[" +
|
|
2719
|
+
})) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2720
|
+
path: _path2 + ".child_types[" + _index55 + "]",
|
|
2651
2721
|
expected: "string",
|
|
2652
2722
|
value: elem
|
|
2653
2723
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2662,8 +2732,8 @@ var validPercentileRequest = (input) => {
|
|
|
2662
2732
|
path: _path2 + ".included_types",
|
|
2663
2733
|
expected: "(Array<string> | undefined)",
|
|
2664
2734
|
value: input3.included_types
|
|
2665
|
-
})) && input3.included_types.map((elem,
|
|
2666
|
-
path: _path2 + ".included_types[" +
|
|
2735
|
+
})) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2736
|
+
path: _path2 + ".included_types[" + _index56 + "]",
|
|
2667
2737
|
expected: "string",
|
|
2668
2738
|
value: elem
|
|
2669
2739
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2719,7 +2789,7 @@ var validPercentileRequest = (input) => {
|
|
|
2719
2789
|
expected: "(PresetNumericBins | undefined)",
|
|
2720
2790
|
value: input3.bins
|
|
2721
2791
|
})].every((flag) => flag);
|
|
2722
|
-
const $
|
|
2792
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2723
2793
|
path: _path2 + ".id",
|
|
2724
2794
|
expected: "string",
|
|
2725
2795
|
value: input3.id
|
|
@@ -2735,8 +2805,8 @@ var validPercentileRequest = (input) => {
|
|
|
2735
2805
|
path: _path2 + ".child_types",
|
|
2736
2806
|
expected: "(Array<string> | undefined)",
|
|
2737
2807
|
value: input3.child_types
|
|
2738
|
-
})) && input3.child_types.map((elem,
|
|
2739
|
-
path: _path2 + ".child_types[" +
|
|
2808
|
+
})) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2809
|
+
path: _path2 + ".child_types[" + _index57 + "]",
|
|
2740
2810
|
expected: "string",
|
|
2741
2811
|
value: elem
|
|
2742
2812
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2751,8 +2821,8 @@ var validPercentileRequest = (input) => {
|
|
|
2751
2821
|
path: _path2 + ".included_types",
|
|
2752
2822
|
expected: "(Array<string> | undefined)",
|
|
2753
2823
|
value: input3.included_types
|
|
2754
|
-
})) && input3.included_types.map((elem,
|
|
2755
|
-
path: _path2 + ".included_types[" +
|
|
2824
|
+
})) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2825
|
+
path: _path2 + ".included_types[" + _index58 + "]",
|
|
2756
2826
|
expected: "string",
|
|
2757
2827
|
value: elem
|
|
2758
2828
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2792,7 +2862,7 @@ var validPercentileRequest = (input) => {
|
|
|
2792
2862
|
expected: "TermGroupSetting",
|
|
2793
2863
|
value: input3.groupsetting
|
|
2794
2864
|
})].every((flag) => flag);
|
|
2795
|
-
const $
|
|
2865
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2796
2866
|
path: _path2 + ".id",
|
|
2797
2867
|
expected: "string",
|
|
2798
2868
|
value: input3.id
|
|
@@ -2808,8 +2878,8 @@ var validPercentileRequest = (input) => {
|
|
|
2808
2878
|
path: _path2 + ".child_types",
|
|
2809
2879
|
expected: "(Array<string> | undefined)",
|
|
2810
2880
|
value: input3.child_types
|
|
2811
|
-
})) && input3.child_types.map((elem,
|
|
2812
|
-
path: _path2 + ".child_types[" +
|
|
2881
|
+
})) && input3.child_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2882
|
+
path: _path2 + ".child_types[" + _index59 + "]",
|
|
2813
2883
|
expected: "string",
|
|
2814
2884
|
value: elem
|
|
2815
2885
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2824,8 +2894,8 @@ var validPercentileRequest = (input) => {
|
|
|
2824
2894
|
path: _path2 + ".included_types",
|
|
2825
2895
|
expected: "(Array<string> | undefined)",
|
|
2826
2896
|
value: input3.included_types
|
|
2827
|
-
})) && input3.included_types.map((elem,
|
|
2828
|
-
path: _path2 + ".included_types[" +
|
|
2897
|
+
})) && input3.included_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2898
|
+
path: _path2 + ".included_types[" + _index60 + "]",
|
|
2829
2899
|
expected: "string",
|
|
2830
2900
|
value: elem
|
|
2831
2901
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2876,8 +2946,8 @@ var validPercentileRequest = (input) => {
|
|
|
2876
2946
|
path: _path2 + ".alt",
|
|
2877
2947
|
expected: "Array<string>",
|
|
2878
2948
|
value: input3.alt
|
|
2879
|
-
})) && input3.alt.map((elem,
|
|
2880
|
-
path: _path2 + ".alt[" +
|
|
2949
|
+
})) && input3.alt.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2950
|
+
path: _path2 + ".alt[" + _index61 + "]",
|
|
2881
2951
|
expected: "string",
|
|
2882
2952
|
value: elem
|
|
2883
2953
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2893,7 +2963,7 @@ var validPercentileRequest = (input) => {
|
|
|
2893
2963
|
expected: "TermGroupSetting",
|
|
2894
2964
|
value: input3.groupsetting
|
|
2895
2965
|
})].every((flag) => flag);
|
|
2896
|
-
const $
|
|
2966
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2897
2967
|
path: _path2 + ".id",
|
|
2898
2968
|
expected: "string",
|
|
2899
2969
|
value: input3.id
|
|
@@ -2909,8 +2979,8 @@ var validPercentileRequest = (input) => {
|
|
|
2909
2979
|
path: _path2 + ".child_types",
|
|
2910
2980
|
expected: "(Array<string> | undefined)",
|
|
2911
2981
|
value: input3.child_types
|
|
2912
|
-
})) && input3.child_types.map((elem,
|
|
2913
|
-
path: _path2 + ".child_types[" +
|
|
2982
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2983
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
2914
2984
|
expected: "string",
|
|
2915
2985
|
value: elem
|
|
2916
2986
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2925,8 +2995,8 @@ var validPercentileRequest = (input) => {
|
|
|
2925
2995
|
path: _path2 + ".included_types",
|
|
2926
2996
|
expected: "(Array<string> | undefined)",
|
|
2927
2997
|
value: input3.included_types
|
|
2928
|
-
})) && input3.included_types.map((elem,
|
|
2929
|
-
path: _path2 + ".included_types[" +
|
|
2998
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2999
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
2930
3000
|
expected: "string",
|
|
2931
3001
|
value: elem
|
|
2932
3002
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2974,7 +3044,7 @@ var validPercentileRequest = (input) => {
|
|
|
2974
3044
|
expected: "TermGroupSetting",
|
|
2975
3045
|
value: input3.groupsetting
|
|
2976
3046
|
})].every((flag) => flag);
|
|
2977
|
-
const $
|
|
3047
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2978
3048
|
path: _path2 + ".id",
|
|
2979
3049
|
expected: "string",
|
|
2980
3050
|
value: input3.id
|
|
@@ -2990,8 +3060,8 @@ var validPercentileRequest = (input) => {
|
|
|
2990
3060
|
path: _path2 + ".child_types",
|
|
2991
3061
|
expected: "(Array<string> | undefined)",
|
|
2992
3062
|
value: input3.child_types
|
|
2993
|
-
})) && input3.child_types.map((elem,
|
|
2994
|
-
path: _path2 + ".child_types[" +
|
|
3063
|
+
})) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3064
|
+
path: _path2 + ".child_types[" + _index64 + "]",
|
|
2995
3065
|
expected: "string",
|
|
2996
3066
|
value: elem
|
|
2997
3067
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3006,8 +3076,8 @@ var validPercentileRequest = (input) => {
|
|
|
3006
3076
|
path: _path2 + ".included_types",
|
|
3007
3077
|
expected: "(Array<string> | undefined)",
|
|
3008
3078
|
value: input3.included_types
|
|
3009
|
-
})) && input3.included_types.map((elem,
|
|
3010
|
-
path: _path2 + ".included_types[" +
|
|
3079
|
+
})) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3080
|
+
path: _path2 + ".included_types[" + _index65 + "]",
|
|
3011
3081
|
expected: "string",
|
|
3012
3082
|
value: elem
|
|
3013
3083
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3059,7 +3129,7 @@ var validPercentileRequest = (input) => {
|
|
|
3059
3129
|
expected: "PresetNumericBins",
|
|
3060
3130
|
value: input3.bins
|
|
3061
3131
|
})].every((flag) => flag);
|
|
3062
|
-
const $
|
|
3132
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3063
3133
|
path: _path2 + ".id",
|
|
3064
3134
|
expected: "string",
|
|
3065
3135
|
value: input3.id
|
|
@@ -3075,8 +3145,8 @@ var validPercentileRequest = (input) => {
|
|
|
3075
3145
|
path: _path2 + ".child_types",
|
|
3076
3146
|
expected: "(Array<string> | undefined)",
|
|
3077
3147
|
value: input3.child_types
|
|
3078
|
-
})) && input3.child_types.map((elem,
|
|
3079
|
-
path: _path2 + ".child_types[" +
|
|
3148
|
+
})) && input3.child_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3149
|
+
path: _path2 + ".child_types[" + _index66 + "]",
|
|
3080
3150
|
expected: "string",
|
|
3081
3151
|
value: elem
|
|
3082
3152
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3091,8 +3161,8 @@ var validPercentileRequest = (input) => {
|
|
|
3091
3161
|
path: _path2 + ".included_types",
|
|
3092
3162
|
expected: "(Array<string> | undefined)",
|
|
3093
3163
|
value: input3.included_types
|
|
3094
|
-
})) && input3.included_types.map((elem,
|
|
3095
|
-
path: _path2 + ".included_types[" +
|
|
3164
|
+
})) && input3.included_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3165
|
+
path: _path2 + ".included_types[" + _index67 + "]",
|
|
3096
3166
|
expected: "string",
|
|
3097
3167
|
value: elem
|
|
3098
3168
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3144,7 +3214,7 @@ var validPercentileRequest = (input) => {
|
|
|
3144
3214
|
expected: "(PresetNumericBins | undefined)",
|
|
3145
3215
|
value: input3.bins
|
|
3146
3216
|
})].every((flag) => flag);
|
|
3147
|
-
const $
|
|
3217
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3148
3218
|
path: _path2 + ".id",
|
|
3149
3219
|
expected: "string",
|
|
3150
3220
|
value: input3.id
|
|
@@ -3160,8 +3230,8 @@ var validPercentileRequest = (input) => {
|
|
|
3160
3230
|
path: _path2 + ".child_types",
|
|
3161
3231
|
expected: "(Array<string> | undefined)",
|
|
3162
3232
|
value: input3.child_types
|
|
3163
|
-
})) && input3.child_types.map((elem,
|
|
3164
|
-
path: _path2 + ".child_types[" +
|
|
3233
|
+
})) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3234
|
+
path: _path2 + ".child_types[" + _index68 + "]",
|
|
3165
3235
|
expected: "string",
|
|
3166
3236
|
value: elem
|
|
3167
3237
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3176,8 +3246,8 @@ var validPercentileRequest = (input) => {
|
|
|
3176
3246
|
path: _path2 + ".included_types",
|
|
3177
3247
|
expected: "(Array<string> | undefined)",
|
|
3178
3248
|
value: input3.included_types
|
|
3179
|
-
})) && input3.included_types.map((elem,
|
|
3180
|
-
path: _path2 + ".included_types[" +
|
|
3249
|
+
})) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3250
|
+
path: _path2 + ".included_types[" + _index69 + "]",
|
|
3181
3251
|
expected: "string",
|
|
3182
3252
|
value: elem
|
|
3183
3253
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3224,8 +3294,8 @@ var validPercentileRequest = (input) => {
|
|
|
3224
3294
|
path: _path2 + ".genes",
|
|
3225
3295
|
expected: "(Array<string> | undefined)",
|
|
3226
3296
|
value: input3.genes
|
|
3227
|
-
})) && input3.genes.map((elem,
|
|
3228
|
-
path: _path2 + ".genes[" +
|
|
3297
|
+
})) && input3.genes.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3298
|
+
path: _path2 + ".genes[" + _index70 + "]",
|
|
3229
3299
|
expected: "string",
|
|
3230
3300
|
value: elem
|
|
3231
3301
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3241,7 +3311,7 @@ var validPercentileRequest = (input) => {
|
|
|
3241
3311
|
expected: "(PresetNumericBins | undefined)",
|
|
3242
3312
|
value: input3.bins
|
|
3243
3313
|
})].every((flag) => flag);
|
|
3244
|
-
const $
|
|
3314
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3245
3315
|
path: _path2 + ".id",
|
|
3246
3316
|
expected: "string",
|
|
3247
3317
|
value: input3.id
|
|
@@ -3257,8 +3327,8 @@ var validPercentileRequest = (input) => {
|
|
|
3257
3327
|
path: _path2 + ".child_types",
|
|
3258
3328
|
expected: "(Array<string> | undefined)",
|
|
3259
3329
|
value: input3.child_types
|
|
3260
|
-
})) && input3.child_types.map((elem,
|
|
3261
|
-
path: _path2 + ".child_types[" +
|
|
3330
|
+
})) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3331
|
+
path: _path2 + ".child_types[" + _index71 + "]",
|
|
3262
3332
|
expected: "string",
|
|
3263
3333
|
value: elem
|
|
3264
3334
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3273,8 +3343,8 @@ var validPercentileRequest = (input) => {
|
|
|
3273
3343
|
path: _path2 + ".included_types",
|
|
3274
3344
|
expected: "(Array<string> | undefined)",
|
|
3275
3345
|
value: input3.included_types
|
|
3276
|
-
})) && input3.included_types.map((elem,
|
|
3277
|
-
path: _path2 + ".included_types[" +
|
|
3346
|
+
})) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3347
|
+
path: _path2 + ".included_types[" + _index72 + "]",
|
|
3278
3348
|
expected: "string",
|
|
3279
3349
|
value: elem
|
|
3280
3350
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3306,7 +3376,7 @@ var validPercentileRequest = (input) => {
|
|
|
3306
3376
|
expected: "(__type.o1 | undefined)",
|
|
3307
3377
|
value: input3.valueConversion
|
|
3308
3378
|
})].every((flag) => flag);
|
|
3309
|
-
const $
|
|
3379
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3310
3380
|
path: _path2 + ".id",
|
|
3311
3381
|
expected: "string",
|
|
3312
3382
|
value: input3.id
|
|
@@ -3322,8 +3392,8 @@ var validPercentileRequest = (input) => {
|
|
|
3322
3392
|
path: _path2 + ".child_types",
|
|
3323
3393
|
expected: "(Array<string> | undefined)",
|
|
3324
3394
|
value: input3.child_types
|
|
3325
|
-
})) && input3.child_types.map((elem,
|
|
3326
|
-
path: _path2 + ".child_types[" +
|
|
3395
|
+
})) && input3.child_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3396
|
+
path: _path2 + ".child_types[" + _index73 + "]",
|
|
3327
3397
|
expected: "string",
|
|
3328
3398
|
value: elem
|
|
3329
3399
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3338,8 +3408,8 @@ var validPercentileRequest = (input) => {
|
|
|
3338
3408
|
path: _path2 + ".included_types",
|
|
3339
3409
|
expected: "(Array<string> | undefined)",
|
|
3340
3410
|
value: input3.included_types
|
|
3341
|
-
})) && input3.included_types.map((elem,
|
|
3342
|
-
path: _path2 + ".included_types[" +
|
|
3411
|
+
})) && input3.included_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3412
|
+
path: _path2 + ".included_types[" + _index74 + "]",
|
|
3343
3413
|
expected: "string",
|
|
3344
3414
|
value: elem
|
|
3345
3415
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3376,22 +3446,26 @@ var validPercentileRequest = (input) => {
|
|
|
3376
3446
|
value: input3.collectionId
|
|
3377
3447
|
}), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
3378
3448
|
path: _path2 + ".termlst",
|
|
3379
|
-
expected: "Array<
|
|
3449
|
+
expected: "Array<BaseTerm>",
|
|
3380
3450
|
value: input3.termlst
|
|
3381
|
-
})) && input3.termlst.map((elem,
|
|
3382
|
-
path: _path2 + ".termlst[" +
|
|
3383
|
-
expected: "
|
|
3451
|
+
})) && input3.termlst.map((elem, _index75) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3452
|
+
path: _path2 + ".termlst[" + _index75 + "]",
|
|
3453
|
+
expected: "BaseTerm",
|
|
3454
|
+
value: elem
|
|
3455
|
+
})) && $vo41(elem, _path2 + ".termlst[" + _index75 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3456
|
+
path: _path2 + ".termlst[" + _index75 + "]",
|
|
3457
|
+
expected: "BaseTerm",
|
|
3384
3458
|
value: elem
|
|
3385
3459
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3386
3460
|
path: _path2 + ".termlst",
|
|
3387
|
-
expected: "Array<
|
|
3461
|
+
expected: "Array<BaseTerm>",
|
|
3388
3462
|
value: input3.termlst
|
|
3389
3463
|
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
3390
3464
|
path: _path2 + ".numerators",
|
|
3391
3465
|
expected: "(Array<string> | undefined)",
|
|
3392
3466
|
value: input3.numerators
|
|
3393
|
-
})) && input3.numerators.map((elem,
|
|
3394
|
-
path: _path2 + ".numerators[" +
|
|
3467
|
+
})) && input3.numerators.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3468
|
+
path: _path2 + ".numerators[" + _index76 + "]",
|
|
3395
3469
|
expected: "string",
|
|
3396
3470
|
value: elem
|
|
3397
3471
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3406,12 +3480,12 @@ var validPercentileRequest = (input) => {
|
|
|
3406
3480
|
path: _path2 + ".propsByTermId",
|
|
3407
3481
|
expected: "__type.o6",
|
|
3408
3482
|
value: input3.propsByTermId
|
|
3409
|
-
})) && $
|
|
3483
|
+
})) && $vo42(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3410
3484
|
path: _path2 + ".propsByTermId",
|
|
3411
3485
|
expected: "__type.o6",
|
|
3412
3486
|
value: input3.propsByTermId
|
|
3413
3487
|
})].every((flag) => flag);
|
|
3414
|
-
const $
|
|
3488
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3415
3489
|
path: _path2 + ".id",
|
|
3416
3490
|
expected: "string",
|
|
3417
3491
|
value: input3.id
|
|
@@ -3427,8 +3501,8 @@ var validPercentileRequest = (input) => {
|
|
|
3427
3501
|
path: _path2 + ".child_types",
|
|
3428
3502
|
expected: "(Array<string> | undefined)",
|
|
3429
3503
|
value: input3.child_types
|
|
3430
|
-
})) && input3.child_types.map((elem,
|
|
3431
|
-
path: _path2 + ".child_types[" +
|
|
3504
|
+
})) && input3.child_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3505
|
+
path: _path2 + ".child_types[" + _index77 + "]",
|
|
3432
3506
|
expected: "string",
|
|
3433
3507
|
value: elem
|
|
3434
3508
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3443,8 +3517,8 @@ var validPercentileRequest = (input) => {
|
|
|
3443
3517
|
path: _path2 + ".included_types",
|
|
3444
3518
|
expected: "(Array<string> | undefined)",
|
|
3445
3519
|
value: input3.included_types
|
|
3446
|
-
})) && input3.included_types.map((elem,
|
|
3447
|
-
path: _path2 + ".included_types[" +
|
|
3520
|
+
})) && input3.included_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3521
|
+
path: _path2 + ".included_types[" + _index78 + "]",
|
|
3448
3522
|
expected: "string",
|
|
3449
3523
|
value: elem
|
|
3450
3524
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3483,12 +3557,12 @@ var validPercentileRequest = (input) => {
|
|
|
3483
3557
|
path: _path2 + ".snps",
|
|
3484
3558
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3485
3559
|
value: input3.snps
|
|
3486
|
-
})) && input3.snps.map((elem,
|
|
3487
|
-
path: _path2 + ".snps[" +
|
|
3560
|
+
})) && input3.snps.map((elem, _index79) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3561
|
+
path: _path2 + ".snps[" + _index79 + "]",
|
|
3488
3562
|
expected: "SnpsEntry",
|
|
3489
3563
|
value: elem
|
|
3490
|
-
})) && $
|
|
3491
|
-
path: _path2 + ".snps[" +
|
|
3564
|
+
})) && $vo56(elem, _path2 + ".snps[" + _index79 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3565
|
+
path: _path2 + ".snps[" + _index79 + "]",
|
|
3492
3566
|
expected: "SnpsEntry",
|
|
3493
3567
|
value: elem
|
|
3494
3568
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3496,12 +3570,12 @@ var validPercentileRequest = (input) => {
|
|
|
3496
3570
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3497
3571
|
value: input3.snps
|
|
3498
3572
|
})].every((flag) => flag);
|
|
3499
|
-
const $
|
|
3573
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3500
3574
|
path: _path2 + ".altAlleles",
|
|
3501
3575
|
expected: "(Array<string> | undefined)",
|
|
3502
3576
|
value: input3.altAlleles
|
|
3503
|
-
})) && input3.altAlleles.map((elem,
|
|
3504
|
-
path: _path2 + ".altAlleles[" +
|
|
3577
|
+
})) && input3.altAlleles.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3578
|
+
path: _path2 + ".altAlleles[" + _index80 + "]",
|
|
3505
3579
|
expected: "string",
|
|
3506
3580
|
value: elem
|
|
3507
3581
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3512,12 +3586,12 @@ var validPercentileRequest = (input) => {
|
|
|
3512
3586
|
path: _path2 + ".alleles",
|
|
3513
3587
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
3514
3588
|
value: input3.alleles
|
|
3515
|
-
})) && input3.alleles.map((elem,
|
|
3516
|
-
path: _path2 + ".alleles[" +
|
|
3589
|
+
})) && input3.alleles.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3590
|
+
path: _path2 + ".alleles[" + _index81 + "]",
|
|
3517
3591
|
expected: "AllelesEntry",
|
|
3518
3592
|
value: elem
|
|
3519
|
-
})) && $
|
|
3520
|
-
path: _path2 + ".alleles[" +
|
|
3593
|
+
})) && $vo57(elem, _path2 + ".alleles[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3594
|
+
path: _path2 + ".alleles[" + _index81 + "]",
|
|
3521
3595
|
expected: "AllelesEntry",
|
|
3522
3596
|
value: elem
|
|
3523
3597
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3532,7 +3606,7 @@ var validPercentileRequest = (input) => {
|
|
|
3532
3606
|
path: _path2 + ".gt2count",
|
|
3533
3607
|
expected: "(__type.o8 | undefined)",
|
|
3534
3608
|
value: input3.gt2count
|
|
3535
|
-
})) && $
|
|
3609
|
+
})) && $vo58(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3536
3610
|
path: _path2 + ".gt2count",
|
|
3537
3611
|
expected: "(__type.o8 | undefined)",
|
|
3538
3612
|
value: input3.gt2count
|
|
@@ -3561,7 +3635,7 @@ var validPercentileRequest = (input) => {
|
|
|
3561
3635
|
expected: "(number | undefined)",
|
|
3562
3636
|
value: input3.pos
|
|
3563
3637
|
})].every((flag) => flag);
|
|
3564
|
-
const $
|
|
3638
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3565
3639
|
path: _path2 + ".allele",
|
|
3566
3640
|
expected: "string",
|
|
3567
3641
|
value: input3.allele
|
|
@@ -3574,7 +3648,7 @@ var validPercentileRequest = (input) => {
|
|
|
3574
3648
|
expected: "boolean",
|
|
3575
3649
|
value: input3.isRef
|
|
3576
3650
|
})].every((flag) => flag);
|
|
3577
|
-
const $
|
|
3651
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3578
3652
|
path: _path2 + ".k",
|
|
3579
3653
|
expected: "string",
|
|
3580
3654
|
value: input3.k
|
|
@@ -3583,7 +3657,7 @@ var validPercentileRequest = (input) => {
|
|
|
3583
3657
|
expected: "(number | string)",
|
|
3584
3658
|
value: input3.v
|
|
3585
3659
|
})].every((flag) => flag);
|
|
3586
|
-
const $
|
|
3660
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3587
3661
|
path: _path2 + ".id",
|
|
3588
3662
|
expected: "string",
|
|
3589
3663
|
value: input3.id
|
|
@@ -3599,8 +3673,8 @@ var validPercentileRequest = (input) => {
|
|
|
3599
3673
|
path: _path2 + ".child_types",
|
|
3600
3674
|
expected: "(Array<string> | undefined)",
|
|
3601
3675
|
value: input3.child_types
|
|
3602
|
-
})) && input3.child_types.map((elem,
|
|
3603
|
-
path: _path2 + ".child_types[" +
|
|
3676
|
+
})) && input3.child_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3677
|
+
path: _path2 + ".child_types[" + _index82 + "]",
|
|
3604
3678
|
expected: "string",
|
|
3605
3679
|
value: elem
|
|
3606
3680
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3615,8 +3689,8 @@ var validPercentileRequest = (input) => {
|
|
|
3615
3689
|
path: _path2 + ".included_types",
|
|
3616
3690
|
expected: "(Array<string> | undefined)",
|
|
3617
3691
|
value: input3.included_types
|
|
3618
|
-
})) && input3.included_types.map((elem,
|
|
3619
|
-
path: _path2 + ".included_types[" +
|
|
3692
|
+
})) && input3.included_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3693
|
+
path: _path2 + ".included_types[" + _index83 + "]",
|
|
3620
3694
|
expected: "string",
|
|
3621
3695
|
value: elem
|
|
3622
3696
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3631,7 +3705,7 @@ var validPercentileRequest = (input) => {
|
|
|
3631
3705
|
path: _path2 + ".values",
|
|
3632
3706
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
3633
3707
|
value: input3.values
|
|
3634
|
-
})) && $
|
|
3708
|
+
})) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3635
3709
|
path: _path2 + ".values",
|
|
3636
3710
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
3637
3711
|
value: input3.values
|
|
@@ -3648,7 +3722,7 @@ var validPercentileRequest = (input) => {
|
|
|
3648
3722
|
expected: "(__type.o1 | undefined)",
|
|
3649
3723
|
value: input3.valueConversion
|
|
3650
3724
|
})].every((flag) => flag);
|
|
3651
|
-
const $
|
|
3725
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3652
3726
|
const value = input3[key];
|
|
3653
3727
|
if (void 0 === value)
|
|
3654
3728
|
return true;
|
|
@@ -3657,7 +3731,7 @@ var validPercentileRequest = (input) => {
|
|
|
3657
3731
|
path: _path2 + $join(key),
|
|
3658
3732
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3659
3733
|
value
|
|
3660
|
-
})) && $
|
|
3734
|
+
})) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3661
3735
|
path: _path2 + $join(key),
|
|
3662
3736
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3663
3737
|
value
|
|
@@ -3667,14 +3741,14 @@ var validPercentileRequest = (input) => {
|
|
|
3667
3741
|
path: _path2 + $join(key),
|
|
3668
3742
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3669
3743
|
value
|
|
3670
|
-
})) && $
|
|
3744
|
+
})) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3671
3745
|
path: _path2 + $join(key),
|
|
3672
3746
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3673
3747
|
value
|
|
3674
3748
|
});
|
|
3675
3749
|
return true;
|
|
3676
3750
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3677
|
-
const $
|
|
3751
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
3678
3752
|
path: _path2 + ".key",
|
|
3679
3753
|
expected: "(string | undefined)",
|
|
3680
3754
|
value: input3.key
|
|
@@ -3718,12 +3792,12 @@ var validPercentileRequest = (input) => {
|
|
|
3718
3792
|
path: _path2 + ".list",
|
|
3719
3793
|
expected: "Array<__type>.o3",
|
|
3720
3794
|
value: input3.list
|
|
3721
|
-
})) && input3.list.map((elem,
|
|
3722
|
-
path: _path2 + ".list[" +
|
|
3795
|
+
})) && input3.list.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3796
|
+
path: _path2 + ".list[" + _index84 + "]",
|
|
3723
3797
|
expected: "__type.o9",
|
|
3724
3798
|
value: elem
|
|
3725
|
-
})) && $
|
|
3726
|
-
path: _path2 + ".list[" +
|
|
3799
|
+
})) && $vo62(elem, _path2 + ".list[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3800
|
+
path: _path2 + ".list[" + _index84 + "]",
|
|
3727
3801
|
expected: "__type.o9",
|
|
3728
3802
|
value: elem
|
|
3729
3803
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3731,7 +3805,7 @@ var validPercentileRequest = (input) => {
|
|
|
3731
3805
|
expected: "Array<__type>.o3",
|
|
3732
3806
|
value: input3.list
|
|
3733
3807
|
}), true].every((flag) => flag);
|
|
3734
|
-
const $
|
|
3808
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
3735
3809
|
path: _path2 + ".sampleId",
|
|
3736
3810
|
expected: "string",
|
|
3737
3811
|
value: input3.sampleId
|
|
@@ -3782,24 +3856,24 @@ var validPercentileRequest = (input) => {
|
|
|
3782
3856
|
})();
|
|
3783
3857
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3784
3858
|
if ("metaboliteIntensity" === input3.type)
|
|
3785
|
-
return $vo45(input3, _path2, _exceptionable2);
|
|
3786
|
-
if ("categorical" === input3.type)
|
|
3787
3859
|
return $vo46(input3, _path2, _exceptionable2);
|
|
3788
|
-
if ("
|
|
3860
|
+
if ("categorical" === input3.type)
|
|
3789
3861
|
return $vo47(input3, _path2, _exceptionable2);
|
|
3790
|
-
if ("
|
|
3862
|
+
if ("snp" === input3.type)
|
|
3791
3863
|
return $vo48(input3, _path2, _exceptionable2);
|
|
3864
|
+
if ("singleCellCellType" === input3.type)
|
|
3865
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
3792
3866
|
if ("date" === input3.type)
|
|
3793
|
-
return $
|
|
3867
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
3794
3868
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3795
|
-
return $
|
|
3869
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
3796
3870
|
if ("ssGSEA" === input3.type)
|
|
3797
|
-
return $vo51(input3, _path2, _exceptionable2);
|
|
3798
|
-
if ("condition" === input3.type)
|
|
3799
3871
|
return $vo52(input3, _path2, _exceptionable2);
|
|
3800
|
-
if ("
|
|
3872
|
+
if ("condition" === input3.type)
|
|
3801
3873
|
return $vo53(input3, _path2, _exceptionable2);
|
|
3802
|
-
|
|
3874
|
+
if ("termCollection" === input3.type)
|
|
3875
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3876
|
+
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo44(input3, _path2, false) || $vo45(input3, _path2, false) || $vo59(input3, _path2, false) || $vo55(input3, _path2, false);
|
|
3803
3877
|
})();
|
|
3804
3878
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3805
3879
|
if (void 0 !== input3.ranges)
|