@sjcrh/proteinpaint-types 2.137.2-0 → 2.137.2-1
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-OQVYIYZL.js → chunk-657TS66W.js} +338 -394
- package/dist/{chunk-UG7RYMCA.js → chunk-6H6TQ3MA.js} +117 -145
- package/dist/{chunk-DA6B77HN.js → chunk-6LRQCE3E.js} +117 -145
- package/dist/{chunk-AKJWBIUV.js → chunk-7YFANJ2A.js} +268 -296
- package/dist/{chunk-HF2D3UVQ.js → chunk-CBPDONEQ.js} +268 -296
- package/dist/{chunk-B2FSTXLW.js → chunk-FMSTAFII.js} +117 -145
- package/dist/{chunk-3P6M5ZNJ.js → chunk-IE3MSHTB.js} +268 -296
- package/dist/{chunk-MLAGM7F5.js → chunk-MDPMNCMV.js} +268 -296
- package/dist/{chunk-M7HKDHB3.js → chunk-PAQX4HYF.js} +329 -357
- package/dist/{chunk-BS7BYTYZ.js → chunk-QCGBPQ7S.js} +113 -141
- package/dist/{chunk-C32XALTH.js → chunk-SUL2XLYM.js} +304 -360
- package/dist/{chunk-G5SBQR25.js → chunk-YGOZU46P.js} +117 -145
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +12 -12
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.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/terms/geneVariant.ts +29 -19
- package/src/terms/term.ts +4 -12
|
@@ -87,7 +87,7 @@ var validCategoriesRequest = (input) => {
|
|
|
87
87
|
const $io12 = (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 && $iu1(elem)));
|
|
88
88
|
const $io13 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
89
89
|
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 && $io15(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) && $io17(elem)));
|
|
90
|
-
const $io15 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
90
|
+
const $io15 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
|
|
91
91
|
const $io16 = (input3) => Object.keys(input3).every((key) => {
|
|
92
92
|
const value = input3[key];
|
|
93
93
|
if (void 0 === value)
|
|
@@ -99,73 +99,72 @@ var validCategoriesRequest = (input) => {
|
|
|
99
99
|
return true;
|
|
100
100
|
});
|
|
101
101
|
const $io17 = (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 && $io12(input3.filter));
|
|
102
|
-
const $io18 = (input3) =>
|
|
103
|
-
const $io19 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.
|
|
104
|
-
const $io20 = (input3) => "
|
|
105
|
-
const $io21 = (input3) => (void 0 === input3.
|
|
106
|
-
const $io22 = (input3) => "
|
|
107
|
-
const $io23 = (input3) => "object" === typeof input3
|
|
108
|
-
const $io24 = (input3) =>
|
|
109
|
-
const $io25 = (input3) =>
|
|
110
|
-
const $io26 = (input3) =>
|
|
111
|
-
const $io27 = (input3) => "
|
|
112
|
-
const $io28 = (input3) =>
|
|
113
|
-
const $io29 = (input3) => "string" === typeof input3.
|
|
114
|
-
const $io30 = (input3) => "string" === typeof input3.
|
|
115
|
-
const $io31 = (input3) =>
|
|
116
|
-
const $io32 = (input3) => "
|
|
117
|
-
const $io33 = (input3) => "
|
|
118
|
-
const $io34 = (input3) =>
|
|
119
|
-
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.
|
|
120
|
-
const $io36 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "
|
|
121
|
-
const $io37 = (input3) => "string" === typeof input3.
|
|
122
|
-
const $io38 = (input3) => "string" === typeof input3.
|
|
123
|
-
const $io39 = (input3) => (void 0 === input3.
|
|
124
|
-
const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "
|
|
125
|
-
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "
|
|
126
|
-
const $io42 = (input3) =>
|
|
127
|
-
const $io43 = (input3) => "number" === typeof input3.
|
|
128
|
-
const $io44 = (input3) => (void 0 === input3.
|
|
129
|
-
const $io45 = (input3) =>
|
|
130
|
-
const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.
|
|
131
|
-
const $io47 = (input3) =>
|
|
132
|
-
const $io48 = (input3) =>
|
|
133
|
-
const $io49 = (input3) => "string" === typeof input3.
|
|
134
|
-
const $io50 = (input3) => "string" === typeof input3.
|
|
135
|
-
const $io51 = (input3) => (void 0 === input3.
|
|
136
|
-
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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "
|
|
137
|
-
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
138
|
-
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
139
|
-
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
140
|
-
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
141
|
-
const $io57 = (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) && $
|
|
142
|
-
const $io58 = (input3) =>
|
|
143
|
-
const $io59 = (input3) => Object.keys(input3).every((key) => {
|
|
102
|
+
const $io18 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)));
|
|
103
|
+
const $io19 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
104
|
+
const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
|
|
105
|
+
const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
|
|
106
|
+
const $io22 = (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);
|
|
107
|
+
const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
108
|
+
const $io24 = (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);
|
|
109
|
+
const $io25 = (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);
|
|
110
|
+
const $io26 = (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);
|
|
111
|
+
const $io27 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
112
|
+
const $io28 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
113
|
+
const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
114
|
+
const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (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) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
|
|
115
|
+
const $io31 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
116
|
+
const $io32 = (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;
|
|
117
|
+
const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
118
|
+
const $io34 = (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 && $iu9(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) && $io16(input3.values));
|
|
119
|
+
const $io35 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
120
|
+
const $io36 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
121
|
+
const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
122
|
+
const $io38 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q));
|
|
123
|
+
const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
|
|
124
|
+
const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
|
|
125
|
+
const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
126
|
+
const $io42 = (input3) => "number" === typeof input3.value;
|
|
127
|
+
const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term));
|
|
128
|
+
const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io45(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
129
|
+
const $io45 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
|
|
130
|
+
const $io46 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (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 && $io47(elem)));
|
|
131
|
+
const $io47 = (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 && $io48(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io49(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);
|
|
132
|
+
const $io48 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
133
|
+
const $io49 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
134
|
+
const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
|
|
135
|
+
const $io51 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
136
|
+
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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
137
|
+
const $io53 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
|
|
138
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
|
|
139
|
+
const $io55 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
140
|
+
const $io56 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (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 && $io47(elem)));
|
|
141
|
+
const $io57 = (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) && $io58(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
142
|
+
const $io58 = (input3) => Object.keys(input3).every((key) => {
|
|
144
143
|
const value = input3[key];
|
|
145
144
|
if (void 0 === value)
|
|
146
145
|
return true;
|
|
147
146
|
if (RegExp(/(.*)/).test(key))
|
|
148
|
-
return "object" === typeof value && null !== value && $
|
|
147
|
+
return "object" === typeof value && null !== value && $io59(value);
|
|
149
148
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
150
|
-
return "object" === typeof value && null !== value && $
|
|
149
|
+
return "object" === typeof value && null !== value && $io59(value);
|
|
151
150
|
return true;
|
|
152
151
|
});
|
|
153
|
-
const $
|
|
154
|
-
const $
|
|
155
|
-
const $
|
|
156
|
-
const $
|
|
157
|
-
const $
|
|
158
|
-
const $
|
|
152
|
+
const $io59 = (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 && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
|
|
153
|
+
const $io60 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
154
|
+
const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
|
|
155
|
+
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
156
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io64(input3.groups));
|
|
157
|
+
const $io64 = (input3) => Object.keys(input3).every((key) => {
|
|
159
158
|
const value = input3[key];
|
|
160
159
|
if (void 0 === value)
|
|
161
160
|
return true;
|
|
162
161
|
if (RegExp(/(.*)/).test(key))
|
|
163
|
-
return "object" === typeof value && null !== value && $
|
|
162
|
+
return "object" === typeof value && null !== value && $io65(value);
|
|
164
163
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
165
|
-
return "object" === typeof value && null !== value && $
|
|
164
|
+
return "object" === typeof value && null !== value && $io65(value);
|
|
166
165
|
return true;
|
|
167
166
|
});
|
|
168
|
-
const $
|
|
167
|
+
const $io65 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
|
|
169
168
|
const $iu0 = (input3) => (() => {
|
|
170
169
|
if ("string" === typeof input3.type)
|
|
171
170
|
return $io9(input3);
|
|
@@ -182,35 +181,35 @@ var validCategoriesRequest = (input) => {
|
|
|
182
181
|
})();
|
|
183
182
|
const $iu2 = (input3) => (() => {
|
|
184
183
|
if (true === input3.startunbounded)
|
|
185
|
-
return $
|
|
184
|
+
return $io24(input3);
|
|
186
185
|
if (true === input3.stopunbounded)
|
|
187
|
-
return $
|
|
188
|
-
return $
|
|
186
|
+
return $io26(input3);
|
|
187
|
+
return $io25(input3);
|
|
189
188
|
})();
|
|
190
189
|
const $iu3 = (input3) => (() => {
|
|
191
190
|
if (true === input3.startunbounded)
|
|
192
|
-
return $
|
|
191
|
+
return $io24(input3);
|
|
193
192
|
if (void 0 !== input3.start)
|
|
194
|
-
return $
|
|
193
|
+
return $io25(input3);
|
|
195
194
|
return false;
|
|
196
195
|
})();
|
|
197
196
|
const $iu4 = (input3) => (() => {
|
|
198
197
|
if (void 0 !== input3.stop)
|
|
199
|
-
return $
|
|
198
|
+
return $io25(input3);
|
|
200
199
|
if (true === input3.stopunbounded)
|
|
201
|
-
return $
|
|
200
|
+
return $io26(input3);
|
|
202
201
|
return false;
|
|
203
202
|
})();
|
|
204
203
|
const $iu5 = (input3) => (() => {
|
|
205
204
|
if (void 0 !== input3.type)
|
|
206
205
|
return $io1(input3);
|
|
207
206
|
return (() => {
|
|
208
|
-
if ($
|
|
209
|
-
return $
|
|
210
|
-
if ($
|
|
211
|
-
return $
|
|
212
|
-
if ($
|
|
213
|
-
return $
|
|
207
|
+
if ($io50(input3))
|
|
208
|
+
return $io50(input3);
|
|
209
|
+
if ($io43(input3))
|
|
210
|
+
return $io43(input3);
|
|
211
|
+
if ($io38(input3))
|
|
212
|
+
return $io38(input3);
|
|
214
213
|
return false;
|
|
215
214
|
})();
|
|
216
215
|
})();
|
|
@@ -225,99 +224,94 @@ var validCategoriesRequest = (input) => {
|
|
|
225
224
|
})();
|
|
226
225
|
const $iu7 = (input3) => (() => {
|
|
227
226
|
if (void 0 !== input3.ranges)
|
|
228
|
-
return $
|
|
227
|
+
return $io20(input3);
|
|
229
228
|
return (() => {
|
|
230
229
|
if ($io14(input3))
|
|
231
230
|
return $io14(input3);
|
|
232
|
-
if ($
|
|
233
|
-
return $
|
|
234
|
-
if ($
|
|
235
|
-
return $
|
|
231
|
+
if ($io30(input3))
|
|
232
|
+
return $io30(input3);
|
|
233
|
+
if ($io33(input3))
|
|
234
|
+
return $io33(input3);
|
|
236
235
|
return false;
|
|
237
236
|
})();
|
|
238
237
|
})();
|
|
239
238
|
const $iu8 = (input3) => (() => {
|
|
240
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)))
|
|
241
|
-
return $io18(input3);
|
|
242
|
-
return $io20(input3);
|
|
243
|
-
})();
|
|
244
|
-
const $iu9 = (input3) => (() => {
|
|
245
239
|
if ("regular-bin" === input3.type)
|
|
246
|
-
return $
|
|
240
|
+
return $io23(input3);
|
|
247
241
|
if ("custom-bin" === input3.type)
|
|
248
|
-
return $
|
|
242
|
+
return $io27(input3);
|
|
249
243
|
return false;
|
|
250
244
|
})();
|
|
251
|
-
const $
|
|
245
|
+
const $iu9 = (input3) => (() => {
|
|
252
246
|
if ("gene" === input3.kind)
|
|
253
|
-
return $
|
|
247
|
+
return $io35(input3);
|
|
254
248
|
if ("coord" === input3.kind)
|
|
255
|
-
return $
|
|
249
|
+
return $io36(input3);
|
|
256
250
|
return false;
|
|
257
251
|
})();
|
|
258
|
-
const $
|
|
252
|
+
const $iu10 = (input3) => (() => {
|
|
259
253
|
if ("regular-bin" === input3.type)
|
|
260
|
-
return $
|
|
254
|
+
return $io23(input3);
|
|
261
255
|
if ("continuous" === input3.mode)
|
|
262
|
-
return $
|
|
256
|
+
return $io40(input3);
|
|
263
257
|
if ("spline" === input3.mode)
|
|
264
|
-
return $
|
|
258
|
+
return $io41(input3);
|
|
265
259
|
return (() => {
|
|
266
|
-
if ($
|
|
267
|
-
return $
|
|
268
|
-
if ($
|
|
269
|
-
return $
|
|
260
|
+
if ($io27(input3))
|
|
261
|
+
return $io27(input3);
|
|
262
|
+
if ($io39(input3))
|
|
263
|
+
return $io39(input3);
|
|
270
264
|
return false;
|
|
271
265
|
})();
|
|
272
266
|
})();
|
|
273
|
-
const $
|
|
267
|
+
const $iu11 = (input3) => (() => {
|
|
274
268
|
if ("gene" === input3.kind)
|
|
275
|
-
return $
|
|
269
|
+
return $io51(input3);
|
|
276
270
|
if ("coord" === input3.kind)
|
|
277
|
-
return $
|
|
271
|
+
return $io52(input3);
|
|
278
272
|
if ("categorical" === input3.type)
|
|
279
|
-
return $
|
|
273
|
+
return $io53(input3);
|
|
280
274
|
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
281
|
-
return $
|
|
275
|
+
return $io54(input3);
|
|
282
276
|
if ("condition" === input3.type)
|
|
283
|
-
return $
|
|
277
|
+
return $io55(input3);
|
|
284
278
|
return (() => {
|
|
279
|
+
if ($io56(input3))
|
|
280
|
+
return $io56(input3);
|
|
285
281
|
if ($io57(input3))
|
|
286
282
|
return $io57(input3);
|
|
287
|
-
if ($io58(input3))
|
|
288
|
-
return $io58(input3);
|
|
289
283
|
return false;
|
|
290
284
|
})();
|
|
291
285
|
})();
|
|
292
|
-
const $
|
|
286
|
+
const $iu12 = (input3) => (() => {
|
|
293
287
|
if (void 0 !== input3.predefined_groupset_idx)
|
|
294
288
|
return $io6(input3);
|
|
295
289
|
if (void 0 !== input3.customset)
|
|
296
290
|
return $io7(input3);
|
|
297
291
|
if (void 0 !== input3.bin_size)
|
|
298
|
-
return $
|
|
292
|
+
return $io23(input3);
|
|
299
293
|
if (void 0 !== input3.knots)
|
|
300
|
-
return $
|
|
294
|
+
return $io41(input3);
|
|
301
295
|
if (void 0 !== input3.AFcutoff)
|
|
302
|
-
return $
|
|
296
|
+
return $io44(input3);
|
|
303
297
|
if (void 0 !== input3.timeScale)
|
|
304
|
-
return $
|
|
298
|
+
return $io62(input3);
|
|
305
299
|
return (() => {
|
|
306
300
|
if (void 0 !== input3.groups)
|
|
307
|
-
return $
|
|
301
|
+
return $io63(input3);
|
|
308
302
|
return (() => {
|
|
309
303
|
if ($io5(input3))
|
|
310
304
|
return $io5(input3);
|
|
311
|
-
if ($
|
|
312
|
-
return $
|
|
305
|
+
if ($io61(input3))
|
|
306
|
+
return $io61(input3);
|
|
313
307
|
if ($io3(input3))
|
|
314
308
|
return $io3(input3);
|
|
315
|
-
if ($
|
|
316
|
-
return $
|
|
309
|
+
if ($io27(input3))
|
|
310
|
+
return $io27(input3);
|
|
311
|
+
if ($io39(input3))
|
|
312
|
+
return $io39(input3);
|
|
317
313
|
if ($io40(input3))
|
|
318
314
|
return $io40(input3);
|
|
319
|
-
if ($io41(input3))
|
|
320
|
-
return $io41(input3);
|
|
321
315
|
return false;
|
|
322
316
|
})();
|
|
323
317
|
})();
|
|
@@ -779,11 +773,11 @@ var validCategoriesRequest = (input) => {
|
|
|
779
773
|
value: input3.skipValuesBuild
|
|
780
774
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
781
775
|
path: _path2 + ".groupsetting",
|
|
782
|
-
expected: "
|
|
776
|
+
expected: "TermGroupSetting",
|
|
783
777
|
value: input3.groupsetting
|
|
784
|
-
})) && $
|
|
778
|
+
})) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
785
779
|
path: _path2 + ".groupsetting",
|
|
786
|
-
expected: "
|
|
780
|
+
expected: "TermGroupSetting",
|
|
787
781
|
value: input3.groupsetting
|
|
788
782
|
})].every((flag) => flag);
|
|
789
783
|
const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
@@ -845,13 +839,13 @@ var validCategoriesRequest = (input) => {
|
|
|
845
839
|
expected: "(Filter | undefined)",
|
|
846
840
|
value: input3.filter
|
|
847
841
|
})].every((flag) => flag);
|
|
848
|
-
const $vo18 = (input3, _path2, _exceptionable2 = true) => [
|
|
842
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
849
843
|
path: _path2 + ".disabled",
|
|
850
|
-
expected: "
|
|
844
|
+
expected: "boolean",
|
|
851
845
|
value: input3.disabled
|
|
852
|
-
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
846
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
853
847
|
path: _path2 + ".lst",
|
|
854
|
-
expected: "Array<Groupset>",
|
|
848
|
+
expected: "(Array<Groupset> | undefined)",
|
|
855
849
|
value: input3.lst
|
|
856
850
|
})) && input3.lst.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
857
851
|
path: _path2 + ".lst[" + _index8 + "]",
|
|
@@ -863,7 +857,7 @@ var validCategoriesRequest = (input) => {
|
|
|
863
857
|
value: elem
|
|
864
858
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
865
859
|
path: _path2 + ".lst",
|
|
866
|
-
expected: "Array<Groupset>",
|
|
860
|
+
expected: "(Array<Groupset> | undefined)",
|
|
867
861
|
value: input3.lst
|
|
868
862
|
})].every((flag) => flag);
|
|
869
863
|
const $vo19 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
@@ -878,10 +872,10 @@ var validCategoriesRequest = (input) => {
|
|
|
878
872
|
path: _path2 + ".is_subcondition",
|
|
879
873
|
expected: "(boolean | undefined)",
|
|
880
874
|
value: input3.is_subcondition
|
|
881
|
-
}), void 0 === input3.
|
|
882
|
-
path: _path2 + ".
|
|
883
|
-
expected: "(
|
|
884
|
-
value: input3.
|
|
875
|
+
}), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
876
|
+
path: _path2 + ".dt",
|
|
877
|
+
expected: "(number | undefined)",
|
|
878
|
+
value: input3.dt
|
|
885
879
|
}), (Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
886
880
|
path: _path2 + ".groups",
|
|
887
881
|
expected: "Array<GroupEntry>",
|
|
@@ -899,24 +893,7 @@ var validCategoriesRequest = (input) => {
|
|
|
899
893
|
expected: "Array<GroupEntry>",
|
|
900
894
|
value: input3.groups
|
|
901
895
|
})].every((flag) => flag);
|
|
902
|
-
const $vo20 = (input3, _path2, _exceptionable2 = true) => ["
|
|
903
|
-
path: _path2 + ".disabled",
|
|
904
|
-
expected: "boolean",
|
|
905
|
-
value: input3.disabled
|
|
906
|
-
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
907
|
-
path: _path2 + ".lst",
|
|
908
|
-
expected: "([] | undefined)",
|
|
909
|
-
value: input3.lst
|
|
910
|
-
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
911
|
-
path: _path2 + ".lst",
|
|
912
|
-
expected: "[]",
|
|
913
|
-
value: input3.lst
|
|
914
|
-
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
915
|
-
path: _path2 + ".lst",
|
|
916
|
-
expected: "([] | undefined)",
|
|
917
|
-
value: input3.lst
|
|
918
|
-
})].every((flag) => flag);
|
|
919
|
-
const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
896
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
920
897
|
path: _path2 + ".join",
|
|
921
898
|
expected: "(string | undefined)",
|
|
922
899
|
value: input3.join
|
|
@@ -928,7 +905,7 @@ var validCategoriesRequest = (input) => {
|
|
|
928
905
|
path: _path2 + ".term",
|
|
929
906
|
expected: "NumericTerm",
|
|
930
907
|
value: input3.term
|
|
931
|
-
})) && $
|
|
908
|
+
})) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
932
909
|
path: _path2 + ".term",
|
|
933
910
|
expected: "NumericTerm",
|
|
934
911
|
value: input3.term
|
|
@@ -954,18 +931,18 @@ var validCategoriesRequest = (input) => {
|
|
|
954
931
|
value: input3.values
|
|
955
932
|
})) && input3.values.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
956
933
|
path: _path2 + ".values[" + _index11 + "]",
|
|
957
|
-
expected: "__type.
|
|
934
|
+
expected: "__type.o4",
|
|
958
935
|
value: elem
|
|
959
|
-
})) && $
|
|
936
|
+
})) && $vo29(elem, _path2 + ".values[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
960
937
|
path: _path2 + ".values[" + _index11 + "]",
|
|
961
|
-
expected: "__type.
|
|
938
|
+
expected: "__type.o4",
|
|
962
939
|
value: elem
|
|
963
940
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
964
941
|
path: _path2 + ".values",
|
|
965
942
|
expected: "Array<__type>.o1",
|
|
966
943
|
value: input3.values
|
|
967
944
|
})].every((flag) => flag);
|
|
968
|
-
const $
|
|
945
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
969
946
|
path: _path2 + ".id",
|
|
970
947
|
expected: "string",
|
|
971
948
|
value: input3.id
|
|
@@ -1025,7 +1002,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1025
1002
|
path: _path2 + ".bins",
|
|
1026
1003
|
expected: "PresetNumericBins",
|
|
1027
1004
|
value: input3.bins
|
|
1028
|
-
})) && $
|
|
1005
|
+
})) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1029
1006
|
path: _path2 + ".bins",
|
|
1030
1007
|
expected: "PresetNumericBins",
|
|
1031
1008
|
value: input3.bins
|
|
@@ -1035,18 +1012,18 @@ var validCategoriesRequest = (input) => {
|
|
|
1035
1012
|
value: input3.unit
|
|
1036
1013
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1037
1014
|
path: _path2 + ".continuousColorScale",
|
|
1038
|
-
expected: "(__type.
|
|
1015
|
+
expected: "(__type.o3 | undefined)",
|
|
1039
1016
|
value: input3.continuousColorScale
|
|
1040
|
-
})) && $
|
|
1017
|
+
})) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1041
1018
|
path: _path2 + ".continuousColorScale",
|
|
1042
|
-
expected: "(__type.
|
|
1019
|
+
expected: "(__type.o3 | undefined)",
|
|
1043
1020
|
value: input3.continuousColorScale
|
|
1044
1021
|
})].every((flag) => flag);
|
|
1045
|
-
const $
|
|
1022
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
1046
1023
|
path: _path2 + '["default"]',
|
|
1047
1024
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1048
1025
|
value: input3["default"]
|
|
1049
|
-
})) && $
|
|
1026
|
+
})) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
1050
1027
|
path: _path2 + '["default"]',
|
|
1051
1028
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1052
1029
|
value: input3["default"]
|
|
@@ -1054,7 +1031,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1054
1031
|
path: _path2 + ".less",
|
|
1055
1032
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1056
1033
|
value: input3.less
|
|
1057
|
-
})) && $
|
|
1034
|
+
})) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
1058
1035
|
path: _path2 + ".less",
|
|
1059
1036
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1060
1037
|
value: input3.less
|
|
@@ -1079,7 +1056,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1079
1056
|
expected: "(number | undefined)",
|
|
1080
1057
|
value: input3.max
|
|
1081
1058
|
})].every((flag) => flag);
|
|
1082
|
-
const $
|
|
1059
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1083
1060
|
path: _path2 + ".hiddenValues",
|
|
1084
1061
|
expected: "(HiddenValues | undefined)",
|
|
1085
1062
|
value: input3.hiddenValues
|
|
@@ -1132,7 +1109,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1132
1109
|
expected: "(number | undefined)",
|
|
1133
1110
|
value: input3.label_offset
|
|
1134
1111
|
})].every((flag) => flag);
|
|
1135
|
-
const $
|
|
1112
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
1136
1113
|
path: _path2 + ".startunbounded",
|
|
1137
1114
|
expected: "true",
|
|
1138
1115
|
value: input3.startunbounded
|
|
@@ -1157,7 +1134,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1157
1134
|
expected: "(string | undefined)",
|
|
1158
1135
|
value: input3.label
|
|
1159
1136
|
})].every((flag) => flag);
|
|
1160
|
-
const $
|
|
1137
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
1161
1138
|
path: _path2 + ".startunbounded",
|
|
1162
1139
|
expected: "(false | undefined)",
|
|
1163
1140
|
value: input3.startunbounded
|
|
@@ -1186,7 +1163,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1186
1163
|
expected: "(string | undefined)",
|
|
1187
1164
|
value: input3.label
|
|
1188
1165
|
})].every((flag) => flag);
|
|
1189
|
-
const $
|
|
1166
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
1190
1167
|
path: _path2 + ".start",
|
|
1191
1168
|
expected: "number",
|
|
1192
1169
|
value: input3.start
|
|
@@ -1211,7 +1188,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1211
1188
|
expected: "(string | undefined)",
|
|
1212
1189
|
value: input3.label
|
|
1213
1190
|
})].every((flag) => flag);
|
|
1214
|
-
const $
|
|
1191
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1215
1192
|
path: _path2 + ".hiddenValues",
|
|
1216
1193
|
expected: "(HiddenValues | undefined)",
|
|
1217
1194
|
value: input3.hiddenValues
|
|
@@ -1278,7 +1255,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1278
1255
|
expected: '("median" | undefined)',
|
|
1279
1256
|
value: input3.preferredBins
|
|
1280
1257
|
})].every((flag) => flag);
|
|
1281
|
-
const $
|
|
1258
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1282
1259
|
path: _path2 + ".minColor",
|
|
1283
1260
|
expected: "string",
|
|
1284
1261
|
value: input3.minColor
|
|
@@ -1287,7 +1264,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1287
1264
|
expected: "string",
|
|
1288
1265
|
value: input3.maxColor
|
|
1289
1266
|
})].every((flag) => flag);
|
|
1290
|
-
const $
|
|
1267
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1291
1268
|
path: _path2 + ".key",
|
|
1292
1269
|
expected: "string",
|
|
1293
1270
|
value: input3.key
|
|
@@ -1304,7 +1281,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1304
1281
|
expected: "(string | undefined)",
|
|
1305
1282
|
value: input3.label
|
|
1306
1283
|
})].every((flag) => flag);
|
|
1307
|
-
const $
|
|
1284
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1308
1285
|
path: _path2 + ".join",
|
|
1309
1286
|
expected: "(string | undefined)",
|
|
1310
1287
|
value: input3.join
|
|
@@ -1316,7 +1293,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1316
1293
|
path: _path2 + ".term",
|
|
1317
1294
|
expected: "ConditionTerm",
|
|
1318
1295
|
value: input3.term
|
|
1319
|
-
})) && $
|
|
1296
|
+
})) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1320
1297
|
path: _path2 + ".term",
|
|
1321
1298
|
expected: "ConditionTerm",
|
|
1322
1299
|
value: input3.term
|
|
@@ -1340,7 +1317,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1340
1317
|
path: _path2 + ".grade_and_child[" + _index15 + "]",
|
|
1341
1318
|
expected: "GradeAndChildEntry",
|
|
1342
1319
|
value: elem
|
|
1343
|
-
})) && $
|
|
1320
|
+
})) && $vo32(elem, _path2 + ".grade_and_child[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1344
1321
|
path: _path2 + ".grade_and_child[" + _index15 + "]",
|
|
1345
1322
|
expected: "GradeAndChildEntry",
|
|
1346
1323
|
value: elem
|
|
@@ -1349,7 +1326,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1349
1326
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1350
1327
|
value: input3.grade_and_child
|
|
1351
1328
|
})].every((flag) => flag);
|
|
1352
|
-
const $
|
|
1329
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1353
1330
|
path: _path2 + ".id",
|
|
1354
1331
|
expected: "string",
|
|
1355
1332
|
value: input3.id
|
|
@@ -1406,7 +1383,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1406
1383
|
expected: "(boolean | undefined)",
|
|
1407
1384
|
value: input3.skipValuesBuild
|
|
1408
1385
|
})].every((flag) => flag);
|
|
1409
|
-
const $
|
|
1386
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1410
1387
|
path: _path2 + ".grade",
|
|
1411
1388
|
expected: "number",
|
|
1412
1389
|
value: input3.grade
|
|
@@ -1423,7 +1400,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1423
1400
|
expected: "string",
|
|
1424
1401
|
value: input3.child_label
|
|
1425
1402
|
})].every((flag) => flag);
|
|
1426
|
-
const $
|
|
1403
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1427
1404
|
path: _path2 + ".join",
|
|
1428
1405
|
expected: "(string | undefined)",
|
|
1429
1406
|
value: input3.join
|
|
@@ -1435,7 +1412,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1435
1412
|
path: _path2 + ".term",
|
|
1436
1413
|
expected: "DtTerm",
|
|
1437
1414
|
value: input3.term
|
|
1438
|
-
})) && $
|
|
1415
|
+
})) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1439
1416
|
path: _path2 + ".term",
|
|
1440
1417
|
expected: "DtTerm",
|
|
1441
1418
|
value: input3.term
|
|
@@ -1445,11 +1422,11 @@ var validCategoriesRequest = (input) => {
|
|
|
1445
1422
|
value: input3.values
|
|
1446
1423
|
})) && input3.values.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1447
1424
|
path: _path2 + ".values[" + _index18 + "]",
|
|
1448
|
-
expected: "__type.
|
|
1425
|
+
expected: "__type.o5",
|
|
1449
1426
|
value: elem
|
|
1450
|
-
})) && $
|
|
1427
|
+
})) && $vo37(elem, _path2 + ".values[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1451
1428
|
path: _path2 + ".values[" + _index18 + "]",
|
|
1452
|
-
expected: "__type.
|
|
1429
|
+
expected: "__type.o5",
|
|
1453
1430
|
value: elem
|
|
1454
1431
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1455
1432
|
path: _path2 + ".values",
|
|
@@ -1464,7 +1441,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1464
1441
|
expected: "(boolean | undefined)",
|
|
1465
1442
|
value: input3.excludeGeneName
|
|
1466
1443
|
})].every((flag) => flag);
|
|
1467
|
-
const $
|
|
1444
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1468
1445
|
path: _path2 + ".id",
|
|
1469
1446
|
expected: "string",
|
|
1470
1447
|
value: input3.id
|
|
@@ -1484,7 +1461,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1484
1461
|
path: _path2 + ".parentTerm",
|
|
1485
1462
|
expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1486
1463
|
value: input3.parentTerm
|
|
1487
|
-
})) && $
|
|
1464
|
+
})) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1488
1465
|
path: _path2 + ".parentTerm",
|
|
1489
1466
|
expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1490
1467
|
value: input3.parentTerm
|
|
@@ -1513,7 +1490,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1513
1490
|
expected: "TermValues",
|
|
1514
1491
|
value: input3.values
|
|
1515
1492
|
})].every((flag) => flag);
|
|
1516
|
-
const $
|
|
1493
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1517
1494
|
path: _path2 + ".id",
|
|
1518
1495
|
expected: "string",
|
|
1519
1496
|
value: input3.id
|
|
@@ -1591,11 +1568,11 @@ var validCategoriesRequest = (input) => {
|
|
|
1591
1568
|
value: input3.stop
|
|
1592
1569
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1593
1570
|
path: _path2 + ".groupsetting",
|
|
1594
|
-
expected: "(
|
|
1571
|
+
expected: "(TermGroupSetting | undefined)",
|
|
1595
1572
|
value: input3.groupsetting
|
|
1596
|
-
})) && $
|
|
1573
|
+
})) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1597
1574
|
path: _path2 + ".groupsetting",
|
|
1598
|
-
expected: "(
|
|
1575
|
+
expected: "(TermGroupSetting | undefined)",
|
|
1599
1576
|
value: input3.groupsetting
|
|
1600
1577
|
}), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
1601
1578
|
path: _path2 + ".childTerms",
|
|
@@ -1605,7 +1582,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1605
1582
|
path: _path2 + ".childTerms[" + _index21 + "]",
|
|
1606
1583
|
expected: "DtTerm",
|
|
1607
1584
|
value: elem
|
|
1608
|
-
})) && $
|
|
1585
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1609
1586
|
path: _path2 + ".childTerms[" + _index21 + "]",
|
|
1610
1587
|
expected: "DtTerm",
|
|
1611
1588
|
value: elem
|
|
@@ -1614,7 +1591,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1614
1591
|
expected: "(Array<DtTerm> | undefined)",
|
|
1615
1592
|
value: input3.childTerms
|
|
1616
1593
|
})].every((flag) => flag);
|
|
1617
|
-
const $
|
|
1594
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1618
1595
|
path: _path2 + ".id",
|
|
1619
1596
|
expected: "string",
|
|
1620
1597
|
value: input3.id
|
|
@@ -1688,11 +1665,11 @@ var validCategoriesRequest = (input) => {
|
|
|
1688
1665
|
value: input3.stop
|
|
1689
1666
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1690
1667
|
path: _path2 + ".groupsetting",
|
|
1691
|
-
expected: "(
|
|
1668
|
+
expected: "(TermGroupSetting | undefined)",
|
|
1692
1669
|
value: input3.groupsetting
|
|
1693
|
-
})) && $
|
|
1670
|
+
})) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1694
1671
|
path: _path2 + ".groupsetting",
|
|
1695
|
-
expected: "(
|
|
1672
|
+
expected: "(TermGroupSetting | undefined)",
|
|
1696
1673
|
value: input3.groupsetting
|
|
1697
1674
|
}), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
1698
1675
|
path: _path2 + ".childTerms",
|
|
@@ -1702,7 +1679,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1702
1679
|
path: _path2 + ".childTerms[" + _index24 + "]",
|
|
1703
1680
|
expected: "DtTerm",
|
|
1704
1681
|
value: elem
|
|
1705
|
-
})) && $
|
|
1682
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1706
1683
|
path: _path2 + ".childTerms[" + _index24 + "]",
|
|
1707
1684
|
expected: "DtTerm",
|
|
1708
1685
|
value: elem
|
|
@@ -1711,7 +1688,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1711
1688
|
expected: "(Array<DtTerm> | undefined)",
|
|
1712
1689
|
value: input3.childTerms
|
|
1713
1690
|
})].every((flag) => flag);
|
|
1714
|
-
const $
|
|
1691
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1715
1692
|
path: _path2 + ".key",
|
|
1716
1693
|
expected: "string",
|
|
1717
1694
|
value: input3.key
|
|
@@ -1724,7 +1701,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1724
1701
|
expected: "string",
|
|
1725
1702
|
value: input3.value
|
|
1726
1703
|
})].every((flag) => flag);
|
|
1727
|
-
const $
|
|
1704
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1728
1705
|
path: _path2 + ".id",
|
|
1729
1706
|
expected: "(string | undefined)",
|
|
1730
1707
|
value: input3.id
|
|
@@ -1752,7 +1729,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1752
1729
|
path: _path2 + ".term",
|
|
1753
1730
|
expected: "NumericTerm",
|
|
1754
1731
|
value: input3.term
|
|
1755
|
-
})) && $
|
|
1732
|
+
})) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1756
1733
|
path: _path2 + ".term",
|
|
1757
1734
|
expected: "NumericTerm",
|
|
1758
1735
|
value: input3.term
|
|
@@ -1760,12 +1737,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1760
1737
|
path: _path2 + ".q",
|
|
1761
1738
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1762
1739
|
value: input3.q
|
|
1763
|
-
})) && $
|
|
1740
|
+
})) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1764
1741
|
path: _path2 + ".q",
|
|
1765
1742
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1766
1743
|
value: input3.q
|
|
1767
1744
|
})].every((flag) => flag);
|
|
1768
|
-
const $
|
|
1745
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1769
1746
|
path: _path2 + ".hiddenValues",
|
|
1770
1747
|
expected: "(HiddenValues | undefined)",
|
|
1771
1748
|
value: input3.hiddenValues
|
|
@@ -1825,7 +1802,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1825
1802
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
1826
1803
|
value: input3.lst
|
|
1827
1804
|
})].every((flag) => flag);
|
|
1828
|
-
const $
|
|
1805
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1829
1806
|
path: _path2 + ".hiddenValues",
|
|
1830
1807
|
expected: "(HiddenValues | undefined)",
|
|
1831
1808
|
value: input3.hiddenValues
|
|
@@ -1862,7 +1839,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1862
1839
|
expected: "undefined",
|
|
1863
1840
|
value: input3.type
|
|
1864
1841
|
}))].every((flag) => flag);
|
|
1865
|
-
const $
|
|
1842
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1866
1843
|
path: _path2 + ".hiddenValues",
|
|
1867
1844
|
expected: "(HiddenValues | undefined)",
|
|
1868
1845
|
value: input3.hiddenValues
|
|
@@ -1892,11 +1869,11 @@ var validCategoriesRequest = (input) => {
|
|
|
1892
1869
|
value: input3.knots
|
|
1893
1870
|
})) && input3.knots.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1894
1871
|
path: _path2 + ".knots[" + _index25 + "]",
|
|
1895
|
-
expected: "__type.
|
|
1872
|
+
expected: "__type.o6",
|
|
1896
1873
|
value: elem
|
|
1897
|
-
})) && $
|
|
1874
|
+
})) && $vo42(elem, _path2 + ".knots[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1898
1875
|
path: _path2 + ".knots[" + _index25 + "]",
|
|
1899
|
-
expected: "__type.
|
|
1876
|
+
expected: "__type.o6",
|
|
1900
1877
|
value: elem
|
|
1901
1878
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1902
1879
|
path: _path2 + ".knots",
|
|
@@ -1911,12 +1888,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1911
1888
|
expected: "undefined",
|
|
1912
1889
|
value: input3.type
|
|
1913
1890
|
}))].every((flag) => flag);
|
|
1914
|
-
const $
|
|
1891
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
1915
1892
|
path: _path2 + ".value",
|
|
1916
1893
|
expected: "number",
|
|
1917
1894
|
value: input3.value
|
|
1918
1895
|
})].every((flag) => flag);
|
|
1919
|
-
const $
|
|
1896
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1920
1897
|
path: _path2 + ".id",
|
|
1921
1898
|
expected: "(string | undefined)",
|
|
1922
1899
|
value: input3.id
|
|
@@ -1944,7 +1921,7 @@ var validCategoriesRequest = (input) => {
|
|
|
1944
1921
|
path: _path2 + ".q",
|
|
1945
1922
|
expected: "SnpsQ",
|
|
1946
1923
|
value: input3.q
|
|
1947
|
-
})) && $
|
|
1924
|
+
})) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1948
1925
|
path: _path2 + ".q",
|
|
1949
1926
|
expected: "SnpsQ",
|
|
1950
1927
|
value: input3.q
|
|
@@ -1952,12 +1929,12 @@ var validCategoriesRequest = (input) => {
|
|
|
1952
1929
|
path: _path2 + ".term",
|
|
1953
1930
|
expected: "SnpsTerm",
|
|
1954
1931
|
value: input3.term
|
|
1955
|
-
})) && $
|
|
1932
|
+
})) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1956
1933
|
path: _path2 + ".term",
|
|
1957
1934
|
expected: "SnpsTerm",
|
|
1958
1935
|
value: input3.term
|
|
1959
1936
|
})].every((flag) => flag);
|
|
1960
|
-
const $
|
|
1937
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1961
1938
|
path: _path2 + ".hiddenValues",
|
|
1962
1939
|
expected: "(HiddenValues | undefined)",
|
|
1963
1940
|
value: input3.hiddenValues
|
|
@@ -2013,7 +1990,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2013
1990
|
path: _path2 + ".restrictAncestry",
|
|
2014
1991
|
expected: "RestrictAncestry",
|
|
2015
1992
|
value: input3.restrictAncestry
|
|
2016
|
-
})) && $
|
|
1993
|
+
})) && $vo45(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
2017
1994
|
path: _path2 + ".restrictAncestry",
|
|
2018
1995
|
expected: "RestrictAncestry",
|
|
2019
1996
|
value: input3.restrictAncestry
|
|
@@ -2038,7 +2015,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2038
2015
|
expected: "number",
|
|
2039
2016
|
value: input3.stop
|
|
2040
2017
|
})].every((flag) => flag);
|
|
2041
|
-
const $
|
|
2018
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2042
2019
|
path: _path2 + ".name",
|
|
2043
2020
|
expected: "string",
|
|
2044
2021
|
value: input3.name
|
|
@@ -2051,7 +2028,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2051
2028
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2052
2029
|
value: input3.tvs
|
|
2053
2030
|
})].every((flag) => flag);
|
|
2054
|
-
const $
|
|
2031
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2055
2032
|
path: _path2 + ".id",
|
|
2056
2033
|
expected: "string",
|
|
2057
2034
|
value: input3.id
|
|
@@ -2119,7 +2096,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2119
2096
|
path: _path2 + ".snps[" + _index28 + "]",
|
|
2120
2097
|
expected: "SnpsEntry",
|
|
2121
2098
|
value: elem
|
|
2122
|
-
})) && $
|
|
2099
|
+
})) && $vo47(elem, _path2 + ".snps[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2123
2100
|
path: _path2 + ".snps[" + _index28 + "]",
|
|
2124
2101
|
expected: "SnpsEntry",
|
|
2125
2102
|
value: elem
|
|
@@ -2128,7 +2105,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2128
2105
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2129
2106
|
value: input3.snps
|
|
2130
2107
|
})].every((flag) => flag);
|
|
2131
|
-
const $
|
|
2108
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
2132
2109
|
path: _path2 + ".altAlleles",
|
|
2133
2110
|
expected: "(Array<string> | undefined)",
|
|
2134
2111
|
value: input3.altAlleles
|
|
@@ -2148,7 +2125,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2148
2125
|
path: _path2 + ".alleles[" + _index30 + "]",
|
|
2149
2126
|
expected: "AllelesEntry",
|
|
2150
2127
|
value: elem
|
|
2151
|
-
})) && $
|
|
2128
|
+
})) && $vo48(elem, _path2 + ".alleles[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2152
2129
|
path: _path2 + ".alleles[" + _index30 + "]",
|
|
2153
2130
|
expected: "AllelesEntry",
|
|
2154
2131
|
value: elem
|
|
@@ -2162,11 +2139,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2162
2139
|
value: input3.effectAllele
|
|
2163
2140
|
}), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
|
|
2164
2141
|
path: _path2 + ".gt2count",
|
|
2165
|
-
expected: "(__type.
|
|
2142
|
+
expected: "(__type.o7 | undefined)",
|
|
2166
2143
|
value: input3.gt2count
|
|
2167
|
-
})) && $
|
|
2144
|
+
})) && $vo49(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2168
2145
|
path: _path2 + ".gt2count",
|
|
2169
|
-
expected: "(__type.
|
|
2146
|
+
expected: "(__type.o7 | undefined)",
|
|
2170
2147
|
value: input3.gt2count
|
|
2171
2148
|
}), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
|
|
2172
2149
|
path: _path2 + ".invalid",
|
|
@@ -2193,7 +2170,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2193
2170
|
expected: "(number | undefined)",
|
|
2194
2171
|
value: input3.pos
|
|
2195
2172
|
})].every((flag) => flag);
|
|
2196
|
-
const $
|
|
2173
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
2197
2174
|
path: _path2 + ".allele",
|
|
2198
2175
|
expected: "string",
|
|
2199
2176
|
value: input3.allele
|
|
@@ -2206,7 +2183,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2206
2183
|
expected: "boolean",
|
|
2207
2184
|
value: input3.isRef
|
|
2208
2185
|
})].every((flag) => flag);
|
|
2209
|
-
const $
|
|
2186
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
2210
2187
|
path: _path2 + ".k",
|
|
2211
2188
|
expected: "string",
|
|
2212
2189
|
value: input3.k
|
|
@@ -2215,7 +2192,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2215
2192
|
expected: "(number | string)",
|
|
2216
2193
|
value: input3.v
|
|
2217
2194
|
})].every((flag) => flag);
|
|
2218
|
-
const $
|
|
2195
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2219
2196
|
path: _path2 + ".id",
|
|
2220
2197
|
expected: "(string | undefined)",
|
|
2221
2198
|
value: input3.id
|
|
@@ -2243,7 +2220,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2243
2220
|
path: _path2 + ".term",
|
|
2244
2221
|
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2245
2222
|
value: input3.term
|
|
2246
|
-
})) && $
|
|
2223
|
+
})) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2247
2224
|
path: _path2 + ".term",
|
|
2248
2225
|
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2249
2226
|
value: input3.term
|
|
@@ -2251,12 +2228,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2251
2228
|
path: _path2 + ".q",
|
|
2252
2229
|
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2253
2230
|
value: input3.q
|
|
2254
|
-
})) && $
|
|
2231
|
+
})) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2255
2232
|
path: _path2 + ".q",
|
|
2256
2233
|
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2257
2234
|
value: input3.q
|
|
2258
2235
|
})].every((flag) => flag);
|
|
2259
|
-
const $
|
|
2236
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2260
2237
|
path: _path2 + ".id",
|
|
2261
2238
|
expected: "string",
|
|
2262
2239
|
value: input3.id
|
|
@@ -2334,11 +2311,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2334
2311
|
value: input3.stop
|
|
2335
2312
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2336
2313
|
path: _path2 + ".groupsetting",
|
|
2337
|
-
expected: "
|
|
2314
|
+
expected: "TermGroupSetting",
|
|
2338
2315
|
value: input3.groupsetting
|
|
2339
|
-
})) && $
|
|
2316
|
+
})) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2340
2317
|
path: _path2 + ".groupsetting",
|
|
2341
|
-
expected: "
|
|
2318
|
+
expected: "TermGroupSetting",
|
|
2342
2319
|
value: input3.groupsetting
|
|
2343
2320
|
}), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
2344
2321
|
path: _path2 + ".childTerms",
|
|
@@ -2348,7 +2325,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2348
2325
|
path: _path2 + ".childTerms[" + _index33 + "]",
|
|
2349
2326
|
expected: "DtTerm",
|
|
2350
2327
|
value: elem
|
|
2351
|
-
})) && $
|
|
2328
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2352
2329
|
path: _path2 + ".childTerms[" + _index33 + "]",
|
|
2353
2330
|
expected: "DtTerm",
|
|
2354
2331
|
value: elem
|
|
@@ -2357,7 +2334,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2357
2334
|
expected: "Array<DtTerm>",
|
|
2358
2335
|
value: input3.childTerms
|
|
2359
2336
|
})].every((flag) => flag);
|
|
2360
|
-
const $
|
|
2337
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2361
2338
|
path: _path2 + ".id",
|
|
2362
2339
|
expected: "string",
|
|
2363
2340
|
value: input3.id
|
|
@@ -2431,11 +2408,11 @@ var validCategoriesRequest = (input) => {
|
|
|
2431
2408
|
value: input3.stop
|
|
2432
2409
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2433
2410
|
path: _path2 + ".groupsetting",
|
|
2434
|
-
expected: "
|
|
2411
|
+
expected: "TermGroupSetting",
|
|
2435
2412
|
value: input3.groupsetting
|
|
2436
|
-
})) && $
|
|
2413
|
+
})) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2437
2414
|
path: _path2 + ".groupsetting",
|
|
2438
|
-
expected: "
|
|
2415
|
+
expected: "TermGroupSetting",
|
|
2439
2416
|
value: input3.groupsetting
|
|
2440
2417
|
}), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
2441
2418
|
path: _path2 + ".childTerms",
|
|
@@ -2445,7 +2422,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2445
2422
|
path: _path2 + ".childTerms[" + _index36 + "]",
|
|
2446
2423
|
expected: "DtTerm",
|
|
2447
2424
|
value: elem
|
|
2448
|
-
})) && $
|
|
2425
|
+
})) && $vo34(elem, _path2 + ".childTerms[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2449
2426
|
path: _path2 + ".childTerms[" + _index36 + "]",
|
|
2450
2427
|
expected: "DtTerm",
|
|
2451
2428
|
value: elem
|
|
@@ -2454,7 +2431,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2454
2431
|
expected: "Array<DtTerm>",
|
|
2455
2432
|
value: input3.childTerms
|
|
2456
2433
|
})].every((flag) => flag);
|
|
2457
|
-
const $
|
|
2434
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2458
2435
|
path: _path2 + ".id",
|
|
2459
2436
|
expected: "string",
|
|
2460
2437
|
value: input3.id
|
|
@@ -2512,14 +2489,14 @@ var validCategoriesRequest = (input) => {
|
|
|
2512
2489
|
value: input3.skipValuesBuild
|
|
2513
2490
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2514
2491
|
path: _path2 + ".groupsetting",
|
|
2515
|
-
expected: "
|
|
2492
|
+
expected: "TermGroupSetting",
|
|
2516
2493
|
value: input3.groupsetting
|
|
2517
|
-
})) && $
|
|
2494
|
+
})) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2518
2495
|
path: _path2 + ".groupsetting",
|
|
2519
|
-
expected: "
|
|
2496
|
+
expected: "TermGroupSetting",
|
|
2520
2497
|
value: input3.groupsetting
|
|
2521
2498
|
})].every((flag) => flag);
|
|
2522
|
-
const $
|
|
2499
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2523
2500
|
path: _path2 + ".id",
|
|
2524
2501
|
expected: "string",
|
|
2525
2502
|
value: input3.id
|
|
@@ -2579,7 +2556,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2579
2556
|
path: _path2 + ".bins",
|
|
2580
2557
|
expected: "PresetNumericBins",
|
|
2581
2558
|
value: input3.bins
|
|
2582
|
-
})) && $
|
|
2559
|
+
})) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2583
2560
|
path: _path2 + ".bins",
|
|
2584
2561
|
expected: "PresetNumericBins",
|
|
2585
2562
|
value: input3.bins
|
|
@@ -2589,14 +2566,14 @@ var validCategoriesRequest = (input) => {
|
|
|
2589
2566
|
value: input3.unit
|
|
2590
2567
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2591
2568
|
path: _path2 + ".continuousColorScale",
|
|
2592
|
-
expected: "(__type.
|
|
2569
|
+
expected: "(__type.o3 | undefined)",
|
|
2593
2570
|
value: input3.continuousColorScale
|
|
2594
|
-
})) && $
|
|
2571
|
+
})) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2595
2572
|
path: _path2 + ".continuousColorScale",
|
|
2596
|
-
expected: "(__type.
|
|
2573
|
+
expected: "(__type.o3 | undefined)",
|
|
2597
2574
|
value: input3.continuousColorScale
|
|
2598
2575
|
})].every((flag) => flag);
|
|
2599
|
-
const $
|
|
2576
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2600
2577
|
path: _path2 + ".id",
|
|
2601
2578
|
expected: "string",
|
|
2602
2579
|
value: input3.id
|
|
@@ -2653,7 +2630,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2653
2630
|
expected: "(boolean | undefined)",
|
|
2654
2631
|
value: input3.skipValuesBuild
|
|
2655
2632
|
})].every((flag) => flag);
|
|
2656
|
-
const $
|
|
2633
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2657
2634
|
path: _path2 + ".id",
|
|
2658
2635
|
expected: "string",
|
|
2659
2636
|
value: input3.id
|
|
@@ -2721,7 +2698,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2721
2698
|
path: _path2 + ".snps[" + _index45 + "]",
|
|
2722
2699
|
expected: "SnpsEntry",
|
|
2723
2700
|
value: elem
|
|
2724
|
-
})) && $
|
|
2701
|
+
})) && $vo47(elem, _path2 + ".snps[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2725
2702
|
path: _path2 + ".snps[" + _index45 + "]",
|
|
2726
2703
|
expected: "SnpsEntry",
|
|
2727
2704
|
value: elem
|
|
@@ -2730,7 +2707,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2730
2707
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2731
2708
|
value: input3.snps
|
|
2732
2709
|
})].every((flag) => flag);
|
|
2733
|
-
const $
|
|
2710
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2734
2711
|
path: _path2 + ".id",
|
|
2735
2712
|
expected: "string",
|
|
2736
2713
|
value: input3.id
|
|
@@ -2778,7 +2755,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2778
2755
|
path: _path2 + ".values",
|
|
2779
2756
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2780
2757
|
value: input3.values
|
|
2781
|
-
})) && $
|
|
2758
|
+
})) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2782
2759
|
path: _path2 + ".values",
|
|
2783
2760
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2784
2761
|
value: input3.values
|
|
@@ -2787,7 +2764,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2787
2764
|
expected: "(boolean | undefined)",
|
|
2788
2765
|
value: input3.skipValuesBuild
|
|
2789
2766
|
})].every((flag) => flag);
|
|
2790
|
-
const $
|
|
2767
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2791
2768
|
const value = input3[key];
|
|
2792
2769
|
if (void 0 === value)
|
|
2793
2770
|
return true;
|
|
@@ -2796,7 +2773,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2796
2773
|
path: _path2 + $join(key),
|
|
2797
2774
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2798
2775
|
value
|
|
2799
|
-
})) && $
|
|
2776
|
+
})) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2800
2777
|
path: _path2 + $join(key),
|
|
2801
2778
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2802
2779
|
value
|
|
@@ -2806,14 +2783,14 @@ var validCategoriesRequest = (input) => {
|
|
|
2806
2783
|
path: _path2 + $join(key),
|
|
2807
2784
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2808
2785
|
value
|
|
2809
|
-
})) && $
|
|
2786
|
+
})) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2810
2787
|
path: _path2 + $join(key),
|
|
2811
2788
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2812
2789
|
value
|
|
2813
2790
|
});
|
|
2814
2791
|
return true;
|
|
2815
2792
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2816
|
-
const $
|
|
2793
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2817
2794
|
path: _path2 + ".key",
|
|
2818
2795
|
expected: "(string | undefined)",
|
|
2819
2796
|
value: input3.key
|
|
@@ -2859,18 +2836,18 @@ var validCategoriesRequest = (input) => {
|
|
|
2859
2836
|
value: input3.list
|
|
2860
2837
|
})) && input3.list.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2861
2838
|
path: _path2 + ".list[" + _index48 + "]",
|
|
2862
|
-
expected: "__type.
|
|
2839
|
+
expected: "__type.o8",
|
|
2863
2840
|
value: elem
|
|
2864
|
-
})) && $
|
|
2841
|
+
})) && $vo60(elem, _path2 + ".list[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2865
2842
|
path: _path2 + ".list[" + _index48 + "]",
|
|
2866
|
-
expected: "__type.
|
|
2843
|
+
expected: "__type.o8",
|
|
2867
2844
|
value: elem
|
|
2868
2845
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2869
2846
|
path: _path2 + ".list",
|
|
2870
2847
|
expected: "Array<__type>.o4",
|
|
2871
2848
|
value: input3.list
|
|
2872
2849
|
}), true].every((flag) => flag);
|
|
2873
|
-
const $
|
|
2850
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
2874
2851
|
path: _path2 + ".sampleId",
|
|
2875
2852
|
expected: "string",
|
|
2876
2853
|
value: input3.sampleId
|
|
@@ -2879,7 +2856,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2879
2856
|
expected: "string",
|
|
2880
2857
|
value: input3.sample
|
|
2881
2858
|
})].every((flag) => flag);
|
|
2882
|
-
const $
|
|
2859
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2883
2860
|
path: _path2 + ".hiddenValues",
|
|
2884
2861
|
expected: "(HiddenValues | undefined)",
|
|
2885
2862
|
value: input3.hiddenValues
|
|
@@ -2908,7 +2885,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2908
2885
|
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2909
2886
|
value: input3.type
|
|
2910
2887
|
})].every((flag) => flag);
|
|
2911
|
-
const $
|
|
2888
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2912
2889
|
path: _path2 + ".hiddenValues",
|
|
2913
2890
|
expected: "(HiddenValues | undefined)",
|
|
2914
2891
|
value: input3.hiddenValues
|
|
@@ -2973,7 +2950,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2973
2950
|
expected: "(boolean | undefined)",
|
|
2974
2951
|
value: input3.value_by_computable_grade
|
|
2975
2952
|
}), true].every((flag) => flag);
|
|
2976
|
-
const $
|
|
2953
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2977
2954
|
path: _path2 + ".hiddenValues",
|
|
2978
2955
|
expected: "(HiddenValues | undefined)",
|
|
2979
2956
|
value: input3.hiddenValues
|
|
@@ -3005,38 +2982,38 @@ var validCategoriesRequest = (input) => {
|
|
|
3005
2982
|
path: _path2 + ".groups",
|
|
3006
2983
|
expected: "SampleLstTermValues",
|
|
3007
2984
|
value: input3.groups
|
|
3008
|
-
})) && $
|
|
2985
|
+
})) && $vo64(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
3009
2986
|
path: _path2 + ".groups",
|
|
3010
2987
|
expected: "SampleLstTermValues",
|
|
3011
2988
|
value: input3.groups
|
|
3012
2989
|
})].every((flag) => flag);
|
|
3013
|
-
const $
|
|
2990
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3014
2991
|
const value = input3[key];
|
|
3015
2992
|
if (void 0 === value)
|
|
3016
2993
|
return true;
|
|
3017
2994
|
if (RegExp(/(.*)/).test(key))
|
|
3018
2995
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3019
2996
|
path: _path2 + $join(key),
|
|
3020
|
-
expected: "__type.
|
|
2997
|
+
expected: "__type.o9",
|
|
3021
2998
|
value
|
|
3022
|
-
})) && $
|
|
2999
|
+
})) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3023
3000
|
path: _path2 + $join(key),
|
|
3024
|
-
expected: "__type.
|
|
3001
|
+
expected: "__type.o9",
|
|
3025
3002
|
value
|
|
3026
3003
|
});
|
|
3027
3004
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
3028
3005
|
return ("object" === typeof value && null !== value || $report(_exceptionable2, {
|
|
3029
3006
|
path: _path2 + $join(key),
|
|
3030
|
-
expected: "__type.
|
|
3007
|
+
expected: "__type.o9",
|
|
3031
3008
|
value
|
|
3032
|
-
})) && $
|
|
3009
|
+
})) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3033
3010
|
path: _path2 + $join(key),
|
|
3034
|
-
expected: "__type.
|
|
3011
|
+
expected: "__type.o9",
|
|
3035
3012
|
value
|
|
3036
3013
|
});
|
|
3037
3014
|
return true;
|
|
3038
3015
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3039
|
-
const $
|
|
3016
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3040
3017
|
path: _path2 + ".name",
|
|
3041
3018
|
expected: "string",
|
|
3042
3019
|
value: input3.name
|
|
@@ -3050,11 +3027,11 @@ var validCategoriesRequest = (input) => {
|
|
|
3050
3027
|
value: input3.list
|
|
3051
3028
|
})) && input3.list.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3052
3029
|
path: _path2 + ".list[" + _index50 + "]",
|
|
3053
|
-
expected: "__type.
|
|
3030
|
+
expected: "__type.o8",
|
|
3054
3031
|
value: elem
|
|
3055
|
-
})) && $
|
|
3032
|
+
})) && $vo60(elem, _path2 + ".list[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3056
3033
|
path: _path2 + ".list[" + _index50 + "]",
|
|
3057
|
-
expected: "__type.
|
|
3034
|
+
expected: "__type.o8",
|
|
3058
3035
|
value: elem
|
|
3059
3036
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3060
3037
|
path: _path2 + ".list",
|
|
@@ -3085,16 +3062,16 @@ var validCategoriesRequest = (input) => {
|
|
|
3085
3062
|
})();
|
|
3086
3063
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3087
3064
|
if (true === input3.startunbounded)
|
|
3088
|
-
return $
|
|
3065
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3089
3066
|
if (true === input3.stopunbounded)
|
|
3090
|
-
return $
|
|
3091
|
-
return $
|
|
3067
|
+
return $vo26(input3, _path2, _exceptionable2);
|
|
3068
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
3092
3069
|
})();
|
|
3093
3070
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3094
3071
|
if (true === input3.startunbounded)
|
|
3095
|
-
return $
|
|
3072
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3096
3073
|
if (void 0 !== input3.start)
|
|
3097
|
-
return $
|
|
3074
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
3098
3075
|
return $report(_exceptionable2, {
|
|
3099
3076
|
path: _path2,
|
|
3100
3077
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3103,9 +3080,9 @@ var validCategoriesRequest = (input) => {
|
|
|
3103
3080
|
})();
|
|
3104
3081
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3105
3082
|
if (void 0 !== input3.stop)
|
|
3106
|
-
return $
|
|
3083
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
3107
3084
|
if (true === input3.stopunbounded)
|
|
3108
|
-
return $
|
|
3085
|
+
return $vo26(input3, _path2, _exceptionable2);
|
|
3109
3086
|
return $report(_exceptionable2, {
|
|
3110
3087
|
path: _path2,
|
|
3111
3088
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3115,7 +3092,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3115
3092
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3116
3093
|
if (void 0 !== input3.type)
|
|
3117
3094
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3118
|
-
return $
|
|
3095
|
+
return $vo50(input3, _path2, false) || $vo43(input3, _path2, false) || $vo38(input3, _path2, false);
|
|
3119
3096
|
})();
|
|
3120
3097
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3121
3098
|
if ("values" === input3.type)
|
|
@@ -3128,75 +3105,70 @@ var validCategoriesRequest = (input) => {
|
|
|
3128
3105
|
})();
|
|
3129
3106
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3130
3107
|
if (void 0 !== input3.ranges)
|
|
3131
|
-
return $
|
|
3132
|
-
return $vo14(input3, _path2, false) || $
|
|
3108
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
3109
|
+
return $vo14(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
|
|
3133
3110
|
})();
|
|
3134
3111
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3135
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index51) => "object" === typeof elem && null !== elem && $vo19(elem, _path2 + ".lst[" + _index51 + "]", false)).every((flag) => flag))
|
|
3136
|
-
return $vo18(input3, _path2, _exceptionable2);
|
|
3137
|
-
return $vo20(input3, _path2, _exceptionable2);
|
|
3138
|
-
})();
|
|
3139
|
-
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3140
3112
|
if ("regular-bin" === input3.type)
|
|
3141
|
-
return $
|
|
3113
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3142
3114
|
if ("custom-bin" === input3.type)
|
|
3143
|
-
return $
|
|
3115
|
+
return $vo27(input3, _path2, _exceptionable2);
|
|
3144
3116
|
return $report(_exceptionable2, {
|
|
3145
3117
|
path: _path2,
|
|
3146
3118
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
3147
3119
|
value: input3
|
|
3148
3120
|
});
|
|
3149
3121
|
})();
|
|
3150
|
-
const $
|
|
3122
|
+
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3151
3123
|
if ("gene" === input3.kind)
|
|
3152
|
-
return $
|
|
3124
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
3153
3125
|
if ("coord" === input3.kind)
|
|
3154
|
-
return $
|
|
3126
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3155
3127
|
return $report(_exceptionable2, {
|
|
3156
3128
|
path: _path2,
|
|
3157
3129
|
expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
3158
3130
|
value: input3
|
|
3159
3131
|
});
|
|
3160
3132
|
})();
|
|
3161
|
-
const $
|
|
3133
|
+
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3162
3134
|
if ("regular-bin" === input3.type)
|
|
3163
|
-
return $
|
|
3135
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3164
3136
|
if ("continuous" === input3.mode)
|
|
3165
|
-
return $
|
|
3137
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
3166
3138
|
if ("spline" === input3.mode)
|
|
3167
|
-
return $
|
|
3168
|
-
return $
|
|
3139
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
3140
|
+
return $vo27(input3, _path2, false) || $vo39(input3, _path2, false);
|
|
3169
3141
|
})();
|
|
3170
|
-
const $
|
|
3142
|
+
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3171
3143
|
if ("gene" === input3.kind)
|
|
3172
|
-
return $
|
|
3144
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
3173
3145
|
if ("coord" === input3.kind)
|
|
3174
|
-
return $
|
|
3146
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
3175
3147
|
if ("categorical" === input3.type)
|
|
3176
|
-
return $
|
|
3148
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
3177
3149
|
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3178
|
-
return $
|
|
3150
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3179
3151
|
if ("condition" === input3.type)
|
|
3180
|
-
return $
|
|
3181
|
-
return $
|
|
3152
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
3153
|
+
return $vo56(input3, _path2, false) || $vo57(input3, _path2, false);
|
|
3182
3154
|
})();
|
|
3183
|
-
const $
|
|
3155
|
+
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3184
3156
|
if (void 0 !== input3.predefined_groupset_idx)
|
|
3185
3157
|
return $vo6(input3, _path2, _exceptionable2);
|
|
3186
3158
|
if (void 0 !== input3.customset)
|
|
3187
3159
|
return $vo7(input3, _path2, _exceptionable2);
|
|
3188
3160
|
if (void 0 !== input3.bin_size)
|
|
3189
|
-
return $
|
|
3161
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3190
3162
|
if (void 0 !== input3.knots)
|
|
3191
|
-
return $
|
|
3163
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
3192
3164
|
if (void 0 !== input3.AFcutoff)
|
|
3193
|
-
return $
|
|
3165
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
3194
3166
|
if (void 0 !== input3.timeScale)
|
|
3195
|
-
return $
|
|
3167
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
3196
3168
|
return (() => {
|
|
3197
3169
|
if (void 0 !== input3.groups)
|
|
3198
|
-
return $
|
|
3199
|
-
return $vo5(input3, _path2, false) || $
|
|
3170
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
3171
|
+
return $vo5(input3, _path2, false) || $vo61(input3, _path2, false) || $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false);
|
|
3200
3172
|
})();
|
|
3201
3173
|
})();
|
|
3202
3174
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|