@sjcrh/proteinpaint-types 2.180.1 → 2.182.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-XCSFBW4V.js → chunk-2QTCQFYE.js} +1101 -649
- package/dist/{chunk-DIKDKRFN.js → chunk-3DA4MJ2U.js} +691 -467
- package/dist/{chunk-Y6F7ZVSV.js → chunk-45VA4Y6L.js} +691 -467
- package/dist/chunk-7OA6G77M.js +113 -0
- package/dist/{chunk-XAGXFLSH.js → chunk-C5ECCXOT.js} +1402 -756
- package/dist/{chunk-PZUKZRSI.js → chunk-DDMUMMOL.js} +438 -214
- package/dist/{chunk-4DCPDZW4.js → chunk-G6ZTAMGK.js} +13 -1
- package/dist/{chunk-DPWX7ORN.js → chunk-J55IQXT7.js} +515 -291
- package/dist/{chunk-P75GBHFO.js → chunk-K6W2WEPW.js} +857 -395
- package/dist/{chunk-LLBTODL6.js → chunk-KNDCWQJD.js} +691 -467
- package/dist/{chunk-NOT62STS.js → chunk-UBAJYDGK.js} +453 -229
- package/dist/{chunk-WSKMTIOO.js → chunk-URYAC364.js} +677 -453
- package/dist/{chunk-6PTYP7X4.js → chunk-UYKWZWCU.js} +2180 -1062
- package/dist/{chunk-OT6W3FNI.js → chunk-VUNM6QTX.js} +438 -214
- package/dist/{chunk-ICACMXK2.js → chunk-ZKO7LMCC.js} +438 -214
- package/dist/{chunk-KFNXZOED.js → chunk-ZRTB7SRA.js} +653 -425
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +34 -34
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +438 -214
- package/dist/termdb.chat2.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.diffMeth.js +1 -1
- package/dist/termdb.dmr.js +1 -1
- package/dist/termdb.isoformAvailability.js +11 -0
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violinBox.js +11 -0
- package/package.json +1 -1
- package/src/dataset.ts +92 -58
- package/src/index.ts +3 -2
- package/src/routes/termdb.cluster.ts +11 -0
- package/src/routes/termdb.diffMeth.ts +6 -0
- package/src/routes/termdb.dmr.ts +73 -14
- package/src/routes/termdb.isoformAvailability.ts +22 -0
- package/src/routes/termdb.violinBox.ts +230 -0
- package/src/terms/isoformExpression.ts +36 -0
- package/src/terms/numeric.ts +2 -0
- package/src/vocab.ts +0 -1
- package/dist/chunk-R7BNDCKV.js +0 -3722
- package/dist/termdb.boxplot.js +0 -11
- package/dist/termdb.violin.js +0 -11
- package/src/routes/termdb.boxplot.ts +0 -164
- package/src/routes/termdb.violin.ts +0 -163
|
@@ -83,7 +83,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
83
83
|
return "object" === typeof value && null !== value && $iu7(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 && $iu8(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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(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)
|
|
@@ -92,7 +92,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
92
92
|
return true;
|
|
93
93
|
return true;
|
|
94
94
|
});
|
|
95
|
-
const $io4 = (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) && $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)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
95
|
+
const $io4 = (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) && $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)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting));
|
|
96
96
|
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
97
97
|
const value = input3[key];
|
|
98
98
|
if (void 0 === value)
|
|
@@ -107,7 +107,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
107
107
|
const $io7 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem))) && (void 0 === input3.$id || "string" === typeof input3.$id);
|
|
108
108
|
const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
|
|
109
109
|
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io6(elem))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
|
|
110
|
-
const $io10 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $
|
|
110
|
+
const $io10 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
111
111
|
const $io11 = (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) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
112
112
|
const $io12 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
113
113
|
const $io13 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
@@ -127,19 +127,21 @@ var validTermsByIdsResponse = (input) => {
|
|
|
127
127
|
const $io20 = (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) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
|
|
128
128
|
const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
129
129
|
const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
130
|
-
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
131
|
-
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
132
|
-
const $
|
|
133
|
-
const $
|
|
134
|
-
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
135
|
-
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
136
|
-
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
137
|
-
const $io31 = (input3) => "
|
|
138
|
-
const $io32 = (input3) => "string" === typeof input3.
|
|
139
|
-
const $io33 = (input3) =>
|
|
140
|
-
const $io34 = (input3) => "string" === typeof input3.
|
|
141
|
-
const $io35 = (input3) => "
|
|
142
|
-
const $io36 = (input3) =>
|
|
130
|
+
const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "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);
|
|
131
|
+
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
132
|
+
const $io25 = (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) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(input3.bins));
|
|
133
|
+
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
|
|
134
|
+
const $io28 = (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) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
135
|
+
const $io29 = (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) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(input3.bins));
|
|
136
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
|
|
137
|
+
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
138
|
+
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
139
|
+
const $io33 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
|
|
140
|
+
const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
141
|
+
const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
|
|
142
|
+
const $io36 = (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) && $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));
|
|
143
|
+
const $io37 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
144
|
+
const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
|
|
143
145
|
if (["key", "label"].some((prop) => key === prop))
|
|
144
146
|
return true;
|
|
145
147
|
const value = input3[key];
|
|
@@ -149,30 +151,30 @@ var validTermsByIdsResponse = (input) => {
|
|
|
149
151
|
return true;
|
|
150
152
|
return true;
|
|
151
153
|
});
|
|
152
|
-
const $
|
|
153
|
-
const $
|
|
154
|
-
const $
|
|
155
|
-
const $
|
|
156
|
-
const $
|
|
157
|
-
const $
|
|
158
|
-
const $
|
|
159
|
-
const $
|
|
160
|
-
const $
|
|
161
|
-
const $
|
|
162
|
-
const $
|
|
163
|
-
const $
|
|
164
|
-
const $
|
|
165
|
-
const $
|
|
166
|
-
const $
|
|
167
|
-
const $
|
|
154
|
+
const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io50(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
|
|
155
|
+
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu12(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
156
|
+
const $io41 = (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))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
|
|
157
|
+
const $io42 = (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)) && "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);
|
|
158
|
+
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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;
|
|
159
|
+
const $io44 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io45(elem)));
|
|
160
|
+
const $io45 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
161
|
+
const $io46 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
162
|
+
const $io47 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
163
|
+
const $io48 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
|
|
164
|
+
const $io49 = (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 && $io44(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
|
|
165
|
+
const $io50 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
|
|
166
|
+
const $io51 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && "number" === typeof input3.ratio;
|
|
167
|
+
const $io52 = (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.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io53(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io54(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io56(input3.valueTransform));
|
|
168
|
+
const $io53 = (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));
|
|
169
|
+
const $io54 = (input3) => Object.keys(input3).every((key) => {
|
|
168
170
|
const value = input3[key];
|
|
169
171
|
if (void 0 === value)
|
|
170
172
|
return true;
|
|
171
173
|
if (RegExp(/(.*)/).test(key))
|
|
172
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
174
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io55(value);
|
|
173
175
|
return true;
|
|
174
176
|
});
|
|
175
|
-
const $
|
|
177
|
+
const $io55 = (input3) => Object.keys(input3).every((key) => {
|
|
176
178
|
const value = input3[key];
|
|
177
179
|
if (void 0 === value)
|
|
178
180
|
return true;
|
|
@@ -180,48 +182,48 @@ var validTermsByIdsResponse = (input) => {
|
|
|
180
182
|
return true;
|
|
181
183
|
return true;
|
|
182
184
|
});
|
|
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 $
|
|
204
|
-
const $
|
|
205
|
-
const $
|
|
206
|
-
const $
|
|
207
|
-
const $
|
|
208
|
-
const $
|
|
209
|
-
const $
|
|
210
|
-
const $
|
|
211
|
-
const $
|
|
212
|
-
const $
|
|
213
|
-
const $
|
|
214
|
-
const $
|
|
215
|
-
const $
|
|
216
|
-
const $
|
|
217
|
-
const $
|
|
218
|
-
const $
|
|
219
|
-
const $
|
|
220
|
-
const $
|
|
221
|
-
const $
|
|
222
|
-
const $
|
|
223
|
-
const $
|
|
224
|
-
const $
|
|
185
|
+
const $io56 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
|
|
186
|
+
const $io57 = (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.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io53(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io54(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io58(elem)));
|
|
187
|
+
const $io58 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
188
|
+
const $io59 = (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 && $io44(input3.groupsetting));
|
|
189
|
+
const $io60 = (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)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting));
|
|
190
|
+
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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
191
|
+
const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
192
|
+
const $io64 = (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;
|
|
193
|
+
const $io65 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
194
|
+
const $io66 = (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 && $io67(input3.customset));
|
|
195
|
+
const $io67 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
196
|
+
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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io15(input3.q));
|
|
197
|
+
const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
|
|
198
|
+
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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io71(input3.q));
|
|
199
|
+
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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
200
|
+
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 && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io73(input3.q));
|
|
201
|
+
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) && (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);
|
|
202
|
+
const $io74 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
|
|
203
|
+
const $io75 = (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 && $io76(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
204
|
+
const $io76 = (input3) => "number" === typeof input3.value;
|
|
205
|
+
const $io77 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io80(input3.q));
|
|
206
|
+
const $io78 = (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 && $io44(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
|
|
207
|
+
const $io79 = (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 && $io44(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
|
|
208
|
+
const $io80 = (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;
|
|
209
|
+
const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q));
|
|
210
|
+
const $io82 = (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);
|
|
211
|
+
const $io83 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io84(input3.q));
|
|
212
|
+
const $io84 = (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 && $io67(input3.customset)) && Array.isArray(input3.dtLst);
|
|
213
|
+
const $io85 = (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 && $io36(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
|
|
214
|
+
const $io86 = (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;
|
|
215
|
+
const $io87 = (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;
|
|
216
|
+
const $io88 = (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 && $io89(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io91(input3.term));
|
|
217
|
+
const $io89 = (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 && $io90(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;
|
|
218
|
+
const $io90 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
|
|
219
|
+
const $io91 = (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 && $io92(elem)));
|
|
220
|
+
const $io92 = (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 && $io93(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io94(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);
|
|
221
|
+
const $io93 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
222
|
+
const $io94 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
223
|
+
const $io95 = (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 && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io52(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io96(input3.q));
|
|
224
|
+
const $io96 = (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));
|
|
225
|
+
const $io97 = (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 && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io57(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io98(input3.q));
|
|
226
|
+
const $io98 = (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 && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io58(elem)));
|
|
225
227
|
const $iu0 = (input3) => (() => {
|
|
226
228
|
if ("tvslst" === input3.type)
|
|
227
229
|
return $io7(input3);
|
|
@@ -235,21 +237,21 @@ var validTermsByIdsResponse = (input) => {
|
|
|
235
237
|
if (true === input3.stopunbounded)
|
|
236
238
|
return $io19(input3);
|
|
237
239
|
if (void 0 !== input3.value)
|
|
238
|
-
return $
|
|
240
|
+
return $io33(input3);
|
|
239
241
|
return $io18(input3);
|
|
240
242
|
})();
|
|
241
243
|
const $iu2 = (input3) => (() => {
|
|
242
244
|
if ("gene" === input3.kind)
|
|
243
|
-
return $
|
|
245
|
+
return $io42(input3);
|
|
244
246
|
if ("coord" === input3.kind)
|
|
245
|
-
return $
|
|
247
|
+
return $io43(input3);
|
|
246
248
|
return false;
|
|
247
249
|
})();
|
|
248
250
|
const $iu3 = (input3) => (() => {
|
|
249
251
|
if ("string" === typeof input3.type)
|
|
250
|
-
return $io44(input3);
|
|
251
|
-
if ("filter" === input3.type)
|
|
252
252
|
return $io46(input3);
|
|
253
|
+
if ("filter" === input3.type)
|
|
254
|
+
return $io48(input3);
|
|
253
255
|
return false;
|
|
254
256
|
})();
|
|
255
257
|
const $iu4 = (input3) => (() => {
|
|
@@ -275,33 +277,33 @@ var validTermsByIdsResponse = (input) => {
|
|
|
275
277
|
})();
|
|
276
278
|
const $iu7 = (input3) => (() => {
|
|
277
279
|
if ("TermCollectionTWQual" === input3.type)
|
|
278
|
-
return $
|
|
280
|
+
return $io97(input3);
|
|
279
281
|
if ("TermCollectionTWCont" === input3.type)
|
|
280
|
-
return $
|
|
282
|
+
return $io95(input3);
|
|
281
283
|
if ("SnpsTW" === input3.type)
|
|
282
|
-
return $
|
|
284
|
+
return $io88(input3);
|
|
283
285
|
if ("ConditionTW" === input3.type)
|
|
284
|
-
return $
|
|
286
|
+
return $io85(input3);
|
|
285
287
|
if ("GvCustomGsTW" === input3.type)
|
|
286
|
-
return $
|
|
288
|
+
return $io83(input3);
|
|
287
289
|
if ("GvPredefinedGsTW" === input3.type)
|
|
288
|
-
return $
|
|
290
|
+
return $io81(input3);
|
|
289
291
|
if ("GvValuesTW" === input3.type)
|
|
290
|
-
return $
|
|
292
|
+
return $io77(input3);
|
|
291
293
|
if ("NumTWSpline" === input3.type)
|
|
292
|
-
return $
|
|
294
|
+
return $io74(input3);
|
|
293
295
|
if ("NumTWCont" === input3.type)
|
|
294
|
-
return $
|
|
296
|
+
return $io72(input3);
|
|
295
297
|
if ("NumTWBinary" === input3.type)
|
|
296
|
-
return $
|
|
298
|
+
return $io70(input3);
|
|
297
299
|
if ("NumTWCustomBin" === input3.type)
|
|
298
|
-
return $
|
|
300
|
+
return $io69(input3);
|
|
299
301
|
if ("NumTWRegularBin" === input3.type)
|
|
300
|
-
return $
|
|
302
|
+
return $io68(input3);
|
|
301
303
|
if ("QualTWCustomGS" === input3.type)
|
|
302
|
-
return $
|
|
304
|
+
return $io65(input3);
|
|
303
305
|
if ("QualTWPredefinedGS" === input3.type)
|
|
304
|
-
return $
|
|
306
|
+
return $io63(input3);
|
|
305
307
|
if ("QualTWValues" === input3.type)
|
|
306
308
|
return $io2(input3);
|
|
307
309
|
return false;
|
|
@@ -310,23 +312,23 @@ var validTermsByIdsResponse = (input) => {
|
|
|
310
312
|
if ("categorical" === input3.type)
|
|
311
313
|
return $io4(input3);
|
|
312
314
|
if ("snp" === input3.type)
|
|
313
|
-
return $
|
|
315
|
+
return $io59(input3);
|
|
314
316
|
if ("singleCellCellType" === input3.type)
|
|
315
|
-
return $
|
|
317
|
+
return $io60(input3);
|
|
316
318
|
return false;
|
|
317
319
|
})();
|
|
318
320
|
const $iu9 = (input3) => (() => {
|
|
319
321
|
if (void 0 !== input3.ranges)
|
|
320
322
|
return $io10(input3);
|
|
321
323
|
if (void 0 !== input3.ratio)
|
|
322
|
-
return $
|
|
324
|
+
return $io51(input3);
|
|
323
325
|
return (() => {
|
|
324
326
|
if ($io9(input3))
|
|
325
327
|
return $io9(input3);
|
|
326
|
-
if ($
|
|
327
|
-
return $
|
|
328
|
-
if ($
|
|
329
|
-
return $
|
|
328
|
+
if ($io35(input3))
|
|
329
|
+
return $io35(input3);
|
|
330
|
+
if ($io39(input3))
|
|
331
|
+
return $io39(input3);
|
|
330
332
|
return false;
|
|
331
333
|
})();
|
|
332
334
|
})();
|
|
@@ -334,24 +336,28 @@ var validTermsByIdsResponse = (input) => {
|
|
|
334
336
|
if ("integer" === input3.type || "float" === input3.type)
|
|
335
337
|
return $io11(input3);
|
|
336
338
|
if ("metaboliteIntensity" === input3.type)
|
|
337
|
-
return $
|
|
339
|
+
return $io25(input3);
|
|
338
340
|
if ("proteomeAbundance" === input3.type)
|
|
339
|
-
return $io24(input3);
|
|
340
|
-
if ("date" === input3.type)
|
|
341
341
|
return $io26(input3);
|
|
342
|
+
if ("date" === input3.type)
|
|
343
|
+
return $io28(input3);
|
|
342
344
|
if ("ssGSEA" === input3.type)
|
|
343
|
-
return $
|
|
345
|
+
return $io29(input3);
|
|
344
346
|
if ("dnaMethylation" === input3.type)
|
|
345
|
-
return $
|
|
347
|
+
return $io30(input3);
|
|
346
348
|
return (() => {
|
|
347
349
|
if ($io22(input3))
|
|
348
350
|
return $io22(input3);
|
|
349
351
|
if ($io21(input3))
|
|
350
352
|
return $io21(input3);
|
|
351
|
-
if ($
|
|
352
|
-
return $
|
|
353
|
-
if ($
|
|
354
|
-
return $
|
|
353
|
+
if ($io24(input3))
|
|
354
|
+
return $io24(input3);
|
|
355
|
+
if ($io23(input3))
|
|
356
|
+
return $io23(input3);
|
|
357
|
+
if ($io32(input3))
|
|
358
|
+
return $io32(input3);
|
|
359
|
+
if ($io31(input3))
|
|
360
|
+
return $io31(input3);
|
|
355
361
|
return false;
|
|
356
362
|
})();
|
|
357
363
|
})();
|
|
@@ -364,30 +370,30 @@ var validTermsByIdsResponse = (input) => {
|
|
|
364
370
|
})();
|
|
365
371
|
const $iu12 = (input3) => (() => {
|
|
366
372
|
if ("gene" === input3.kind)
|
|
367
|
-
return $
|
|
373
|
+
return $io41(input3);
|
|
368
374
|
if ("coord" === input3.kind)
|
|
369
|
-
return $
|
|
375
|
+
return $io49(input3);
|
|
370
376
|
return false;
|
|
371
377
|
})();
|
|
372
378
|
const $iu13 = (input3) => (() => {
|
|
373
379
|
if ("numeric" === input3.memberType)
|
|
374
|
-
return $
|
|
380
|
+
return $io52(input3);
|
|
375
381
|
if ("categorical" === input3.memberType)
|
|
376
|
-
return $
|
|
382
|
+
return $io57(input3);
|
|
377
383
|
return false;
|
|
378
384
|
})();
|
|
379
385
|
const $iu14 = (input3) => (() => {
|
|
380
386
|
if ("gene" === input3.kind)
|
|
381
|
-
return $
|
|
387
|
+
return $io78(input3);
|
|
382
388
|
if ("coord" === input3.kind)
|
|
383
|
-
return $
|
|
389
|
+
return $io79(input3);
|
|
384
390
|
return false;
|
|
385
391
|
})();
|
|
386
392
|
const $iu15 = (input3) => (() => {
|
|
387
393
|
if ("grade" === input3.valueFor)
|
|
388
|
-
return $
|
|
394
|
+
return $io86(input3);
|
|
389
395
|
if ("children" === input3.valueFor)
|
|
390
|
-
return $
|
|
396
|
+
return $io87(input3);
|
|
391
397
|
return false;
|
|
392
398
|
})();
|
|
393
399
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -457,7 +463,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
457
463
|
path: _path2 + ".q",
|
|
458
464
|
expected: "ValuesQ",
|
|
459
465
|
value: input3.q
|
|
460
|
-
})) && $
|
|
466
|
+
})) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
461
467
|
path: _path2 + ".q",
|
|
462
468
|
expected: "ValuesQ",
|
|
463
469
|
value: input3.q
|
|
@@ -542,7 +548,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
542
548
|
path: _path2 + ".groupsetting",
|
|
543
549
|
expected: "TermGroupSetting",
|
|
544
550
|
value: input3.groupsetting
|
|
545
|
-
})) && $
|
|
551
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
546
552
|
path: _path2 + ".groupsetting",
|
|
547
553
|
expected: "TermGroupSetting",
|
|
548
554
|
value: input3.groupsetting
|
|
@@ -747,11 +753,11 @@ var validTermsByIdsResponse = (input) => {
|
|
|
747
753
|
value: input3.value_by_computable_grade
|
|
748
754
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
749
755
|
path: _path2 + ".term",
|
|
750
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
756
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
751
757
|
value: input3.term
|
|
752
758
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
753
759
|
path: _path2 + ".term",
|
|
754
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
760
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
755
761
|
value: input3.term
|
|
756
762
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
757
763
|
path: _path2 + ".ranges",
|
|
@@ -777,7 +783,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
777
783
|
path: _path2 + ".values[" + _index6 + "]",
|
|
778
784
|
expected: "__type.o6",
|
|
779
785
|
value: elem
|
|
780
|
-
})) && $
|
|
786
|
+
})) && $vo34(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
781
787
|
path: _path2 + ".values[" + _index6 + "]",
|
|
782
788
|
expected: "__type.o6",
|
|
783
789
|
value: elem
|
|
@@ -1391,9 +1397,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1391
1397
|
path: _path2 + ".name",
|
|
1392
1398
|
expected: "string",
|
|
1393
1399
|
value: input3.name
|
|
1394
|
-
}), "
|
|
1400
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1395
1401
|
path: _path2 + ".type",
|
|
1396
|
-
expected: '"
|
|
1402
|
+
expected: '"isoformExpression"',
|
|
1397
1403
|
value: input3.type
|
|
1398
1404
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1399
1405
|
path: _path2 + ".child_types",
|
|
@@ -1459,6 +1465,224 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1459
1465
|
path: _path2 + ".unit",
|
|
1460
1466
|
expected: "(string | undefined)",
|
|
1461
1467
|
value: input3.unit
|
|
1468
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1469
|
+
path: _path2 + ".bins",
|
|
1470
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1471
|
+
value: input3.bins
|
|
1472
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1473
|
+
path: _path2 + ".bins",
|
|
1474
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1475
|
+
value: input3.bins
|
|
1476
|
+
}), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
|
|
1477
|
+
path: _path2 + ".kind",
|
|
1478
|
+
expected: '("isoform" | undefined)',
|
|
1479
|
+
value: input3.kind
|
|
1480
|
+
}), "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1481
|
+
path: _path2 + ".isoform",
|
|
1482
|
+
expected: "string",
|
|
1483
|
+
value: input3.isoform
|
|
1484
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1485
|
+
path: _path2 + ".gene",
|
|
1486
|
+
expected: "(string | undefined)",
|
|
1487
|
+
value: input3.gene
|
|
1488
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1489
|
+
path: _path2 + ".chr",
|
|
1490
|
+
expected: "(string | undefined)",
|
|
1491
|
+
value: input3.chr
|
|
1492
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1493
|
+
path: _path2 + ".start",
|
|
1494
|
+
expected: "(number | undefined)",
|
|
1495
|
+
value: input3.start
|
|
1496
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1497
|
+
path: _path2 + ".stop",
|
|
1498
|
+
expected: "(number | undefined)",
|
|
1499
|
+
value: input3.stop
|
|
1500
|
+
})].every((flag) => flag);
|
|
1501
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1502
|
+
path: _path2 + ".id",
|
|
1503
|
+
expected: "string",
|
|
1504
|
+
value: input3.id
|
|
1505
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1506
|
+
path: _path2 + ".name",
|
|
1507
|
+
expected: "string",
|
|
1508
|
+
value: input3.name
|
|
1509
|
+
}), "isoformExpression" === input3.type || $report(_exceptionable2, {
|
|
1510
|
+
path: _path2 + ".type",
|
|
1511
|
+
expected: '"isoformExpression"',
|
|
1512
|
+
value: input3.type
|
|
1513
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1514
|
+
path: _path2 + ".child_types",
|
|
1515
|
+
expected: "(Array<string> | undefined)",
|
|
1516
|
+
value: input3.child_types
|
|
1517
|
+
})) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1518
|
+
path: _path2 + ".child_types[" + _index16 + "]",
|
|
1519
|
+
expected: "string",
|
|
1520
|
+
value: elem
|
|
1521
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1522
|
+
path: _path2 + ".child_types",
|
|
1523
|
+
expected: "(Array<string> | undefined)",
|
|
1524
|
+
value: input3.child_types
|
|
1525
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1526
|
+
path: _path2 + ".hashtmldetail",
|
|
1527
|
+
expected: "(boolean | undefined)",
|
|
1528
|
+
value: input3.hashtmldetail
|
|
1529
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1530
|
+
path: _path2 + ".included_types",
|
|
1531
|
+
expected: "(Array<string> | undefined)",
|
|
1532
|
+
value: input3.included_types
|
|
1533
|
+
})) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1534
|
+
path: _path2 + ".included_types[" + _index17 + "]",
|
|
1535
|
+
expected: "string",
|
|
1536
|
+
value: elem
|
|
1537
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1538
|
+
path: _path2 + ".included_types",
|
|
1539
|
+
expected: "(Array<string> | undefined)",
|
|
1540
|
+
value: input3.included_types
|
|
1541
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1542
|
+
path: _path2 + ".isleaf",
|
|
1543
|
+
expected: "(boolean | undefined)",
|
|
1544
|
+
value: input3.isleaf
|
|
1545
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1546
|
+
path: _path2 + ".values",
|
|
1547
|
+
expected: "(TermValues | undefined)",
|
|
1548
|
+
value: input3.values
|
|
1549
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1550
|
+
path: _path2 + ".values",
|
|
1551
|
+
expected: "(TermValues | undefined)",
|
|
1552
|
+
value: input3.values
|
|
1553
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1554
|
+
path: _path2 + ".skipValuesBuild",
|
|
1555
|
+
expected: "(boolean | undefined)",
|
|
1556
|
+
value: input3.skipValuesBuild
|
|
1557
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1558
|
+
path: _path2 + ".valueConversion",
|
|
1559
|
+
expected: "(__type.o3 | undefined)",
|
|
1560
|
+
value: input3.valueConversion
|
|
1561
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1562
|
+
path: _path2 + ".valueConversion",
|
|
1563
|
+
expected: "(__type.o3 | undefined)",
|
|
1564
|
+
value: input3.valueConversion
|
|
1565
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1566
|
+
path: _path2 + ".continuousColorScale",
|
|
1567
|
+
expected: "(__type.o4 | undefined)",
|
|
1568
|
+
value: input3.continuousColorScale
|
|
1569
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1570
|
+
path: _path2 + ".continuousColorScale",
|
|
1571
|
+
expected: "(__type.o4 | undefined)",
|
|
1572
|
+
value: input3.continuousColorScale
|
|
1573
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1574
|
+
path: _path2 + ".unit",
|
|
1575
|
+
expected: "(string | undefined)",
|
|
1576
|
+
value: input3.unit
|
|
1577
|
+
}), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1578
|
+
path: _path2 + ".bins",
|
|
1579
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1580
|
+
value: input3.bins
|
|
1581
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1582
|
+
path: _path2 + ".bins",
|
|
1583
|
+
expected: "(PresetNumericBins | undefined)",
|
|
1584
|
+
value: input3.bins
|
|
1585
|
+
}), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
|
|
1586
|
+
path: _path2 + ".kind",
|
|
1587
|
+
expected: '("coord" | undefined)',
|
|
1588
|
+
value: input3.kind
|
|
1589
|
+
}), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
|
|
1590
|
+
path: _path2 + ".isoform",
|
|
1591
|
+
expected: "(string | undefined)",
|
|
1592
|
+
value: input3.isoform
|
|
1593
|
+
}), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1594
|
+
path: _path2 + ".gene",
|
|
1595
|
+
expected: "(string | undefined)",
|
|
1596
|
+
value: input3.gene
|
|
1597
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1598
|
+
path: _path2 + ".chr",
|
|
1599
|
+
expected: "string",
|
|
1600
|
+
value: input3.chr
|
|
1601
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1602
|
+
path: _path2 + ".start",
|
|
1603
|
+
expected: "number",
|
|
1604
|
+
value: input3.start
|
|
1605
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1606
|
+
path: _path2 + ".stop",
|
|
1607
|
+
expected: "number",
|
|
1608
|
+
value: input3.stop
|
|
1609
|
+
})].every((flag) => flag);
|
|
1610
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1611
|
+
path: _path2 + ".id",
|
|
1612
|
+
expected: "string",
|
|
1613
|
+
value: input3.id
|
|
1614
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1615
|
+
path: _path2 + ".name",
|
|
1616
|
+
expected: "string",
|
|
1617
|
+
value: input3.name
|
|
1618
|
+
}), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
1619
|
+
path: _path2 + ".type",
|
|
1620
|
+
expected: '"metaboliteIntensity"',
|
|
1621
|
+
value: input3.type
|
|
1622
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1623
|
+
path: _path2 + ".child_types",
|
|
1624
|
+
expected: "(Array<string> | undefined)",
|
|
1625
|
+
value: input3.child_types
|
|
1626
|
+
})) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1627
|
+
path: _path2 + ".child_types[" + _index18 + "]",
|
|
1628
|
+
expected: "string",
|
|
1629
|
+
value: elem
|
|
1630
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1631
|
+
path: _path2 + ".child_types",
|
|
1632
|
+
expected: "(Array<string> | undefined)",
|
|
1633
|
+
value: input3.child_types
|
|
1634
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1635
|
+
path: _path2 + ".hashtmldetail",
|
|
1636
|
+
expected: "(boolean | undefined)",
|
|
1637
|
+
value: input3.hashtmldetail
|
|
1638
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1639
|
+
path: _path2 + ".included_types",
|
|
1640
|
+
expected: "(Array<string> | undefined)",
|
|
1641
|
+
value: input3.included_types
|
|
1642
|
+
})) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1643
|
+
path: _path2 + ".included_types[" + _index19 + "]",
|
|
1644
|
+
expected: "string",
|
|
1645
|
+
value: elem
|
|
1646
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1647
|
+
path: _path2 + ".included_types",
|
|
1648
|
+
expected: "(Array<string> | undefined)",
|
|
1649
|
+
value: input3.included_types
|
|
1650
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1651
|
+
path: _path2 + ".isleaf",
|
|
1652
|
+
expected: "(boolean | undefined)",
|
|
1653
|
+
value: input3.isleaf
|
|
1654
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1655
|
+
path: _path2 + ".values",
|
|
1656
|
+
expected: "(TermValues | undefined)",
|
|
1657
|
+
value: input3.values
|
|
1658
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1659
|
+
path: _path2 + ".values",
|
|
1660
|
+
expected: "(TermValues | undefined)",
|
|
1661
|
+
value: input3.values
|
|
1662
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1663
|
+
path: _path2 + ".skipValuesBuild",
|
|
1664
|
+
expected: "(boolean | undefined)",
|
|
1665
|
+
value: input3.skipValuesBuild
|
|
1666
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
1667
|
+
path: _path2 + ".valueConversion",
|
|
1668
|
+
expected: "(__type.o3 | undefined)",
|
|
1669
|
+
value: input3.valueConversion
|
|
1670
|
+
})) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
1671
|
+
path: _path2 + ".valueConversion",
|
|
1672
|
+
expected: "(__type.o3 | undefined)",
|
|
1673
|
+
value: input3.valueConversion
|
|
1674
|
+
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1675
|
+
path: _path2 + ".continuousColorScale",
|
|
1676
|
+
expected: "(__type.o4 | undefined)",
|
|
1677
|
+
value: input3.continuousColorScale
|
|
1678
|
+
})) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1679
|
+
path: _path2 + ".continuousColorScale",
|
|
1680
|
+
expected: "(__type.o4 | undefined)",
|
|
1681
|
+
value: input3.continuousColorScale
|
|
1682
|
+
}), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
|
|
1683
|
+
path: _path2 + ".unit",
|
|
1684
|
+
expected: "(string | undefined)",
|
|
1685
|
+
value: input3.unit
|
|
1462
1686
|
}), "string" === typeof input3.metabolite || $report(_exceptionable2, {
|
|
1463
1687
|
path: _path2 + ".metabolite",
|
|
1464
1688
|
expected: "string",
|
|
@@ -1472,7 +1696,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1472
1696
|
expected: "(PresetNumericBins | undefined)",
|
|
1473
1697
|
value: input3.bins
|
|
1474
1698
|
})].every((flag) => flag);
|
|
1475
|
-
const $
|
|
1699
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1476
1700
|
path: _path2 + ".id",
|
|
1477
1701
|
expected: "string",
|
|
1478
1702
|
value: input3.id
|
|
@@ -1488,8 +1712,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1488
1712
|
path: _path2 + ".child_types",
|
|
1489
1713
|
expected: "(Array<string> | undefined)",
|
|
1490
1714
|
value: input3.child_types
|
|
1491
|
-
})) && input3.child_types.map((elem,
|
|
1492
|
-
path: _path2 + ".child_types[" +
|
|
1715
|
+
})) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1716
|
+
path: _path2 + ".child_types[" + _index20 + "]",
|
|
1493
1717
|
expected: "string",
|
|
1494
1718
|
value: elem
|
|
1495
1719
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1504,8 +1728,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1504
1728
|
path: _path2 + ".included_types",
|
|
1505
1729
|
expected: "(Array<string> | undefined)",
|
|
1506
1730
|
value: input3.included_types
|
|
1507
|
-
})) && input3.included_types.map((elem,
|
|
1508
|
-
path: _path2 + ".included_types[" +
|
|
1731
|
+
})) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1732
|
+
path: _path2 + ".included_types[" + _index21 + "]",
|
|
1509
1733
|
expected: "string",
|
|
1510
1734
|
value: elem
|
|
1511
1735
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1564,12 +1788,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1564
1788
|
path: _path2 + ".proteomeDetails",
|
|
1565
1789
|
expected: "ProteomeDetails",
|
|
1566
1790
|
value: input3.proteomeDetails
|
|
1567
|
-
})) && $
|
|
1791
|
+
})) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
|
|
1568
1792
|
path: _path2 + ".proteomeDetails",
|
|
1569
1793
|
expected: "ProteomeDetails",
|
|
1570
1794
|
value: input3.proteomeDetails
|
|
1571
1795
|
})].every((flag) => flag);
|
|
1572
|
-
const $
|
|
1796
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
|
|
1573
1797
|
path: _path2 + ".assay",
|
|
1574
1798
|
expected: "string",
|
|
1575
1799
|
value: input3.assay
|
|
@@ -1578,7 +1802,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1578
1802
|
expected: "string",
|
|
1579
1803
|
value: input3.cohort
|
|
1580
1804
|
})].every((flag) => flag);
|
|
1581
|
-
const $
|
|
1805
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1582
1806
|
path: _path2 + ".id",
|
|
1583
1807
|
expected: "string",
|
|
1584
1808
|
value: input3.id
|
|
@@ -1594,8 +1818,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1594
1818
|
path: _path2 + ".child_types",
|
|
1595
1819
|
expected: "(Array<string> | undefined)",
|
|
1596
1820
|
value: input3.child_types
|
|
1597
|
-
})) && input3.child_types.map((elem,
|
|
1598
|
-
path: _path2 + ".child_types[" +
|
|
1821
|
+
})) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1822
|
+
path: _path2 + ".child_types[" + _index22 + "]",
|
|
1599
1823
|
expected: "string",
|
|
1600
1824
|
value: elem
|
|
1601
1825
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1610,8 +1834,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1610
1834
|
path: _path2 + ".included_types",
|
|
1611
1835
|
expected: "(Array<string> | undefined)",
|
|
1612
1836
|
value: input3.included_types
|
|
1613
|
-
})) && input3.included_types.map((elem,
|
|
1614
|
-
path: _path2 + ".included_types[" +
|
|
1837
|
+
})) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1838
|
+
path: _path2 + ".included_types[" + _index23 + "]",
|
|
1615
1839
|
expected: "string",
|
|
1616
1840
|
value: elem
|
|
1617
1841
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1663,7 +1887,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1663
1887
|
expected: "(PresetNumericBins | undefined)",
|
|
1664
1888
|
value: input3.bins
|
|
1665
1889
|
})].every((flag) => flag);
|
|
1666
|
-
const $
|
|
1890
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1667
1891
|
path: _path2 + ".id",
|
|
1668
1892
|
expected: "string",
|
|
1669
1893
|
value: input3.id
|
|
@@ -1679,8 +1903,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1679
1903
|
path: _path2 + ".child_types",
|
|
1680
1904
|
expected: "(Array<string> | undefined)",
|
|
1681
1905
|
value: input3.child_types
|
|
1682
|
-
})) && input3.child_types.map((elem,
|
|
1683
|
-
path: _path2 + ".child_types[" +
|
|
1906
|
+
})) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1907
|
+
path: _path2 + ".child_types[" + _index24 + "]",
|
|
1684
1908
|
expected: "string",
|
|
1685
1909
|
value: elem
|
|
1686
1910
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1695,8 +1919,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1695
1919
|
path: _path2 + ".included_types",
|
|
1696
1920
|
expected: "(Array<string> | undefined)",
|
|
1697
1921
|
value: input3.included_types
|
|
1698
|
-
})) && input3.included_types.map((elem,
|
|
1699
|
-
path: _path2 + ".included_types[" +
|
|
1922
|
+
})) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1923
|
+
path: _path2 + ".included_types[" + _index25 + "]",
|
|
1700
1924
|
expected: "string",
|
|
1701
1925
|
value: elem
|
|
1702
1926
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1743,8 +1967,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1743
1967
|
path: _path2 + ".genes",
|
|
1744
1968
|
expected: "(Array<string> | undefined)",
|
|
1745
1969
|
value: input3.genes
|
|
1746
|
-
})) && input3.genes.map((elem,
|
|
1747
|
-
path: _path2 + ".genes[" +
|
|
1970
|
+
})) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1971
|
+
path: _path2 + ".genes[" + _index26 + "]",
|
|
1748
1972
|
expected: "string",
|
|
1749
1973
|
value: elem
|
|
1750
1974
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1760,7 +1984,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1760
1984
|
expected: "(PresetNumericBins | undefined)",
|
|
1761
1985
|
value: input3.bins
|
|
1762
1986
|
})].every((flag) => flag);
|
|
1763
|
-
const $
|
|
1987
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1764
1988
|
path: _path2 + ".id",
|
|
1765
1989
|
expected: "string",
|
|
1766
1990
|
value: input3.id
|
|
@@ -1776,8 +2000,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1776
2000
|
path: _path2 + ".child_types",
|
|
1777
2001
|
expected: "(Array<string> | undefined)",
|
|
1778
2002
|
value: input3.child_types
|
|
1779
|
-
})) && input3.child_types.map((elem,
|
|
1780
|
-
path: _path2 + ".child_types[" +
|
|
2003
|
+
})) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2004
|
+
path: _path2 + ".child_types[" + _index27 + "]",
|
|
1781
2005
|
expected: "string",
|
|
1782
2006
|
value: elem
|
|
1783
2007
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1792,8 +2016,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1792
2016
|
path: _path2 + ".included_types",
|
|
1793
2017
|
expected: "(Array<string> | undefined)",
|
|
1794
2018
|
value: input3.included_types
|
|
1795
|
-
})) && input3.included_types.map((elem,
|
|
1796
|
-
path: _path2 + ".included_types[" +
|
|
2019
|
+
})) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2020
|
+
path: _path2 + ".included_types[" + _index28 + "]",
|
|
1797
2021
|
expected: "string",
|
|
1798
2022
|
value: elem
|
|
1799
2023
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1857,7 +2081,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1857
2081
|
expected: "(PresetNumericBins | undefined)",
|
|
1858
2082
|
value: input3.bins
|
|
1859
2083
|
})].every((flag) => flag);
|
|
1860
|
-
const $
|
|
2084
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1861
2085
|
path: _path2 + ".id",
|
|
1862
2086
|
expected: "string",
|
|
1863
2087
|
value: input3.id
|
|
@@ -1873,8 +2097,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1873
2097
|
path: _path2 + ".child_types",
|
|
1874
2098
|
expected: "(Array<string> | undefined)",
|
|
1875
2099
|
value: input3.child_types
|
|
1876
|
-
})) && input3.child_types.map((elem,
|
|
1877
|
-
path: _path2 + ".child_types[" +
|
|
2100
|
+
})) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2101
|
+
path: _path2 + ".child_types[" + _index29 + "]",
|
|
1878
2102
|
expected: "string",
|
|
1879
2103
|
value: elem
|
|
1880
2104
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1889,8 +2113,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1889
2113
|
path: _path2 + ".included_types",
|
|
1890
2114
|
expected: "(Array<string> | undefined)",
|
|
1891
2115
|
value: input3.included_types
|
|
1892
|
-
})) && input3.included_types.map((elem,
|
|
1893
|
-
path: _path2 + ".included_types[" +
|
|
2116
|
+
})) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2117
|
+
path: _path2 + ".included_types[" + _index30 + "]",
|
|
1894
2118
|
expected: "string",
|
|
1895
2119
|
value: elem
|
|
1896
2120
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1966,7 +2190,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1966
2190
|
expected: "(number | undefined)",
|
|
1967
2191
|
value: input3.stop
|
|
1968
2192
|
})].every((flag) => flag);
|
|
1969
|
-
const $
|
|
2193
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1970
2194
|
path: _path2 + ".id",
|
|
1971
2195
|
expected: "string",
|
|
1972
2196
|
value: input3.id
|
|
@@ -1982,8 +2206,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1982
2206
|
path: _path2 + ".child_types",
|
|
1983
2207
|
expected: "(Array<string> | undefined)",
|
|
1984
2208
|
value: input3.child_types
|
|
1985
|
-
})) && input3.child_types.map((elem,
|
|
1986
|
-
path: _path2 + ".child_types[" +
|
|
2209
|
+
})) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2210
|
+
path: _path2 + ".child_types[" + _index31 + "]",
|
|
1987
2211
|
expected: "string",
|
|
1988
2212
|
value: elem
|
|
1989
2213
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1998,8 +2222,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1998
2222
|
path: _path2 + ".included_types",
|
|
1999
2223
|
expected: "(Array<string> | undefined)",
|
|
2000
2224
|
value: input3.included_types
|
|
2001
|
-
})) && input3.included_types.map((elem,
|
|
2002
|
-
path: _path2 + ".included_types[" +
|
|
2225
|
+
})) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2226
|
+
path: _path2 + ".included_types[" + _index32 + "]",
|
|
2003
2227
|
expected: "string",
|
|
2004
2228
|
value: elem
|
|
2005
2229
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2075,7 +2299,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2075
2299
|
expected: "number",
|
|
2076
2300
|
value: input3.stop
|
|
2077
2301
|
})].every((flag) => flag);
|
|
2078
|
-
const $
|
|
2302
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2079
2303
|
path: _path2 + ".value",
|
|
2080
2304
|
expected: "number",
|
|
2081
2305
|
value: input3.value
|
|
@@ -2088,7 +2312,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2088
2312
|
expected: "(string | undefined)",
|
|
2089
2313
|
value: input3.name
|
|
2090
2314
|
})].every((flag) => flag);
|
|
2091
|
-
const $
|
|
2315
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2092
2316
|
path: _path2 + ".key",
|
|
2093
2317
|
expected: "string",
|
|
2094
2318
|
value: input3.key
|
|
@@ -2105,7 +2329,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2105
2329
|
expected: "(string | undefined)",
|
|
2106
2330
|
value: input3.label
|
|
2107
2331
|
})].every((flag) => flag);
|
|
2108
|
-
const $
|
|
2332
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2109
2333
|
path: _path2 + ".join",
|
|
2110
2334
|
expected: "(string | undefined)",
|
|
2111
2335
|
value: input3.join
|
|
@@ -2137,7 +2361,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2137
2361
|
path: _path2 + ".term",
|
|
2138
2362
|
expected: "ConditionTerm",
|
|
2139
2363
|
value: input3.term
|
|
2140
|
-
})) && $
|
|
2364
|
+
})) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2141
2365
|
path: _path2 + ".term",
|
|
2142
2366
|
expected: "ConditionTerm",
|
|
2143
2367
|
value: input3.term
|
|
@@ -2145,12 +2369,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2145
2369
|
path: _path2 + ".grade_and_child",
|
|
2146
2370
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2147
2371
|
value: input3.grade_and_child
|
|
2148
|
-
})) && input3.grade_and_child.map((elem,
|
|
2149
|
-
path: _path2 + ".grade_and_child[" +
|
|
2372
|
+
})) && input3.grade_and_child.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2373
|
+
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2150
2374
|
expected: "GradeAndChildEntry",
|
|
2151
2375
|
value: elem
|
|
2152
|
-
})) && $
|
|
2153
|
-
path: _path2 + ".grade_and_child[" +
|
|
2376
|
+
})) && $vo37(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2377
|
+
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2154
2378
|
expected: "GradeAndChildEntry",
|
|
2155
2379
|
value: elem
|
|
2156
2380
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2161,12 +2385,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2161
2385
|
path: _path2 + ".values",
|
|
2162
2386
|
expected: "Array<__type>.o1",
|
|
2163
2387
|
value: input3.values
|
|
2164
|
-
})) && input3.values.map((elem,
|
|
2165
|
-
path: _path2 + ".values[" +
|
|
2388
|
+
})) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2389
|
+
path: _path2 + ".values[" + _index34 + "]",
|
|
2166
2390
|
expected: "__type.o7",
|
|
2167
2391
|
value: elem
|
|
2168
|
-
})) && $
|
|
2169
|
-
path: _path2 + ".values[" +
|
|
2392
|
+
})) && $vo38(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2393
|
+
path: _path2 + ".values[" + _index34 + "]",
|
|
2170
2394
|
expected: "__type.o7",
|
|
2171
2395
|
value: elem
|
|
2172
2396
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2174,7 +2398,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2174
2398
|
expected: "Array<__type>.o1",
|
|
2175
2399
|
value: input3.values
|
|
2176
2400
|
})].every((flag) => flag);
|
|
2177
|
-
const $
|
|
2401
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2178
2402
|
path: _path2 + ".id",
|
|
2179
2403
|
expected: "string",
|
|
2180
2404
|
value: input3.id
|
|
@@ -2190,8 +2414,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2190
2414
|
path: _path2 + ".child_types",
|
|
2191
2415
|
expected: "(Array<string> | undefined)",
|
|
2192
2416
|
value: input3.child_types
|
|
2193
|
-
})) && input3.child_types.map((elem,
|
|
2194
|
-
path: _path2 + ".child_types[" +
|
|
2417
|
+
})) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2418
|
+
path: _path2 + ".child_types[" + _index35 + "]",
|
|
2195
2419
|
expected: "string",
|
|
2196
2420
|
value: elem
|
|
2197
2421
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2206,8 +2430,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2206
2430
|
path: _path2 + ".included_types",
|
|
2207
2431
|
expected: "(Array<string> | undefined)",
|
|
2208
2432
|
value: input3.included_types
|
|
2209
|
-
})) && input3.included_types.map((elem,
|
|
2210
|
-
path: _path2 + ".included_types[" +
|
|
2433
|
+
})) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2434
|
+
path: _path2 + ".included_types[" + _index36 + "]",
|
|
2211
2435
|
expected: "string",
|
|
2212
2436
|
value: elem
|
|
2213
2437
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2239,7 +2463,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2239
2463
|
expected: "(__type.o3 | undefined)",
|
|
2240
2464
|
value: input3.valueConversion
|
|
2241
2465
|
})].every((flag) => flag);
|
|
2242
|
-
const $
|
|
2466
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2243
2467
|
path: _path2 + ".grade",
|
|
2244
2468
|
expected: "number",
|
|
2245
2469
|
value: input3.grade
|
|
@@ -2256,7 +2480,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2256
2480
|
expected: "string",
|
|
2257
2481
|
value: input3.child_label
|
|
2258
2482
|
})].every((flag) => flag);
|
|
2259
|
-
const $
|
|
2483
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2260
2484
|
path: _path2 + ".key",
|
|
2261
2485
|
expected: "(number | string)",
|
|
2262
2486
|
value: input3.key
|
|
@@ -2274,7 +2498,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2274
2498
|
return true;
|
|
2275
2499
|
return true;
|
|
2276
2500
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2277
|
-
const $
|
|
2501
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2278
2502
|
path: _path2 + ".join",
|
|
2279
2503
|
expected: "(string | undefined)",
|
|
2280
2504
|
value: input3.join
|
|
@@ -2306,7 +2530,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2306
2530
|
path: _path2 + ".term",
|
|
2307
2531
|
expected: "DtTerm",
|
|
2308
2532
|
value: input3.term
|
|
2309
|
-
})) && $
|
|
2533
|
+
})) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2310
2534
|
path: _path2 + ".term",
|
|
2311
2535
|
expected: "DtTerm",
|
|
2312
2536
|
value: input3.term
|
|
@@ -2314,12 +2538,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2314
2538
|
path: _path2 + ".values",
|
|
2315
2539
|
expected: "Array<GeneVariantValue>",
|
|
2316
2540
|
value: input3.values
|
|
2317
|
-
})) && input3.values.map((elem,
|
|
2318
|
-
path: _path2 + ".values[" +
|
|
2541
|
+
})) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
2542
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2319
2543
|
expected: "GeneVariantValue",
|
|
2320
2544
|
value: elem
|
|
2321
|
-
})) && $
|
|
2322
|
-
path: _path2 + ".values[" +
|
|
2545
|
+
})) && $vo50(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2546
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2323
2547
|
expected: "GeneVariantValue",
|
|
2324
2548
|
value: elem
|
|
2325
2549
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2367,7 +2591,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2367
2591
|
expected: "(number | undefined)",
|
|
2368
2592
|
value: input3.fractionOverlap
|
|
2369
2593
|
})].every((flag) => flag);
|
|
2370
|
-
const $
|
|
2594
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2371
2595
|
path: _path2 + ".id",
|
|
2372
2596
|
expected: "string",
|
|
2373
2597
|
value: input3.id
|
|
@@ -2416,7 +2640,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2416
2640
|
expected: "TermValues",
|
|
2417
2641
|
value: input3.values
|
|
2418
2642
|
})].every((flag) => flag);
|
|
2419
|
-
const $
|
|
2643
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2420
2644
|
path: _path2 + ".id",
|
|
2421
2645
|
expected: "string",
|
|
2422
2646
|
value: input3.id
|
|
@@ -2432,8 +2656,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2432
2656
|
path: _path2 + ".child_types",
|
|
2433
2657
|
expected: "(Array<string> | undefined)",
|
|
2434
2658
|
value: input3.child_types
|
|
2435
|
-
})) && input3.child_types.map((elem,
|
|
2436
|
-
path: _path2 + ".child_types[" +
|
|
2659
|
+
})) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2660
|
+
path: _path2 + ".child_types[" + _index38 + "]",
|
|
2437
2661
|
expected: "string",
|
|
2438
2662
|
value: elem
|
|
2439
2663
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2448,8 +2672,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2448
2672
|
path: _path2 + ".included_types",
|
|
2449
2673
|
expected: "(Array<string> | undefined)",
|
|
2450
2674
|
value: input3.included_types
|
|
2451
|
-
})) && input3.included_types.map((elem,
|
|
2452
|
-
path: _path2 + ".included_types[" +
|
|
2675
|
+
})) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2676
|
+
path: _path2 + ".included_types[" + _index39 + "]",
|
|
2453
2677
|
expected: "string",
|
|
2454
2678
|
value: elem
|
|
2455
2679
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2504,12 +2728,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2504
2728
|
path: _path2 + ".genes",
|
|
2505
2729
|
expected: "Array<GvGeneTerm>",
|
|
2506
2730
|
value: input3.genes
|
|
2507
|
-
})) && input3.genes.map((elem,
|
|
2508
|
-
path: _path2 + ".genes[" +
|
|
2731
|
+
})) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2732
|
+
path: _path2 + ".genes[" + _index40 + "]",
|
|
2509
2733
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2510
2734
|
value: elem
|
|
2511
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2512
|
-
path: _path2 + ".genes[" +
|
|
2735
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2736
|
+
path: _path2 + ".genes[" + _index40 + "]",
|
|
2513
2737
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2514
2738
|
value: elem
|
|
2515
2739
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2520,7 +2744,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2520
2744
|
path: _path2 + ".groupsetting",
|
|
2521
2745
|
expected: "(TermGroupSetting | undefined)",
|
|
2522
2746
|
value: input3.groupsetting
|
|
2523
|
-
})) && $
|
|
2747
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2524
2748
|
path: _path2 + ".groupsetting",
|
|
2525
2749
|
expected: "(TermGroupSetting | undefined)",
|
|
2526
2750
|
value: input3.groupsetting
|
|
@@ -2528,12 +2752,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2528
2752
|
path: _path2 + ".childTerms",
|
|
2529
2753
|
expected: "(Array<DtTerm> | undefined)",
|
|
2530
2754
|
value: input3.childTerms
|
|
2531
|
-
})) && input3.childTerms.map((elem,
|
|
2532
|
-
path: _path2 + ".childTerms[" +
|
|
2755
|
+
})) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2756
|
+
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2533
2757
|
expected: "DtTerm",
|
|
2534
2758
|
value: elem
|
|
2535
|
-
})) && $
|
|
2536
|
-
path: _path2 + ".childTerms[" +
|
|
2759
|
+
})) && $vo40(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2760
|
+
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2537
2761
|
expected: "DtTerm",
|
|
2538
2762
|
value: elem
|
|
2539
2763
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2541,7 +2765,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2541
2765
|
expected: "(Array<DtTerm> | undefined)",
|
|
2542
2766
|
value: input3.childTerms
|
|
2543
2767
|
})].every((flag) => flag);
|
|
2544
|
-
const $
|
|
2768
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2545
2769
|
path: _path2 + ".id",
|
|
2546
2770
|
expected: "string",
|
|
2547
2771
|
value: input3.id
|
|
@@ -2557,8 +2781,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2557
2781
|
path: _path2 + ".child_types",
|
|
2558
2782
|
expected: "(Array<string> | undefined)",
|
|
2559
2783
|
value: input3.child_types
|
|
2560
|
-
})) && input3.child_types.map((elem,
|
|
2561
|
-
path: _path2 + ".child_types[" +
|
|
2784
|
+
})) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2785
|
+
path: _path2 + ".child_types[" + _index42 + "]",
|
|
2562
2786
|
expected: "string",
|
|
2563
2787
|
value: elem
|
|
2564
2788
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2573,8 +2797,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2573
2797
|
path: _path2 + ".included_types",
|
|
2574
2798
|
expected: "(Array<string> | undefined)",
|
|
2575
2799
|
value: input3.included_types
|
|
2576
|
-
})) && input3.included_types.map((elem,
|
|
2577
|
-
path: _path2 + ".included_types[" +
|
|
2800
|
+
})) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2801
|
+
path: _path2 + ".included_types[" + _index43 + "]",
|
|
2578
2802
|
expected: "string",
|
|
2579
2803
|
value: elem
|
|
2580
2804
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2626,7 +2850,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2626
2850
|
expected: "(number | undefined)",
|
|
2627
2851
|
value: input3.stop
|
|
2628
2852
|
})].every((flag) => flag);
|
|
2629
|
-
const $
|
|
2853
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2630
2854
|
path: _path2 + ".id",
|
|
2631
2855
|
expected: "string",
|
|
2632
2856
|
value: input3.id
|
|
@@ -2642,8 +2866,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2642
2866
|
path: _path2 + ".child_types",
|
|
2643
2867
|
expected: "(Array<string> | undefined)",
|
|
2644
2868
|
value: input3.child_types
|
|
2645
|
-
})) && input3.child_types.map((elem,
|
|
2646
|
-
path: _path2 + ".child_types[" +
|
|
2869
|
+
})) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2870
|
+
path: _path2 + ".child_types[" + _index44 + "]",
|
|
2647
2871
|
expected: "string",
|
|
2648
2872
|
value: elem
|
|
2649
2873
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2658,8 +2882,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2658
2882
|
path: _path2 + ".included_types",
|
|
2659
2883
|
expected: "(Array<string> | undefined)",
|
|
2660
2884
|
value: input3.included_types
|
|
2661
|
-
})) && input3.included_types.map((elem,
|
|
2662
|
-
path: _path2 + ".included_types[" +
|
|
2885
|
+
})) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2886
|
+
path: _path2 + ".included_types[" + _index45 + "]",
|
|
2663
2887
|
expected: "string",
|
|
2664
2888
|
value: elem
|
|
2665
2889
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2707,7 +2931,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2707
2931
|
expected: "number",
|
|
2708
2932
|
value: input3.stop
|
|
2709
2933
|
})].every((flag) => flag);
|
|
2710
|
-
const $
|
|
2934
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
2711
2935
|
path: _path2 + ".disabled",
|
|
2712
2936
|
expected: "boolean",
|
|
2713
2937
|
value: input3.disabled
|
|
@@ -2715,12 +2939,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2715
2939
|
path: _path2 + ".lst",
|
|
2716
2940
|
expected: "(Array<Groupset> | undefined)",
|
|
2717
2941
|
value: input3.lst
|
|
2718
|
-
})) && input3.lst.map((elem,
|
|
2719
|
-
path: _path2 + ".lst[" +
|
|
2942
|
+
})) && input3.lst.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2943
|
+
path: _path2 + ".lst[" + _index46 + "]",
|
|
2720
2944
|
expected: "Groupset",
|
|
2721
2945
|
value: elem
|
|
2722
|
-
})) && $
|
|
2723
|
-
path: _path2 + ".lst[" +
|
|
2946
|
+
})) && $vo45(elem, _path2 + ".lst[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2947
|
+
path: _path2 + ".lst[" + _index46 + "]",
|
|
2724
2948
|
expected: "Groupset",
|
|
2725
2949
|
value: elem
|
|
2726
2950
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2728,7 +2952,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2728
2952
|
expected: "(Array<Groupset> | undefined)",
|
|
2729
2953
|
value: input3.lst
|
|
2730
2954
|
})].every((flag) => flag);
|
|
2731
|
-
const $
|
|
2955
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2732
2956
|
path: _path2 + ".name",
|
|
2733
2957
|
expected: "string",
|
|
2734
2958
|
value: input3.name
|
|
@@ -2748,12 +2972,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2748
2972
|
path: _path2 + ".groups",
|
|
2749
2973
|
expected: "Array<GroupEntry>",
|
|
2750
2974
|
value: input3.groups
|
|
2751
|
-
})) && input3.groups.map((elem,
|
|
2752
|
-
path: _path2 + ".groups[" +
|
|
2975
|
+
})) && input3.groups.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2976
|
+
path: _path2 + ".groups[" + _index47 + "]",
|
|
2753
2977
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2754
2978
|
value: elem
|
|
2755
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2756
|
-
path: _path2 + ".groups[" +
|
|
2979
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2980
|
+
path: _path2 + ".groups[" + _index47 + "]",
|
|
2757
2981
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2758
2982
|
value: elem
|
|
2759
2983
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2761,7 +2985,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2761
2985
|
expected: "Array<GroupEntry>",
|
|
2762
2986
|
value: input3.groups
|
|
2763
2987
|
})].every((flag) => flag);
|
|
2764
|
-
const $
|
|
2988
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2765
2989
|
path: _path2 + ".name",
|
|
2766
2990
|
expected: "string",
|
|
2767
2991
|
value: input3.name
|
|
@@ -2773,12 +2997,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2773
2997
|
path: _path2 + ".values",
|
|
2774
2998
|
expected: "Array<__type>.o2",
|
|
2775
2999
|
value: input3.values
|
|
2776
|
-
})) && input3.values.map((elem,
|
|
2777
|
-
path: _path2 + ".values[" +
|
|
3000
|
+
})) && input3.values.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3001
|
+
path: _path2 + ".values[" + _index48 + "]",
|
|
2778
3002
|
expected: "__type.o8",
|
|
2779
3003
|
value: elem
|
|
2780
|
-
})) && $
|
|
2781
|
-
path: _path2 + ".values[" +
|
|
3004
|
+
})) && $vo47(elem, _path2 + ".values[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3005
|
+
path: _path2 + ".values[" + _index48 + "]",
|
|
2782
3006
|
expected: "__type.o8",
|
|
2783
3007
|
value: elem
|
|
2784
3008
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2790,7 +3014,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2790
3014
|
expected: "(boolean | undefined)",
|
|
2791
3015
|
value: input3.uncomputable
|
|
2792
3016
|
})].every((flag) => flag);
|
|
2793
|
-
const $
|
|
3017
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2794
3018
|
path: _path2 + ".key",
|
|
2795
3019
|
expected: "(number | string)",
|
|
2796
3020
|
value: input3.key
|
|
@@ -2799,7 +3023,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2799
3023
|
expected: "string",
|
|
2800
3024
|
value: input3.label
|
|
2801
3025
|
})].every((flag) => flag);
|
|
2802
|
-
const $
|
|
3026
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2803
3027
|
path: _path2 + ".name",
|
|
2804
3028
|
expected: "string",
|
|
2805
3029
|
value: input3.name
|
|
@@ -2820,7 +3044,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2820
3044
|
expected: "string",
|
|
2821
3045
|
value: input3.color
|
|
2822
3046
|
})].every((flag) => flag);
|
|
2823
|
-
const $
|
|
3047
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2824
3048
|
path: _path2 + ".id",
|
|
2825
3049
|
expected: "string",
|
|
2826
3050
|
value: input3.id
|
|
@@ -2836,8 +3060,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2836
3060
|
path: _path2 + ".child_types",
|
|
2837
3061
|
expected: "(Array<string> | undefined)",
|
|
2838
3062
|
value: input3.child_types
|
|
2839
|
-
})) && input3.child_types.map((elem,
|
|
2840
|
-
path: _path2 + ".child_types[" +
|
|
3063
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3064
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
2841
3065
|
expected: "string",
|
|
2842
3066
|
value: elem
|
|
2843
3067
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2852,8 +3076,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2852
3076
|
path: _path2 + ".included_types",
|
|
2853
3077
|
expected: "(Array<string> | undefined)",
|
|
2854
3078
|
value: input3.included_types
|
|
2855
|
-
})) && input3.included_types.map((elem,
|
|
2856
|
-
path: _path2 + ".included_types[" +
|
|
3079
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3080
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
2857
3081
|
expected: "string",
|
|
2858
3082
|
value: elem
|
|
2859
3083
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2904,12 +3128,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2904
3128
|
path: _path2 + ".genes",
|
|
2905
3129
|
expected: "Array<GvGeneTerm>",
|
|
2906
3130
|
value: input3.genes
|
|
2907
|
-
})) && input3.genes.map((elem,
|
|
2908
|
-
path: _path2 + ".genes[" +
|
|
3131
|
+
})) && input3.genes.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3132
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
2909
3133
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2910
3134
|
value: elem
|
|
2911
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2912
|
-
path: _path2 + ".genes[" +
|
|
3135
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3136
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
2913
3137
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2914
3138
|
value: elem
|
|
2915
3139
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2920,7 +3144,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2920
3144
|
path: _path2 + ".groupsetting",
|
|
2921
3145
|
expected: "(TermGroupSetting | undefined)",
|
|
2922
3146
|
value: input3.groupsetting
|
|
2923
|
-
})) && $
|
|
3147
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2924
3148
|
path: _path2 + ".groupsetting",
|
|
2925
3149
|
expected: "(TermGroupSetting | undefined)",
|
|
2926
3150
|
value: input3.groupsetting
|
|
@@ -2928,12 +3152,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2928
3152
|
path: _path2 + ".childTerms",
|
|
2929
3153
|
expected: "(Array<DtTerm> | undefined)",
|
|
2930
3154
|
value: input3.childTerms
|
|
2931
|
-
})) && input3.childTerms.map((elem,
|
|
2932
|
-
path: _path2 + ".childTerms[" +
|
|
3155
|
+
})) && input3.childTerms.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3156
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
2933
3157
|
expected: "DtTerm",
|
|
2934
3158
|
value: elem
|
|
2935
|
-
})) && $
|
|
2936
|
-
path: _path2 + ".childTerms[" +
|
|
3159
|
+
})) && $vo40(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3160
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
2937
3161
|
expected: "DtTerm",
|
|
2938
3162
|
value: elem
|
|
2939
3163
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2941,7 +3165,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2941
3165
|
expected: "(Array<DtTerm> | undefined)",
|
|
2942
3166
|
value: input3.childTerms
|
|
2943
3167
|
})].every((flag) => flag);
|
|
2944
|
-
const $
|
|
3168
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2945
3169
|
path: _path2 + ".key",
|
|
2946
3170
|
expected: "(string | undefined)",
|
|
2947
3171
|
value: input3.key
|
|
@@ -2961,8 +3185,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2961
3185
|
path: _path2 + ".mclasslst",
|
|
2962
3186
|
expected: "(Array<string> | undefined)",
|
|
2963
3187
|
value: input3.mclasslst
|
|
2964
|
-
})) && input3.mclasslst.map((elem,
|
|
2965
|
-
path: _path2 + ".mclasslst[" +
|
|
3188
|
+
})) && input3.mclasslst.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3189
|
+
path: _path2 + ".mclasslst[" + _index53 + "]",
|
|
2966
3190
|
expected: "string",
|
|
2967
3191
|
value: elem
|
|
2968
3192
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2973,8 +3197,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2973
3197
|
path: _path2 + ".mclassExcludeLst",
|
|
2974
3198
|
expected: "(Array<string> | undefined)",
|
|
2975
3199
|
value: input3.mclassExcludeLst
|
|
2976
|
-
})) && input3.mclassExcludeLst.map((elem,
|
|
2977
|
-
path: _path2 + ".mclassExcludeLst[" +
|
|
3200
|
+
})) && input3.mclassExcludeLst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3201
|
+
path: _path2 + ".mclassExcludeLst[" + _index54 + "]",
|
|
2978
3202
|
expected: "string",
|
|
2979
3203
|
value: elem
|
|
2980
3204
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2986,7 +3210,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2986
3210
|
expected: "(string | undefined)",
|
|
2987
3211
|
value: input3.origin
|
|
2988
3212
|
})].every((flag) => flag);
|
|
2989
|
-
const $
|
|
3213
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2990
3214
|
path: _path2 + ".join",
|
|
2991
3215
|
expected: "(string | undefined)",
|
|
2992
3216
|
value: input3.join
|
|
@@ -3027,7 +3251,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3027
3251
|
expected: "number",
|
|
3028
3252
|
value: input3.ratio
|
|
3029
3253
|
})].every((flag) => flag);
|
|
3030
|
-
const $
|
|
3254
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3031
3255
|
path: _path2 + ".id",
|
|
3032
3256
|
expected: "string",
|
|
3033
3257
|
value: input3.id
|
|
@@ -3043,8 +3267,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3043
3267
|
path: _path2 + ".child_types",
|
|
3044
3268
|
expected: "(Array<string> | undefined)",
|
|
3045
3269
|
value: input3.child_types
|
|
3046
|
-
})) && input3.child_types.map((elem,
|
|
3047
|
-
path: _path2 + ".child_types[" +
|
|
3270
|
+
})) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3271
|
+
path: _path2 + ".child_types[" + _index55 + "]",
|
|
3048
3272
|
expected: "string",
|
|
3049
3273
|
value: elem
|
|
3050
3274
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3059,8 +3283,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3059
3283
|
path: _path2 + ".included_types",
|
|
3060
3284
|
expected: "(Array<string> | undefined)",
|
|
3061
3285
|
value: input3.included_types
|
|
3062
|
-
})) && input3.included_types.map((elem,
|
|
3063
|
-
path: _path2 + ".included_types[" +
|
|
3286
|
+
})) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3287
|
+
path: _path2 + ".included_types[" + _index56 + "]",
|
|
3064
3288
|
expected: "string",
|
|
3065
3289
|
value: elem
|
|
3066
3290
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3095,8 +3319,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3095
3319
|
path: _path2 + ".termIds",
|
|
3096
3320
|
expected: "(Array<string> | undefined)",
|
|
3097
3321
|
value: input3.termIds
|
|
3098
|
-
})) && input3.termIds.map((elem,
|
|
3099
|
-
path: _path2 + ".termIds[" +
|
|
3322
|
+
})) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3323
|
+
path: _path2 + ".termIds[" + _index57 + "]",
|
|
3100
3324
|
expected: "string",
|
|
3101
3325
|
value: elem
|
|
3102
3326
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3107,12 +3331,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3107
3331
|
path: _path2 + ".termlst",
|
|
3108
3332
|
expected: "Array<BaseTerm>",
|
|
3109
3333
|
value: input3.termlst
|
|
3110
|
-
})) && input3.termlst.map((elem,
|
|
3111
|
-
path: _path2 + ".termlst[" +
|
|
3334
|
+
})) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3335
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3112
3336
|
expected: "BaseTerm",
|
|
3113
3337
|
value: elem
|
|
3114
|
-
})) && $
|
|
3115
|
-
path: _path2 + ".termlst[" +
|
|
3338
|
+
})) && $vo53(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3339
|
+
path: _path2 + ".termlst[" + _index58 + "]",
|
|
3116
3340
|
expected: "BaseTerm",
|
|
3117
3341
|
value: elem
|
|
3118
3342
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3127,7 +3351,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3127
3351
|
path: _path2 + ".propsByTermId",
|
|
3128
3352
|
expected: "__type.o9",
|
|
3129
3353
|
value: input3.propsByTermId
|
|
3130
|
-
})) && $
|
|
3354
|
+
})) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3131
3355
|
path: _path2 + ".propsByTermId",
|
|
3132
3356
|
expected: "__type.o9",
|
|
3133
3357
|
value: input3.propsByTermId
|
|
@@ -3139,8 +3363,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3139
3363
|
path: _path2 + ".numerators",
|
|
3140
3364
|
expected: "(Array<string> | undefined)",
|
|
3141
3365
|
value: input3.numerators
|
|
3142
|
-
})) && input3.numerators.map((elem,
|
|
3143
|
-
path: _path2 + ".numerators[" +
|
|
3366
|
+
})) && input3.numerators.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3367
|
+
path: _path2 + ".numerators[" + _index59 + "]",
|
|
3144
3368
|
expected: "string",
|
|
3145
3369
|
value: elem
|
|
3146
3370
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3151,12 +3375,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3151
3375
|
path: _path2 + ".valueTransform",
|
|
3152
3376
|
expected: "(__type.o11 | undefined)",
|
|
3153
3377
|
value: input3.valueTransform
|
|
3154
|
-
})) && $
|
|
3378
|
+
})) && $vo56(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
|
|
3155
3379
|
path: _path2 + ".valueTransform",
|
|
3156
3380
|
expected: "(__type.o11 | undefined)",
|
|
3157
3381
|
value: input3.valueTransform
|
|
3158
3382
|
})].every((flag) => flag);
|
|
3159
|
-
const $
|
|
3383
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3160
3384
|
path: _path2 + ".id",
|
|
3161
3385
|
expected: "string",
|
|
3162
3386
|
value: input3.id
|
|
@@ -3172,8 +3396,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3172
3396
|
path: _path2 + ".child_types",
|
|
3173
3397
|
expected: "(Array<string> | undefined)",
|
|
3174
3398
|
value: input3.child_types
|
|
3175
|
-
})) && input3.child_types.map((elem,
|
|
3176
|
-
path: _path2 + ".child_types[" +
|
|
3399
|
+
})) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3400
|
+
path: _path2 + ".child_types[" + _index60 + "]",
|
|
3177
3401
|
expected: "string",
|
|
3178
3402
|
value: elem
|
|
3179
3403
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3188,8 +3412,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3188
3412
|
path: _path2 + ".included_types",
|
|
3189
3413
|
expected: "(Array<string> | undefined)",
|
|
3190
3414
|
value: input3.included_types
|
|
3191
|
-
})) && input3.included_types.map((elem,
|
|
3192
|
-
path: _path2 + ".included_types[" +
|
|
3415
|
+
})) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3416
|
+
path: _path2 + ".included_types[" + _index61 + "]",
|
|
3193
3417
|
expected: "string",
|
|
3194
3418
|
value: elem
|
|
3195
3419
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3221,7 +3445,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3221
3445
|
expected: "(__type.o3 | undefined)",
|
|
3222
3446
|
value: input3.valueConversion
|
|
3223
3447
|
})].every((flag) => flag);
|
|
3224
|
-
const $
|
|
3448
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3225
3449
|
const value = input3[key];
|
|
3226
3450
|
if (void 0 === value)
|
|
3227
3451
|
return true;
|
|
@@ -3230,14 +3454,14 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3230
3454
|
path: _path2 + $join(key),
|
|
3231
3455
|
expected: "__type.o10",
|
|
3232
3456
|
value
|
|
3233
|
-
})) && $
|
|
3457
|
+
})) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3234
3458
|
path: _path2 + $join(key),
|
|
3235
3459
|
expected: "__type.o10",
|
|
3236
3460
|
value
|
|
3237
3461
|
});
|
|
3238
3462
|
return true;
|
|
3239
3463
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3240
|
-
const $
|
|
3464
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3241
3465
|
const value = input3[key];
|
|
3242
3466
|
if (void 0 === value)
|
|
3243
3467
|
return true;
|
|
@@ -3245,12 +3469,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3245
3469
|
return true;
|
|
3246
3470
|
return true;
|
|
3247
3471
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3248
|
-
const $
|
|
3472
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
|
|
3249
3473
|
path: _path2 + ".offset",
|
|
3250
3474
|
expected: "(number | undefined)",
|
|
3251
3475
|
value: input3.offset
|
|
3252
3476
|
})].every((flag) => flag);
|
|
3253
|
-
const $
|
|
3477
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3254
3478
|
path: _path2 + ".id",
|
|
3255
3479
|
expected: "string",
|
|
3256
3480
|
value: input3.id
|
|
@@ -3266,8 +3490,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3266
3490
|
path: _path2 + ".child_types",
|
|
3267
3491
|
expected: "(Array<string> | undefined)",
|
|
3268
3492
|
value: input3.child_types
|
|
3269
|
-
})) && input3.child_types.map((elem,
|
|
3270
|
-
path: _path2 + ".child_types[" +
|
|
3493
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3494
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
3271
3495
|
expected: "string",
|
|
3272
3496
|
value: elem
|
|
3273
3497
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3282,8 +3506,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3282
3506
|
path: _path2 + ".included_types",
|
|
3283
3507
|
expected: "(Array<string> | undefined)",
|
|
3284
3508
|
value: input3.included_types
|
|
3285
|
-
})) && input3.included_types.map((elem,
|
|
3286
|
-
path: _path2 + ".included_types[" +
|
|
3509
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3510
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
3287
3511
|
expected: "string",
|
|
3288
3512
|
value: elem
|
|
3289
3513
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3318,8 +3542,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3318
3542
|
path: _path2 + ".termIds",
|
|
3319
3543
|
expected: "(Array<string> | undefined)",
|
|
3320
3544
|
value: input3.termIds
|
|
3321
|
-
})) && input3.termIds.map((elem,
|
|
3322
|
-
path: _path2 + ".termIds[" +
|
|
3545
|
+
})) && input3.termIds.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3546
|
+
path: _path2 + ".termIds[" + _index64 + "]",
|
|
3323
3547
|
expected: "string",
|
|
3324
3548
|
value: elem
|
|
3325
3549
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3330,12 +3554,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3330
3554
|
path: _path2 + ".termlst",
|
|
3331
3555
|
expected: "Array<BaseTerm>",
|
|
3332
3556
|
value: input3.termlst
|
|
3333
|
-
})) && input3.termlst.map((elem,
|
|
3334
|
-
path: _path2 + ".termlst[" +
|
|
3557
|
+
})) && input3.termlst.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3558
|
+
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3335
3559
|
expected: "BaseTerm",
|
|
3336
3560
|
value: elem
|
|
3337
|
-
})) && $
|
|
3338
|
-
path: _path2 + ".termlst[" +
|
|
3561
|
+
})) && $vo53(elem, _path2 + ".termlst[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3562
|
+
path: _path2 + ".termlst[" + _index65 + "]",
|
|
3339
3563
|
expected: "BaseTerm",
|
|
3340
3564
|
value: elem
|
|
3341
3565
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3350,7 +3574,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3350
3574
|
path: _path2 + ".propsByTermId",
|
|
3351
3575
|
expected: "__type.o9",
|
|
3352
3576
|
value: input3.propsByTermId
|
|
3353
|
-
})) && $
|
|
3577
|
+
})) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3354
3578
|
path: _path2 + ".propsByTermId",
|
|
3355
3579
|
expected: "__type.o9",
|
|
3356
3580
|
value: input3.propsByTermId
|
|
@@ -3362,12 +3586,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3362
3586
|
path: _path2 + ".categoryKeys",
|
|
3363
3587
|
expected: "Array<CategoryKey>",
|
|
3364
3588
|
value: input3.categoryKeys
|
|
3365
|
-
})) && input3.categoryKeys.map((elem,
|
|
3366
|
-
path: _path2 + ".categoryKeys[" +
|
|
3589
|
+
})) && input3.categoryKeys.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3590
|
+
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3367
3591
|
expected: "CategoryKey",
|
|
3368
3592
|
value: elem
|
|
3369
|
-
})) && $
|
|
3370
|
-
path: _path2 + ".categoryKeys[" +
|
|
3593
|
+
})) && $vo58(elem, _path2 + ".categoryKeys[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3594
|
+
path: _path2 + ".categoryKeys[" + _index66 + "]",
|
|
3371
3595
|
expected: "CategoryKey",
|
|
3372
3596
|
value: elem
|
|
3373
3597
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3375,7 +3599,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3375
3599
|
expected: "Array<CategoryKey>",
|
|
3376
3600
|
value: input3.categoryKeys
|
|
3377
3601
|
})].every((flag) => flag);
|
|
3378
|
-
const $
|
|
3602
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3379
3603
|
path: _path2 + ".key",
|
|
3380
3604
|
expected: "string",
|
|
3381
3605
|
value: input3.key
|
|
@@ -3384,7 +3608,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3384
3608
|
expected: "boolean",
|
|
3385
3609
|
value: input3.shown
|
|
3386
3610
|
})].every((flag) => flag);
|
|
3387
|
-
const $
|
|
3611
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3388
3612
|
path: _path2 + ".id",
|
|
3389
3613
|
expected: "string",
|
|
3390
3614
|
value: input3.id
|
|
@@ -3400,8 +3624,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3400
3624
|
path: _path2 + ".child_types",
|
|
3401
3625
|
expected: "(Array<string> | undefined)",
|
|
3402
3626
|
value: input3.child_types
|
|
3403
|
-
})) && input3.child_types.map((elem,
|
|
3404
|
-
path: _path2 + ".child_types[" +
|
|
3627
|
+
})) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3628
|
+
path: _path2 + ".child_types[" + _index67 + "]",
|
|
3405
3629
|
expected: "string",
|
|
3406
3630
|
value: elem
|
|
3407
3631
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3416,8 +3640,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3416
3640
|
path: _path2 + ".included_types",
|
|
3417
3641
|
expected: "(Array<string> | undefined)",
|
|
3418
3642
|
value: input3.included_types
|
|
3419
|
-
})) && input3.included_types.map((elem,
|
|
3420
|
-
path: _path2 + ".included_types[" +
|
|
3643
|
+
})) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3644
|
+
path: _path2 + ".included_types[" + _index68 + "]",
|
|
3421
3645
|
expected: "string",
|
|
3422
3646
|
value: elem
|
|
3423
3647
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3468,8 +3692,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3468
3692
|
path: _path2 + ".alt",
|
|
3469
3693
|
expected: "Array<string>",
|
|
3470
3694
|
value: input3.alt
|
|
3471
|
-
})) && input3.alt.map((elem,
|
|
3472
|
-
path: _path2 + ".alt[" +
|
|
3695
|
+
})) && input3.alt.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3696
|
+
path: _path2 + ".alt[" + _index69 + "]",
|
|
3473
3697
|
expected: "string",
|
|
3474
3698
|
value: elem
|
|
3475
3699
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3480,12 +3704,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3480
3704
|
path: _path2 + ".groupsetting",
|
|
3481
3705
|
expected: "TermGroupSetting",
|
|
3482
3706
|
value: input3.groupsetting
|
|
3483
|
-
})) && $
|
|
3707
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3484
3708
|
path: _path2 + ".groupsetting",
|
|
3485
3709
|
expected: "TermGroupSetting",
|
|
3486
3710
|
value: input3.groupsetting
|
|
3487
3711
|
})].every((flag) => flag);
|
|
3488
|
-
const $
|
|
3712
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3489
3713
|
path: _path2 + ".id",
|
|
3490
3714
|
expected: "string",
|
|
3491
3715
|
value: input3.id
|
|
@@ -3501,8 +3725,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3501
3725
|
path: _path2 + ".child_types",
|
|
3502
3726
|
expected: "(Array<string> | undefined)",
|
|
3503
3727
|
value: input3.child_types
|
|
3504
|
-
})) && input3.child_types.map((elem,
|
|
3505
|
-
path: _path2 + ".child_types[" +
|
|
3728
|
+
})) && input3.child_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3729
|
+
path: _path2 + ".child_types[" + _index70 + "]",
|
|
3506
3730
|
expected: "string",
|
|
3507
3731
|
value: elem
|
|
3508
3732
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3517,8 +3741,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3517
3741
|
path: _path2 + ".included_types",
|
|
3518
3742
|
expected: "(Array<string> | undefined)",
|
|
3519
3743
|
value: input3.included_types
|
|
3520
|
-
})) && input3.included_types.map((elem,
|
|
3521
|
-
path: _path2 + ".included_types[" +
|
|
3744
|
+
})) && input3.included_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3745
|
+
path: _path2 + ".included_types[" + _index71 + "]",
|
|
3522
3746
|
expected: "string",
|
|
3523
3747
|
value: elem
|
|
3524
3748
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3553,7 +3777,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3553
3777
|
path: _path2 + ".sample",
|
|
3554
3778
|
expected: "object",
|
|
3555
3779
|
value: input3.sample
|
|
3556
|
-
})) && $
|
|
3780
|
+
})) && $vo61(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3557
3781
|
path: _path2 + ".sample",
|
|
3558
3782
|
expected: "object",
|
|
3559
3783
|
value: input3.sample
|
|
@@ -3565,13 +3789,13 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3565
3789
|
path: _path2 + ".groupsetting",
|
|
3566
3790
|
expected: "TermGroupSetting",
|
|
3567
3791
|
value: input3.groupsetting
|
|
3568
|
-
})) && $
|
|
3792
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3569
3793
|
path: _path2 + ".groupsetting",
|
|
3570
3794
|
expected: "TermGroupSetting",
|
|
3571
3795
|
value: input3.groupsetting
|
|
3572
3796
|
})].every((flag) => flag);
|
|
3573
|
-
const $
|
|
3574
|
-
const $
|
|
3797
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3798
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3575
3799
|
path: _path2 + ".hiddenValues",
|
|
3576
3800
|
expected: "(HiddenValues | undefined)",
|
|
3577
3801
|
value: input3.hiddenValues
|
|
@@ -3600,7 +3824,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3600
3824
|
expected: '"values"',
|
|
3601
3825
|
value: input3.type
|
|
3602
3826
|
})].every((flag) => flag);
|
|
3603
|
-
const $
|
|
3827
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3604
3828
|
path: _path2 + ".id",
|
|
3605
3829
|
expected: "(string | undefined)",
|
|
3606
3830
|
value: input3.id
|
|
@@ -3636,7 +3860,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3636
3860
|
path: _path2 + ".q",
|
|
3637
3861
|
expected: "PredefinedGroupSettingQ",
|
|
3638
3862
|
value: input3.q
|
|
3639
|
-
})) && $
|
|
3863
|
+
})) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3640
3864
|
path: _path2 + ".q",
|
|
3641
3865
|
expected: "PredefinedGroupSettingQ",
|
|
3642
3866
|
value: input3.q
|
|
@@ -3645,7 +3869,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3645
3869
|
expected: '"QualTWPredefinedGS"',
|
|
3646
3870
|
value: input3.type
|
|
3647
3871
|
})].every((flag) => flag);
|
|
3648
|
-
const $
|
|
3872
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3649
3873
|
path: _path2 + ".hiddenValues",
|
|
3650
3874
|
expected: "(HiddenValues | undefined)",
|
|
3651
3875
|
value: input3.hiddenValues
|
|
@@ -3678,7 +3902,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3678
3902
|
expected: "number",
|
|
3679
3903
|
value: input3.predefined_groupset_idx
|
|
3680
3904
|
})].every((flag) => flag);
|
|
3681
|
-
const $
|
|
3905
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3682
3906
|
path: _path2 + ".id",
|
|
3683
3907
|
expected: "(string | undefined)",
|
|
3684
3908
|
value: input3.id
|
|
@@ -3714,7 +3938,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3714
3938
|
path: _path2 + ".q",
|
|
3715
3939
|
expected: "CustomGroupSettingQ",
|
|
3716
3940
|
value: input3.q
|
|
3717
|
-
})) && $
|
|
3941
|
+
})) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3718
3942
|
path: _path2 + ".q",
|
|
3719
3943
|
expected: "CustomGroupSettingQ",
|
|
3720
3944
|
value: input3.q
|
|
@@ -3723,7 +3947,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3723
3947
|
expected: '"QualTWCustomGS"',
|
|
3724
3948
|
value: input3.type
|
|
3725
3949
|
})].every((flag) => flag);
|
|
3726
|
-
const $
|
|
3950
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3727
3951
|
path: _path2 + ".hiddenValues",
|
|
3728
3952
|
expected: "(HiddenValues | undefined)",
|
|
3729
3953
|
value: input3.hiddenValues
|
|
@@ -3755,21 +3979,21 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3755
3979
|
path: _path2 + ".customset",
|
|
3756
3980
|
expected: "BaseGroupSet",
|
|
3757
3981
|
value: input3.customset
|
|
3758
|
-
})) && $
|
|
3982
|
+
})) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3759
3983
|
path: _path2 + ".customset",
|
|
3760
3984
|
expected: "BaseGroupSet",
|
|
3761
3985
|
value: input3.customset
|
|
3762
3986
|
})].every((flag) => flag);
|
|
3763
|
-
const $
|
|
3987
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3764
3988
|
path: _path2 + ".groups",
|
|
3765
3989
|
expected: "Array<GroupEntry>",
|
|
3766
3990
|
value: input3.groups
|
|
3767
|
-
})) && input3.groups.map((elem,
|
|
3768
|
-
path: _path2 + ".groups[" +
|
|
3991
|
+
})) && input3.groups.map((elem, _index72) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3992
|
+
path: _path2 + ".groups[" + _index72 + "]",
|
|
3769
3993
|
expected: "(FilterGroup | ValuesGroup)",
|
|
3770
3994
|
value: elem
|
|
3771
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
3772
|
-
path: _path2 + ".groups[" +
|
|
3995
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index72 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3996
|
+
path: _path2 + ".groups[" + _index72 + "]",
|
|
3773
3997
|
expected: "(FilterGroup | ValuesGroup)",
|
|
3774
3998
|
value: elem
|
|
3775
3999
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3777,7 +4001,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3777
4001
|
expected: "Array<GroupEntry>",
|
|
3778
4002
|
value: input3.groups
|
|
3779
4003
|
})].every((flag) => flag);
|
|
3780
|
-
const $
|
|
4004
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3781
4005
|
path: _path2 + ".id",
|
|
3782
4006
|
expected: "(string | undefined)",
|
|
3783
4007
|
value: input3.id
|
|
@@ -3807,11 +4031,11 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3807
4031
|
value: input3.type
|
|
3808
4032
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3809
4033
|
path: _path2 + ".term",
|
|
3810
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4034
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3811
4035
|
value: input3.term
|
|
3812
4036
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3813
4037
|
path: _path2 + ".term",
|
|
3814
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4038
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3815
4039
|
value: input3.term
|
|
3816
4040
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3817
4041
|
path: _path2 + ".q",
|
|
@@ -3822,7 +4046,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3822
4046
|
expected: "RegularNumericBinConfig",
|
|
3823
4047
|
value: input3.q
|
|
3824
4048
|
})].every((flag) => flag);
|
|
3825
|
-
const $
|
|
4049
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3826
4050
|
path: _path2 + ".id",
|
|
3827
4051
|
expected: "(string | undefined)",
|
|
3828
4052
|
value: input3.id
|
|
@@ -3852,11 +4076,11 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3852
4076
|
value: input3.type
|
|
3853
4077
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3854
4078
|
path: _path2 + ".term",
|
|
3855
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4079
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3856
4080
|
value: input3.term
|
|
3857
4081
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3858
4082
|
path: _path2 + ".term",
|
|
3859
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4083
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3860
4084
|
value: input3.term
|
|
3861
4085
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3862
4086
|
path: _path2 + ".q",
|
|
@@ -3867,7 +4091,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3867
4091
|
expected: "CustomNumericBinConfig",
|
|
3868
4092
|
value: input3.q
|
|
3869
4093
|
})].every((flag) => flag);
|
|
3870
|
-
const $
|
|
4094
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3871
4095
|
path: _path2 + ".id",
|
|
3872
4096
|
expected: "(string | undefined)",
|
|
3873
4097
|
value: input3.id
|
|
@@ -3897,22 +4121,22 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3897
4121
|
value: input3.type
|
|
3898
4122
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3899
4123
|
path: _path2 + ".term",
|
|
3900
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4124
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3901
4125
|
value: input3.term
|
|
3902
4126
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3903
4127
|
path: _path2 + ".term",
|
|
3904
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4128
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
3905
4129
|
value: input3.term
|
|
3906
4130
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3907
4131
|
path: _path2 + ".q",
|
|
3908
4132
|
expected: "BinaryNumericQ",
|
|
3909
4133
|
value: input3.q
|
|
3910
|
-
})) && $
|
|
4134
|
+
})) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3911
4135
|
path: _path2 + ".q",
|
|
3912
4136
|
expected: "BinaryNumericQ",
|
|
3913
4137
|
value: input3.q
|
|
3914
4138
|
})].every((flag) => flag);
|
|
3915
|
-
const $
|
|
4139
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3916
4140
|
path: _path2 + ".hiddenValues",
|
|
3917
4141
|
expected: "(HiddenValues | undefined)",
|
|
3918
4142
|
value: input3.hiddenValues
|
|
@@ -3980,7 +4204,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3980
4204
|
expected: "(number | undefined)",
|
|
3981
4205
|
value: input3.cutoffPercentile
|
|
3982
4206
|
})].every((flag) => flag);
|
|
3983
|
-
const $
|
|
4207
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3984
4208
|
path: _path2 + ".id",
|
|
3985
4209
|
expected: "(string | undefined)",
|
|
3986
4210
|
value: input3.id
|
|
@@ -4010,22 +4234,22 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4010
4234
|
value: input3.type
|
|
4011
4235
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4012
4236
|
path: _path2 + ".term",
|
|
4013
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4237
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4014
4238
|
value: input3.term
|
|
4015
4239
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4016
4240
|
path: _path2 + ".term",
|
|
4017
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4241
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4018
4242
|
value: input3.term
|
|
4019
4243
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
4020
4244
|
path: _path2 + ".q",
|
|
4021
4245
|
expected: "ContinuousNumericQ",
|
|
4022
4246
|
value: input3.q
|
|
4023
|
-
})) && $
|
|
4247
|
+
})) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4024
4248
|
path: _path2 + ".q",
|
|
4025
4249
|
expected: "ContinuousNumericQ",
|
|
4026
4250
|
value: input3.q
|
|
4027
4251
|
})].every((flag) => flag);
|
|
4028
|
-
const $
|
|
4252
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4029
4253
|
path: _path2 + ".hiddenValues",
|
|
4030
4254
|
expected: "(HiddenValues | undefined)",
|
|
4031
4255
|
value: input3.hiddenValues
|
|
@@ -4066,7 +4290,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4066
4290
|
expected: "(number | undefined)",
|
|
4067
4291
|
value: input3.scale
|
|
4068
4292
|
})].every((flag) => flag);
|
|
4069
|
-
const $
|
|
4293
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4070
4294
|
path: _path2 + ".id",
|
|
4071
4295
|
expected: "(string | undefined)",
|
|
4072
4296
|
value: input3.id
|
|
@@ -4096,22 +4320,22 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4096
4320
|
value: input3.type
|
|
4097
4321
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4098
4322
|
path: _path2 + ".term",
|
|
4099
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4323
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4100
4324
|
value: input3.term
|
|
4101
4325
|
})) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4102
4326
|
path: _path2 + ".term",
|
|
4103
|
-
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4327
|
+
expected: '(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 & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
|
|
4104
4328
|
value: input3.term
|
|
4105
4329
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
4106
4330
|
path: _path2 + ".q",
|
|
4107
4331
|
expected: "SplineNumericQ",
|
|
4108
4332
|
value: input3.q
|
|
4109
|
-
})) && $
|
|
4333
|
+
})) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4110
4334
|
path: _path2 + ".q",
|
|
4111
4335
|
expected: "SplineNumericQ",
|
|
4112
4336
|
value: input3.q
|
|
4113
4337
|
})].every((flag) => flag);
|
|
4114
|
-
const $
|
|
4338
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4115
4339
|
path: _path2 + ".hiddenValues",
|
|
4116
4340
|
expected: "(HiddenValues | undefined)",
|
|
4117
4341
|
value: input3.hiddenValues
|
|
@@ -4139,12 +4363,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4139
4363
|
path: _path2 + ".knots",
|
|
4140
4364
|
expected: "Array<__type>.o3",
|
|
4141
4365
|
value: input3.knots
|
|
4142
|
-
})) && input3.knots.map((elem,
|
|
4143
|
-
path: _path2 + ".knots[" +
|
|
4366
|
+
})) && input3.knots.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4367
|
+
path: _path2 + ".knots[" + _index73 + "]",
|
|
4144
4368
|
expected: "__type.o12",
|
|
4145
4369
|
value: elem
|
|
4146
|
-
})) && $
|
|
4147
|
-
path: _path2 + ".knots[" +
|
|
4370
|
+
})) && $vo76(elem, _path2 + ".knots[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4371
|
+
path: _path2 + ".knots[" + _index73 + "]",
|
|
4148
4372
|
expected: "__type.o12",
|
|
4149
4373
|
value: elem
|
|
4150
4374
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4160,12 +4384,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4160
4384
|
expected: "undefined",
|
|
4161
4385
|
value: input3.type
|
|
4162
4386
|
}))].every((flag) => flag);
|
|
4163
|
-
const $
|
|
4387
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
4164
4388
|
path: _path2 + ".value",
|
|
4165
4389
|
expected: "number",
|
|
4166
4390
|
value: input3.value
|
|
4167
4391
|
})].every((flag) => flag);
|
|
4168
|
-
const $
|
|
4392
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4169
4393
|
path: _path2 + ".id",
|
|
4170
4394
|
expected: "(string | undefined)",
|
|
4171
4395
|
value: input3.id
|
|
@@ -4205,12 +4429,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4205
4429
|
path: _path2 + ".q",
|
|
4206
4430
|
expected: "GvValuesQ",
|
|
4207
4431
|
value: input3.q
|
|
4208
|
-
})) && $
|
|
4432
|
+
})) && $vo80(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4209
4433
|
path: _path2 + ".q",
|
|
4210
4434
|
expected: "GvValuesQ",
|
|
4211
4435
|
value: input3.q
|
|
4212
4436
|
})].every((flag) => flag);
|
|
4213
|
-
const $
|
|
4437
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4214
4438
|
path: _path2 + ".id",
|
|
4215
4439
|
expected: "string",
|
|
4216
4440
|
value: input3.id
|
|
@@ -4226,8 +4450,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4226
4450
|
path: _path2 + ".child_types",
|
|
4227
4451
|
expected: "(Array<string> | undefined)",
|
|
4228
4452
|
value: input3.child_types
|
|
4229
|
-
})) && input3.child_types.map((elem,
|
|
4230
|
-
path: _path2 + ".child_types[" +
|
|
4453
|
+
})) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4454
|
+
path: _path2 + ".child_types[" + _index74 + "]",
|
|
4231
4455
|
expected: "string",
|
|
4232
4456
|
value: elem
|
|
4233
4457
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4242,8 +4466,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4242
4466
|
path: _path2 + ".included_types",
|
|
4243
4467
|
expected: "(Array<string> | undefined)",
|
|
4244
4468
|
value: input3.included_types
|
|
4245
|
-
})) && input3.included_types.map((elem,
|
|
4246
|
-
path: _path2 + ".included_types[" +
|
|
4469
|
+
})) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4470
|
+
path: _path2 + ".included_types[" + _index75 + "]",
|
|
4247
4471
|
expected: "string",
|
|
4248
4472
|
value: elem
|
|
4249
4473
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4298,12 +4522,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4298
4522
|
path: _path2 + ".genes",
|
|
4299
4523
|
expected: "Array<GvGeneTerm>",
|
|
4300
4524
|
value: input3.genes
|
|
4301
|
-
})) && input3.genes.map((elem,
|
|
4302
|
-
path: _path2 + ".genes[" +
|
|
4525
|
+
})) && input3.genes.map((elem, _index76) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4526
|
+
path: _path2 + ".genes[" + _index76 + "]",
|
|
4303
4527
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4304
4528
|
value: elem
|
|
4305
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
4306
|
-
path: _path2 + ".genes[" +
|
|
4529
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index76 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4530
|
+
path: _path2 + ".genes[" + _index76 + "]",
|
|
4307
4531
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4308
4532
|
value: elem
|
|
4309
4533
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4314,7 +4538,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4314
4538
|
path: _path2 + ".groupsetting",
|
|
4315
4539
|
expected: "TermGroupSetting",
|
|
4316
4540
|
value: input3.groupsetting
|
|
4317
|
-
})) && $
|
|
4541
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4318
4542
|
path: _path2 + ".groupsetting",
|
|
4319
4543
|
expected: "TermGroupSetting",
|
|
4320
4544
|
value: input3.groupsetting
|
|
@@ -4322,12 +4546,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4322
4546
|
path: _path2 + ".childTerms",
|
|
4323
4547
|
expected: "Array<DtTerm>",
|
|
4324
4548
|
value: input3.childTerms
|
|
4325
|
-
})) && input3.childTerms.map((elem,
|
|
4326
|
-
path: _path2 + ".childTerms[" +
|
|
4549
|
+
})) && input3.childTerms.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4550
|
+
path: _path2 + ".childTerms[" + _index77 + "]",
|
|
4327
4551
|
expected: "DtTerm",
|
|
4328
4552
|
value: elem
|
|
4329
|
-
})) && $
|
|
4330
|
-
path: _path2 + ".childTerms[" +
|
|
4553
|
+
})) && $vo40(elem, _path2 + ".childTerms[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4554
|
+
path: _path2 + ".childTerms[" + _index77 + "]",
|
|
4331
4555
|
expected: "DtTerm",
|
|
4332
4556
|
value: elem
|
|
4333
4557
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4335,7 +4559,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4335
4559
|
expected: "Array<DtTerm>",
|
|
4336
4560
|
value: input3.childTerms
|
|
4337
4561
|
})].every((flag) => flag);
|
|
4338
|
-
const $
|
|
4562
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4339
4563
|
path: _path2 + ".id",
|
|
4340
4564
|
expected: "string",
|
|
4341
4565
|
value: input3.id
|
|
@@ -4351,8 +4575,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4351
4575
|
path: _path2 + ".child_types",
|
|
4352
4576
|
expected: "(Array<string> | undefined)",
|
|
4353
4577
|
value: input3.child_types
|
|
4354
|
-
})) && input3.child_types.map((elem,
|
|
4355
|
-
path: _path2 + ".child_types[" +
|
|
4578
|
+
})) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4579
|
+
path: _path2 + ".child_types[" + _index78 + "]",
|
|
4356
4580
|
expected: "string",
|
|
4357
4581
|
value: elem
|
|
4358
4582
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4367,8 +4591,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4367
4591
|
path: _path2 + ".included_types",
|
|
4368
4592
|
expected: "(Array<string> | undefined)",
|
|
4369
4593
|
value: input3.included_types
|
|
4370
|
-
})) && input3.included_types.map((elem,
|
|
4371
|
-
path: _path2 + ".included_types[" +
|
|
4594
|
+
})) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4595
|
+
path: _path2 + ".included_types[" + _index79 + "]",
|
|
4372
4596
|
expected: "string",
|
|
4373
4597
|
value: elem
|
|
4374
4598
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4419,12 +4643,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4419
4643
|
path: _path2 + ".genes",
|
|
4420
4644
|
expected: "Array<GvGeneTerm>",
|
|
4421
4645
|
value: input3.genes
|
|
4422
|
-
})) && input3.genes.map((elem,
|
|
4423
|
-
path: _path2 + ".genes[" +
|
|
4646
|
+
})) && input3.genes.map((elem, _index80) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4647
|
+
path: _path2 + ".genes[" + _index80 + "]",
|
|
4424
4648
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4425
4649
|
value: elem
|
|
4426
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
4427
|
-
path: _path2 + ".genes[" +
|
|
4650
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index80 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4651
|
+
path: _path2 + ".genes[" + _index80 + "]",
|
|
4428
4652
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4429
4653
|
value: elem
|
|
4430
4654
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4435,7 +4659,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4435
4659
|
path: _path2 + ".groupsetting",
|
|
4436
4660
|
expected: "TermGroupSetting",
|
|
4437
4661
|
value: input3.groupsetting
|
|
4438
|
-
})) && $
|
|
4662
|
+
})) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
4439
4663
|
path: _path2 + ".groupsetting",
|
|
4440
4664
|
expected: "TermGroupSetting",
|
|
4441
4665
|
value: input3.groupsetting
|
|
@@ -4443,12 +4667,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4443
4667
|
path: _path2 + ".childTerms",
|
|
4444
4668
|
expected: "Array<DtTerm>",
|
|
4445
4669
|
value: input3.childTerms
|
|
4446
|
-
})) && input3.childTerms.map((elem,
|
|
4447
|
-
path: _path2 + ".childTerms[" +
|
|
4670
|
+
})) && input3.childTerms.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4671
|
+
path: _path2 + ".childTerms[" + _index81 + "]",
|
|
4448
4672
|
expected: "DtTerm",
|
|
4449
4673
|
value: elem
|
|
4450
|
-
})) && $
|
|
4451
|
-
path: _path2 + ".childTerms[" +
|
|
4674
|
+
})) && $vo40(elem, _path2 + ".childTerms[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4675
|
+
path: _path2 + ".childTerms[" + _index81 + "]",
|
|
4452
4676
|
expected: "DtTerm",
|
|
4453
4677
|
value: elem
|
|
4454
4678
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4456,7 +4680,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4456
4680
|
expected: "Array<DtTerm>",
|
|
4457
4681
|
value: input3.childTerms
|
|
4458
4682
|
})].every((flag) => flag);
|
|
4459
|
-
const $
|
|
4683
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4460
4684
|
path: _path2 + ".hiddenValues",
|
|
4461
4685
|
expected: "(HiddenValues | undefined)",
|
|
4462
4686
|
value: input3.hiddenValues
|
|
@@ -4497,7 +4721,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4497
4721
|
expected: '"values"',
|
|
4498
4722
|
value: input3.type
|
|
4499
4723
|
})].every((flag) => flag);
|
|
4500
|
-
const $
|
|
4724
|
+
const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4501
4725
|
path: _path2 + ".id",
|
|
4502
4726
|
expected: "(string | undefined)",
|
|
4503
4727
|
value: input3.id
|
|
@@ -4537,12 +4761,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4537
4761
|
path: _path2 + ".q",
|
|
4538
4762
|
expected: "GvPredefinedGsQ",
|
|
4539
4763
|
value: input3.q
|
|
4540
|
-
})) && $
|
|
4764
|
+
})) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4541
4765
|
path: _path2 + ".q",
|
|
4542
4766
|
expected: "GvPredefinedGsQ",
|
|
4543
4767
|
value: input3.q
|
|
4544
4768
|
})].every((flag) => flag);
|
|
4545
|
-
const $
|
|
4769
|
+
const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4546
4770
|
path: _path2 + ".hiddenValues",
|
|
4547
4771
|
expected: "(HiddenValues | undefined)",
|
|
4548
4772
|
value: input3.hiddenValues
|
|
@@ -4591,7 +4815,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4591
4815
|
expected: "Array<any>",
|
|
4592
4816
|
value: input3.dtLst
|
|
4593
4817
|
})].every((flag) => flag);
|
|
4594
|
-
const $
|
|
4818
|
+
const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4595
4819
|
path: _path2 + ".id",
|
|
4596
4820
|
expected: "(string | undefined)",
|
|
4597
4821
|
value: input3.id
|
|
@@ -4631,12 +4855,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4631
4855
|
path: _path2 + ".q",
|
|
4632
4856
|
expected: "GvCustomGsQ",
|
|
4633
4857
|
value: input3.q
|
|
4634
|
-
})) && $
|
|
4858
|
+
})) && $vo84(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4635
4859
|
path: _path2 + ".q",
|
|
4636
4860
|
expected: "GvCustomGsQ",
|
|
4637
4861
|
value: input3.q
|
|
4638
4862
|
})].every((flag) => flag);
|
|
4639
|
-
const $
|
|
4863
|
+
const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4640
4864
|
path: _path2 + ".hiddenValues",
|
|
4641
4865
|
expected: "(HiddenValues | undefined)",
|
|
4642
4866
|
value: input3.hiddenValues
|
|
@@ -4680,7 +4904,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4680
4904
|
path: _path2 + ".customset",
|
|
4681
4905
|
expected: "BaseGroupSet",
|
|
4682
4906
|
value: input3.customset
|
|
4683
|
-
})) && $
|
|
4907
|
+
})) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
4684
4908
|
path: _path2 + ".customset",
|
|
4685
4909
|
expected: "BaseGroupSet",
|
|
4686
4910
|
value: input3.customset
|
|
@@ -4689,7 +4913,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4689
4913
|
expected: "Array<any>",
|
|
4690
4914
|
value: input3.dtLst
|
|
4691
4915
|
})].every((flag) => flag);
|
|
4692
|
-
const $
|
|
4916
|
+
const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4693
4917
|
path: _path2 + ".id",
|
|
4694
4918
|
expected: "(string | undefined)",
|
|
4695
4919
|
value: input3.id
|
|
@@ -4721,7 +4945,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4721
4945
|
path: _path2 + ".term",
|
|
4722
4946
|
expected: "ConditionTerm",
|
|
4723
4947
|
value: input3.term
|
|
4724
|
-
})) && $
|
|
4948
|
+
})) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4725
4949
|
path: _path2 + ".term",
|
|
4726
4950
|
expected: "ConditionTerm",
|
|
4727
4951
|
value: input3.term
|
|
@@ -4734,7 +4958,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4734
4958
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
4735
4959
|
value: input3.q
|
|
4736
4960
|
})].every((flag) => flag);
|
|
4737
|
-
const $
|
|
4961
|
+
const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4738
4962
|
path: _path2 + ".hiddenValues",
|
|
4739
4963
|
expected: "(HiddenValues | undefined)",
|
|
4740
4964
|
value: input3.hiddenValues
|
|
@@ -4774,8 +4998,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4774
4998
|
path: _path2 + ".breaks",
|
|
4775
4999
|
expected: "(Array<number> | undefined)",
|
|
4776
5000
|
value: input3.breaks
|
|
4777
|
-
})) && input3.breaks.map((elem,
|
|
4778
|
-
path: _path2 + ".breaks[" +
|
|
5001
|
+
})) && input3.breaks.map((elem, _index82) => "number" === typeof elem || $report(_exceptionable2, {
|
|
5002
|
+
path: _path2 + ".breaks[" + _index82 + "]",
|
|
4779
5003
|
expected: "number",
|
|
4780
5004
|
value: elem
|
|
4781
5005
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4795,7 +5019,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4795
5019
|
expected: "(boolean | undefined)",
|
|
4796
5020
|
value: input3.value_by_computable_grade
|
|
4797
5021
|
}), true].every((flag) => flag);
|
|
4798
|
-
const $
|
|
5022
|
+
const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4799
5023
|
path: _path2 + ".hiddenValues",
|
|
4800
5024
|
expected: "(HiddenValues | undefined)",
|
|
4801
5025
|
value: input3.hiddenValues
|
|
@@ -4828,7 +5052,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4828
5052
|
expected: "true",
|
|
4829
5053
|
value: input3.bar_by_children
|
|
4830
5054
|
}), true].every((flag) => flag);
|
|
4831
|
-
const $
|
|
5055
|
+
const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4832
5056
|
path: _path2 + ".id",
|
|
4833
5057
|
expected: "(string | undefined)",
|
|
4834
5058
|
value: input3.id
|
|
@@ -4860,7 +5084,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4860
5084
|
path: _path2 + ".q",
|
|
4861
5085
|
expected: "SnpsQ",
|
|
4862
5086
|
value: input3.q
|
|
4863
|
-
})) && $
|
|
5087
|
+
})) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4864
5088
|
path: _path2 + ".q",
|
|
4865
5089
|
expected: "SnpsQ",
|
|
4866
5090
|
value: input3.q
|
|
@@ -4868,12 +5092,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4868
5092
|
path: _path2 + ".term",
|
|
4869
5093
|
expected: "SnpsTerm",
|
|
4870
5094
|
value: input3.term
|
|
4871
|
-
})) && $
|
|
5095
|
+
})) && $vo91(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4872
5096
|
path: _path2 + ".term",
|
|
4873
5097
|
expected: "SnpsTerm",
|
|
4874
5098
|
value: input3.term
|
|
4875
5099
|
})].every((flag) => flag);
|
|
4876
|
-
const $
|
|
5100
|
+
const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4877
5101
|
path: _path2 + ".hiddenValues",
|
|
4878
5102
|
expected: "(HiddenValues | undefined)",
|
|
4879
5103
|
value: input3.hiddenValues
|
|
@@ -4921,7 +5145,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4921
5145
|
path: _path2 + ".restrictAncestry",
|
|
4922
5146
|
expected: "RestrictAncestry",
|
|
4923
5147
|
value: input3.restrictAncestry
|
|
4924
|
-
})) && $
|
|
5148
|
+
})) && $vo90(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
4925
5149
|
path: _path2 + ".restrictAncestry",
|
|
4926
5150
|
expected: "RestrictAncestry",
|
|
4927
5151
|
value: input3.restrictAncestry
|
|
@@ -4946,7 +5170,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4946
5170
|
expected: "number",
|
|
4947
5171
|
value: input3.stop
|
|
4948
5172
|
})].every((flag) => flag);
|
|
4949
|
-
const $
|
|
5173
|
+
const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
4950
5174
|
path: _path2 + ".name",
|
|
4951
5175
|
expected: "string",
|
|
4952
5176
|
value: input3.name
|
|
@@ -4959,7 +5183,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4959
5183
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4960
5184
|
value: input3.tvs
|
|
4961
5185
|
})].every((flag) => flag);
|
|
4962
|
-
const $
|
|
5186
|
+
const $vo91 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4963
5187
|
path: _path2 + ".id",
|
|
4964
5188
|
expected: "string",
|
|
4965
5189
|
value: input3.id
|
|
@@ -4975,8 +5199,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4975
5199
|
path: _path2 + ".child_types",
|
|
4976
5200
|
expected: "(Array<string> | undefined)",
|
|
4977
5201
|
value: input3.child_types
|
|
4978
|
-
})) && input3.child_types.map((elem,
|
|
4979
|
-
path: _path2 + ".child_types[" +
|
|
5202
|
+
})) && input3.child_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5203
|
+
path: _path2 + ".child_types[" + _index83 + "]",
|
|
4980
5204
|
expected: "string",
|
|
4981
5205
|
value: elem
|
|
4982
5206
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4991,8 +5215,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
4991
5215
|
path: _path2 + ".included_types",
|
|
4992
5216
|
expected: "(Array<string> | undefined)",
|
|
4993
5217
|
value: input3.included_types
|
|
4994
|
-
})) && input3.included_types.map((elem,
|
|
4995
|
-
path: _path2 + ".included_types[" +
|
|
5218
|
+
})) && input3.included_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5219
|
+
path: _path2 + ".included_types[" + _index84 + "]",
|
|
4996
5220
|
expected: "string",
|
|
4997
5221
|
value: elem
|
|
4998
5222
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5031,12 +5255,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5031
5255
|
path: _path2 + ".snps",
|
|
5032
5256
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5033
5257
|
value: input3.snps
|
|
5034
|
-
})) && input3.snps.map((elem,
|
|
5035
|
-
path: _path2 + ".snps[" +
|
|
5258
|
+
})) && input3.snps.map((elem, _index85) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5259
|
+
path: _path2 + ".snps[" + _index85 + "]",
|
|
5036
5260
|
expected: "SnpsEntry",
|
|
5037
5261
|
value: elem
|
|
5038
|
-
})) && $
|
|
5039
|
-
path: _path2 + ".snps[" +
|
|
5262
|
+
})) && $vo92(elem, _path2 + ".snps[" + _index85 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5263
|
+
path: _path2 + ".snps[" + _index85 + "]",
|
|
5040
5264
|
expected: "SnpsEntry",
|
|
5041
5265
|
value: elem
|
|
5042
5266
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5044,12 +5268,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5044
5268
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5045
5269
|
value: input3.snps
|
|
5046
5270
|
})].every((flag) => flag);
|
|
5047
|
-
const $
|
|
5271
|
+
const $vo92 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
5048
5272
|
path: _path2 + ".altAlleles",
|
|
5049
5273
|
expected: "(Array<string> | undefined)",
|
|
5050
5274
|
value: input3.altAlleles
|
|
5051
|
-
})) && input3.altAlleles.map((elem,
|
|
5052
|
-
path: _path2 + ".altAlleles[" +
|
|
5275
|
+
})) && input3.altAlleles.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5276
|
+
path: _path2 + ".altAlleles[" + _index86 + "]",
|
|
5053
5277
|
expected: "string",
|
|
5054
5278
|
value: elem
|
|
5055
5279
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5060,12 +5284,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5060
5284
|
path: _path2 + ".alleles",
|
|
5061
5285
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
5062
5286
|
value: input3.alleles
|
|
5063
|
-
})) && input3.alleles.map((elem,
|
|
5064
|
-
path: _path2 + ".alleles[" +
|
|
5287
|
+
})) && input3.alleles.map((elem, _index87) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5288
|
+
path: _path2 + ".alleles[" + _index87 + "]",
|
|
5065
5289
|
expected: "AllelesEntry",
|
|
5066
5290
|
value: elem
|
|
5067
|
-
})) && $
|
|
5068
|
-
path: _path2 + ".alleles[" +
|
|
5291
|
+
})) && $vo93(elem, _path2 + ".alleles[" + _index87 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5292
|
+
path: _path2 + ".alleles[" + _index87 + "]",
|
|
5069
5293
|
expected: "AllelesEntry",
|
|
5070
5294
|
value: elem
|
|
5071
5295
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5080,7 +5304,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5080
5304
|
path: _path2 + ".gt2count",
|
|
5081
5305
|
expected: "(__type.o13 | undefined)",
|
|
5082
5306
|
value: input3.gt2count
|
|
5083
|
-
})) && $
|
|
5307
|
+
})) && $vo94(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
5084
5308
|
path: _path2 + ".gt2count",
|
|
5085
5309
|
expected: "(__type.o13 | undefined)",
|
|
5086
5310
|
value: input3.gt2count
|
|
@@ -5109,7 +5333,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5109
5333
|
expected: "(number | undefined)",
|
|
5110
5334
|
value: input3.pos
|
|
5111
5335
|
})].every((flag) => flag);
|
|
5112
|
-
const $
|
|
5336
|
+
const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
5113
5337
|
path: _path2 + ".allele",
|
|
5114
5338
|
expected: "string",
|
|
5115
5339
|
value: input3.allele
|
|
@@ -5122,7 +5346,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5122
5346
|
expected: "boolean",
|
|
5123
5347
|
value: input3.isRef
|
|
5124
5348
|
})].every((flag) => flag);
|
|
5125
|
-
const $
|
|
5349
|
+
const $vo94 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
5126
5350
|
path: _path2 + ".k",
|
|
5127
5351
|
expected: "string",
|
|
5128
5352
|
value: input3.k
|
|
@@ -5131,7 +5355,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5131
5355
|
expected: "(number | string)",
|
|
5132
5356
|
value: input3.v
|
|
5133
5357
|
})].every((flag) => flag);
|
|
5134
|
-
const $
|
|
5358
|
+
const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5135
5359
|
path: _path2 + ".id",
|
|
5136
5360
|
expected: "(string | undefined)",
|
|
5137
5361
|
value: input3.id
|
|
@@ -5163,7 +5387,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5163
5387
|
path: _path2 + ".term",
|
|
5164
5388
|
expected: "NumericTermCollection",
|
|
5165
5389
|
value: input3.term
|
|
5166
|
-
})) && $
|
|
5390
|
+
})) && $vo52(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5167
5391
|
path: _path2 + ".term",
|
|
5168
5392
|
expected: "NumericTermCollection",
|
|
5169
5393
|
value: input3.term
|
|
@@ -5171,12 +5395,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5171
5395
|
path: _path2 + ".q",
|
|
5172
5396
|
expected: "TermCollectionQCont",
|
|
5173
5397
|
value: input3.q
|
|
5174
|
-
})) && $
|
|
5398
|
+
})) && $vo96(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5175
5399
|
path: _path2 + ".q",
|
|
5176
5400
|
expected: "TermCollectionQCont",
|
|
5177
5401
|
value: input3.q
|
|
5178
5402
|
})].every((flag) => flag);
|
|
5179
|
-
const $
|
|
5403
|
+
const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5180
5404
|
path: _path2 + ".hiddenValues",
|
|
5181
5405
|
expected: "(HiddenValues | undefined)",
|
|
5182
5406
|
value: input3.hiddenValues
|
|
@@ -5208,8 +5432,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5208
5432
|
path: _path2 + ".lst",
|
|
5209
5433
|
expected: "Array<string>",
|
|
5210
5434
|
value: input3.lst
|
|
5211
|
-
})) && input3.lst.map((elem,
|
|
5212
|
-
path: _path2 + ".lst[" +
|
|
5435
|
+
})) && input3.lst.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5436
|
+
path: _path2 + ".lst[" + _index88 + "]",
|
|
5213
5437
|
expected: "string",
|
|
5214
5438
|
value: elem
|
|
5215
5439
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5220,8 +5444,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5220
5444
|
path: _path2 + ".numerators",
|
|
5221
5445
|
expected: "(Array<string> | undefined)",
|
|
5222
5446
|
value: input3.numerators
|
|
5223
|
-
})) && input3.numerators.map((elem,
|
|
5224
|
-
path: _path2 + ".numerators[" +
|
|
5447
|
+
})) && input3.numerators.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5448
|
+
path: _path2 + ".numerators[" + _index89 + "]",
|
|
5225
5449
|
expected: "string",
|
|
5226
5450
|
value: elem
|
|
5227
5451
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5229,7 +5453,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5229
5453
|
expected: "(Array<string> | undefined)",
|
|
5230
5454
|
value: input3.numerators
|
|
5231
5455
|
})].every((flag) => flag);
|
|
5232
|
-
const $
|
|
5456
|
+
const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
5233
5457
|
path: _path2 + ".id",
|
|
5234
5458
|
expected: "(string | undefined)",
|
|
5235
5459
|
value: input3.id
|
|
@@ -5261,7 +5485,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5261
5485
|
path: _path2 + ".term",
|
|
5262
5486
|
expected: "CategoricalTermCollection",
|
|
5263
5487
|
value: input3.term
|
|
5264
|
-
})) && $
|
|
5488
|
+
})) && $vo57(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
5265
5489
|
path: _path2 + ".term",
|
|
5266
5490
|
expected: "CategoricalTermCollection",
|
|
5267
5491
|
value: input3.term
|
|
@@ -5269,12 +5493,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5269
5493
|
path: _path2 + ".q",
|
|
5270
5494
|
expected: "TermCollectionQQual",
|
|
5271
5495
|
value: input3.q
|
|
5272
|
-
})) && $
|
|
5496
|
+
})) && $vo98(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
5273
5497
|
path: _path2 + ".q",
|
|
5274
5498
|
expected: "TermCollectionQQual",
|
|
5275
5499
|
value: input3.q
|
|
5276
5500
|
})].every((flag) => flag);
|
|
5277
|
-
const $
|
|
5501
|
+
const $vo98 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
5278
5502
|
path: _path2 + ".hiddenValues",
|
|
5279
5503
|
expected: "(HiddenValues | undefined)",
|
|
5280
5504
|
value: input3.hiddenValues
|
|
@@ -5306,8 +5530,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5306
5530
|
path: _path2 + ".lst",
|
|
5307
5531
|
expected: "Array<string>",
|
|
5308
5532
|
value: input3.lst
|
|
5309
|
-
})) && input3.lst.map((elem,
|
|
5310
|
-
path: _path2 + ".lst[" +
|
|
5533
|
+
})) && input3.lst.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5534
|
+
path: _path2 + ".lst[" + _index90 + "]",
|
|
5311
5535
|
expected: "string",
|
|
5312
5536
|
value: elem
|
|
5313
5537
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5318,12 +5542,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5318
5542
|
path: _path2 + ".categoryKeys",
|
|
5319
5543
|
expected: "(Array<CategoryKey> | undefined)",
|
|
5320
5544
|
value: input3.categoryKeys
|
|
5321
|
-
})) && input3.categoryKeys.map((elem,
|
|
5322
|
-
path: _path2 + ".categoryKeys[" +
|
|
5545
|
+
})) && input3.categoryKeys.map((elem, _index91) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5546
|
+
path: _path2 + ".categoryKeys[" + _index91 + "]",
|
|
5323
5547
|
expected: "CategoryKey",
|
|
5324
5548
|
value: elem
|
|
5325
|
-
})) && $
|
|
5326
|
-
path: _path2 + ".categoryKeys[" +
|
|
5549
|
+
})) && $vo58(elem, _path2 + ".categoryKeys[" + _index91 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5550
|
+
path: _path2 + ".categoryKeys[" + _index91 + "]",
|
|
5327
5551
|
expected: "CategoryKey",
|
|
5328
5552
|
value: elem
|
|
5329
5553
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5348,14 +5572,14 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5348
5572
|
if (true === input3.stopunbounded)
|
|
5349
5573
|
return $vo19(input3, _path2, _exceptionable2);
|
|
5350
5574
|
if (void 0 !== input3.value)
|
|
5351
|
-
return $
|
|
5575
|
+
return $vo33(input3, _path2, _exceptionable2);
|
|
5352
5576
|
return $vo18(input3, _path2, _exceptionable2);
|
|
5353
5577
|
})();
|
|
5354
5578
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5355
5579
|
if ("gene" === input3.kind)
|
|
5356
|
-
return $
|
|
5580
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
5357
5581
|
if ("coord" === input3.kind)
|
|
5358
|
-
return $
|
|
5582
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
5359
5583
|
return $report(_exceptionable2, {
|
|
5360
5584
|
path: _path2,
|
|
5361
5585
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -5364,9 +5588,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5364
5588
|
})();
|
|
5365
5589
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5366
5590
|
if ("string" === typeof input3.type)
|
|
5367
|
-
return $vo44(input3, _path2, _exceptionable2);
|
|
5368
|
-
if ("filter" === input3.type)
|
|
5369
5591
|
return $vo46(input3, _path2, _exceptionable2);
|
|
5592
|
+
if ("filter" === input3.type)
|
|
5593
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
5370
5594
|
return $report(_exceptionable2, {
|
|
5371
5595
|
path: _path2,
|
|
5372
5596
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -5404,33 +5628,33 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5404
5628
|
})();
|
|
5405
5629
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5406
5630
|
if ("TermCollectionTWQual" === input3.type)
|
|
5407
|
-
return $
|
|
5631
|
+
return $vo97(input3, _path2, _exceptionable2);
|
|
5408
5632
|
if ("TermCollectionTWCont" === input3.type)
|
|
5409
|
-
return $
|
|
5633
|
+
return $vo95(input3, _path2, _exceptionable2);
|
|
5410
5634
|
if ("SnpsTW" === input3.type)
|
|
5411
|
-
return $
|
|
5635
|
+
return $vo88(input3, _path2, _exceptionable2);
|
|
5412
5636
|
if ("ConditionTW" === input3.type)
|
|
5413
|
-
return $
|
|
5637
|
+
return $vo85(input3, _path2, _exceptionable2);
|
|
5414
5638
|
if ("GvCustomGsTW" === input3.type)
|
|
5415
|
-
return $
|
|
5639
|
+
return $vo83(input3, _path2, _exceptionable2);
|
|
5416
5640
|
if ("GvPredefinedGsTW" === input3.type)
|
|
5417
|
-
return $
|
|
5641
|
+
return $vo81(input3, _path2, _exceptionable2);
|
|
5418
5642
|
if ("GvValuesTW" === input3.type)
|
|
5419
|
-
return $
|
|
5643
|
+
return $vo77(input3, _path2, _exceptionable2);
|
|
5420
5644
|
if ("NumTWSpline" === input3.type)
|
|
5421
|
-
return $
|
|
5645
|
+
return $vo74(input3, _path2, _exceptionable2);
|
|
5422
5646
|
if ("NumTWCont" === input3.type)
|
|
5423
|
-
return $
|
|
5647
|
+
return $vo72(input3, _path2, _exceptionable2);
|
|
5424
5648
|
if ("NumTWBinary" === input3.type)
|
|
5425
|
-
return $
|
|
5649
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
5426
5650
|
if ("NumTWCustomBin" === input3.type)
|
|
5427
|
-
return $
|
|
5651
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
5428
5652
|
if ("NumTWRegularBin" === input3.type)
|
|
5429
|
-
return $
|
|
5653
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
5430
5654
|
if ("QualTWCustomGS" === input3.type)
|
|
5431
|
-
return $
|
|
5655
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
5432
5656
|
if ("QualTWPredefinedGS" === input3.type)
|
|
5433
|
-
return $
|
|
5657
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
5434
5658
|
if ("QualTWValues" === input3.type)
|
|
5435
5659
|
return $vo2(input3, _path2, _exceptionable2);
|
|
5436
5660
|
return $report(_exceptionable2, {
|
|
@@ -5443,9 +5667,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5443
5667
|
if ("categorical" === input3.type)
|
|
5444
5668
|
return $vo4(input3, _path2, _exceptionable2);
|
|
5445
5669
|
if ("snp" === input3.type)
|
|
5446
|
-
return $
|
|
5670
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
5447
5671
|
if ("singleCellCellType" === input3.type)
|
|
5448
|
-
return $
|
|
5672
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
5449
5673
|
return $report(_exceptionable2, {
|
|
5450
5674
|
path: _path2,
|
|
5451
5675
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -5456,23 +5680,23 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5456
5680
|
if (void 0 !== input3.ranges)
|
|
5457
5681
|
return $vo10(input3, _path2, _exceptionable2);
|
|
5458
5682
|
if (void 0 !== input3.ratio)
|
|
5459
|
-
return $
|
|
5460
|
-
return $vo9(input3, _path2, false) || $
|
|
5683
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
5684
|
+
return $vo9(input3, _path2, false) || $vo35(input3, _path2, false) || $vo39(input3, _path2, false);
|
|
5461
5685
|
})();
|
|
5462
5686
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5463
5687
|
if ("integer" === input3.type || "float" === input3.type)
|
|
5464
5688
|
return $vo11(input3, _path2, _exceptionable2);
|
|
5465
5689
|
if ("metaboliteIntensity" === input3.type)
|
|
5466
|
-
return $
|
|
5690
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
5467
5691
|
if ("proteomeAbundance" === input3.type)
|
|
5468
|
-
return $vo24(input3, _path2, _exceptionable2);
|
|
5469
|
-
if ("date" === input3.type)
|
|
5470
5692
|
return $vo26(input3, _path2, _exceptionable2);
|
|
5693
|
+
if ("date" === input3.type)
|
|
5694
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
5471
5695
|
if ("ssGSEA" === input3.type)
|
|
5472
|
-
return $
|
|
5696
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
5473
5697
|
if ("dnaMethylation" === input3.type)
|
|
5474
|
-
return $
|
|
5475
|
-
return $vo22(input3, _path2, false) || $vo21(input3, _path2, false) || $
|
|
5698
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
5699
|
+
return $vo22(input3, _path2, false) || $vo21(input3, _path2, false) || $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false);
|
|
5476
5700
|
})();
|
|
5477
5701
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5478
5702
|
if ("regular-bin" === input3.type)
|
|
@@ -5487,9 +5711,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5487
5711
|
})();
|
|
5488
5712
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5489
5713
|
if ("gene" === input3.kind)
|
|
5490
|
-
return $
|
|
5714
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
5491
5715
|
if ("coord" === input3.kind)
|
|
5492
|
-
return $
|
|
5716
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
5493
5717
|
return $report(_exceptionable2, {
|
|
5494
5718
|
path: _path2,
|
|
5495
5719
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
@@ -5498,9 +5722,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5498
5722
|
})();
|
|
5499
5723
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5500
5724
|
if ("numeric" === input3.memberType)
|
|
5501
|
-
return $
|
|
5725
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
5502
5726
|
if ("categorical" === input3.memberType)
|
|
5503
|
-
return $
|
|
5727
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
5504
5728
|
return $report(_exceptionable2, {
|
|
5505
5729
|
path: _path2,
|
|
5506
5730
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|
|
@@ -5509,9 +5733,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5509
5733
|
})();
|
|
5510
5734
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5511
5735
|
if ("gene" === input3.kind)
|
|
5512
|
-
return $
|
|
5736
|
+
return $vo78(input3, _path2, _exceptionable2);
|
|
5513
5737
|
if ("coord" === input3.kind)
|
|
5514
|
-
return $
|
|
5738
|
+
return $vo79(input3, _path2, _exceptionable2);
|
|
5515
5739
|
return $report(_exceptionable2, {
|
|
5516
5740
|
path: _path2,
|
|
5517
5741
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -5520,9 +5744,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
5520
5744
|
})();
|
|
5521
5745
|
const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5522
5746
|
if ("grade" === input3.valueFor)
|
|
5523
|
-
return $
|
|
5747
|
+
return $vo86(input3, _path2, _exceptionable2);
|
|
5524
5748
|
if ("children" === input3.valueFor)
|
|
5525
|
-
return $
|
|
5749
|
+
return $vo87(input3, _path2, _exceptionable2);
|
|
5526
5750
|
return $report(_exceptionable2, {
|
|
5527
5751
|
path: _path2,
|
|
5528
5752
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|