@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
|
@@ -63,7 +63,7 @@ var validPercentileRequest = (input) => {
|
|
|
63
63
|
const $io1 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
64
64
|
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu3(input3.tvs));
|
|
65
65
|
const $io3 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io6(elem)));
|
|
66
|
-
const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
66
|
+
const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
|
|
67
67
|
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
68
68
|
const value = input3[key];
|
|
69
69
|
if (void 0 === value)
|
|
@@ -75,17 +75,16 @@ var validPercentileRequest = (input) => {
|
|
|
75
75
|
return true;
|
|
76
76
|
});
|
|
77
77
|
const $io6 = (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 && $io1(input3.filter));
|
|
78
|
-
const $io7 = (input3) =>
|
|
79
|
-
const $io8 = (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.
|
|
78
|
+
const $io7 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io8(elem)));
|
|
79
|
+
const $io8 = (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 && $iu1(elem)));
|
|
80
80
|
const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
81
81
|
const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
82
82
|
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
|
|
83
|
-
const $io12 = (input3) => "
|
|
84
|
-
const $io13 = (input3) => (void 0 === input3.
|
|
85
|
-
const $io14 = (input3) => "
|
|
86
|
-
const $io15 = (input3) => "object" === typeof input3
|
|
87
|
-
const $io16 = (input3) =>
|
|
88
|
-
const $io17 = (input3) => Object.keys(input3).every((key) => {
|
|
83
|
+
const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(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 && $io22(elem)));
|
|
84
|
+
const $io13 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
|
|
85
|
+
const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu4(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu4(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);
|
|
86
|
+
const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
87
|
+
const $io16 = (input3) => Object.keys(input3).every((key) => {
|
|
89
88
|
const value = input3[key];
|
|
90
89
|
if (void 0 === value)
|
|
91
90
|
return true;
|
|
@@ -93,20 +92,20 @@ var validPercentileRequest = (input) => {
|
|
|
93
92
|
return "number" === typeof value;
|
|
94
93
|
return true;
|
|
95
94
|
});
|
|
96
|
-
const $
|
|
97
|
-
const $
|
|
98
|
-
const $
|
|
99
|
-
const $
|
|
100
|
-
const $
|
|
101
|
-
const $
|
|
102
|
-
const $
|
|
103
|
-
const $
|
|
104
|
-
const $
|
|
105
|
-
const $
|
|
106
|
-
const $
|
|
107
|
-
const $
|
|
108
|
-
const $
|
|
109
|
-
const $
|
|
95
|
+
const $io17 = (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);
|
|
96
|
+
const $io18 = (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);
|
|
97
|
+
const $io19 = (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);
|
|
98
|
+
const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $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);
|
|
99
|
+
const $io21 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
100
|
+
const $io22 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
101
|
+
const $io23 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io24(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 && $io25(elem)));
|
|
102
|
+
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
103
|
+
const $io25 = (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;
|
|
104
|
+
const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
105
|
+
const $io27 = (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 && $iu7(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
|
|
106
|
+
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
107
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
108
|
+
const $io30 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
110
109
|
const $iu0 = (input3) => (() => {
|
|
111
110
|
if ("tvslst" === input3.type)
|
|
112
111
|
return $io1(input3);
|
|
@@ -123,55 +122,50 @@ var validPercentileRequest = (input) => {
|
|
|
123
122
|
})();
|
|
124
123
|
const $iu2 = (input3) => (() => {
|
|
125
124
|
if (true === input3.startunbounded)
|
|
126
|
-
return $
|
|
125
|
+
return $io17(input3);
|
|
127
126
|
if (true === input3.stopunbounded)
|
|
128
|
-
return $
|
|
129
|
-
return $
|
|
127
|
+
return $io19(input3);
|
|
128
|
+
return $io18(input3);
|
|
130
129
|
})();
|
|
131
130
|
const $iu3 = (input3) => (() => {
|
|
132
131
|
if (void 0 !== input3.ranges)
|
|
133
|
-
return $
|
|
132
|
+
return $io12(input3);
|
|
134
133
|
return (() => {
|
|
135
134
|
if ($io3(input3))
|
|
136
135
|
return $io3(input3);
|
|
137
|
-
if ($
|
|
138
|
-
return $
|
|
139
|
-
if ($
|
|
140
|
-
return $
|
|
136
|
+
if ($io23(input3))
|
|
137
|
+
return $io23(input3);
|
|
138
|
+
if ($io26(input3))
|
|
139
|
+
return $io26(input3);
|
|
141
140
|
return false;
|
|
142
141
|
})();
|
|
143
142
|
})();
|
|
144
143
|
const $iu4 = (input3) => (() => {
|
|
145
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io8(elem)))
|
|
146
|
-
return $io7(input3);
|
|
147
|
-
return $io12(input3);
|
|
148
|
-
})();
|
|
149
|
-
const $iu5 = (input3) => (() => {
|
|
150
144
|
if ("regular-bin" === input3.type)
|
|
151
|
-
return $
|
|
145
|
+
return $io15(input3);
|
|
152
146
|
if ("custom-bin" === input3.type)
|
|
153
|
-
return $
|
|
147
|
+
return $io20(input3);
|
|
154
148
|
return false;
|
|
155
149
|
})();
|
|
156
|
-
const $
|
|
150
|
+
const $iu5 = (input3) => (() => {
|
|
157
151
|
if (true === input3.startunbounded)
|
|
158
|
-
return $
|
|
152
|
+
return $io17(input3);
|
|
159
153
|
if (void 0 !== input3.start)
|
|
160
|
-
return $
|
|
154
|
+
return $io18(input3);
|
|
161
155
|
return false;
|
|
162
156
|
})();
|
|
163
|
-
const $
|
|
157
|
+
const $iu6 = (input3) => (() => {
|
|
164
158
|
if (void 0 !== input3.stop)
|
|
165
|
-
return $
|
|
159
|
+
return $io18(input3);
|
|
166
160
|
if (true === input3.stopunbounded)
|
|
167
|
-
return $
|
|
161
|
+
return $io19(input3);
|
|
168
162
|
return false;
|
|
169
163
|
})();
|
|
170
|
-
const $
|
|
164
|
+
const $iu7 = (input3) => (() => {
|
|
171
165
|
if ("gene" === input3.kind)
|
|
172
|
-
return $
|
|
166
|
+
return $io28(input3);
|
|
173
167
|
if ("coord" === input3.kind)
|
|
174
|
-
return $
|
|
168
|
+
return $io29(input3);
|
|
175
169
|
return false;
|
|
176
170
|
})();
|
|
177
171
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -358,11 +352,11 @@ var validPercentileRequest = (input) => {
|
|
|
358
352
|
value: input3.skipValuesBuild
|
|
359
353
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
360
354
|
path: _path2 + ".groupsetting",
|
|
361
|
-
expected: "
|
|
355
|
+
expected: "TermGroupSetting",
|
|
362
356
|
value: input3.groupsetting
|
|
363
|
-
})) && $
|
|
357
|
+
})) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
364
358
|
path: _path2 + ".groupsetting",
|
|
365
|
-
expected: "
|
|
359
|
+
expected: "TermGroupSetting",
|
|
366
360
|
value: input3.groupsetting
|
|
367
361
|
})].every((flag) => flag);
|
|
368
362
|
const $vo5 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
@@ -424,13 +418,13 @@ var validPercentileRequest = (input) => {
|
|
|
424
418
|
expected: "(Filter | undefined)",
|
|
425
419
|
value: input3.filter
|
|
426
420
|
})].every((flag) => flag);
|
|
427
|
-
const $vo7 = (input3, _path2, _exceptionable2 = true) => [
|
|
421
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
428
422
|
path: _path2 + ".disabled",
|
|
429
|
-
expected: "
|
|
423
|
+
expected: "boolean",
|
|
430
424
|
value: input3.disabled
|
|
431
|
-
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
425
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
432
426
|
path: _path2 + ".lst",
|
|
433
|
-
expected: "Array<Groupset>",
|
|
427
|
+
expected: "(Array<Groupset> | undefined)",
|
|
434
428
|
value: input3.lst
|
|
435
429
|
})) && input3.lst.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
436
430
|
path: _path2 + ".lst[" + _index6 + "]",
|
|
@@ -442,7 +436,7 @@ var validPercentileRequest = (input) => {
|
|
|
442
436
|
value: elem
|
|
443
437
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
444
438
|
path: _path2 + ".lst",
|
|
445
|
-
expected: "Array<Groupset>",
|
|
439
|
+
expected: "(Array<Groupset> | undefined)",
|
|
446
440
|
value: input3.lst
|
|
447
441
|
})].every((flag) => flag);
|
|
448
442
|
const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
@@ -457,10 +451,10 @@ var validPercentileRequest = (input) => {
|
|
|
457
451
|
path: _path2 + ".is_subcondition",
|
|
458
452
|
expected: "(boolean | undefined)",
|
|
459
453
|
value: input3.is_subcondition
|
|
460
|
-
}), void 0 === input3.
|
|
461
|
-
path: _path2 + ".
|
|
462
|
-
expected: "(
|
|
463
|
-
value: input3.
|
|
454
|
+
}), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
455
|
+
path: _path2 + ".dt",
|
|
456
|
+
expected: "(number | undefined)",
|
|
457
|
+
value: input3.dt
|
|
464
458
|
}), (Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
465
459
|
path: _path2 + ".groups",
|
|
466
460
|
expected: "Array<GroupEntry>",
|
|
@@ -537,24 +531,7 @@ var validPercentileRequest = (input) => {
|
|
|
537
531
|
expected: "string",
|
|
538
532
|
value: input3.color
|
|
539
533
|
})].every((flag) => flag);
|
|
540
|
-
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["
|
|
541
|
-
path: _path2 + ".disabled",
|
|
542
|
-
expected: "boolean",
|
|
543
|
-
value: input3.disabled
|
|
544
|
-
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
545
|
-
path: _path2 + ".lst",
|
|
546
|
-
expected: "([] | undefined)",
|
|
547
|
-
value: input3.lst
|
|
548
|
-
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
549
|
-
path: _path2 + ".lst",
|
|
550
|
-
expected: "[]",
|
|
551
|
-
value: input3.lst
|
|
552
|
-
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
553
|
-
path: _path2 + ".lst",
|
|
554
|
-
expected: "([] | undefined)",
|
|
555
|
-
value: input3.lst
|
|
556
|
-
})].every((flag) => flag);
|
|
557
|
-
const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
534
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
558
535
|
path: _path2 + ".join",
|
|
559
536
|
expected: "(string | undefined)",
|
|
560
537
|
value: input3.join
|
|
@@ -566,7 +543,7 @@ var validPercentileRequest = (input) => {
|
|
|
566
543
|
path: _path2 + ".term",
|
|
567
544
|
expected: "NumericTerm",
|
|
568
545
|
value: input3.term
|
|
569
|
-
})) && $
|
|
546
|
+
})) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
570
547
|
path: _path2 + ".term",
|
|
571
548
|
expected: "NumericTerm",
|
|
572
549
|
value: input3.term
|
|
@@ -592,18 +569,18 @@ var validPercentileRequest = (input) => {
|
|
|
592
569
|
value: input3.values
|
|
593
570
|
})) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
594
571
|
path: _path2 + ".values[" + _index10 + "]",
|
|
595
|
-
expected: "__type.
|
|
572
|
+
expected: "__type.o3",
|
|
596
573
|
value: elem
|
|
597
|
-
})) && $
|
|
574
|
+
})) && $vo22(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
598
575
|
path: _path2 + ".values[" + _index10 + "]",
|
|
599
|
-
expected: "__type.
|
|
576
|
+
expected: "__type.o3",
|
|
600
577
|
value: elem
|
|
601
578
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
602
579
|
path: _path2 + ".values",
|
|
603
580
|
expected: "Array<__type>.o1",
|
|
604
581
|
value: input3.values
|
|
605
582
|
})].every((flag) => flag);
|
|
606
|
-
const $
|
|
583
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
607
584
|
path: _path2 + ".id",
|
|
608
585
|
expected: "string",
|
|
609
586
|
value: input3.id
|
|
@@ -663,7 +640,7 @@ var validPercentileRequest = (input) => {
|
|
|
663
640
|
path: _path2 + ".bins",
|
|
664
641
|
expected: "PresetNumericBins",
|
|
665
642
|
value: input3.bins
|
|
666
|
-
})) && $
|
|
643
|
+
})) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
667
644
|
path: _path2 + ".bins",
|
|
668
645
|
expected: "PresetNumericBins",
|
|
669
646
|
value: input3.bins
|
|
@@ -673,18 +650,18 @@ var validPercentileRequest = (input) => {
|
|
|
673
650
|
value: input3.unit
|
|
674
651
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
675
652
|
path: _path2 + ".continuousColorScale",
|
|
676
|
-
expected: "(__type.
|
|
653
|
+
expected: "(__type.o2 | undefined)",
|
|
677
654
|
value: input3.continuousColorScale
|
|
678
|
-
})) && $
|
|
655
|
+
})) && $vo21(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
679
656
|
path: _path2 + ".continuousColorScale",
|
|
680
|
-
expected: "(__type.
|
|
657
|
+
expected: "(__type.o2 | undefined)",
|
|
681
658
|
value: input3.continuousColorScale
|
|
682
659
|
})].every((flag) => flag);
|
|
683
|
-
const $
|
|
660
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
684
661
|
path: _path2 + '["default"]',
|
|
685
662
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
686
663
|
value: input3["default"]
|
|
687
|
-
})) && $
|
|
664
|
+
})) && $vu4(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
688
665
|
path: _path2 + '["default"]',
|
|
689
666
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
690
667
|
value: input3["default"]
|
|
@@ -692,7 +669,7 @@ var validPercentileRequest = (input) => {
|
|
|
692
669
|
path: _path2 + ".less",
|
|
693
670
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
694
671
|
value: input3.less
|
|
695
|
-
})) && $
|
|
672
|
+
})) && $vu4(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
696
673
|
path: _path2 + ".less",
|
|
697
674
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
698
675
|
value: input3.less
|
|
@@ -717,11 +694,11 @@ var validPercentileRequest = (input) => {
|
|
|
717
694
|
expected: "(number | undefined)",
|
|
718
695
|
value: input3.max
|
|
719
696
|
})].every((flag) => flag);
|
|
720
|
-
const $
|
|
697
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
721
698
|
path: _path2 + ".hiddenValues",
|
|
722
699
|
expected: "(HiddenValues | undefined)",
|
|
723
700
|
value: input3.hiddenValues
|
|
724
|
-
})) && $
|
|
701
|
+
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
725
702
|
path: _path2 + ".hiddenValues",
|
|
726
703
|
expected: "(HiddenValues | undefined)",
|
|
727
704
|
value: input3.hiddenValues
|
|
@@ -753,7 +730,7 @@ var validPercentileRequest = (input) => {
|
|
|
753
730
|
path: _path2 + ".first_bin",
|
|
754
731
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
755
732
|
value: input3.first_bin
|
|
756
|
-
})) && $
|
|
733
|
+
})) && $vu5(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
757
734
|
path: _path2 + ".first_bin",
|
|
758
735
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
759
736
|
value: input3.first_bin
|
|
@@ -761,7 +738,7 @@ var validPercentileRequest = (input) => {
|
|
|
761
738
|
path: _path2 + ".last_bin",
|
|
762
739
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
763
740
|
value: input3.last_bin
|
|
764
|
-
})) && $
|
|
741
|
+
})) && $vu6(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
765
742
|
path: _path2 + ".last_bin",
|
|
766
743
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
767
744
|
value: input3.last_bin
|
|
@@ -770,7 +747,7 @@ var validPercentileRequest = (input) => {
|
|
|
770
747
|
expected: "(number | undefined)",
|
|
771
748
|
value: input3.label_offset
|
|
772
749
|
})].every((flag) => flag);
|
|
773
|
-
const $
|
|
750
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
774
751
|
const value = input3[key];
|
|
775
752
|
if (void 0 === value)
|
|
776
753
|
return true;
|
|
@@ -782,7 +759,7 @@ var validPercentileRequest = (input) => {
|
|
|
782
759
|
});
|
|
783
760
|
return true;
|
|
784
761
|
}).every((flag) => flag)].every((flag) => flag);
|
|
785
|
-
const $
|
|
762
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
786
763
|
path: _path2 + ".startunbounded",
|
|
787
764
|
expected: "true",
|
|
788
765
|
value: input3.startunbounded
|
|
@@ -807,7 +784,7 @@ var validPercentileRequest = (input) => {
|
|
|
807
784
|
expected: "(string | undefined)",
|
|
808
785
|
value: input3.label
|
|
809
786
|
})].every((flag) => flag);
|
|
810
|
-
const $
|
|
787
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
811
788
|
path: _path2 + ".startunbounded",
|
|
812
789
|
expected: "(false | undefined)",
|
|
813
790
|
value: input3.startunbounded
|
|
@@ -836,7 +813,7 @@ var validPercentileRequest = (input) => {
|
|
|
836
813
|
expected: "(string | undefined)",
|
|
837
814
|
value: input3.label
|
|
838
815
|
})].every((flag) => flag);
|
|
839
|
-
const $
|
|
816
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
840
817
|
path: _path2 + ".start",
|
|
841
818
|
expected: "number",
|
|
842
819
|
value: input3.start
|
|
@@ -861,11 +838,11 @@ var validPercentileRequest = (input) => {
|
|
|
861
838
|
expected: "(string | undefined)",
|
|
862
839
|
value: input3.label
|
|
863
840
|
})].every((flag) => flag);
|
|
864
|
-
const $
|
|
841
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
865
842
|
path: _path2 + ".hiddenValues",
|
|
866
843
|
expected: "(HiddenValues | undefined)",
|
|
867
844
|
value: input3.hiddenValues
|
|
868
|
-
})) && $
|
|
845
|
+
})) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
869
846
|
path: _path2 + ".hiddenValues",
|
|
870
847
|
expected: "(HiddenValues | undefined)",
|
|
871
848
|
value: input3.hiddenValues
|
|
@@ -928,7 +905,7 @@ var validPercentileRequest = (input) => {
|
|
|
928
905
|
expected: '("median" | undefined)',
|
|
929
906
|
value: input3.preferredBins
|
|
930
907
|
})].every((flag) => flag);
|
|
931
|
-
const $
|
|
908
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
932
909
|
path: _path2 + ".minColor",
|
|
933
910
|
expected: "string",
|
|
934
911
|
value: input3.minColor
|
|
@@ -937,7 +914,7 @@ var validPercentileRequest = (input) => {
|
|
|
937
914
|
expected: "string",
|
|
938
915
|
value: input3.maxColor
|
|
939
916
|
})].every((flag) => flag);
|
|
940
|
-
const $
|
|
917
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
941
918
|
path: _path2 + ".key",
|
|
942
919
|
expected: "string",
|
|
943
920
|
value: input3.key
|
|
@@ -954,7 +931,7 @@ var validPercentileRequest = (input) => {
|
|
|
954
931
|
expected: "(string | undefined)",
|
|
955
932
|
value: input3.label
|
|
956
933
|
})].every((flag) => flag);
|
|
957
|
-
const $
|
|
934
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
958
935
|
path: _path2 + ".join",
|
|
959
936
|
expected: "(string | undefined)",
|
|
960
937
|
value: input3.join
|
|
@@ -966,7 +943,7 @@ var validPercentileRequest = (input) => {
|
|
|
966
943
|
path: _path2 + ".term",
|
|
967
944
|
expected: "ConditionTerm",
|
|
968
945
|
value: input3.term
|
|
969
|
-
})) && $
|
|
946
|
+
})) && $vo24(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
970
947
|
path: _path2 + ".term",
|
|
971
948
|
expected: "ConditionTerm",
|
|
972
949
|
value: input3.term
|
|
@@ -990,7 +967,7 @@ var validPercentileRequest = (input) => {
|
|
|
990
967
|
path: _path2 + ".grade_and_child[" + _index14 + "]",
|
|
991
968
|
expected: "GradeAndChildEntry",
|
|
992
969
|
value: elem
|
|
993
|
-
})) && $
|
|
970
|
+
})) && $vo25(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
994
971
|
path: _path2 + ".grade_and_child[" + _index14 + "]",
|
|
995
972
|
expected: "GradeAndChildEntry",
|
|
996
973
|
value: elem
|
|
@@ -999,7 +976,7 @@ var validPercentileRequest = (input) => {
|
|
|
999
976
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1000
977
|
value: input3.grade_and_child
|
|
1001
978
|
})].every((flag) => flag);
|
|
1002
|
-
const $
|
|
979
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1003
980
|
path: _path2 + ".id",
|
|
1004
981
|
expected: "string",
|
|
1005
982
|
value: input3.id
|
|
@@ -1056,7 +1033,7 @@ var validPercentileRequest = (input) => {
|
|
|
1056
1033
|
expected: "(boolean | undefined)",
|
|
1057
1034
|
value: input3.skipValuesBuild
|
|
1058
1035
|
})].every((flag) => flag);
|
|
1059
|
-
const $
|
|
1036
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1060
1037
|
path: _path2 + ".grade",
|
|
1061
1038
|
expected: "number",
|
|
1062
1039
|
value: input3.grade
|
|
@@ -1073,7 +1050,7 @@ var validPercentileRequest = (input) => {
|
|
|
1073
1050
|
expected: "string",
|
|
1074
1051
|
value: input3.child_label
|
|
1075
1052
|
})].every((flag) => flag);
|
|
1076
|
-
const $
|
|
1053
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1077
1054
|
path: _path2 + ".join",
|
|
1078
1055
|
expected: "(string | undefined)",
|
|
1079
1056
|
value: input3.join
|
|
@@ -1085,7 +1062,7 @@ var validPercentileRequest = (input) => {
|
|
|
1085
1062
|
path: _path2 + ".term",
|
|
1086
1063
|
expected: "DtTerm",
|
|
1087
1064
|
value: input3.term
|
|
1088
|
-
})) && $
|
|
1065
|
+
})) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1089
1066
|
path: _path2 + ".term",
|
|
1090
1067
|
expected: "DtTerm",
|
|
1091
1068
|
value: input3.term
|
|
@@ -1095,11 +1072,11 @@ var validPercentileRequest = (input) => {
|
|
|
1095
1072
|
value: input3.values
|
|
1096
1073
|
})) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1097
1074
|
path: _path2 + ".values[" + _index17 + "]",
|
|
1098
|
-
expected: "__type.
|
|
1075
|
+
expected: "__type.o4",
|
|
1099
1076
|
value: elem
|
|
1100
|
-
})) && $
|
|
1077
|
+
})) && $vo30(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1101
1078
|
path: _path2 + ".values[" + _index17 + "]",
|
|
1102
|
-
expected: "__type.
|
|
1079
|
+
expected: "__type.o4",
|
|
1103
1080
|
value: elem
|
|
1104
1081
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1105
1082
|
path: _path2 + ".values",
|
|
@@ -1114,7 +1091,7 @@ var validPercentileRequest = (input) => {
|
|
|
1114
1091
|
expected: "(boolean | undefined)",
|
|
1115
1092
|
value: input3.excludeGeneName
|
|
1116
1093
|
})].every((flag) => flag);
|
|
1117
|
-
const $
|
|
1094
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1118
1095
|
path: _path2 + ".id",
|
|
1119
1096
|
expected: "string",
|
|
1120
1097
|
value: input3.id
|
|
@@ -1134,7 +1111,7 @@ var validPercentileRequest = (input) => {
|
|
|
1134
1111
|
path: _path2 + ".parentTerm",
|
|
1135
1112
|
expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1136
1113
|
value: input3.parentTerm
|
|
1137
|
-
})) && $
|
|
1114
|
+
})) && $vu7(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1138
1115
|
path: _path2 + ".parentTerm",
|
|
1139
1116
|
expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1140
1117
|
value: input3.parentTerm
|
|
@@ -1163,7 +1140,7 @@ var validPercentileRequest = (input) => {
|
|
|
1163
1140
|
expected: "TermValues",
|
|
1164
1141
|
value: input3.values
|
|
1165
1142
|
})].every((flag) => flag);
|
|
1166
|
-
const $
|
|
1143
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1167
1144
|
path: _path2 + ".id",
|
|
1168
1145
|
expected: "string",
|
|
1169
1146
|
value: input3.id
|
|
@@ -1241,11 +1218,11 @@ var validPercentileRequest = (input) => {
|
|
|
1241
1218
|
value: input3.stop
|
|
1242
1219
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1243
1220
|
path: _path2 + ".groupsetting",
|
|
1244
|
-
expected: "(
|
|
1221
|
+
expected: "(TermGroupSetting | undefined)",
|
|
1245
1222
|
value: input3.groupsetting
|
|
1246
|
-
})) && $
|
|
1223
|
+
})) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1247
1224
|
path: _path2 + ".groupsetting",
|
|
1248
|
-
expected: "(
|
|
1225
|
+
expected: "(TermGroupSetting | undefined)",
|
|
1249
1226
|
value: input3.groupsetting
|
|
1250
1227
|
}), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
1251
1228
|
path: _path2 + ".childTerms",
|
|
@@ -1255,7 +1232,7 @@ var validPercentileRequest = (input) => {
|
|
|
1255
1232
|
path: _path2 + ".childTerms[" + _index20 + "]",
|
|
1256
1233
|
expected: "DtTerm",
|
|
1257
1234
|
value: elem
|
|
1258
|
-
})) && $
|
|
1235
|
+
})) && $vo27(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1259
1236
|
path: _path2 + ".childTerms[" + _index20 + "]",
|
|
1260
1237
|
expected: "DtTerm",
|
|
1261
1238
|
value: elem
|
|
@@ -1264,7 +1241,7 @@ var validPercentileRequest = (input) => {
|
|
|
1264
1241
|
expected: "(Array<DtTerm> | undefined)",
|
|
1265
1242
|
value: input3.childTerms
|
|
1266
1243
|
})].every((flag) => flag);
|
|
1267
|
-
const $
|
|
1244
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1268
1245
|
path: _path2 + ".id",
|
|
1269
1246
|
expected: "string",
|
|
1270
1247
|
value: input3.id
|
|
@@ -1338,11 +1315,11 @@ var validPercentileRequest = (input) => {
|
|
|
1338
1315
|
value: input3.stop
|
|
1339
1316
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1340
1317
|
path: _path2 + ".groupsetting",
|
|
1341
|
-
expected: "(
|
|
1318
|
+
expected: "(TermGroupSetting | undefined)",
|
|
1342
1319
|
value: input3.groupsetting
|
|
1343
|
-
})) && $
|
|
1320
|
+
})) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1344
1321
|
path: _path2 + ".groupsetting",
|
|
1345
|
-
expected: "(
|
|
1322
|
+
expected: "(TermGroupSetting | undefined)",
|
|
1346
1323
|
value: input3.groupsetting
|
|
1347
1324
|
}), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
|
|
1348
1325
|
path: _path2 + ".childTerms",
|
|
@@ -1352,7 +1329,7 @@ var validPercentileRequest = (input) => {
|
|
|
1352
1329
|
path: _path2 + ".childTerms[" + _index23 + "]",
|
|
1353
1330
|
expected: "DtTerm",
|
|
1354
1331
|
value: elem
|
|
1355
|
-
})) && $
|
|
1332
|
+
})) && $vo27(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1356
1333
|
path: _path2 + ".childTerms[" + _index23 + "]",
|
|
1357
1334
|
expected: "DtTerm",
|
|
1358
1335
|
value: elem
|
|
@@ -1361,7 +1338,7 @@ var validPercentileRequest = (input) => {
|
|
|
1361
1338
|
expected: "(Array<DtTerm> | undefined)",
|
|
1362
1339
|
value: input3.childTerms
|
|
1363
1340
|
})].every((flag) => flag);
|
|
1364
|
-
const $
|
|
1341
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1365
1342
|
path: _path2 + ".key",
|
|
1366
1343
|
expected: "string",
|
|
1367
1344
|
value: input3.key
|
|
@@ -1398,59 +1375,54 @@ var validPercentileRequest = (input) => {
|
|
|
1398
1375
|
})();
|
|
1399
1376
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1400
1377
|
if (true === input3.startunbounded)
|
|
1401
|
-
return $
|
|
1378
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
1402
1379
|
if (true === input3.stopunbounded)
|
|
1403
|
-
return $
|
|
1404
|
-
return $
|
|
1380
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
1381
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
1405
1382
|
})();
|
|
1406
1383
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1407
1384
|
if (void 0 !== input3.ranges)
|
|
1408
|
-
return $
|
|
1409
|
-
return $vo3(input3, _path2, false) || $
|
|
1385
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
1386
|
+
return $vo3(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
|
|
1410
1387
|
})();
|
|
1411
1388
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1412
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index24) => "object" === typeof elem && null !== elem && $vo8(elem, _path2 + ".lst[" + _index24 + "]", false)).every((flag) => flag))
|
|
1413
|
-
return $vo7(input3, _path2, _exceptionable2);
|
|
1414
|
-
return $vo12(input3, _path2, _exceptionable2);
|
|
1415
|
-
})();
|
|
1416
|
-
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1417
1389
|
if ("regular-bin" === input3.type)
|
|
1418
|
-
return $
|
|
1390
|
+
return $vo15(input3, _path2, _exceptionable2);
|
|
1419
1391
|
if ("custom-bin" === input3.type)
|
|
1420
|
-
return $
|
|
1392
|
+
return $vo20(input3, _path2, _exceptionable2);
|
|
1421
1393
|
return $report(_exceptionable2, {
|
|
1422
1394
|
path: _path2,
|
|
1423
1395
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
1424
1396
|
value: input3
|
|
1425
1397
|
});
|
|
1426
1398
|
})();
|
|
1427
|
-
const $
|
|
1399
|
+
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1428
1400
|
if (true === input3.startunbounded)
|
|
1429
|
-
return $
|
|
1401
|
+
return $vo17(input3, _path2, _exceptionable2);
|
|
1430
1402
|
if (void 0 !== input3.start)
|
|
1431
|
-
return $
|
|
1403
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
1432
1404
|
return $report(_exceptionable2, {
|
|
1433
1405
|
path: _path2,
|
|
1434
1406
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
1435
1407
|
value: input3
|
|
1436
1408
|
});
|
|
1437
1409
|
})();
|
|
1438
|
-
const $
|
|
1410
|
+
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1439
1411
|
if (void 0 !== input3.stop)
|
|
1440
|
-
return $
|
|
1412
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
1441
1413
|
if (true === input3.stopunbounded)
|
|
1442
|
-
return $
|
|
1414
|
+
return $vo19(input3, _path2, _exceptionable2);
|
|
1443
1415
|
return $report(_exceptionable2, {
|
|
1444
1416
|
path: _path2,
|
|
1445
1417
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
1446
1418
|
value: input3
|
|
1447
1419
|
});
|
|
1448
1420
|
})();
|
|
1449
|
-
const $
|
|
1421
|
+
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1450
1422
|
if ("gene" === input3.kind)
|
|
1451
|
-
return $
|
|
1423
|
+
return $vo28(input3, _path2, _exceptionable2);
|
|
1452
1424
|
if ("coord" === input3.kind)
|
|
1453
|
-
return $
|
|
1425
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
1454
1426
|
return $report(_exceptionable2, {
|
|
1455
1427
|
path: _path2,
|
|
1456
1428
|
expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|