@sjcrh/proteinpaint-types 2.178.0 → 2.179.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-GAYJUXNZ.js → chunk-4J5BPYYR.js} +429 -201
- package/dist/{chunk-WXCXZRKP.js → chunk-6DWX22RA.js} +707 -479
- package/dist/{chunk-UWAVSKMD.js → chunk-7V7USAKJ.js} +705 -477
- package/dist/{chunk-2XQJCZEO.js → chunk-A2FMYVMI.js} +520 -292
- package/dist/{chunk-FQYNRDHB.js → chunk-CC4IBTKW.js} +429 -201
- package/dist/{chunk-2Y7WE3JU.js → chunk-CSK3ZCDF.js} +705 -477
- package/dist/{chunk-UFYKXOY2.js → chunk-DUFHC6EI.js} +1073 -625
- package/dist/{chunk-NRV6MPRM.js → chunk-E2O4N7OC.js} +1346 -898
- package/dist/{chunk-CYQDO4FX.js → chunk-FQLGK65A.js} +742 -456
- package/dist/{chunk-HZEV7D5E.js → chunk-JTZQYNIT.js} +705 -477
- package/dist/{chunk-CX2Y673E.js → chunk-MKM4A5NU.js} +429 -201
- package/dist/{chunk-26UKKPK2.js → chunk-QQNDJ6BY.js} +713 -485
- package/dist/{chunk-PHRILOVX.js → chunk-RANWGPF7.js} +429 -201
- package/dist/{chunk-VBNF7BRI.js → chunk-XAHE4RNZ.js} +452 -224
- package/dist/{chunk-YHKFJCXG.js → chunk-YI63CW7Y.js} +646 -426
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +15 -15
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +429 -201
- package/dist/termdb.chat2.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.dmr.js +1 -1
- 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.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +28 -8
- package/src/filter.ts +33 -4
- package/src/routes/termdb.chat2.ts +13 -2
- package/src/routes/termdb.dmr.ts +17 -2
- package/src/terms/termCollection.ts +0 -3
|
@@ -59,7 +59,7 @@ var validPercentileRequest = (input) => {
|
|
|
59
59
|
const errors = [];
|
|
60
60
|
const __is = (input2) => {
|
|
61
61
|
const $join = import_typia.createValidate.join;
|
|
62
|
-
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && (Array.isArray(input3.getpercentile) && input3.getpercentile.every((elem) => "number" === typeof elem)) && ("object" === typeof input3.term && null !== input3.term && $
|
|
62
|
+
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && (Array.isArray(input3.getpercentile) && input3.getpercentile.every((elem) => "number" === typeof elem)) && ("object" === typeof input3.term && null !== input3.term && $iu5(input3.term)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && true;
|
|
63
63
|
const $io1 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (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);
|
|
64
64
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
65
65
|
const value = input3[key];
|
|
@@ -72,9 +72,9 @@ var validPercentileRequest = (input) => {
|
|
|
72
72
|
return true;
|
|
73
73
|
});
|
|
74
74
|
const $io3 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter));
|
|
75
|
-
const $io4 = (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)));
|
|
76
|
-
const $io5 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $
|
|
77
|
-
const $io6 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io7(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) && $io3(elem)));
|
|
75
|
+
const $io4 = (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);
|
|
76
|
+
const $io5 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu6(input3.tvs));
|
|
77
|
+
const $io6 = (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 && $io7(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) && $io3(elem))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
|
|
78
78
|
const $io7 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
79
79
|
const $io8 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
|
|
80
80
|
const $io9 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io10(elem)));
|
|
@@ -82,11 +82,11 @@ var validPercentileRequest = (input) => {
|
|
|
82
82
|
const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
83
83
|
const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
84
84
|
const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
|
|
85
|
-
const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $
|
|
85
|
+
const $io14 = (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 && $iu7(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
86
86
|
const $io15 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
87
87
|
const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
88
|
-
const $io17 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $
|
|
89
|
-
const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $
|
|
88
|
+
const $io17 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
89
|
+
const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu9(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu10(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
|
|
90
90
|
const $io19 = (input3) => Object.keys(input3).every((key) => {
|
|
91
91
|
const value = input3[key];
|
|
92
92
|
if (void 0 === value)
|
|
@@ -98,7 +98,7 @@ var validPercentileRequest = (input) => {
|
|
|
98
98
|
const $io20 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
99
99
|
const $io21 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
100
100
|
const $io22 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
|
|
101
|
-
const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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] && $
|
|
101
|
+
const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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);
|
|
102
102
|
const $io24 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (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;
|
|
103
103
|
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
104
104
|
const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "wholeProteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
@@ -107,29 +107,40 @@ var validPercentileRequest = (input) => {
|
|
|
107
107
|
const $io29 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
108
108
|
const $io30 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(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);
|
|
109
109
|
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
110
|
-
const $io32 = (input3) => "
|
|
111
|
-
const $io33 = (input3) =>
|
|
112
|
-
const $io34 = (input3) =>
|
|
113
|
-
const $io35 = (input3) => "
|
|
114
|
-
const $io36 = (input3) =>
|
|
115
|
-
const $io37 = (input3) => "string" === typeof input3.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
110
|
+
const $io32 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
|
|
111
|
+
const $io33 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
112
|
+
const $io34 = (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 && $io35(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 && $io36(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
|
|
113
|
+
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
114
|
+
const $io36 = (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;
|
|
115
|
+
const $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
|
|
116
|
+
if (["key", "label"].some((prop) => key === prop))
|
|
117
|
+
return true;
|
|
118
|
+
const value = input3[key];
|
|
119
|
+
if (void 0 === value)
|
|
120
|
+
return true;
|
|
121
|
+
if (RegExp(/(.*)/).test(key))
|
|
122
|
+
return true;
|
|
123
|
+
return true;
|
|
124
|
+
});
|
|
125
|
+
const $io38 = (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 && $io39(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io44(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);
|
|
126
|
+
const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values));
|
|
127
|
+
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
128
|
+
const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "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
|
+
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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
130
|
+
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
131
|
+
const $io44 = (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);
|
|
132
|
+
const $io45 = (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 && $iu12(input3.term)) && "number" === typeof input3.ratio;
|
|
133
|
+
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.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 && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
134
|
+
const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
135
|
+
const $io48 = (input3) => Object.keys(input3).every((key) => {
|
|
125
136
|
const value = input3[key];
|
|
126
137
|
if (void 0 === value)
|
|
127
138
|
return true;
|
|
128
139
|
if (RegExp(/(.*)/).test(key))
|
|
129
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
140
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io49(value);
|
|
130
141
|
return true;
|
|
131
142
|
});
|
|
132
|
-
const $
|
|
143
|
+
const $io49 = (input3) => Object.keys(input3).every((key) => {
|
|
133
144
|
const value = input3[key];
|
|
134
145
|
if (void 0 === value)
|
|
135
146
|
return true;
|
|
@@ -137,39 +148,39 @@ var validPercentileRequest = (input) => {
|
|
|
137
148
|
return true;
|
|
138
149
|
return true;
|
|
139
150
|
});
|
|
140
|
-
const $
|
|
141
|
-
const $
|
|
142
|
-
const $
|
|
143
|
-
const $
|
|
144
|
-
const $
|
|
145
|
-
const $
|
|
146
|
-
const $
|
|
147
|
-
const $
|
|
148
|
-
const $
|
|
149
|
-
const $
|
|
150
|
-
const $
|
|
151
|
-
const $
|
|
152
|
-
const $
|
|
153
|
-
const $
|
|
154
|
-
const $
|
|
155
|
-
const $
|
|
156
|
-
const $
|
|
157
|
-
const $
|
|
158
|
-
const $
|
|
159
|
-
const $
|
|
160
|
-
const $
|
|
161
|
-
const $
|
|
151
|
+
const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.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 && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
|
|
152
|
+
const $io51 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
|
|
153
|
+
const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
154
|
+
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
155
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
156
|
+
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "wholeProteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
157
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
158
|
+
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
159
|
+
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
160
|
+
const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
161
|
+
const $io61 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
162
|
+
const $io62 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
163
|
+
const $io63 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
164
|
+
const $io64 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
165
|
+
const $io65 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.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 && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
166
|
+
const $io66 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.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 && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
|
|
167
|
+
const $io67 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io68(elem)));
|
|
168
|
+
const $io68 = (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 && $io69(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io70(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);
|
|
169
|
+
const $io69 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
170
|
+
const $io70 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
171
|
+
const $io71 = (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) && $io72(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
172
|
+
const $io72 = (input3) => Object.keys(input3).every((key) => {
|
|
162
173
|
const value = input3[key];
|
|
163
174
|
if (void 0 === value)
|
|
164
175
|
return true;
|
|
165
176
|
if (RegExp(/(.*)/).test(key))
|
|
166
|
-
return "object" === typeof value && null !== value && $
|
|
177
|
+
return "object" === typeof value && null !== value && $io73(value);
|
|
167
178
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
168
|
-
return "object" === typeof value && null !== value && $
|
|
179
|
+
return "object" === typeof value && null !== value && $io73(value);
|
|
169
180
|
return true;
|
|
170
181
|
});
|
|
171
|
-
const $
|
|
172
|
-
const $
|
|
182
|
+
const $io73 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io74(elem))) && true;
|
|
183
|
+
const $io74 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
173
184
|
const $iu0 = (input3) => (() => {
|
|
174
185
|
if ("tvslst" === input3.type)
|
|
175
186
|
return $io4(input3);
|
|
@@ -189,40 +200,49 @@ var validPercentileRequest = (input) => {
|
|
|
189
200
|
return $io20(input3);
|
|
190
201
|
if (true === input3.stopunbounded)
|
|
191
202
|
return $io22(input3);
|
|
203
|
+
if (void 0 !== input3.value)
|
|
204
|
+
return $io32(input3);
|
|
192
205
|
return $io21(input3);
|
|
193
206
|
})();
|
|
194
207
|
const $iu3 = (input3) => (() => {
|
|
195
208
|
if ("gene" === input3.kind)
|
|
196
|
-
return $
|
|
209
|
+
return $io41(input3);
|
|
197
210
|
if ("coord" === input3.kind)
|
|
198
|
-
return $
|
|
211
|
+
return $io42(input3);
|
|
199
212
|
return false;
|
|
200
213
|
})();
|
|
201
214
|
const $iu4 = (input3) => (() => {
|
|
215
|
+
if (true === input3.startunbounded)
|
|
216
|
+
return $io20(input3);
|
|
217
|
+
if (true === input3.stopunbounded)
|
|
218
|
+
return $io22(input3);
|
|
219
|
+
return $io21(input3);
|
|
220
|
+
})();
|
|
221
|
+
const $iu5 = (input3) => (() => {
|
|
202
222
|
if ("metaboliteIntensity" === input3.type)
|
|
203
|
-
return $
|
|
223
|
+
return $io54(input3);
|
|
204
224
|
if ("wholeProteomeAbundance" === input3.type)
|
|
205
|
-
return $
|
|
225
|
+
return $io55(input3);
|
|
206
226
|
if ("categorical" === input3.type)
|
|
207
|
-
return $
|
|
227
|
+
return $io56(input3);
|
|
208
228
|
if ("snp" === input3.type)
|
|
209
|
-
return $
|
|
229
|
+
return $io57(input3);
|
|
210
230
|
if ("singleCellCellType" === input3.type)
|
|
211
|
-
return $
|
|
231
|
+
return $io58(input3);
|
|
212
232
|
if ("date" === input3.type)
|
|
213
|
-
return $
|
|
233
|
+
return $io61(input3);
|
|
214
234
|
if ("integer" === input3.type || "float" === input3.type)
|
|
215
|
-
return $io58(input3);
|
|
216
|
-
if ("ssGSEA" === input3.type)
|
|
217
235
|
return $io60(input3);
|
|
236
|
+
if ("ssGSEA" === input3.type)
|
|
237
|
+
return $io62(input3);
|
|
218
238
|
if ("dnaMethylation" === input3.type)
|
|
219
|
-
return $
|
|
239
|
+
return $io63(input3);
|
|
220
240
|
if ("condition" === input3.type)
|
|
221
|
-
return $
|
|
241
|
+
return $io64(input3);
|
|
222
242
|
if ("numeric" === input3.memberType)
|
|
223
|
-
return $
|
|
243
|
+
return $io65(input3);
|
|
224
244
|
if ("categorical" === input3.memberType)
|
|
225
|
-
return $
|
|
245
|
+
return $io66(input3);
|
|
226
246
|
return (() => {
|
|
227
247
|
if ($io24(input3))
|
|
228
248
|
return $io24(input3);
|
|
@@ -232,33 +252,33 @@ var validPercentileRequest = (input) => {
|
|
|
232
252
|
return $io31(input3);
|
|
233
253
|
if ($io30(input3))
|
|
234
254
|
return $io30(input3);
|
|
235
|
-
if ($
|
|
236
|
-
return $
|
|
237
|
-
if ($
|
|
238
|
-
return $
|
|
239
|
-
if ($
|
|
240
|
-
return $
|
|
241
|
-
if ($
|
|
242
|
-
return $
|
|
255
|
+
if ($io52(input3))
|
|
256
|
+
return $io52(input3);
|
|
257
|
+
if ($io53(input3))
|
|
258
|
+
return $io53(input3);
|
|
259
|
+
if ($io67(input3))
|
|
260
|
+
return $io67(input3);
|
|
261
|
+
if ($io71(input3))
|
|
262
|
+
return $io71(input3);
|
|
243
263
|
return false;
|
|
244
264
|
})();
|
|
245
265
|
})();
|
|
246
|
-
const $
|
|
266
|
+
const $iu6 = (input3) => (() => {
|
|
247
267
|
if (void 0 !== input3.ranges)
|
|
248
268
|
return $io14(input3);
|
|
249
269
|
if (void 0 !== input3.ratio)
|
|
250
|
-
return $
|
|
270
|
+
return $io45(input3);
|
|
251
271
|
return (() => {
|
|
252
272
|
if ($io6(input3))
|
|
253
273
|
return $io6(input3);
|
|
254
|
-
if ($
|
|
255
|
-
return $
|
|
256
|
-
if ($
|
|
257
|
-
return $
|
|
274
|
+
if ($io34(input3))
|
|
275
|
+
return $io34(input3);
|
|
276
|
+
if ($io38(input3))
|
|
277
|
+
return $io38(input3);
|
|
258
278
|
return false;
|
|
259
279
|
})();
|
|
260
280
|
})();
|
|
261
|
-
const $
|
|
281
|
+
const $iu7 = (input3) => (() => {
|
|
262
282
|
if ("integer" === input3.type || "float" === input3.type)
|
|
263
283
|
return $io15(input3);
|
|
264
284
|
if ("metaboliteIntensity" === input3.type)
|
|
@@ -283,39 +303,39 @@ var validPercentileRequest = (input) => {
|
|
|
283
303
|
return false;
|
|
284
304
|
})();
|
|
285
305
|
})();
|
|
286
|
-
const $
|
|
306
|
+
const $iu8 = (input3) => (() => {
|
|
287
307
|
if ("regular-bin" === input3.type)
|
|
288
308
|
return $io18(input3);
|
|
289
309
|
if ("custom-bin" === input3.type)
|
|
290
310
|
return $io23(input3);
|
|
291
311
|
return false;
|
|
292
312
|
})();
|
|
293
|
-
const $
|
|
313
|
+
const $iu9 = (input3) => (() => {
|
|
294
314
|
if (true === input3.startunbounded)
|
|
295
315
|
return $io20(input3);
|
|
296
316
|
if (void 0 !== input3.start)
|
|
297
317
|
return $io21(input3);
|
|
298
318
|
return false;
|
|
299
319
|
})();
|
|
300
|
-
const $
|
|
320
|
+
const $iu10 = (input3) => (() => {
|
|
301
321
|
if (void 0 !== input3.stop)
|
|
302
322
|
return $io21(input3);
|
|
303
323
|
if (true === input3.stopunbounded)
|
|
304
324
|
return $io22(input3);
|
|
305
325
|
return false;
|
|
306
326
|
})();
|
|
307
|
-
const $
|
|
327
|
+
const $iu11 = (input3) => (() => {
|
|
308
328
|
if ("gene" === input3.kind)
|
|
309
|
-
return $
|
|
329
|
+
return $io40(input3);
|
|
310
330
|
if ("coord" === input3.kind)
|
|
311
|
-
return $
|
|
331
|
+
return $io43(input3);
|
|
312
332
|
return false;
|
|
313
333
|
})();
|
|
314
|
-
const $
|
|
334
|
+
const $iu12 = (input3) => (() => {
|
|
315
335
|
if ("numeric" === input3.memberType)
|
|
316
|
-
return $
|
|
336
|
+
return $io46(input3);
|
|
317
337
|
if ("categorical" === input3.memberType)
|
|
318
|
-
return $
|
|
338
|
+
return $io50(input3);
|
|
319
339
|
return false;
|
|
320
340
|
})();
|
|
321
341
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -350,11 +370,11 @@ var validPercentileRequest = (input) => {
|
|
|
350
370
|
value: input3.getpercentile
|
|
351
371
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
352
372
|
path: _path2 + ".term",
|
|
353
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "wholeProteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { 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 | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string;
|
|
373
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "wholeProteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { 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 | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
354
374
|
value: input3.term
|
|
355
|
-
})) && $
|
|
375
|
+
})) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
356
376
|
path: _path2 + ".term",
|
|
357
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "wholeProteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { 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 | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string;
|
|
377
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "wholeProteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { 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 | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
358
378
|
value: input3.term
|
|
359
379
|
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
360
380
|
path: _path2 + ".filter",
|
|
@@ -561,6 +581,10 @@ var validPercentileRequest = (input) => {
|
|
|
561
581
|
path: _path2 + ".lst",
|
|
562
582
|
expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
|
|
563
583
|
value: input3.lst
|
|
584
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
585
|
+
path: _path2 + ".$id",
|
|
586
|
+
expected: "(string | undefined)",
|
|
587
|
+
value: input3.$id
|
|
564
588
|
})].every((flag) => flag);
|
|
565
589
|
const $vo5 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
|
|
566
590
|
path: _path2 + ".type",
|
|
@@ -570,7 +594,7 @@ var validPercentileRequest = (input) => {
|
|
|
570
594
|
path: _path2 + ".tvs",
|
|
571
595
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
572
596
|
value: input3.tvs
|
|
573
|
-
})) && $
|
|
597
|
+
})) && $vu6(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
574
598
|
path: _path2 + ".tvs",
|
|
575
599
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
576
600
|
value: input3.tvs
|
|
@@ -583,6 +607,26 @@ var validPercentileRequest = (input) => {
|
|
|
583
607
|
path: _path2 + ".isnot",
|
|
584
608
|
expected: "(boolean | undefined)",
|
|
585
609
|
value: input3.isnot
|
|
610
|
+
}), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
|
|
611
|
+
path: _path2 + ".bar_by_grade",
|
|
612
|
+
expected: "(boolean | undefined)",
|
|
613
|
+
value: input3.bar_by_grade
|
|
614
|
+
}), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
|
|
615
|
+
path: _path2 + ".bar_by_children",
|
|
616
|
+
expected: "(boolean | undefined)",
|
|
617
|
+
value: input3.bar_by_children
|
|
618
|
+
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
619
|
+
path: _path2 + ".value_by_max_grade",
|
|
620
|
+
expected: "(boolean | undefined)",
|
|
621
|
+
value: input3.value_by_max_grade
|
|
622
|
+
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
623
|
+
path: _path2 + ".value_by_most_recent",
|
|
624
|
+
expected: "(boolean | undefined)",
|
|
625
|
+
value: input3.value_by_most_recent
|
|
626
|
+
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
627
|
+
path: _path2 + ".value_by_computable_grade",
|
|
628
|
+
expected: "(boolean | undefined)",
|
|
629
|
+
value: input3.value_by_computable_grade
|
|
586
630
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
587
631
|
path: _path2 + ".term",
|
|
588
632
|
expected: "CategoricalTerm",
|
|
@@ -611,6 +655,10 @@ var validPercentileRequest = (input) => {
|
|
|
611
655
|
path: _path2 + ".values",
|
|
612
656
|
expected: "Array<BaseValue>",
|
|
613
657
|
value: input3.values
|
|
658
|
+
}), void 0 === input3.valueset || input3.valueset instanceof Set || $report(_exceptionable2, {
|
|
659
|
+
path: _path2 + ".valueset",
|
|
660
|
+
expected: "(Set<any> | undefined)",
|
|
661
|
+
value: input3.valueset
|
|
614
662
|
})].every((flag) => flag);
|
|
615
663
|
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
616
664
|
path: _path2 + ".id",
|
|
@@ -819,45 +867,65 @@ var validPercentileRequest = (input) => {
|
|
|
819
867
|
path: _path2 + ".isnot",
|
|
820
868
|
expected: "(boolean | undefined)",
|
|
821
869
|
value: input3.isnot
|
|
870
|
+
}), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
|
|
871
|
+
path: _path2 + ".bar_by_grade",
|
|
872
|
+
expected: "(boolean | undefined)",
|
|
873
|
+
value: input3.bar_by_grade
|
|
874
|
+
}), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
|
|
875
|
+
path: _path2 + ".bar_by_children",
|
|
876
|
+
expected: "(boolean | undefined)",
|
|
877
|
+
value: input3.bar_by_children
|
|
878
|
+
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
879
|
+
path: _path2 + ".value_by_max_grade",
|
|
880
|
+
expected: "(boolean | undefined)",
|
|
881
|
+
value: input3.value_by_max_grade
|
|
882
|
+
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
883
|
+
path: _path2 + ".value_by_most_recent",
|
|
884
|
+
expected: "(boolean | undefined)",
|
|
885
|
+
value: input3.value_by_most_recent
|
|
886
|
+
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
887
|
+
path: _path2 + ".value_by_computable_grade",
|
|
888
|
+
expected: "(boolean | undefined)",
|
|
889
|
+
value: input3.value_by_computable_grade
|
|
822
890
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
823
891
|
path: _path2 + ".term",
|
|
824
892
|
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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
825
893
|
value: input3.term
|
|
826
|
-
})) && $
|
|
894
|
+
})) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
827
895
|
path: _path2 + ".term",
|
|
828
896
|
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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
|
|
829
897
|
value: input3.term
|
|
830
898
|
}), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
|
|
831
899
|
path: _path2 + ".ranges",
|
|
832
|
-
expected: "Array<NumericBin>",
|
|
900
|
+
expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
|
|
833
901
|
value: input3.ranges
|
|
834
902
|
})) && input3.ranges.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
835
903
|
path: _path2 + ".ranges[" + _index11 + "]",
|
|
836
|
-
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
904
|
+
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
|
|
837
905
|
value: elem
|
|
838
906
|
})) && $vu2(elem, _path2 + ".ranges[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
839
907
|
path: _path2 + ".ranges[" + _index11 + "]",
|
|
840
|
-
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
908
|
+
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
|
|
841
909
|
value: elem
|
|
842
910
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
843
911
|
path: _path2 + ".ranges",
|
|
844
|
-
expected: "Array<NumericBin>",
|
|
912
|
+
expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
|
|
845
913
|
value: input3.ranges
|
|
846
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
914
|
+
}), void 0 === input3.values || (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
847
915
|
path: _path2 + ".values",
|
|
848
|
-
expected: "Array<__type>.o1",
|
|
916
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
849
917
|
value: input3.values
|
|
850
918
|
})) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
851
919
|
path: _path2 + ".values[" + _index12 + "]",
|
|
852
|
-
expected: "__type.
|
|
920
|
+
expected: "__type.o5",
|
|
853
921
|
value: elem
|
|
854
|
-
})) && $
|
|
922
|
+
})) && $vo33(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
855
923
|
path: _path2 + ".values[" + _index12 + "]",
|
|
856
|
-
expected: "__type.
|
|
924
|
+
expected: "__type.o5",
|
|
857
925
|
value: elem
|
|
858
926
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
859
927
|
path: _path2 + ".values",
|
|
860
|
-
expected: "Array<__type>.o1",
|
|
928
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
861
929
|
value: input3.values
|
|
862
930
|
})].every((flag) => flag);
|
|
863
931
|
const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -958,7 +1026,7 @@ var validPercentileRequest = (input) => {
|
|
|
958
1026
|
path: _path2 + '["default"]',
|
|
959
1027
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
960
1028
|
value: input3["default"]
|
|
961
|
-
})) && $
|
|
1029
|
+
})) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
962
1030
|
path: _path2 + '["default"]',
|
|
963
1031
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
964
1032
|
value: input3["default"]
|
|
@@ -966,7 +1034,7 @@ var validPercentileRequest = (input) => {
|
|
|
966
1034
|
path: _path2 + ".less",
|
|
967
1035
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
968
1036
|
value: input3.less
|
|
969
|
-
})) && $
|
|
1037
|
+
})) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
970
1038
|
path: _path2 + ".less",
|
|
971
1039
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
972
1040
|
value: input3.less
|
|
@@ -1027,7 +1095,7 @@ var validPercentileRequest = (input) => {
|
|
|
1027
1095
|
path: _path2 + ".first_bin",
|
|
1028
1096
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1029
1097
|
value: input3.first_bin
|
|
1030
|
-
})) && $
|
|
1098
|
+
})) && $vu9(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
1031
1099
|
path: _path2 + ".first_bin",
|
|
1032
1100
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
1033
1101
|
value: input3.first_bin
|
|
@@ -1035,7 +1103,7 @@ var validPercentileRequest = (input) => {
|
|
|
1035
1103
|
path: _path2 + ".last_bin",
|
|
1036
1104
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
1037
1105
|
value: input3.last_bin
|
|
1038
|
-
})) && $
|
|
1106
|
+
})) && $vu10(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
1039
1107
|
path: _path2 + ".last_bin",
|
|
1040
1108
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
1041
1109
|
value: input3.last_bin
|
|
@@ -1200,7 +1268,7 @@ var validPercentileRequest = (input) => {
|
|
|
1200
1268
|
path: _path2 + ".lst[0]",
|
|
1201
1269
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1202
1270
|
value: input3.lst[0]
|
|
1203
|
-
})) && $
|
|
1271
|
+
})) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
|
|
1204
1272
|
path: _path2 + ".lst[0]",
|
|
1205
1273
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1206
1274
|
value: input3.lst[0]
|
|
@@ -1213,7 +1281,7 @@ var validPercentileRequest = (input) => {
|
|
|
1213
1281
|
path: _path2 + ".lst[" + (1 + _index15) + "]",
|
|
1214
1282
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1215
1283
|
value: elem
|
|
1216
|
-
})) && $
|
|
1284
|
+
})) && $vu4(elem, _path2 + ".lst[" + (1 + _index15) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1217
1285
|
path: _path2 + ".lst[" + (1 + _index15) + "]",
|
|
1218
1286
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1219
1287
|
value: elem
|
|
@@ -2014,7 +2082,20 @@ var validPercentileRequest = (input) => {
|
|
|
2014
2082
|
expected: "number",
|
|
2015
2083
|
value: input3.stop
|
|
2016
2084
|
})].every((flag) => flag);
|
|
2017
|
-
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["
|
|
2085
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2086
|
+
path: _path2 + ".value",
|
|
2087
|
+
expected: "number",
|
|
2088
|
+
value: input3.value
|
|
2089
|
+
}), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
|
|
2090
|
+
path: _path2 + ".label",
|
|
2091
|
+
expected: "(string | undefined)",
|
|
2092
|
+
value: input3.label
|
|
2093
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2094
|
+
path: _path2 + ".name",
|
|
2095
|
+
expected: "(string | undefined)",
|
|
2096
|
+
value: input3.name
|
|
2097
|
+
})].every((flag) => flag);
|
|
2098
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2018
2099
|
path: _path2 + ".key",
|
|
2019
2100
|
expected: "string",
|
|
2020
2101
|
value: input3.key
|
|
@@ -2031,7 +2112,7 @@ var validPercentileRequest = (input) => {
|
|
|
2031
2112
|
expected: "(string | undefined)",
|
|
2032
2113
|
value: input3.label
|
|
2033
2114
|
})].every((flag) => flag);
|
|
2034
|
-
const $
|
|
2115
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2035
2116
|
path: _path2 + ".join",
|
|
2036
2117
|
expected: "(string | undefined)",
|
|
2037
2118
|
value: input3.join
|
|
@@ -2039,14 +2120,14 @@ var validPercentileRequest = (input) => {
|
|
|
2039
2120
|
path: _path2 + ".isnot",
|
|
2040
2121
|
expected: "(boolean | undefined)",
|
|
2041
2122
|
value: input3.isnot
|
|
2042
|
-
}),
|
|
2043
|
-
path: _path2 + ".
|
|
2044
|
-
expected: "
|
|
2045
|
-
value: input3.
|
|
2046
|
-
})
|
|
2047
|
-
path: _path2 + ".
|
|
2048
|
-
expected: "
|
|
2049
|
-
value: input3.
|
|
2123
|
+
}), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
|
|
2124
|
+
path: _path2 + ".bar_by_grade",
|
|
2125
|
+
expected: "(boolean | undefined)",
|
|
2126
|
+
value: input3.bar_by_grade
|
|
2127
|
+
}), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
|
|
2128
|
+
path: _path2 + ".bar_by_children",
|
|
2129
|
+
expected: "(boolean | undefined)",
|
|
2130
|
+
value: input3.bar_by_children
|
|
2050
2131
|
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
2051
2132
|
path: _path2 + ".value_by_max_grade",
|
|
2052
2133
|
expected: "(boolean | undefined)",
|
|
@@ -2059,6 +2140,14 @@ var validPercentileRequest = (input) => {
|
|
|
2059
2140
|
path: _path2 + ".value_by_computable_grade",
|
|
2060
2141
|
expected: "(boolean | undefined)",
|
|
2061
2142
|
value: input3.value_by_computable_grade
|
|
2143
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2144
|
+
path: _path2 + ".term",
|
|
2145
|
+
expected: "ConditionTerm",
|
|
2146
|
+
value: input3.term
|
|
2147
|
+
})) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2148
|
+
path: _path2 + ".term",
|
|
2149
|
+
expected: "ConditionTerm",
|
|
2150
|
+
value: input3.term
|
|
2062
2151
|
}), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
|
|
2063
2152
|
path: _path2 + ".grade_and_child",
|
|
2064
2153
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
@@ -2067,7 +2156,7 @@ var validPercentileRequest = (input) => {
|
|
|
2067
2156
|
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2068
2157
|
expected: "GradeAndChildEntry",
|
|
2069
2158
|
value: elem
|
|
2070
|
-
})) && $
|
|
2159
|
+
})) && $vo36(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2071
2160
|
path: _path2 + ".grade_and_child[" + _index33 + "]",
|
|
2072
2161
|
expected: "GradeAndChildEntry",
|
|
2073
2162
|
value: elem
|
|
@@ -2075,8 +2164,24 @@ var validPercentileRequest = (input) => {
|
|
|
2075
2164
|
path: _path2 + ".grade_and_child",
|
|
2076
2165
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2077
2166
|
value: input3.grade_and_child
|
|
2167
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2168
|
+
path: _path2 + ".values",
|
|
2169
|
+
expected: "Array<__type>.o2",
|
|
2170
|
+
value: input3.values
|
|
2171
|
+
})) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2172
|
+
path: _path2 + ".values[" + _index34 + "]",
|
|
2173
|
+
expected: "__type.o6",
|
|
2174
|
+
value: elem
|
|
2175
|
+
})) && $vo37(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2176
|
+
path: _path2 + ".values[" + _index34 + "]",
|
|
2177
|
+
expected: "__type.o6",
|
|
2178
|
+
value: elem
|
|
2179
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2180
|
+
path: _path2 + ".values",
|
|
2181
|
+
expected: "Array<__type>.o2",
|
|
2182
|
+
value: input3.values
|
|
2078
2183
|
})].every((flag) => flag);
|
|
2079
|
-
const $
|
|
2184
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2080
2185
|
path: _path2 + ".id",
|
|
2081
2186
|
expected: "string",
|
|
2082
2187
|
value: input3.id
|
|
@@ -2092,8 +2197,8 @@ var validPercentileRequest = (input) => {
|
|
|
2092
2197
|
path: _path2 + ".child_types",
|
|
2093
2198
|
expected: "(Array<string> | undefined)",
|
|
2094
2199
|
value: input3.child_types
|
|
2095
|
-
})) && input3.child_types.map((elem,
|
|
2096
|
-
path: _path2 + ".child_types[" +
|
|
2200
|
+
})) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2201
|
+
path: _path2 + ".child_types[" + _index35 + "]",
|
|
2097
2202
|
expected: "string",
|
|
2098
2203
|
value: elem
|
|
2099
2204
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2108,8 +2213,8 @@ var validPercentileRequest = (input) => {
|
|
|
2108
2213
|
path: _path2 + ".included_types",
|
|
2109
2214
|
expected: "(Array<string> | undefined)",
|
|
2110
2215
|
value: input3.included_types
|
|
2111
|
-
})) && input3.included_types.map((elem,
|
|
2112
|
-
path: _path2 + ".included_types[" +
|
|
2216
|
+
})) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2217
|
+
path: _path2 + ".included_types[" + _index36 + "]",
|
|
2113
2218
|
expected: "string",
|
|
2114
2219
|
value: elem
|
|
2115
2220
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2141,7 +2246,7 @@ var validPercentileRequest = (input) => {
|
|
|
2141
2246
|
expected: "(__type.o1 | undefined)",
|
|
2142
2247
|
value: input3.valueConversion
|
|
2143
2248
|
})].every((flag) => flag);
|
|
2144
|
-
const $
|
|
2249
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
2145
2250
|
path: _path2 + ".grade",
|
|
2146
2251
|
expected: "number",
|
|
2147
2252
|
value: input3.grade
|
|
@@ -2158,7 +2263,25 @@ var validPercentileRequest = (input) => {
|
|
|
2158
2263
|
expected: "string",
|
|
2159
2264
|
value: input3.child_label
|
|
2160
2265
|
})].every((flag) => flag);
|
|
2161
|
-
const $
|
|
2266
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
2267
|
+
path: _path2 + ".key",
|
|
2268
|
+
expected: "(number | string)",
|
|
2269
|
+
value: input3.key
|
|
2270
|
+
}), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
|
|
2271
|
+
path: _path2 + ".label",
|
|
2272
|
+
expected: "(string | undefined)",
|
|
2273
|
+
value: input3.label
|
|
2274
|
+
}), false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2275
|
+
if (["key", "label"].some((prop) => key === prop))
|
|
2276
|
+
return true;
|
|
2277
|
+
const value = input3[key];
|
|
2278
|
+
if (void 0 === value)
|
|
2279
|
+
return true;
|
|
2280
|
+
if (RegExp(/(.*)/).test(key))
|
|
2281
|
+
return true;
|
|
2282
|
+
return true;
|
|
2283
|
+
}).every((flag) => flag)].every((flag) => flag);
|
|
2284
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2162
2285
|
path: _path2 + ".join",
|
|
2163
2286
|
expected: "(string | undefined)",
|
|
2164
2287
|
value: input3.join
|
|
@@ -2166,29 +2289,49 @@ var validPercentileRequest = (input) => {
|
|
|
2166
2289
|
path: _path2 + ".isnot",
|
|
2167
2290
|
expected: "(boolean | undefined)",
|
|
2168
2291
|
value: input3.isnot
|
|
2292
|
+
}), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
|
|
2293
|
+
path: _path2 + ".bar_by_grade",
|
|
2294
|
+
expected: "(boolean | undefined)",
|
|
2295
|
+
value: input3.bar_by_grade
|
|
2296
|
+
}), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
|
|
2297
|
+
path: _path2 + ".bar_by_children",
|
|
2298
|
+
expected: "(boolean | undefined)",
|
|
2299
|
+
value: input3.bar_by_children
|
|
2300
|
+
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
2301
|
+
path: _path2 + ".value_by_max_grade",
|
|
2302
|
+
expected: "(boolean | undefined)",
|
|
2303
|
+
value: input3.value_by_max_grade
|
|
2304
|
+
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
2305
|
+
path: _path2 + ".value_by_most_recent",
|
|
2306
|
+
expected: "(boolean | undefined)",
|
|
2307
|
+
value: input3.value_by_most_recent
|
|
2308
|
+
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
2309
|
+
path: _path2 + ".value_by_computable_grade",
|
|
2310
|
+
expected: "(boolean | undefined)",
|
|
2311
|
+
value: input3.value_by_computable_grade
|
|
2169
2312
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2170
2313
|
path: _path2 + ".term",
|
|
2171
2314
|
expected: "DtTerm",
|
|
2172
2315
|
value: input3.term
|
|
2173
|
-
})) && $
|
|
2316
|
+
})) && $vo39(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2174
2317
|
path: _path2 + ".term",
|
|
2175
2318
|
expected: "DtTerm",
|
|
2176
2319
|
value: input3.term
|
|
2177
2320
|
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2178
2321
|
path: _path2 + ".values",
|
|
2179
|
-
expected: "Array<
|
|
2322
|
+
expected: "Array<GeneVariantValue>",
|
|
2180
2323
|
value: input3.values
|
|
2181
|
-
})) && input3.values.map((elem,
|
|
2182
|
-
path: _path2 + ".values[" +
|
|
2183
|
-
expected: "
|
|
2324
|
+
})) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
2325
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2326
|
+
expected: "GeneVariantValue",
|
|
2184
2327
|
value: elem
|
|
2185
|
-
})) && $
|
|
2186
|
-
path: _path2 + ".values[" +
|
|
2187
|
-
expected: "
|
|
2328
|
+
})) && $vo44(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2329
|
+
path: _path2 + ".values[" + _index37 + "]",
|
|
2330
|
+
expected: "GeneVariantValue",
|
|
2188
2331
|
value: elem
|
|
2189
2332
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2190
2333
|
path: _path2 + ".values",
|
|
2191
|
-
expected: "Array<
|
|
2334
|
+
expected: "Array<GeneVariantValue>",
|
|
2192
2335
|
value: input3.values
|
|
2193
2336
|
}), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
|
|
2194
2337
|
path: _path2 + ".includeNotTested",
|
|
@@ -2198,8 +2341,40 @@ var validPercentileRequest = (input) => {
|
|
|
2198
2341
|
path: _path2 + ".excludeGeneName",
|
|
2199
2342
|
expected: "(boolean | undefined)",
|
|
2200
2343
|
value: input3.excludeGeneName
|
|
2344
|
+
}), void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype || $report(_exceptionable2, {
|
|
2345
|
+
path: _path2 + ".genotype",
|
|
2346
|
+
expected: '("nt" | "variant" | "wt" | undefined)',
|
|
2347
|
+
value: input3.genotype
|
|
2348
|
+
}), void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount || $report(_exceptionable2, {
|
|
2349
|
+
path: _path2 + ".mcount",
|
|
2350
|
+
expected: '("all" | "any" | "multiple" | "single" | undefined)',
|
|
2351
|
+
value: input3.mcount
|
|
2352
|
+
}), void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv || $report(_exceptionable2, {
|
|
2353
|
+
path: _path2 + ".continuousCnv",
|
|
2354
|
+
expected: "(boolean | undefined)",
|
|
2355
|
+
value: input3.continuousCnv
|
|
2356
|
+
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
2357
|
+
path: _path2 + ".cnvLossCutoff",
|
|
2358
|
+
expected: "(number | undefined)",
|
|
2359
|
+
value: input3.cnvLossCutoff
|
|
2360
|
+
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
2361
|
+
path: _path2 + ".cnvGainCutoff",
|
|
2362
|
+
expected: "(number | undefined)",
|
|
2363
|
+
value: input3.cnvGainCutoff
|
|
2364
|
+
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
2365
|
+
path: _path2 + ".cnvMaxLength",
|
|
2366
|
+
expected: "(number | undefined)",
|
|
2367
|
+
value: input3.cnvMaxLength
|
|
2368
|
+
}), void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT || $report(_exceptionable2, {
|
|
2369
|
+
path: _path2 + ".cnvWT",
|
|
2370
|
+
expected: "(boolean | undefined)",
|
|
2371
|
+
value: input3.cnvWT
|
|
2372
|
+
}), void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap || $report(_exceptionable2, {
|
|
2373
|
+
path: _path2 + ".fractionOverlap",
|
|
2374
|
+
expected: "(number | undefined)",
|
|
2375
|
+
value: input3.fractionOverlap
|
|
2201
2376
|
})].every((flag) => flag);
|
|
2202
|
-
const $
|
|
2377
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2203
2378
|
path: _path2 + ".id",
|
|
2204
2379
|
expected: "string",
|
|
2205
2380
|
value: input3.id
|
|
@@ -2219,7 +2394,7 @@ var validPercentileRequest = (input) => {
|
|
|
2219
2394
|
path: _path2 + ".parentTerm",
|
|
2220
2395
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
2221
2396
|
value: input3.parentTerm
|
|
2222
|
-
})) && $
|
|
2397
|
+
})) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
2223
2398
|
path: _path2 + ".parentTerm",
|
|
2224
2399
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
2225
2400
|
value: input3.parentTerm
|
|
@@ -2248,7 +2423,7 @@ var validPercentileRequest = (input) => {
|
|
|
2248
2423
|
expected: "TermValues",
|
|
2249
2424
|
value: input3.values
|
|
2250
2425
|
})].every((flag) => flag);
|
|
2251
|
-
const $
|
|
2426
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2252
2427
|
path: _path2 + ".id",
|
|
2253
2428
|
expected: "string",
|
|
2254
2429
|
value: input3.id
|
|
@@ -2264,8 +2439,8 @@ var validPercentileRequest = (input) => {
|
|
|
2264
2439
|
path: _path2 + ".child_types",
|
|
2265
2440
|
expected: "(Array<string> | undefined)",
|
|
2266
2441
|
value: input3.child_types
|
|
2267
|
-
})) && input3.child_types.map((elem,
|
|
2268
|
-
path: _path2 + ".child_types[" +
|
|
2442
|
+
})) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2443
|
+
path: _path2 + ".child_types[" + _index38 + "]",
|
|
2269
2444
|
expected: "string",
|
|
2270
2445
|
value: elem
|
|
2271
2446
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2280,8 +2455,8 @@ var validPercentileRequest = (input) => {
|
|
|
2280
2455
|
path: _path2 + ".included_types",
|
|
2281
2456
|
expected: "(Array<string> | undefined)",
|
|
2282
2457
|
value: input3.included_types
|
|
2283
|
-
})) && input3.included_types.map((elem,
|
|
2284
|
-
path: _path2 + ".included_types[" +
|
|
2458
|
+
})) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2459
|
+
path: _path2 + ".included_types[" + _index39 + "]",
|
|
2285
2460
|
expected: "string",
|
|
2286
2461
|
value: elem
|
|
2287
2462
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2336,12 +2511,12 @@ var validPercentileRequest = (input) => {
|
|
|
2336
2511
|
path: _path2 + ".genes",
|
|
2337
2512
|
expected: "Array<GvGeneTerm>",
|
|
2338
2513
|
value: input3.genes
|
|
2339
|
-
})) && input3.genes.map((elem,
|
|
2340
|
-
path: _path2 + ".genes[" +
|
|
2514
|
+
})) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2515
|
+
path: _path2 + ".genes[" + _index40 + "]",
|
|
2341
2516
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2342
2517
|
value: elem
|
|
2343
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2344
|
-
path: _path2 + ".genes[" +
|
|
2518
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2519
|
+
path: _path2 + ".genes[" + _index40 + "]",
|
|
2345
2520
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2346
2521
|
value: elem
|
|
2347
2522
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2360,12 +2535,12 @@ var validPercentileRequest = (input) => {
|
|
|
2360
2535
|
path: _path2 + ".childTerms",
|
|
2361
2536
|
expected: "(Array<DtTerm> | undefined)",
|
|
2362
2537
|
value: input3.childTerms
|
|
2363
|
-
})) && input3.childTerms.map((elem,
|
|
2364
|
-
path: _path2 + ".childTerms[" +
|
|
2538
|
+
})) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2539
|
+
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2365
2540
|
expected: "DtTerm",
|
|
2366
2541
|
value: elem
|
|
2367
|
-
})) && $
|
|
2368
|
-
path: _path2 + ".childTerms[" +
|
|
2542
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2543
|
+
path: _path2 + ".childTerms[" + _index41 + "]",
|
|
2369
2544
|
expected: "DtTerm",
|
|
2370
2545
|
value: elem
|
|
2371
2546
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2373,7 +2548,7 @@ var validPercentileRequest = (input) => {
|
|
|
2373
2548
|
expected: "(Array<DtTerm> | undefined)",
|
|
2374
2549
|
value: input3.childTerms
|
|
2375
2550
|
})].every((flag) => flag);
|
|
2376
|
-
const $
|
|
2551
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2377
2552
|
path: _path2 + ".id",
|
|
2378
2553
|
expected: "string",
|
|
2379
2554
|
value: input3.id
|
|
@@ -2389,8 +2564,8 @@ var validPercentileRequest = (input) => {
|
|
|
2389
2564
|
path: _path2 + ".child_types",
|
|
2390
2565
|
expected: "(Array<string> | undefined)",
|
|
2391
2566
|
value: input3.child_types
|
|
2392
|
-
})) && input3.child_types.map((elem,
|
|
2393
|
-
path: _path2 + ".child_types[" +
|
|
2567
|
+
})) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2568
|
+
path: _path2 + ".child_types[" + _index42 + "]",
|
|
2394
2569
|
expected: "string",
|
|
2395
2570
|
value: elem
|
|
2396
2571
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2405,8 +2580,8 @@ var validPercentileRequest = (input) => {
|
|
|
2405
2580
|
path: _path2 + ".included_types",
|
|
2406
2581
|
expected: "(Array<string> | undefined)",
|
|
2407
2582
|
value: input3.included_types
|
|
2408
|
-
})) && input3.included_types.map((elem,
|
|
2409
|
-
path: _path2 + ".included_types[" +
|
|
2583
|
+
})) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2584
|
+
path: _path2 + ".included_types[" + _index43 + "]",
|
|
2410
2585
|
expected: "string",
|
|
2411
2586
|
value: elem
|
|
2412
2587
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2458,7 +2633,7 @@ var validPercentileRequest = (input) => {
|
|
|
2458
2633
|
expected: "(number | undefined)",
|
|
2459
2634
|
value: input3.stop
|
|
2460
2635
|
})].every((flag) => flag);
|
|
2461
|
-
const $
|
|
2636
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2462
2637
|
path: _path2 + ".id",
|
|
2463
2638
|
expected: "string",
|
|
2464
2639
|
value: input3.id
|
|
@@ -2474,8 +2649,8 @@ var validPercentileRequest = (input) => {
|
|
|
2474
2649
|
path: _path2 + ".child_types",
|
|
2475
2650
|
expected: "(Array<string> | undefined)",
|
|
2476
2651
|
value: input3.child_types
|
|
2477
|
-
})) && input3.child_types.map((elem,
|
|
2478
|
-
path: _path2 + ".child_types[" +
|
|
2652
|
+
})) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2653
|
+
path: _path2 + ".child_types[" + _index44 + "]",
|
|
2479
2654
|
expected: "string",
|
|
2480
2655
|
value: elem
|
|
2481
2656
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2490,8 +2665,8 @@ var validPercentileRequest = (input) => {
|
|
|
2490
2665
|
path: _path2 + ".included_types",
|
|
2491
2666
|
expected: "(Array<string> | undefined)",
|
|
2492
2667
|
value: input3.included_types
|
|
2493
|
-
})) && input3.included_types.map((elem,
|
|
2494
|
-
path: _path2 + ".included_types[" +
|
|
2668
|
+
})) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2669
|
+
path: _path2 + ".included_types[" + _index45 + "]",
|
|
2495
2670
|
expected: "string",
|
|
2496
2671
|
value: elem
|
|
2497
2672
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2539,7 +2714,7 @@ var validPercentileRequest = (input) => {
|
|
|
2539
2714
|
expected: "number",
|
|
2540
2715
|
value: input3.stop
|
|
2541
2716
|
})].every((flag) => flag);
|
|
2542
|
-
const $
|
|
2717
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2543
2718
|
path: _path2 + ".id",
|
|
2544
2719
|
expected: "string",
|
|
2545
2720
|
value: input3.id
|
|
@@ -2555,8 +2730,8 @@ var validPercentileRequest = (input) => {
|
|
|
2555
2730
|
path: _path2 + ".child_types",
|
|
2556
2731
|
expected: "(Array<string> | undefined)",
|
|
2557
2732
|
value: input3.child_types
|
|
2558
|
-
})) && input3.child_types.map((elem,
|
|
2559
|
-
path: _path2 + ".child_types[" +
|
|
2733
|
+
})) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2734
|
+
path: _path2 + ".child_types[" + _index46 + "]",
|
|
2560
2735
|
expected: "string",
|
|
2561
2736
|
value: elem
|
|
2562
2737
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2571,8 +2746,8 @@ var validPercentileRequest = (input) => {
|
|
|
2571
2746
|
path: _path2 + ".included_types",
|
|
2572
2747
|
expected: "(Array<string> | undefined)",
|
|
2573
2748
|
value: input3.included_types
|
|
2574
|
-
})) && input3.included_types.map((elem,
|
|
2575
|
-
path: _path2 + ".included_types[" +
|
|
2749
|
+
})) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2750
|
+
path: _path2 + ".included_types[" + _index47 + "]",
|
|
2576
2751
|
expected: "string",
|
|
2577
2752
|
value: elem
|
|
2578
2753
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2623,12 +2798,12 @@ var validPercentileRequest = (input) => {
|
|
|
2623
2798
|
path: _path2 + ".genes",
|
|
2624
2799
|
expected: "Array<GvGeneTerm>",
|
|
2625
2800
|
value: input3.genes
|
|
2626
|
-
})) && input3.genes.map((elem,
|
|
2627
|
-
path: _path2 + ".genes[" +
|
|
2801
|
+
})) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2802
|
+
path: _path2 + ".genes[" + _index48 + "]",
|
|
2628
2803
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2629
2804
|
value: elem
|
|
2630
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
2631
|
-
path: _path2 + ".genes[" +
|
|
2805
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2806
|
+
path: _path2 + ".genes[" + _index48 + "]",
|
|
2632
2807
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2633
2808
|
value: elem
|
|
2634
2809
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2647,12 +2822,12 @@ var validPercentileRequest = (input) => {
|
|
|
2647
2822
|
path: _path2 + ".childTerms",
|
|
2648
2823
|
expected: "(Array<DtTerm> | undefined)",
|
|
2649
2824
|
value: input3.childTerms
|
|
2650
|
-
})) && input3.childTerms.map((elem,
|
|
2651
|
-
path: _path2 + ".childTerms[" +
|
|
2825
|
+
})) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2826
|
+
path: _path2 + ".childTerms[" + _index49 + "]",
|
|
2652
2827
|
expected: "DtTerm",
|
|
2653
2828
|
value: elem
|
|
2654
|
-
})) && $
|
|
2655
|
-
path: _path2 + ".childTerms[" +
|
|
2829
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2830
|
+
path: _path2 + ".childTerms[" + _index49 + "]",
|
|
2656
2831
|
expected: "DtTerm",
|
|
2657
2832
|
value: elem
|
|
2658
2833
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2660,20 +2835,52 @@ var validPercentileRequest = (input) => {
|
|
|
2660
2835
|
expected: "(Array<DtTerm> | undefined)",
|
|
2661
2836
|
value: input3.childTerms
|
|
2662
2837
|
})].every((flag) => flag);
|
|
2663
|
-
const $
|
|
2838
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2664
2839
|
path: _path2 + ".key",
|
|
2665
|
-
expected: "string",
|
|
2840
|
+
expected: "(string | undefined)",
|
|
2666
2841
|
value: input3.key
|
|
2667
|
-
}), "string" === typeof input3.label || $report(_exceptionable2, {
|
|
2842
|
+
}), void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label || $report(_exceptionable2, {
|
|
2668
2843
|
path: _path2 + ".label",
|
|
2669
|
-
expected: "string",
|
|
2844
|
+
expected: "(number | string | undefined)",
|
|
2670
2845
|
value: input3.label
|
|
2671
|
-
}), "string" === typeof input3.value || $report(_exceptionable2, {
|
|
2846
|
+
}), void 0 === input3.value || "string" === typeof input3.value || $report(_exceptionable2, {
|
|
2672
2847
|
path: _path2 + ".value",
|
|
2673
|
-
expected: "string",
|
|
2848
|
+
expected: "(string | undefined)",
|
|
2674
2849
|
value: input3.value
|
|
2850
|
+
}), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
2851
|
+
path: _path2 + ".dt",
|
|
2852
|
+
expected: "(number | undefined)",
|
|
2853
|
+
value: input3.dt
|
|
2854
|
+
}), void 0 === input3.mclasslst || (Array.isArray(input3.mclasslst) || $report(_exceptionable2, {
|
|
2855
|
+
path: _path2 + ".mclasslst",
|
|
2856
|
+
expected: "(Array<string> | undefined)",
|
|
2857
|
+
value: input3.mclasslst
|
|
2858
|
+
})) && input3.mclasslst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2859
|
+
path: _path2 + ".mclasslst[" + _index50 + "]",
|
|
2860
|
+
expected: "string",
|
|
2861
|
+
value: elem
|
|
2862
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2863
|
+
path: _path2 + ".mclasslst",
|
|
2864
|
+
expected: "(Array<string> | undefined)",
|
|
2865
|
+
value: input3.mclasslst
|
|
2866
|
+
}), void 0 === input3.mclassExcludeLst || (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
|
|
2867
|
+
path: _path2 + ".mclassExcludeLst",
|
|
2868
|
+
expected: "(Array<string> | undefined)",
|
|
2869
|
+
value: input3.mclassExcludeLst
|
|
2870
|
+
})) && input3.mclassExcludeLst.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2871
|
+
path: _path2 + ".mclassExcludeLst[" + _index51 + "]",
|
|
2872
|
+
expected: "string",
|
|
2873
|
+
value: elem
|
|
2874
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2875
|
+
path: _path2 + ".mclassExcludeLst",
|
|
2876
|
+
expected: "(Array<string> | undefined)",
|
|
2877
|
+
value: input3.mclassExcludeLst
|
|
2878
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
2879
|
+
path: _path2 + ".origin",
|
|
2880
|
+
expected: "(string | undefined)",
|
|
2881
|
+
value: input3.origin
|
|
2675
2882
|
})].every((flag) => flag);
|
|
2676
|
-
const $
|
|
2883
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2677
2884
|
path: _path2 + ".join",
|
|
2678
2885
|
expected: "(string | undefined)",
|
|
2679
2886
|
value: input3.join
|
|
@@ -2681,11 +2888,31 @@ var validPercentileRequest = (input) => {
|
|
|
2681
2888
|
path: _path2 + ".isnot",
|
|
2682
2889
|
expected: "(boolean | undefined)",
|
|
2683
2890
|
value: input3.isnot
|
|
2891
|
+
}), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
|
|
2892
|
+
path: _path2 + ".bar_by_grade",
|
|
2893
|
+
expected: "(boolean | undefined)",
|
|
2894
|
+
value: input3.bar_by_grade
|
|
2895
|
+
}), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
|
|
2896
|
+
path: _path2 + ".bar_by_children",
|
|
2897
|
+
expected: "(boolean | undefined)",
|
|
2898
|
+
value: input3.bar_by_children
|
|
2899
|
+
}), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
|
|
2900
|
+
path: _path2 + ".value_by_max_grade",
|
|
2901
|
+
expected: "(boolean | undefined)",
|
|
2902
|
+
value: input3.value_by_max_grade
|
|
2903
|
+
}), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
|
|
2904
|
+
path: _path2 + ".value_by_most_recent",
|
|
2905
|
+
expected: "(boolean | undefined)",
|
|
2906
|
+
value: input3.value_by_most_recent
|
|
2907
|
+
}), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
|
|
2908
|
+
path: _path2 + ".value_by_computable_grade",
|
|
2909
|
+
expected: "(boolean | undefined)",
|
|
2910
|
+
value: input3.value_by_computable_grade
|
|
2684
2911
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2685
2912
|
path: _path2 + ".term",
|
|
2686
2913
|
expected: "(CategoricalTermCollection | NumericTermCollection)",
|
|
2687
2914
|
value: input3.term
|
|
2688
|
-
})) && $
|
|
2915
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2689
2916
|
path: _path2 + ".term",
|
|
2690
2917
|
expected: "(CategoricalTermCollection | NumericTermCollection)",
|
|
2691
2918
|
value: input3.term
|
|
@@ -2694,7 +2921,7 @@ var validPercentileRequest = (input) => {
|
|
|
2694
2921
|
expected: "number",
|
|
2695
2922
|
value: input3.ratio
|
|
2696
2923
|
})].every((flag) => flag);
|
|
2697
|
-
const $
|
|
2924
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2698
2925
|
path: _path2 + ".id",
|
|
2699
2926
|
expected: "string",
|
|
2700
2927
|
value: input3.id
|
|
@@ -2710,8 +2937,8 @@ var validPercentileRequest = (input) => {
|
|
|
2710
2937
|
path: _path2 + ".child_types",
|
|
2711
2938
|
expected: "(Array<string> | undefined)",
|
|
2712
2939
|
value: input3.child_types
|
|
2713
|
-
})) && input3.child_types.map((elem,
|
|
2714
|
-
path: _path2 + ".child_types[" +
|
|
2940
|
+
})) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2941
|
+
path: _path2 + ".child_types[" + _index52 + "]",
|
|
2715
2942
|
expected: "string",
|
|
2716
2943
|
value: elem
|
|
2717
2944
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2726,8 +2953,8 @@ var validPercentileRequest = (input) => {
|
|
|
2726
2953
|
path: _path2 + ".included_types",
|
|
2727
2954
|
expected: "(Array<string> | undefined)",
|
|
2728
2955
|
value: input3.included_types
|
|
2729
|
-
})) && input3.included_types.map((elem,
|
|
2730
|
-
path: _path2 + ".included_types[" +
|
|
2956
|
+
})) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2957
|
+
path: _path2 + ".included_types[" + _index53 + "]",
|
|
2731
2958
|
expected: "string",
|
|
2732
2959
|
value: elem
|
|
2733
2960
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2758,16 +2985,12 @@ var validPercentileRequest = (input) => {
|
|
|
2758
2985
|
path: _path2 + ".valueConversion",
|
|
2759
2986
|
expected: "(__type.o1 | undefined)",
|
|
2760
2987
|
value: input3.valueConversion
|
|
2761
|
-
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
2762
|
-
path: _path2 + ".collectionId",
|
|
2763
|
-
expected: "(string | undefined)",
|
|
2764
|
-
value: input3.collectionId
|
|
2765
2988
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
2766
2989
|
path: _path2 + ".termIds",
|
|
2767
2990
|
expected: "(Array<string> | undefined)",
|
|
2768
2991
|
value: input3.termIds
|
|
2769
|
-
})) && input3.termIds.map((elem,
|
|
2770
|
-
path: _path2 + ".termIds[" +
|
|
2992
|
+
})) && input3.termIds.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2993
|
+
path: _path2 + ".termIds[" + _index54 + "]",
|
|
2771
2994
|
expected: "string",
|
|
2772
2995
|
value: elem
|
|
2773
2996
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2778,12 +3001,12 @@ var validPercentileRequest = (input) => {
|
|
|
2778
3001
|
path: _path2 + ".termlst",
|
|
2779
3002
|
expected: "Array<BaseTerm>",
|
|
2780
3003
|
value: input3.termlst
|
|
2781
|
-
})) && input3.termlst.map((elem,
|
|
2782
|
-
path: _path2 + ".termlst[" +
|
|
3004
|
+
})) && input3.termlst.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3005
|
+
path: _path2 + ".termlst[" + _index55 + "]",
|
|
2783
3006
|
expected: "BaseTerm",
|
|
2784
3007
|
value: elem
|
|
2785
|
-
})) && $
|
|
2786
|
-
path: _path2 + ".termlst[" +
|
|
3008
|
+
})) && $vo47(elem, _path2 + ".termlst[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3009
|
+
path: _path2 + ".termlst[" + _index55 + "]",
|
|
2787
3010
|
expected: "BaseTerm",
|
|
2788
3011
|
value: elem
|
|
2789
3012
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2796,11 +3019,11 @@ var validPercentileRequest = (input) => {
|
|
|
2796
3019
|
value: input3.newTvs
|
|
2797
3020
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
2798
3021
|
path: _path2 + ".propsByTermId",
|
|
2799
|
-
expected: "__type.
|
|
3022
|
+
expected: "__type.o7",
|
|
2800
3023
|
value: input3.propsByTermId
|
|
2801
|
-
})) && $
|
|
3024
|
+
})) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
2802
3025
|
path: _path2 + ".propsByTermId",
|
|
2803
|
-
expected: "__type.
|
|
3026
|
+
expected: "__type.o7",
|
|
2804
3027
|
value: input3.propsByTermId
|
|
2805
3028
|
}), "numeric" === input3.memberType || $report(_exceptionable2, {
|
|
2806
3029
|
path: _path2 + ".memberType",
|
|
@@ -2810,8 +3033,8 @@ var validPercentileRequest = (input) => {
|
|
|
2810
3033
|
path: _path2 + ".numerators",
|
|
2811
3034
|
expected: "(Array<string> | undefined)",
|
|
2812
3035
|
value: input3.numerators
|
|
2813
|
-
})) && input3.numerators.map((elem,
|
|
2814
|
-
path: _path2 + ".numerators[" +
|
|
3036
|
+
})) && input3.numerators.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3037
|
+
path: _path2 + ".numerators[" + _index56 + "]",
|
|
2815
3038
|
expected: "string",
|
|
2816
3039
|
value: elem
|
|
2817
3040
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2819,7 +3042,7 @@ var validPercentileRequest = (input) => {
|
|
|
2819
3042
|
expected: "(Array<string> | undefined)",
|
|
2820
3043
|
value: input3.numerators
|
|
2821
3044
|
})].every((flag) => flag);
|
|
2822
|
-
const $
|
|
3045
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2823
3046
|
path: _path2 + ".id",
|
|
2824
3047
|
expected: "string",
|
|
2825
3048
|
value: input3.id
|
|
@@ -2835,8 +3058,8 @@ var validPercentileRequest = (input) => {
|
|
|
2835
3058
|
path: _path2 + ".child_types",
|
|
2836
3059
|
expected: "(Array<string> | undefined)",
|
|
2837
3060
|
value: input3.child_types
|
|
2838
|
-
})) && input3.child_types.map((elem,
|
|
2839
|
-
path: _path2 + ".child_types[" +
|
|
3061
|
+
})) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3062
|
+
path: _path2 + ".child_types[" + _index57 + "]",
|
|
2840
3063
|
expected: "string",
|
|
2841
3064
|
value: elem
|
|
2842
3065
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2851,8 +3074,8 @@ var validPercentileRequest = (input) => {
|
|
|
2851
3074
|
path: _path2 + ".included_types",
|
|
2852
3075
|
expected: "(Array<string> | undefined)",
|
|
2853
3076
|
value: input3.included_types
|
|
2854
|
-
})) && input3.included_types.map((elem,
|
|
2855
|
-
path: _path2 + ".included_types[" +
|
|
3077
|
+
})) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3078
|
+
path: _path2 + ".included_types[" + _index58 + "]",
|
|
2856
3079
|
expected: "string",
|
|
2857
3080
|
value: elem
|
|
2858
3081
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2884,23 +3107,23 @@ var validPercentileRequest = (input) => {
|
|
|
2884
3107
|
expected: "(__type.o1 | undefined)",
|
|
2885
3108
|
value: input3.valueConversion
|
|
2886
3109
|
})].every((flag) => flag);
|
|
2887
|
-
const $
|
|
3110
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2888
3111
|
const value = input3[key];
|
|
2889
3112
|
if (void 0 === value)
|
|
2890
3113
|
return true;
|
|
2891
3114
|
if (RegExp(/(.*)/).test(key))
|
|
2892
3115
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
|
|
2893
3116
|
path: _path2 + $join(key),
|
|
2894
|
-
expected: "__type.
|
|
3117
|
+
expected: "__type.o8",
|
|
2895
3118
|
value
|
|
2896
|
-
})) && $
|
|
3119
|
+
})) && $vo49(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2897
3120
|
path: _path2 + $join(key),
|
|
2898
|
-
expected: "__type.
|
|
3121
|
+
expected: "__type.o8",
|
|
2899
3122
|
value
|
|
2900
3123
|
});
|
|
2901
3124
|
return true;
|
|
2902
3125
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2903
|
-
const $
|
|
3126
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2904
3127
|
const value = input3[key];
|
|
2905
3128
|
if (void 0 === value)
|
|
2906
3129
|
return true;
|
|
@@ -2908,7 +3131,7 @@ var validPercentileRequest = (input) => {
|
|
|
2908
3131
|
return true;
|
|
2909
3132
|
return true;
|
|
2910
3133
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2911
|
-
const $
|
|
3134
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2912
3135
|
path: _path2 + ".id",
|
|
2913
3136
|
expected: "string",
|
|
2914
3137
|
value: input3.id
|
|
@@ -2924,8 +3147,8 @@ var validPercentileRequest = (input) => {
|
|
|
2924
3147
|
path: _path2 + ".child_types",
|
|
2925
3148
|
expected: "(Array<string> | undefined)",
|
|
2926
3149
|
value: input3.child_types
|
|
2927
|
-
})) && input3.child_types.map((elem,
|
|
2928
|
-
path: _path2 + ".child_types[" +
|
|
3150
|
+
})) && input3.child_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3151
|
+
path: _path2 + ".child_types[" + _index59 + "]",
|
|
2929
3152
|
expected: "string",
|
|
2930
3153
|
value: elem
|
|
2931
3154
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2940,8 +3163,8 @@ var validPercentileRequest = (input) => {
|
|
|
2940
3163
|
path: _path2 + ".included_types",
|
|
2941
3164
|
expected: "(Array<string> | undefined)",
|
|
2942
3165
|
value: input3.included_types
|
|
2943
|
-
})) && input3.included_types.map((elem,
|
|
2944
|
-
path: _path2 + ".included_types[" +
|
|
3166
|
+
})) && input3.included_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3167
|
+
path: _path2 + ".included_types[" + _index60 + "]",
|
|
2945
3168
|
expected: "string",
|
|
2946
3169
|
value: elem
|
|
2947
3170
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2972,16 +3195,12 @@ var validPercentileRequest = (input) => {
|
|
|
2972
3195
|
path: _path2 + ".valueConversion",
|
|
2973
3196
|
expected: "(__type.o1 | undefined)",
|
|
2974
3197
|
value: input3.valueConversion
|
|
2975
|
-
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
2976
|
-
path: _path2 + ".collectionId",
|
|
2977
|
-
expected: "(string | undefined)",
|
|
2978
|
-
value: input3.collectionId
|
|
2979
3198
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
2980
3199
|
path: _path2 + ".termIds",
|
|
2981
3200
|
expected: "(Array<string> | undefined)",
|
|
2982
3201
|
value: input3.termIds
|
|
2983
|
-
})) && input3.termIds.map((elem,
|
|
2984
|
-
path: _path2 + ".termIds[" +
|
|
3202
|
+
})) && input3.termIds.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3203
|
+
path: _path2 + ".termIds[" + _index61 + "]",
|
|
2985
3204
|
expected: "string",
|
|
2986
3205
|
value: elem
|
|
2987
3206
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2992,12 +3211,12 @@ var validPercentileRequest = (input) => {
|
|
|
2992
3211
|
path: _path2 + ".termlst",
|
|
2993
3212
|
expected: "Array<BaseTerm>",
|
|
2994
3213
|
value: input3.termlst
|
|
2995
|
-
})) && input3.termlst.map((elem,
|
|
2996
|
-
path: _path2 + ".termlst[" +
|
|
3214
|
+
})) && input3.termlst.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3215
|
+
path: _path2 + ".termlst[" + _index62 + "]",
|
|
2997
3216
|
expected: "BaseTerm",
|
|
2998
3217
|
value: elem
|
|
2999
|
-
})) && $
|
|
3000
|
-
path: _path2 + ".termlst[" +
|
|
3218
|
+
})) && $vo47(elem, _path2 + ".termlst[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3219
|
+
path: _path2 + ".termlst[" + _index62 + "]",
|
|
3001
3220
|
expected: "BaseTerm",
|
|
3002
3221
|
value: elem
|
|
3003
3222
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3010,11 +3229,11 @@ var validPercentileRequest = (input) => {
|
|
|
3010
3229
|
value: input3.newTvs
|
|
3011
3230
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
3012
3231
|
path: _path2 + ".propsByTermId",
|
|
3013
|
-
expected: "__type.
|
|
3232
|
+
expected: "__type.o7",
|
|
3014
3233
|
value: input3.propsByTermId
|
|
3015
|
-
})) && $
|
|
3234
|
+
})) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
3016
3235
|
path: _path2 + ".propsByTermId",
|
|
3017
|
-
expected: "__type.
|
|
3236
|
+
expected: "__type.o7",
|
|
3018
3237
|
value: input3.propsByTermId
|
|
3019
3238
|
}), "categorical" === input3.memberType || $report(_exceptionable2, {
|
|
3020
3239
|
path: _path2 + ".memberType",
|
|
@@ -3024,12 +3243,12 @@ var validPercentileRequest = (input) => {
|
|
|
3024
3243
|
path: _path2 + ".categoryKeys",
|
|
3025
3244
|
expected: "Array<CategoryKey>",
|
|
3026
3245
|
value: input3.categoryKeys
|
|
3027
|
-
})) && input3.categoryKeys.map((elem,
|
|
3028
|
-
path: _path2 + ".categoryKeys[" +
|
|
3246
|
+
})) && input3.categoryKeys.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3247
|
+
path: _path2 + ".categoryKeys[" + _index63 + "]",
|
|
3029
3248
|
expected: "CategoryKey",
|
|
3030
3249
|
value: elem
|
|
3031
|
-
})) && $
|
|
3032
|
-
path: _path2 + ".categoryKeys[" +
|
|
3250
|
+
})) && $vo51(elem, _path2 + ".categoryKeys[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3251
|
+
path: _path2 + ".categoryKeys[" + _index63 + "]",
|
|
3033
3252
|
expected: "CategoryKey",
|
|
3034
3253
|
value: elem
|
|
3035
3254
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3037,7 +3256,7 @@ var validPercentileRequest = (input) => {
|
|
|
3037
3256
|
expected: "Array<CategoryKey>",
|
|
3038
3257
|
value: input3.categoryKeys
|
|
3039
3258
|
})].every((flag) => flag);
|
|
3040
|
-
const $
|
|
3259
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
3041
3260
|
path: _path2 + ".key",
|
|
3042
3261
|
expected: "string",
|
|
3043
3262
|
value: input3.key
|
|
@@ -3046,7 +3265,7 @@ var validPercentileRequest = (input) => {
|
|
|
3046
3265
|
expected: "boolean",
|
|
3047
3266
|
value: input3.shown
|
|
3048
3267
|
})].every((flag) => flag);
|
|
3049
|
-
const $
|
|
3268
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3050
3269
|
path: _path2 + ".id",
|
|
3051
3270
|
expected: "string",
|
|
3052
3271
|
value: input3.id
|
|
@@ -3062,8 +3281,8 @@ var validPercentileRequest = (input) => {
|
|
|
3062
3281
|
path: _path2 + ".child_types",
|
|
3063
3282
|
expected: "(Array<string> | undefined)",
|
|
3064
3283
|
value: input3.child_types
|
|
3065
|
-
})) && input3.child_types.map((elem,
|
|
3066
|
-
path: _path2 + ".child_types[" +
|
|
3284
|
+
})) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3285
|
+
path: _path2 + ".child_types[" + _index64 + "]",
|
|
3067
3286
|
expected: "string",
|
|
3068
3287
|
value: elem
|
|
3069
3288
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3078,8 +3297,8 @@ var validPercentileRequest = (input) => {
|
|
|
3078
3297
|
path: _path2 + ".included_types",
|
|
3079
3298
|
expected: "(Array<string> | undefined)",
|
|
3080
3299
|
value: input3.included_types
|
|
3081
|
-
})) && input3.included_types.map((elem,
|
|
3082
|
-
path: _path2 + ".included_types[" +
|
|
3300
|
+
})) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3301
|
+
path: _path2 + ".included_types[" + _index65 + "]",
|
|
3083
3302
|
expected: "string",
|
|
3084
3303
|
value: elem
|
|
3085
3304
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3134,12 +3353,12 @@ var validPercentileRequest = (input) => {
|
|
|
3134
3353
|
path: _path2 + ".genes",
|
|
3135
3354
|
expected: "Array<GvGeneTerm>",
|
|
3136
3355
|
value: input3.genes
|
|
3137
|
-
})) && input3.genes.map((elem,
|
|
3138
|
-
path: _path2 + ".genes[" +
|
|
3356
|
+
})) && input3.genes.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3357
|
+
path: _path2 + ".genes[" + _index66 + "]",
|
|
3139
3358
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3140
3359
|
value: elem
|
|
3141
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
3142
|
-
path: _path2 + ".genes[" +
|
|
3360
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3361
|
+
path: _path2 + ".genes[" + _index66 + "]",
|
|
3143
3362
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3144
3363
|
value: elem
|
|
3145
3364
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3158,12 +3377,12 @@ var validPercentileRequest = (input) => {
|
|
|
3158
3377
|
path: _path2 + ".childTerms",
|
|
3159
3378
|
expected: "Array<DtTerm>",
|
|
3160
3379
|
value: input3.childTerms
|
|
3161
|
-
})) && input3.childTerms.map((elem,
|
|
3162
|
-
path: _path2 + ".childTerms[" +
|
|
3380
|
+
})) && input3.childTerms.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3381
|
+
path: _path2 + ".childTerms[" + _index67 + "]",
|
|
3163
3382
|
expected: "DtTerm",
|
|
3164
3383
|
value: elem
|
|
3165
|
-
})) && $
|
|
3166
|
-
path: _path2 + ".childTerms[" +
|
|
3384
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3385
|
+
path: _path2 + ".childTerms[" + _index67 + "]",
|
|
3167
3386
|
expected: "DtTerm",
|
|
3168
3387
|
value: elem
|
|
3169
3388
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3171,7 +3390,7 @@ var validPercentileRequest = (input) => {
|
|
|
3171
3390
|
expected: "Array<DtTerm>",
|
|
3172
3391
|
value: input3.childTerms
|
|
3173
3392
|
})].every((flag) => flag);
|
|
3174
|
-
const $
|
|
3393
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3175
3394
|
path: _path2 + ".id",
|
|
3176
3395
|
expected: "string",
|
|
3177
3396
|
value: input3.id
|
|
@@ -3187,8 +3406,8 @@ var validPercentileRequest = (input) => {
|
|
|
3187
3406
|
path: _path2 + ".child_types",
|
|
3188
3407
|
expected: "(Array<string> | undefined)",
|
|
3189
3408
|
value: input3.child_types
|
|
3190
|
-
})) && input3.child_types.map((elem,
|
|
3191
|
-
path: _path2 + ".child_types[" +
|
|
3409
|
+
})) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3410
|
+
path: _path2 + ".child_types[" + _index68 + "]",
|
|
3192
3411
|
expected: "string",
|
|
3193
3412
|
value: elem
|
|
3194
3413
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3203,8 +3422,8 @@ var validPercentileRequest = (input) => {
|
|
|
3203
3422
|
path: _path2 + ".included_types",
|
|
3204
3423
|
expected: "(Array<string> | undefined)",
|
|
3205
3424
|
value: input3.included_types
|
|
3206
|
-
})) && input3.included_types.map((elem,
|
|
3207
|
-
path: _path2 + ".included_types[" +
|
|
3425
|
+
})) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3426
|
+
path: _path2 + ".included_types[" + _index69 + "]",
|
|
3208
3427
|
expected: "string",
|
|
3209
3428
|
value: elem
|
|
3210
3429
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3255,12 +3474,12 @@ var validPercentileRequest = (input) => {
|
|
|
3255
3474
|
path: _path2 + ".genes",
|
|
3256
3475
|
expected: "Array<GvGeneTerm>",
|
|
3257
3476
|
value: input3.genes
|
|
3258
|
-
})) && input3.genes.map((elem,
|
|
3259
|
-
path: _path2 + ".genes[" +
|
|
3477
|
+
})) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3478
|
+
path: _path2 + ".genes[" + _index70 + "]",
|
|
3260
3479
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3261
3480
|
value: elem
|
|
3262
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
3263
|
-
path: _path2 + ".genes[" +
|
|
3481
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3482
|
+
path: _path2 + ".genes[" + _index70 + "]",
|
|
3264
3483
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3265
3484
|
value: elem
|
|
3266
3485
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3279,12 +3498,12 @@ var validPercentileRequest = (input) => {
|
|
|
3279
3498
|
path: _path2 + ".childTerms",
|
|
3280
3499
|
expected: "Array<DtTerm>",
|
|
3281
3500
|
value: input3.childTerms
|
|
3282
|
-
})) && input3.childTerms.map((elem,
|
|
3283
|
-
path: _path2 + ".childTerms[" +
|
|
3501
|
+
})) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3502
|
+
path: _path2 + ".childTerms[" + _index71 + "]",
|
|
3284
3503
|
expected: "DtTerm",
|
|
3285
3504
|
value: elem
|
|
3286
|
-
})) && $
|
|
3287
|
-
path: _path2 + ".childTerms[" +
|
|
3505
|
+
})) && $vo39(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3506
|
+
path: _path2 + ".childTerms[" + _index71 + "]",
|
|
3288
3507
|
expected: "DtTerm",
|
|
3289
3508
|
value: elem
|
|
3290
3509
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3292,7 +3511,7 @@ var validPercentileRequest = (input) => {
|
|
|
3292
3511
|
expected: "Array<DtTerm>",
|
|
3293
3512
|
value: input3.childTerms
|
|
3294
3513
|
})].every((flag) => flag);
|
|
3295
|
-
const $
|
|
3514
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3296
3515
|
path: _path2 + ".id",
|
|
3297
3516
|
expected: "string",
|
|
3298
3517
|
value: input3.id
|
|
@@ -3308,8 +3527,8 @@ var validPercentileRequest = (input) => {
|
|
|
3308
3527
|
path: _path2 + ".child_types",
|
|
3309
3528
|
expected: "(Array<string> | undefined)",
|
|
3310
3529
|
value: input3.child_types
|
|
3311
|
-
})) && input3.child_types.map((elem,
|
|
3312
|
-
path: _path2 + ".child_types[" +
|
|
3530
|
+
})) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3531
|
+
path: _path2 + ".child_types[" + _index72 + "]",
|
|
3313
3532
|
expected: "string",
|
|
3314
3533
|
value: elem
|
|
3315
3534
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3324,8 +3543,8 @@ var validPercentileRequest = (input) => {
|
|
|
3324
3543
|
path: _path2 + ".included_types",
|
|
3325
3544
|
expected: "(Array<string> | undefined)",
|
|
3326
3545
|
value: input3.included_types
|
|
3327
|
-
})) && input3.included_types.map((elem,
|
|
3328
|
-
path: _path2 + ".included_types[" +
|
|
3546
|
+
})) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3547
|
+
path: _path2 + ".included_types[" + _index73 + "]",
|
|
3329
3548
|
expected: "string",
|
|
3330
3549
|
value: elem
|
|
3331
3550
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3381,7 +3600,7 @@ var validPercentileRequest = (input) => {
|
|
|
3381
3600
|
expected: "(PresetNumericBins | undefined)",
|
|
3382
3601
|
value: input3.bins
|
|
3383
3602
|
})].every((flag) => flag);
|
|
3384
|
-
const $
|
|
3603
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3385
3604
|
path: _path2 + ".id",
|
|
3386
3605
|
expected: "string",
|
|
3387
3606
|
value: input3.id
|
|
@@ -3397,8 +3616,8 @@ var validPercentileRequest = (input) => {
|
|
|
3397
3616
|
path: _path2 + ".child_types",
|
|
3398
3617
|
expected: "(Array<string> | undefined)",
|
|
3399
3618
|
value: input3.child_types
|
|
3400
|
-
})) && input3.child_types.map((elem,
|
|
3401
|
-
path: _path2 + ".child_types[" +
|
|
3619
|
+
})) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3620
|
+
path: _path2 + ".child_types[" + _index74 + "]",
|
|
3402
3621
|
expected: "string",
|
|
3403
3622
|
value: elem
|
|
3404
3623
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3413,8 +3632,8 @@ var validPercentileRequest = (input) => {
|
|
|
3413
3632
|
path: _path2 + ".included_types",
|
|
3414
3633
|
expected: "(Array<string> | undefined)",
|
|
3415
3634
|
value: input3.included_types
|
|
3416
|
-
})) && input3.included_types.map((elem,
|
|
3417
|
-
path: _path2 + ".included_types[" +
|
|
3635
|
+
})) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3636
|
+
path: _path2 + ".included_types[" + _index75 + "]",
|
|
3418
3637
|
expected: "string",
|
|
3419
3638
|
value: elem
|
|
3420
3639
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3470,7 +3689,7 @@ var validPercentileRequest = (input) => {
|
|
|
3470
3689
|
expected: "(PresetNumericBins | undefined)",
|
|
3471
3690
|
value: input3.bins
|
|
3472
3691
|
})].every((flag) => flag);
|
|
3473
|
-
const $
|
|
3692
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3474
3693
|
path: _path2 + ".id",
|
|
3475
3694
|
expected: "string",
|
|
3476
3695
|
value: input3.id
|
|
@@ -3486,8 +3705,8 @@ var validPercentileRequest = (input) => {
|
|
|
3486
3705
|
path: _path2 + ".child_types",
|
|
3487
3706
|
expected: "(Array<string> | undefined)",
|
|
3488
3707
|
value: input3.child_types
|
|
3489
|
-
})) && input3.child_types.map((elem,
|
|
3490
|
-
path: _path2 + ".child_types[" +
|
|
3708
|
+
})) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3709
|
+
path: _path2 + ".child_types[" + _index76 + "]",
|
|
3491
3710
|
expected: "string",
|
|
3492
3711
|
value: elem
|
|
3493
3712
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3502,8 +3721,8 @@ var validPercentileRequest = (input) => {
|
|
|
3502
3721
|
path: _path2 + ".included_types",
|
|
3503
3722
|
expected: "(Array<string> | undefined)",
|
|
3504
3723
|
value: input3.included_types
|
|
3505
|
-
})) && input3.included_types.map((elem,
|
|
3506
|
-
path: _path2 + ".included_types[" +
|
|
3724
|
+
})) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3725
|
+
path: _path2 + ".included_types[" + _index77 + "]",
|
|
3507
3726
|
expected: "string",
|
|
3508
3727
|
value: elem
|
|
3509
3728
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3543,7 +3762,7 @@ var validPercentileRequest = (input) => {
|
|
|
3543
3762
|
expected: "TermGroupSetting",
|
|
3544
3763
|
value: input3.groupsetting
|
|
3545
3764
|
})].every((flag) => flag);
|
|
3546
|
-
const $
|
|
3765
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3547
3766
|
path: _path2 + ".id",
|
|
3548
3767
|
expected: "string",
|
|
3549
3768
|
value: input3.id
|
|
@@ -3559,8 +3778,8 @@ var validPercentileRequest = (input) => {
|
|
|
3559
3778
|
path: _path2 + ".child_types",
|
|
3560
3779
|
expected: "(Array<string> | undefined)",
|
|
3561
3780
|
value: input3.child_types
|
|
3562
|
-
})) && input3.child_types.map((elem,
|
|
3563
|
-
path: _path2 + ".child_types[" +
|
|
3781
|
+
})) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3782
|
+
path: _path2 + ".child_types[" + _index78 + "]",
|
|
3564
3783
|
expected: "string",
|
|
3565
3784
|
value: elem
|
|
3566
3785
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3575,8 +3794,8 @@ var validPercentileRequest = (input) => {
|
|
|
3575
3794
|
path: _path2 + ".included_types",
|
|
3576
3795
|
expected: "(Array<string> | undefined)",
|
|
3577
3796
|
value: input3.included_types
|
|
3578
|
-
})) && input3.included_types.map((elem,
|
|
3579
|
-
path: _path2 + ".included_types[" +
|
|
3797
|
+
})) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3798
|
+
path: _path2 + ".included_types[" + _index79 + "]",
|
|
3580
3799
|
expected: "string",
|
|
3581
3800
|
value: elem
|
|
3582
3801
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3627,8 +3846,8 @@ var validPercentileRequest = (input) => {
|
|
|
3627
3846
|
path: _path2 + ".alt",
|
|
3628
3847
|
expected: "Array<string>",
|
|
3629
3848
|
value: input3.alt
|
|
3630
|
-
})) && input3.alt.map((elem,
|
|
3631
|
-
path: _path2 + ".alt[" +
|
|
3849
|
+
})) && input3.alt.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3850
|
+
path: _path2 + ".alt[" + _index80 + "]",
|
|
3632
3851
|
expected: "string",
|
|
3633
3852
|
value: elem
|
|
3634
3853
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3644,7 +3863,7 @@ var validPercentileRequest = (input) => {
|
|
|
3644
3863
|
expected: "TermGroupSetting",
|
|
3645
3864
|
value: input3.groupsetting
|
|
3646
3865
|
})].every((flag) => flag);
|
|
3647
|
-
const $
|
|
3866
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3648
3867
|
path: _path2 + ".id",
|
|
3649
3868
|
expected: "string",
|
|
3650
3869
|
value: input3.id
|
|
@@ -3660,8 +3879,8 @@ var validPercentileRequest = (input) => {
|
|
|
3660
3879
|
path: _path2 + ".child_types",
|
|
3661
3880
|
expected: "(Array<string> | undefined)",
|
|
3662
3881
|
value: input3.child_types
|
|
3663
|
-
})) && input3.child_types.map((elem,
|
|
3664
|
-
path: _path2 + ".child_types[" +
|
|
3882
|
+
})) && input3.child_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3883
|
+
path: _path2 + ".child_types[" + _index81 + "]",
|
|
3665
3884
|
expected: "string",
|
|
3666
3885
|
value: elem
|
|
3667
3886
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3676,8 +3895,8 @@ var validPercentileRequest = (input) => {
|
|
|
3676
3895
|
path: _path2 + ".included_types",
|
|
3677
3896
|
expected: "(Array<string> | undefined)",
|
|
3678
3897
|
value: input3.included_types
|
|
3679
|
-
})) && input3.included_types.map((elem,
|
|
3680
|
-
path: _path2 + ".included_types[" +
|
|
3898
|
+
})) && input3.included_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3899
|
+
path: _path2 + ".included_types[" + _index82 + "]",
|
|
3681
3900
|
expected: "string",
|
|
3682
3901
|
value: elem
|
|
3683
3902
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3712,7 +3931,7 @@ var validPercentileRequest = (input) => {
|
|
|
3712
3931
|
path: _path2 + ".sample",
|
|
3713
3932
|
expected: "object",
|
|
3714
3933
|
value: input3.sample
|
|
3715
|
-
})) && $
|
|
3934
|
+
})) && $vo59(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
|
|
3716
3935
|
path: _path2 + ".sample",
|
|
3717
3936
|
expected: "object",
|
|
3718
3937
|
value: input3.sample
|
|
@@ -3729,8 +3948,8 @@ var validPercentileRequest = (input) => {
|
|
|
3729
3948
|
expected: "TermGroupSetting",
|
|
3730
3949
|
value: input3.groupsetting
|
|
3731
3950
|
})].every((flag) => flag);
|
|
3732
|
-
const $
|
|
3733
|
-
const $
|
|
3951
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3952
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3734
3953
|
path: _path2 + ".id",
|
|
3735
3954
|
expected: "string",
|
|
3736
3955
|
value: input3.id
|
|
@@ -3746,8 +3965,8 @@ var validPercentileRequest = (input) => {
|
|
|
3746
3965
|
path: _path2 + ".child_types",
|
|
3747
3966
|
expected: "(Array<string> | undefined)",
|
|
3748
3967
|
value: input3.child_types
|
|
3749
|
-
})) && input3.child_types.map((elem,
|
|
3750
|
-
path: _path2 + ".child_types[" +
|
|
3968
|
+
})) && input3.child_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3969
|
+
path: _path2 + ".child_types[" + _index83 + "]",
|
|
3751
3970
|
expected: "string",
|
|
3752
3971
|
value: elem
|
|
3753
3972
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3762,8 +3981,8 @@ var validPercentileRequest = (input) => {
|
|
|
3762
3981
|
path: _path2 + ".included_types",
|
|
3763
3982
|
expected: "(Array<string> | undefined)",
|
|
3764
3983
|
value: input3.included_types
|
|
3765
|
-
})) && input3.included_types.map((elem,
|
|
3766
|
-
path: _path2 + ".included_types[" +
|
|
3984
|
+
})) && input3.included_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3985
|
+
path: _path2 + ".included_types[" + _index84 + "]",
|
|
3767
3986
|
expected: "string",
|
|
3768
3987
|
value: elem
|
|
3769
3988
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3815,7 +4034,7 @@ var validPercentileRequest = (input) => {
|
|
|
3815
4034
|
expected: "PresetNumericBins",
|
|
3816
4035
|
value: input3.bins
|
|
3817
4036
|
})].every((flag) => flag);
|
|
3818
|
-
const $
|
|
4037
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3819
4038
|
path: _path2 + ".id",
|
|
3820
4039
|
expected: "string",
|
|
3821
4040
|
value: input3.id
|
|
@@ -3831,8 +4050,8 @@ var validPercentileRequest = (input) => {
|
|
|
3831
4050
|
path: _path2 + ".child_types",
|
|
3832
4051
|
expected: "(Array<string> | undefined)",
|
|
3833
4052
|
value: input3.child_types
|
|
3834
|
-
})) && input3.child_types.map((elem,
|
|
3835
|
-
path: _path2 + ".child_types[" +
|
|
4053
|
+
})) && input3.child_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4054
|
+
path: _path2 + ".child_types[" + _index85 + "]",
|
|
3836
4055
|
expected: "string",
|
|
3837
4056
|
value: elem
|
|
3838
4057
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3847,8 +4066,8 @@ var validPercentileRequest = (input) => {
|
|
|
3847
4066
|
path: _path2 + ".included_types",
|
|
3848
4067
|
expected: "(Array<string> | undefined)",
|
|
3849
4068
|
value: input3.included_types
|
|
3850
|
-
})) && input3.included_types.map((elem,
|
|
3851
|
-
path: _path2 + ".included_types[" +
|
|
4069
|
+
})) && input3.included_types.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4070
|
+
path: _path2 + ".included_types[" + _index86 + "]",
|
|
3852
4071
|
expected: "string",
|
|
3853
4072
|
value: elem
|
|
3854
4073
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3900,7 +4119,7 @@ var validPercentileRequest = (input) => {
|
|
|
3900
4119
|
expected: "(PresetNumericBins | undefined)",
|
|
3901
4120
|
value: input3.bins
|
|
3902
4121
|
})].every((flag) => flag);
|
|
3903
|
-
const $
|
|
4122
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3904
4123
|
path: _path2 + ".id",
|
|
3905
4124
|
expected: "string",
|
|
3906
4125
|
value: input3.id
|
|
@@ -3916,8 +4135,8 @@ var validPercentileRequest = (input) => {
|
|
|
3916
4135
|
path: _path2 + ".child_types",
|
|
3917
4136
|
expected: "(Array<string> | undefined)",
|
|
3918
4137
|
value: input3.child_types
|
|
3919
|
-
})) && input3.child_types.map((elem,
|
|
3920
|
-
path: _path2 + ".child_types[" +
|
|
4138
|
+
})) && input3.child_types.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4139
|
+
path: _path2 + ".child_types[" + _index87 + "]",
|
|
3921
4140
|
expected: "string",
|
|
3922
4141
|
value: elem
|
|
3923
4142
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3932,8 +4151,8 @@ var validPercentileRequest = (input) => {
|
|
|
3932
4151
|
path: _path2 + ".included_types",
|
|
3933
4152
|
expected: "(Array<string> | undefined)",
|
|
3934
4153
|
value: input3.included_types
|
|
3935
|
-
})) && input3.included_types.map((elem,
|
|
3936
|
-
path: _path2 + ".included_types[" +
|
|
4154
|
+
})) && input3.included_types.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4155
|
+
path: _path2 + ".included_types[" + _index88 + "]",
|
|
3937
4156
|
expected: "string",
|
|
3938
4157
|
value: elem
|
|
3939
4158
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3980,8 +4199,8 @@ var validPercentileRequest = (input) => {
|
|
|
3980
4199
|
path: _path2 + ".genes",
|
|
3981
4200
|
expected: "(Array<string> | undefined)",
|
|
3982
4201
|
value: input3.genes
|
|
3983
|
-
})) && input3.genes.map((elem,
|
|
3984
|
-
path: _path2 + ".genes[" +
|
|
4202
|
+
})) && input3.genes.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4203
|
+
path: _path2 + ".genes[" + _index89 + "]",
|
|
3985
4204
|
expected: "string",
|
|
3986
4205
|
value: elem
|
|
3987
4206
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3997,7 +4216,7 @@ var validPercentileRequest = (input) => {
|
|
|
3997
4216
|
expected: "(PresetNumericBins | undefined)",
|
|
3998
4217
|
value: input3.bins
|
|
3999
4218
|
})].every((flag) => flag);
|
|
4000
|
-
const $
|
|
4219
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4001
4220
|
path: _path2 + ".id",
|
|
4002
4221
|
expected: "string",
|
|
4003
4222
|
value: input3.id
|
|
@@ -4013,8 +4232,8 @@ var validPercentileRequest = (input) => {
|
|
|
4013
4232
|
path: _path2 + ".child_types",
|
|
4014
4233
|
expected: "(Array<string> | undefined)",
|
|
4015
4234
|
value: input3.child_types
|
|
4016
|
-
})) && input3.child_types.map((elem,
|
|
4017
|
-
path: _path2 + ".child_types[" +
|
|
4235
|
+
})) && input3.child_types.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4236
|
+
path: _path2 + ".child_types[" + _index90 + "]",
|
|
4018
4237
|
expected: "string",
|
|
4019
4238
|
value: elem
|
|
4020
4239
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4029,8 +4248,8 @@ var validPercentileRequest = (input) => {
|
|
|
4029
4248
|
path: _path2 + ".included_types",
|
|
4030
4249
|
expected: "(Array<string> | undefined)",
|
|
4031
4250
|
value: input3.included_types
|
|
4032
|
-
})) && input3.included_types.map((elem,
|
|
4033
|
-
path: _path2 + ".included_types[" +
|
|
4251
|
+
})) && input3.included_types.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4252
|
+
path: _path2 + ".included_types[" + _index91 + "]",
|
|
4034
4253
|
expected: "string",
|
|
4035
4254
|
value: elem
|
|
4036
4255
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4094,7 +4313,7 @@ var validPercentileRequest = (input) => {
|
|
|
4094
4313
|
expected: "(PresetNumericBins | undefined)",
|
|
4095
4314
|
value: input3.bins
|
|
4096
4315
|
})].every((flag) => flag);
|
|
4097
|
-
const $
|
|
4316
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4098
4317
|
path: _path2 + ".id",
|
|
4099
4318
|
expected: "string",
|
|
4100
4319
|
value: input3.id
|
|
@@ -4110,8 +4329,8 @@ var validPercentileRequest = (input) => {
|
|
|
4110
4329
|
path: _path2 + ".child_types",
|
|
4111
4330
|
expected: "(Array<string> | undefined)",
|
|
4112
4331
|
value: input3.child_types
|
|
4113
|
-
})) && input3.child_types.map((elem,
|
|
4114
|
-
path: _path2 + ".child_types[" +
|
|
4332
|
+
})) && input3.child_types.map((elem, _index92) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4333
|
+
path: _path2 + ".child_types[" + _index92 + "]",
|
|
4115
4334
|
expected: "string",
|
|
4116
4335
|
value: elem
|
|
4117
4336
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4126,8 +4345,8 @@ var validPercentileRequest = (input) => {
|
|
|
4126
4345
|
path: _path2 + ".included_types",
|
|
4127
4346
|
expected: "(Array<string> | undefined)",
|
|
4128
4347
|
value: input3.included_types
|
|
4129
|
-
})) && input3.included_types.map((elem,
|
|
4130
|
-
path: _path2 + ".included_types[" +
|
|
4348
|
+
})) && input3.included_types.map((elem, _index93) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4349
|
+
path: _path2 + ".included_types[" + _index93 + "]",
|
|
4131
4350
|
expected: "string",
|
|
4132
4351
|
value: elem
|
|
4133
4352
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4159,7 +4378,7 @@ var validPercentileRequest = (input) => {
|
|
|
4159
4378
|
expected: "(__type.o1 | undefined)",
|
|
4160
4379
|
value: input3.valueConversion
|
|
4161
4380
|
})].every((flag) => flag);
|
|
4162
|
-
const $
|
|
4381
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4163
4382
|
path: _path2 + ".id",
|
|
4164
4383
|
expected: "string",
|
|
4165
4384
|
value: input3.id
|
|
@@ -4175,8 +4394,8 @@ var validPercentileRequest = (input) => {
|
|
|
4175
4394
|
path: _path2 + ".child_types",
|
|
4176
4395
|
expected: "(Array<string> | undefined)",
|
|
4177
4396
|
value: input3.child_types
|
|
4178
|
-
})) && input3.child_types.map((elem,
|
|
4179
|
-
path: _path2 + ".child_types[" +
|
|
4397
|
+
})) && input3.child_types.map((elem, _index94) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4398
|
+
path: _path2 + ".child_types[" + _index94 + "]",
|
|
4180
4399
|
expected: "string",
|
|
4181
4400
|
value: elem
|
|
4182
4401
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4191,8 +4410,8 @@ var validPercentileRequest = (input) => {
|
|
|
4191
4410
|
path: _path2 + ".included_types",
|
|
4192
4411
|
expected: "(Array<string> | undefined)",
|
|
4193
4412
|
value: input3.included_types
|
|
4194
|
-
})) && input3.included_types.map((elem,
|
|
4195
|
-
path: _path2 + ".included_types[" +
|
|
4413
|
+
})) && input3.included_types.map((elem, _index95) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4414
|
+
path: _path2 + ".included_types[" + _index95 + "]",
|
|
4196
4415
|
expected: "string",
|
|
4197
4416
|
value: elem
|
|
4198
4417
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4223,16 +4442,12 @@ var validPercentileRequest = (input) => {
|
|
|
4223
4442
|
path: _path2 + ".valueConversion",
|
|
4224
4443
|
expected: "(__type.o1 | undefined)",
|
|
4225
4444
|
value: input3.valueConversion
|
|
4226
|
-
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
4227
|
-
path: _path2 + ".collectionId",
|
|
4228
|
-
expected: "(string | undefined)",
|
|
4229
|
-
value: input3.collectionId
|
|
4230
4445
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
4231
4446
|
path: _path2 + ".termIds",
|
|
4232
4447
|
expected: "(Array<string> | undefined)",
|
|
4233
4448
|
value: input3.termIds
|
|
4234
|
-
})) && input3.termIds.map((elem,
|
|
4235
|
-
path: _path2 + ".termIds[" +
|
|
4449
|
+
})) && input3.termIds.map((elem, _index96) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4450
|
+
path: _path2 + ".termIds[" + _index96 + "]",
|
|
4236
4451
|
expected: "string",
|
|
4237
4452
|
value: elem
|
|
4238
4453
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4243,12 +4458,12 @@ var validPercentileRequest = (input) => {
|
|
|
4243
4458
|
path: _path2 + ".termlst",
|
|
4244
4459
|
expected: "Array<BaseTerm>",
|
|
4245
4460
|
value: input3.termlst
|
|
4246
|
-
})) && input3.termlst.map((elem,
|
|
4247
|
-
path: _path2 + ".termlst[" +
|
|
4461
|
+
})) && input3.termlst.map((elem, _index97) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4462
|
+
path: _path2 + ".termlst[" + _index97 + "]",
|
|
4248
4463
|
expected: "BaseTerm",
|
|
4249
4464
|
value: elem
|
|
4250
|
-
})) && $
|
|
4251
|
-
path: _path2 + ".termlst[" +
|
|
4465
|
+
})) && $vo47(elem, _path2 + ".termlst[" + _index97 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4466
|
+
path: _path2 + ".termlst[" + _index97 + "]",
|
|
4252
4467
|
expected: "BaseTerm",
|
|
4253
4468
|
value: elem
|
|
4254
4469
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4261,11 +4476,11 @@ var validPercentileRequest = (input) => {
|
|
|
4261
4476
|
value: input3.newTvs
|
|
4262
4477
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
4263
4478
|
path: _path2 + ".propsByTermId",
|
|
4264
|
-
expected: "__type.
|
|
4479
|
+
expected: "__type.o7",
|
|
4265
4480
|
value: input3.propsByTermId
|
|
4266
|
-
})) && $
|
|
4481
|
+
})) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
4267
4482
|
path: _path2 + ".propsByTermId",
|
|
4268
|
-
expected: "__type.
|
|
4483
|
+
expected: "__type.o7",
|
|
4269
4484
|
value: input3.propsByTermId
|
|
4270
4485
|
}), "numeric" === input3.memberType || $report(_exceptionable2, {
|
|
4271
4486
|
path: _path2 + ".memberType",
|
|
@@ -4275,8 +4490,8 @@ var validPercentileRequest = (input) => {
|
|
|
4275
4490
|
path: _path2 + ".numerators",
|
|
4276
4491
|
expected: "(Array<string> | undefined)",
|
|
4277
4492
|
value: input3.numerators
|
|
4278
|
-
})) && input3.numerators.map((elem,
|
|
4279
|
-
path: _path2 + ".numerators[" +
|
|
4493
|
+
})) && input3.numerators.map((elem, _index98) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4494
|
+
path: _path2 + ".numerators[" + _index98 + "]",
|
|
4280
4495
|
expected: "string",
|
|
4281
4496
|
value: elem
|
|
4282
4497
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4284,7 +4499,7 @@ var validPercentileRequest = (input) => {
|
|
|
4284
4499
|
expected: "(Array<string> | undefined)",
|
|
4285
4500
|
value: input3.numerators
|
|
4286
4501
|
})].every((flag) => flag);
|
|
4287
|
-
const $
|
|
4502
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4288
4503
|
path: _path2 + ".id",
|
|
4289
4504
|
expected: "string",
|
|
4290
4505
|
value: input3.id
|
|
@@ -4300,8 +4515,8 @@ var validPercentileRequest = (input) => {
|
|
|
4300
4515
|
path: _path2 + ".child_types",
|
|
4301
4516
|
expected: "(Array<string> | undefined)",
|
|
4302
4517
|
value: input3.child_types
|
|
4303
|
-
})) && input3.child_types.map((elem,
|
|
4304
|
-
path: _path2 + ".child_types[" +
|
|
4518
|
+
})) && input3.child_types.map((elem, _index99) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4519
|
+
path: _path2 + ".child_types[" + _index99 + "]",
|
|
4305
4520
|
expected: "string",
|
|
4306
4521
|
value: elem
|
|
4307
4522
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4316,8 +4531,8 @@ var validPercentileRequest = (input) => {
|
|
|
4316
4531
|
path: _path2 + ".included_types",
|
|
4317
4532
|
expected: "(Array<string> | undefined)",
|
|
4318
4533
|
value: input3.included_types
|
|
4319
|
-
})) && input3.included_types.map((elem,
|
|
4320
|
-
path: _path2 + ".included_types[" +
|
|
4534
|
+
})) && input3.included_types.map((elem, _index100) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4535
|
+
path: _path2 + ".included_types[" + _index100 + "]",
|
|
4321
4536
|
expected: "string",
|
|
4322
4537
|
value: elem
|
|
4323
4538
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4348,16 +4563,12 @@ var validPercentileRequest = (input) => {
|
|
|
4348
4563
|
path: _path2 + ".valueConversion",
|
|
4349
4564
|
expected: "(__type.o1 | undefined)",
|
|
4350
4565
|
value: input3.valueConversion
|
|
4351
|
-
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
4352
|
-
path: _path2 + ".collectionId",
|
|
4353
|
-
expected: "(string | undefined)",
|
|
4354
|
-
value: input3.collectionId
|
|
4355
4566
|
}), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
|
|
4356
4567
|
path: _path2 + ".termIds",
|
|
4357
4568
|
expected: "(Array<string> | undefined)",
|
|
4358
4569
|
value: input3.termIds
|
|
4359
|
-
})) && input3.termIds.map((elem,
|
|
4360
|
-
path: _path2 + ".termIds[" +
|
|
4570
|
+
})) && input3.termIds.map((elem, _index101) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4571
|
+
path: _path2 + ".termIds[" + _index101 + "]",
|
|
4361
4572
|
expected: "string",
|
|
4362
4573
|
value: elem
|
|
4363
4574
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4368,12 +4579,12 @@ var validPercentileRequest = (input) => {
|
|
|
4368
4579
|
path: _path2 + ".termlst",
|
|
4369
4580
|
expected: "Array<BaseTerm>",
|
|
4370
4581
|
value: input3.termlst
|
|
4371
|
-
})) && input3.termlst.map((elem,
|
|
4372
|
-
path: _path2 + ".termlst[" +
|
|
4582
|
+
})) && input3.termlst.map((elem, _index102) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4583
|
+
path: _path2 + ".termlst[" + _index102 + "]",
|
|
4373
4584
|
expected: "BaseTerm",
|
|
4374
4585
|
value: elem
|
|
4375
|
-
})) && $
|
|
4376
|
-
path: _path2 + ".termlst[" +
|
|
4586
|
+
})) && $vo47(elem, _path2 + ".termlst[" + _index102 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4587
|
+
path: _path2 + ".termlst[" + _index102 + "]",
|
|
4377
4588
|
expected: "BaseTerm",
|
|
4378
4589
|
value: elem
|
|
4379
4590
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4386,11 +4597,11 @@ var validPercentileRequest = (input) => {
|
|
|
4386
4597
|
value: input3.newTvs
|
|
4387
4598
|
}), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
|
|
4388
4599
|
path: _path2 + ".propsByTermId",
|
|
4389
|
-
expected: "__type.
|
|
4600
|
+
expected: "__type.o7",
|
|
4390
4601
|
value: input3.propsByTermId
|
|
4391
|
-
})) && $
|
|
4602
|
+
})) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
|
|
4392
4603
|
path: _path2 + ".propsByTermId",
|
|
4393
|
-
expected: "__type.
|
|
4604
|
+
expected: "__type.o7",
|
|
4394
4605
|
value: input3.propsByTermId
|
|
4395
4606
|
}), "categorical" === input3.memberType || $report(_exceptionable2, {
|
|
4396
4607
|
path: _path2 + ".memberType",
|
|
@@ -4400,12 +4611,12 @@ var validPercentileRequest = (input) => {
|
|
|
4400
4611
|
path: _path2 + ".categoryKeys",
|
|
4401
4612
|
expected: "Array<CategoryKey>",
|
|
4402
4613
|
value: input3.categoryKeys
|
|
4403
|
-
})) && input3.categoryKeys.map((elem,
|
|
4404
|
-
path: _path2 + ".categoryKeys[" +
|
|
4614
|
+
})) && input3.categoryKeys.map((elem, _index103) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4615
|
+
path: _path2 + ".categoryKeys[" + _index103 + "]",
|
|
4405
4616
|
expected: "CategoryKey",
|
|
4406
4617
|
value: elem
|
|
4407
|
-
})) && $
|
|
4408
|
-
path: _path2 + ".categoryKeys[" +
|
|
4618
|
+
})) && $vo51(elem, _path2 + ".categoryKeys[" + _index103 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4619
|
+
path: _path2 + ".categoryKeys[" + _index103 + "]",
|
|
4409
4620
|
expected: "CategoryKey",
|
|
4410
4621
|
value: elem
|
|
4411
4622
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4413,7 +4624,7 @@ var validPercentileRequest = (input) => {
|
|
|
4413
4624
|
expected: "Array<CategoryKey>",
|
|
4414
4625
|
value: input3.categoryKeys
|
|
4415
4626
|
})].every((flag) => flag);
|
|
4416
|
-
const $
|
|
4627
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4417
4628
|
path: _path2 + ".id",
|
|
4418
4629
|
expected: "string",
|
|
4419
4630
|
value: input3.id
|
|
@@ -4429,8 +4640,8 @@ var validPercentileRequest = (input) => {
|
|
|
4429
4640
|
path: _path2 + ".child_types",
|
|
4430
4641
|
expected: "(Array<string> | undefined)",
|
|
4431
4642
|
value: input3.child_types
|
|
4432
|
-
})) && input3.child_types.map((elem,
|
|
4433
|
-
path: _path2 + ".child_types[" +
|
|
4643
|
+
})) && input3.child_types.map((elem, _index104) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4644
|
+
path: _path2 + ".child_types[" + _index104 + "]",
|
|
4434
4645
|
expected: "string",
|
|
4435
4646
|
value: elem
|
|
4436
4647
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4445,8 +4656,8 @@ var validPercentileRequest = (input) => {
|
|
|
4445
4656
|
path: _path2 + ".included_types",
|
|
4446
4657
|
expected: "(Array<string> | undefined)",
|
|
4447
4658
|
value: input3.included_types
|
|
4448
|
-
})) && input3.included_types.map((elem,
|
|
4449
|
-
path: _path2 + ".included_types[" +
|
|
4659
|
+
})) && input3.included_types.map((elem, _index105) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4660
|
+
path: _path2 + ".included_types[" + _index105 + "]",
|
|
4450
4661
|
expected: "string",
|
|
4451
4662
|
value: elem
|
|
4452
4663
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4485,12 +4696,12 @@ var validPercentileRequest = (input) => {
|
|
|
4485
4696
|
path: _path2 + ".snps",
|
|
4486
4697
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4487
4698
|
value: input3.snps
|
|
4488
|
-
})) && input3.snps.map((elem,
|
|
4489
|
-
path: _path2 + ".snps[" +
|
|
4699
|
+
})) && input3.snps.map((elem, _index106) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4700
|
+
path: _path2 + ".snps[" + _index106 + "]",
|
|
4490
4701
|
expected: "SnpsEntry",
|
|
4491
4702
|
value: elem
|
|
4492
|
-
})) && $
|
|
4493
|
-
path: _path2 + ".snps[" +
|
|
4703
|
+
})) && $vo68(elem, _path2 + ".snps[" + _index106 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4704
|
+
path: _path2 + ".snps[" + _index106 + "]",
|
|
4494
4705
|
expected: "SnpsEntry",
|
|
4495
4706
|
value: elem
|
|
4496
4707
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4498,12 +4709,12 @@ var validPercentileRequest = (input) => {
|
|
|
4498
4709
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
4499
4710
|
value: input3.snps
|
|
4500
4711
|
})].every((flag) => flag);
|
|
4501
|
-
const $
|
|
4712
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
4502
4713
|
path: _path2 + ".altAlleles",
|
|
4503
4714
|
expected: "(Array<string> | undefined)",
|
|
4504
4715
|
value: input3.altAlleles
|
|
4505
|
-
})) && input3.altAlleles.map((elem,
|
|
4506
|
-
path: _path2 + ".altAlleles[" +
|
|
4716
|
+
})) && input3.altAlleles.map((elem, _index107) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4717
|
+
path: _path2 + ".altAlleles[" + _index107 + "]",
|
|
4507
4718
|
expected: "string",
|
|
4508
4719
|
value: elem
|
|
4509
4720
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4514,12 +4725,12 @@ var validPercentileRequest = (input) => {
|
|
|
4514
4725
|
path: _path2 + ".alleles",
|
|
4515
4726
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
4516
4727
|
value: input3.alleles
|
|
4517
|
-
})) && input3.alleles.map((elem,
|
|
4518
|
-
path: _path2 + ".alleles[" +
|
|
4728
|
+
})) && input3.alleles.map((elem, _index108) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4729
|
+
path: _path2 + ".alleles[" + _index108 + "]",
|
|
4519
4730
|
expected: "AllelesEntry",
|
|
4520
4731
|
value: elem
|
|
4521
|
-
})) && $
|
|
4522
|
-
path: _path2 + ".alleles[" +
|
|
4732
|
+
})) && $vo69(elem, _path2 + ".alleles[" + _index108 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4733
|
+
path: _path2 + ".alleles[" + _index108 + "]",
|
|
4523
4734
|
expected: "AllelesEntry",
|
|
4524
4735
|
value: elem
|
|
4525
4736
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4532,11 +4743,11 @@ var validPercentileRequest = (input) => {
|
|
|
4532
4743
|
value: input3.effectAllele
|
|
4533
4744
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
4534
4745
|
path: _path2 + ".gt2count",
|
|
4535
|
-
expected: "(__type.
|
|
4746
|
+
expected: "(__type.o9 | undefined)",
|
|
4536
4747
|
value: input3.gt2count
|
|
4537
|
-
})) && $
|
|
4748
|
+
})) && $vo70(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
4538
4749
|
path: _path2 + ".gt2count",
|
|
4539
|
-
expected: "(__type.
|
|
4750
|
+
expected: "(__type.o9 | undefined)",
|
|
4540
4751
|
value: input3.gt2count
|
|
4541
4752
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
4542
4753
|
path: _path2 + ".invalid",
|
|
@@ -4563,7 +4774,7 @@ var validPercentileRequest = (input) => {
|
|
|
4563
4774
|
expected: "(number | undefined)",
|
|
4564
4775
|
value: input3.pos
|
|
4565
4776
|
})].every((flag) => flag);
|
|
4566
|
-
const $
|
|
4777
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
4567
4778
|
path: _path2 + ".allele",
|
|
4568
4779
|
expected: "string",
|
|
4569
4780
|
value: input3.allele
|
|
@@ -4576,7 +4787,7 @@ var validPercentileRequest = (input) => {
|
|
|
4576
4787
|
expected: "boolean",
|
|
4577
4788
|
value: input3.isRef
|
|
4578
4789
|
})].every((flag) => flag);
|
|
4579
|
-
const $
|
|
4790
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
4580
4791
|
path: _path2 + ".k",
|
|
4581
4792
|
expected: "string",
|
|
4582
4793
|
value: input3.k
|
|
@@ -4585,7 +4796,7 @@ var validPercentileRequest = (input) => {
|
|
|
4585
4796
|
expected: "(number | string)",
|
|
4586
4797
|
value: input3.v
|
|
4587
4798
|
})].every((flag) => flag);
|
|
4588
|
-
const $
|
|
4799
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4589
4800
|
path: _path2 + ".id",
|
|
4590
4801
|
expected: "string",
|
|
4591
4802
|
value: input3.id
|
|
@@ -4601,8 +4812,8 @@ var validPercentileRequest = (input) => {
|
|
|
4601
4812
|
path: _path2 + ".child_types",
|
|
4602
4813
|
expected: "(Array<string> | undefined)",
|
|
4603
4814
|
value: input3.child_types
|
|
4604
|
-
})) && input3.child_types.map((elem,
|
|
4605
|
-
path: _path2 + ".child_types[" +
|
|
4815
|
+
})) && input3.child_types.map((elem, _index109) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4816
|
+
path: _path2 + ".child_types[" + _index109 + "]",
|
|
4606
4817
|
expected: "string",
|
|
4607
4818
|
value: elem
|
|
4608
4819
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4617,8 +4828,8 @@ var validPercentileRequest = (input) => {
|
|
|
4617
4828
|
path: _path2 + ".included_types",
|
|
4618
4829
|
expected: "(Array<string> | undefined)",
|
|
4619
4830
|
value: input3.included_types
|
|
4620
|
-
})) && input3.included_types.map((elem,
|
|
4621
|
-
path: _path2 + ".included_types[" +
|
|
4831
|
+
})) && input3.included_types.map((elem, _index110) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4832
|
+
path: _path2 + ".included_types[" + _index110 + "]",
|
|
4622
4833
|
expected: "string",
|
|
4623
4834
|
value: elem
|
|
4624
4835
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4633,7 +4844,7 @@ var validPercentileRequest = (input) => {
|
|
|
4633
4844
|
path: _path2 + ".values",
|
|
4634
4845
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
4635
4846
|
value: input3.values
|
|
4636
|
-
})) && $
|
|
4847
|
+
})) && $vo72(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4637
4848
|
path: _path2 + ".values",
|
|
4638
4849
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
4639
4850
|
value: input3.values
|
|
@@ -4650,7 +4861,7 @@ var validPercentileRequest = (input) => {
|
|
|
4650
4861
|
expected: "(__type.o1 | undefined)",
|
|
4651
4862
|
value: input3.valueConversion
|
|
4652
4863
|
})].every((flag) => flag);
|
|
4653
|
-
const $
|
|
4864
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
4654
4865
|
const value = input3[key];
|
|
4655
4866
|
if (void 0 === value)
|
|
4656
4867
|
return true;
|
|
@@ -4659,7 +4870,7 @@ var validPercentileRequest = (input) => {
|
|
|
4659
4870
|
path: _path2 + $join(key),
|
|
4660
4871
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
4661
4872
|
value
|
|
4662
|
-
})) && $
|
|
4873
|
+
})) && $vo73(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
4663
4874
|
path: _path2 + $join(key),
|
|
4664
4875
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
4665
4876
|
value
|
|
@@ -4669,14 +4880,14 @@ var validPercentileRequest = (input) => {
|
|
|
4669
4880
|
path: _path2 + $join(key),
|
|
4670
4881
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
4671
4882
|
value
|
|
4672
|
-
})) && $
|
|
4883
|
+
})) && $vo73(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
4673
4884
|
path: _path2 + $join(key),
|
|
4674
4885
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
4675
4886
|
value
|
|
4676
4887
|
});
|
|
4677
4888
|
return true;
|
|
4678
4889
|
}).every((flag) => flag)].every((flag) => flag);
|
|
4679
|
-
const $
|
|
4890
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
4680
4891
|
path: _path2 + ".key",
|
|
4681
4892
|
expected: "(string | undefined)",
|
|
4682
4893
|
value: input3.key
|
|
@@ -4720,20 +4931,20 @@ var validPercentileRequest = (input) => {
|
|
|
4720
4931
|
path: _path2 + ".list",
|
|
4721
4932
|
expected: "Array<__type>.o3",
|
|
4722
4933
|
value: input3.list
|
|
4723
|
-
})) && input3.list.map((elem,
|
|
4724
|
-
path: _path2 + ".list[" +
|
|
4725
|
-
expected: "__type.
|
|
4934
|
+
})) && input3.list.map((elem, _index111) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4935
|
+
path: _path2 + ".list[" + _index111 + "]",
|
|
4936
|
+
expected: "__type.o10",
|
|
4726
4937
|
value: elem
|
|
4727
|
-
})) && $
|
|
4728
|
-
path: _path2 + ".list[" +
|
|
4729
|
-
expected: "__type.
|
|
4938
|
+
})) && $vo74(elem, _path2 + ".list[" + _index111 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4939
|
+
path: _path2 + ".list[" + _index111 + "]",
|
|
4940
|
+
expected: "__type.o10",
|
|
4730
4941
|
value: elem
|
|
4731
4942
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4732
4943
|
path: _path2 + ".list",
|
|
4733
4944
|
expected: "Array<__type>.o3",
|
|
4734
4945
|
value: input3.list
|
|
4735
4946
|
}), true].every((flag) => flag);
|
|
4736
|
-
const $
|
|
4947
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
4737
4948
|
path: _path2 + ".sampleId",
|
|
4738
4949
|
expected: "string",
|
|
4739
4950
|
value: input3.sampleId
|
|
@@ -4769,13 +4980,15 @@ var validPercentileRequest = (input) => {
|
|
|
4769
4980
|
return $vo20(input3, _path2, _exceptionable2);
|
|
4770
4981
|
if (true === input3.stopunbounded)
|
|
4771
4982
|
return $vo22(input3, _path2, _exceptionable2);
|
|
4983
|
+
if (void 0 !== input3.value)
|
|
4984
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
4772
4985
|
return $vo21(input3, _path2, _exceptionable2);
|
|
4773
4986
|
})();
|
|
4774
4987
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4775
4988
|
if ("gene" === input3.kind)
|
|
4776
|
-
return $
|
|
4989
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
4777
4990
|
if ("coord" === input3.kind)
|
|
4778
|
-
return $
|
|
4991
|
+
return $vo42(input3, _path2, _exceptionable2);
|
|
4779
4992
|
return $report(_exceptionable2, {
|
|
4780
4993
|
path: _path2,
|
|
4781
4994
|
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
@@ -4783,40 +4996,47 @@ var validPercentileRequest = (input) => {
|
|
|
4783
4996
|
});
|
|
4784
4997
|
})();
|
|
4785
4998
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4999
|
+
if (true === input3.startunbounded)
|
|
5000
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
5001
|
+
if (true === input3.stopunbounded)
|
|
5002
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
5003
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
5004
|
+
})();
|
|
5005
|
+
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4786
5006
|
if ("metaboliteIntensity" === input3.type)
|
|
4787
|
-
return $
|
|
5007
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
4788
5008
|
if ("wholeProteomeAbundance" === input3.type)
|
|
4789
|
-
return $
|
|
5009
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
4790
5010
|
if ("categorical" === input3.type)
|
|
4791
|
-
return $
|
|
5011
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
4792
5012
|
if ("snp" === input3.type)
|
|
4793
|
-
return $
|
|
5013
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
4794
5014
|
if ("singleCellCellType" === input3.type)
|
|
4795
|
-
return $
|
|
5015
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
4796
5016
|
if ("date" === input3.type)
|
|
4797
|
-
return $
|
|
5017
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
4798
5018
|
if ("integer" === input3.type || "float" === input3.type)
|
|
4799
|
-
return $vo58(input3, _path2, _exceptionable2);
|
|
4800
|
-
if ("ssGSEA" === input3.type)
|
|
4801
5019
|
return $vo60(input3, _path2, _exceptionable2);
|
|
5020
|
+
if ("ssGSEA" === input3.type)
|
|
5021
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
4802
5022
|
if ("dnaMethylation" === input3.type)
|
|
4803
|
-
return $
|
|
5023
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
4804
5024
|
if ("condition" === input3.type)
|
|
4805
|
-
return $
|
|
5025
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
4806
5026
|
if ("numeric" === input3.memberType)
|
|
4807
|
-
return $
|
|
5027
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
4808
5028
|
if ("categorical" === input3.memberType)
|
|
4809
|
-
return $
|
|
4810
|
-
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false) || $
|
|
5029
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
5030
|
+
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false) || $vo52(input3, _path2, false) || $vo53(input3, _path2, false) || $vo67(input3, _path2, false) || $vo71(input3, _path2, false);
|
|
4811
5031
|
})();
|
|
4812
|
-
const $
|
|
5032
|
+
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4813
5033
|
if (void 0 !== input3.ranges)
|
|
4814
5034
|
return $vo14(input3, _path2, _exceptionable2);
|
|
4815
5035
|
if (void 0 !== input3.ratio)
|
|
4816
|
-
return $
|
|
4817
|
-
return $vo6(input3, _path2, false) || $
|
|
5036
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
5037
|
+
return $vo6(input3, _path2, false) || $vo34(input3, _path2, false) || $vo38(input3, _path2, false);
|
|
4818
5038
|
})();
|
|
4819
|
-
const $
|
|
5039
|
+
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4820
5040
|
if ("integer" === input3.type || "float" === input3.type)
|
|
4821
5041
|
return $vo15(input3, _path2, _exceptionable2);
|
|
4822
5042
|
if ("metaboliteIntensity" === input3.type)
|
|
@@ -4831,7 +5051,7 @@ var validPercentileRequest = (input) => {
|
|
|
4831
5051
|
return $vo29(input3, _path2, _exceptionable2);
|
|
4832
5052
|
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false);
|
|
4833
5053
|
})();
|
|
4834
|
-
const $
|
|
5054
|
+
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4835
5055
|
if ("regular-bin" === input3.type)
|
|
4836
5056
|
return $vo18(input3, _path2, _exceptionable2);
|
|
4837
5057
|
if ("custom-bin" === input3.type)
|
|
@@ -4842,7 +5062,7 @@ var validPercentileRequest = (input) => {
|
|
|
4842
5062
|
value: input3
|
|
4843
5063
|
});
|
|
4844
5064
|
})();
|
|
4845
|
-
const $
|
|
5065
|
+
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4846
5066
|
if (true === input3.startunbounded)
|
|
4847
5067
|
return $vo20(input3, _path2, _exceptionable2);
|
|
4848
5068
|
if (void 0 !== input3.start)
|
|
@@ -4853,7 +5073,7 @@ var validPercentileRequest = (input) => {
|
|
|
4853
5073
|
value: input3
|
|
4854
5074
|
});
|
|
4855
5075
|
})();
|
|
4856
|
-
const $
|
|
5076
|
+
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4857
5077
|
if (void 0 !== input3.stop)
|
|
4858
5078
|
return $vo21(input3, _path2, _exceptionable2);
|
|
4859
5079
|
if (true === input3.stopunbounded)
|
|
@@ -4864,22 +5084,22 @@ var validPercentileRequest = (input) => {
|
|
|
4864
5084
|
value: input3
|
|
4865
5085
|
});
|
|
4866
5086
|
})();
|
|
4867
|
-
const $
|
|
5087
|
+
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4868
5088
|
if ("gene" === input3.kind)
|
|
4869
|
-
return $
|
|
5089
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
4870
5090
|
if ("coord" === input3.kind)
|
|
4871
|
-
return $
|
|
5091
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
4872
5092
|
return $report(_exceptionable2, {
|
|
4873
5093
|
path: _path2,
|
|
4874
5094
|
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; })',
|
|
4875
5095
|
value: input3
|
|
4876
5096
|
});
|
|
4877
5097
|
})();
|
|
4878
|
-
const $
|
|
5098
|
+
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4879
5099
|
if ("numeric" === input3.memberType)
|
|
4880
|
-
return $
|
|
5100
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
4881
5101
|
if ("categorical" === input3.memberType)
|
|
4882
|
-
return $
|
|
5102
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
4883
5103
|
return $report(_exceptionable2, {
|
|
4884
5104
|
path: _path2,
|
|
4885
5105
|
expected: "(NumericTermCollection | CategoricalTermCollection)",
|