@sjcrh/proteinpaint-types 2.137.2 → 2.137.3
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-SUL2XLYM.js → chunk-2YASZMH3.js} +665 -229
- package/dist/{chunk-6LRQCE3E.js → chunk-6HAS5WRS.js} +243 -41
- package/dist/{chunk-6H6TQ3MA.js → chunk-7FTOFTNK.js} +243 -41
- package/dist/{chunk-PAQX4HYF.js → chunk-AL4VFH5I.js} +520 -286
- package/dist/{chunk-7YFANJ2A.js → chunk-CC3OBRKE.js} +479 -245
- package/dist/{chunk-FMSTAFII.js → chunk-DD2RLZHC.js} +243 -41
- package/dist/{chunk-YW6G7WTF.js → chunk-GGZUN2GE.js} +5 -1
- package/dist/{chunk-CBPDONEQ.js → chunk-HCBXL376.js} +494 -246
- package/dist/{chunk-MDPMNCMV.js → chunk-HWRFIXJA.js} +480 -246
- package/dist/{chunk-IE3MSHTB.js → chunk-I2BMMKPN.js} +480 -246
- package/dist/{chunk-QCGBPQ7S.js → chunk-JKBVXIRQ.js} +247 -45
- package/dist/{chunk-657TS66W.js → chunk-LTGT4NK4.js} +713 -277
- package/dist/{chunk-YGOZU46P.js → chunk-S2M5SN7Q.js} +243 -41
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +13 -13
- 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.singleSampleMutation.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +5 -7
- package/src/routes/termdb.categories.ts +5 -0
- package/src/routes/termdb.descrstats.ts +1 -0
- package/src/routes/termdb.singleSampleMutation.ts +3 -1
- package/src/terms/geneVariant.ts +11 -3
|
@@ -24,7 +24,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
24
24
|
const $join = import_typia.createValidate.join;
|
|
25
25
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.type && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true;
|
|
26
26
|
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)));
|
|
27
|
-
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $
|
|
27
|
+
const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu4(input3.tvs));
|
|
28
28
|
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)));
|
|
29
29
|
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));
|
|
30
30
|
const $io5 = (input3) => Object.keys(input3).every((key) => {
|
|
@@ -45,8 +45,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
45
45
|
const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
|
|
46
46
|
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)));
|
|
47
47
|
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));
|
|
48
|
-
const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $
|
|
49
|
-
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 && $
|
|
48
|
+
const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu5(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu5(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);
|
|
49
|
+
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 && $iu6(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu7(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
50
50
|
const $io16 = (input3) => Object.keys(input3).every((key) => {
|
|
51
51
|
const value = input3[key];
|
|
52
52
|
if (void 0 === value)
|
|
@@ -64,11 +64,13 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
64
64
|
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)));
|
|
65
65
|
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);
|
|
66
66
|
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;
|
|
67
|
-
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 && $
|
|
68
|
-
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 && $
|
|
69
|
-
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)));
|
|
70
|
-
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
71
|
-
const $io30 = (input3) => "string" === typeof input3.
|
|
67
|
+
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 && $io32(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
68
|
+
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 && $iu8(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));
|
|
69
|
+
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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
70
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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);
|
|
71
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
72
|
+
const $io31 = (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 && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
73
|
+
const $io32 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
72
74
|
const $iu0 = (input3) => (() => {
|
|
73
75
|
if ("tvslst" === input3.type)
|
|
74
76
|
return $io1(input3);
|
|
@@ -91,6 +93,13 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
91
93
|
return $io18(input3);
|
|
92
94
|
})();
|
|
93
95
|
const $iu3 = (input3) => (() => {
|
|
96
|
+
if ("gene" === input3.kind)
|
|
97
|
+
return $io29(input3);
|
|
98
|
+
if ("coord" === input3.kind)
|
|
99
|
+
return $io30(input3);
|
|
100
|
+
return false;
|
|
101
|
+
})();
|
|
102
|
+
const $iu4 = (input3) => (() => {
|
|
94
103
|
if (void 0 !== input3.ranges)
|
|
95
104
|
return $io12(input3);
|
|
96
105
|
return (() => {
|
|
@@ -103,32 +112,32 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
103
112
|
return false;
|
|
104
113
|
})();
|
|
105
114
|
})();
|
|
106
|
-
const $
|
|
115
|
+
const $iu5 = (input3) => (() => {
|
|
107
116
|
if ("regular-bin" === input3.type)
|
|
108
117
|
return $io15(input3);
|
|
109
118
|
if ("custom-bin" === input3.type)
|
|
110
119
|
return $io20(input3);
|
|
111
120
|
return false;
|
|
112
121
|
})();
|
|
113
|
-
const $
|
|
122
|
+
const $iu6 = (input3) => (() => {
|
|
114
123
|
if (true === input3.startunbounded)
|
|
115
124
|
return $io17(input3);
|
|
116
125
|
if (void 0 !== input3.start)
|
|
117
126
|
return $io18(input3);
|
|
118
127
|
return false;
|
|
119
128
|
})();
|
|
120
|
-
const $
|
|
129
|
+
const $iu7 = (input3) => (() => {
|
|
121
130
|
if (void 0 !== input3.stop)
|
|
122
131
|
return $io18(input3);
|
|
123
132
|
if (true === input3.stopunbounded)
|
|
124
133
|
return $io19(input3);
|
|
125
134
|
return false;
|
|
126
135
|
})();
|
|
127
|
-
const $
|
|
136
|
+
const $iu8 = (input3) => (() => {
|
|
128
137
|
if ("gene" === input3.kind)
|
|
129
138
|
return $io28(input3);
|
|
130
139
|
if ("coord" === input3.kind)
|
|
131
|
-
return $
|
|
140
|
+
return $io31(input3);
|
|
132
141
|
return false;
|
|
133
142
|
})();
|
|
134
143
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -199,7 +208,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
199
208
|
path: _path2 + ".tvs",
|
|
200
209
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
201
210
|
value: input3.tvs
|
|
202
|
-
})) && $
|
|
211
|
+
})) && $vu4(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
203
212
|
path: _path2 + ".tvs",
|
|
204
213
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
205
214
|
value: input3.tvs
|
|
@@ -608,7 +617,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
608
617
|
path: _path2 + '["default"]',
|
|
609
618
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
610
619
|
value: input3["default"]
|
|
611
|
-
})) && $
|
|
620
|
+
})) && $vu5(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
612
621
|
path: _path2 + '["default"]',
|
|
613
622
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
614
623
|
value: input3["default"]
|
|
@@ -616,7 +625,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
616
625
|
path: _path2 + ".less",
|
|
617
626
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
618
627
|
value: input3.less
|
|
619
|
-
})) && $
|
|
628
|
+
})) && $vu5(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
620
629
|
path: _path2 + ".less",
|
|
621
630
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
622
631
|
value: input3.less
|
|
@@ -677,7 +686,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
677
686
|
path: _path2 + ".first_bin",
|
|
678
687
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
679
688
|
value: input3.first_bin
|
|
680
|
-
})) && $
|
|
689
|
+
})) && $vu6(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
681
690
|
path: _path2 + ".first_bin",
|
|
682
691
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
683
692
|
value: input3.first_bin
|
|
@@ -685,7 +694,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
685
694
|
path: _path2 + ".last_bin",
|
|
686
695
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
687
696
|
value: input3.last_bin
|
|
688
|
-
})) && $
|
|
697
|
+
})) && $vu7(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
689
698
|
path: _path2 + ".last_bin",
|
|
690
699
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
691
700
|
value: input3.last_bin
|
|
@@ -1021,7 +1030,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1021
1030
|
path: _path2 + ".values[" + _index16 + "]",
|
|
1022
1031
|
expected: "__type.o4",
|
|
1023
1032
|
value: elem
|
|
1024
|
-
})) && $
|
|
1033
|
+
})) && $vo32(elem, _path2 + ".values[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1025
1034
|
path: _path2 + ".values[" + _index16 + "]",
|
|
1026
1035
|
expected: "__type.o4",
|
|
1027
1036
|
value: elem
|
|
@@ -1056,11 +1065,11 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1056
1065
|
value: input3.name_noOrigin
|
|
1057
1066
|
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
1058
1067
|
path: _path2 + ".parentTerm",
|
|
1059
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
1068
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1060
1069
|
value: input3.parentTerm
|
|
1061
|
-
})) && $
|
|
1070
|
+
})) && $vu8(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1062
1071
|
path: _path2 + ".parentTerm",
|
|
1063
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
1072
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1064
1073
|
value: input3.parentTerm
|
|
1065
1074
|
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1066
1075
|
path: _path2 + ".isleaf",
|
|
@@ -1163,6 +1172,22 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1163
1172
|
path: _path2 + ".stop",
|
|
1164
1173
|
expected: "(number | undefined)",
|
|
1165
1174
|
value: input3.stop
|
|
1175
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1176
|
+
path: _path2 + ".genes",
|
|
1177
|
+
expected: "Array<GvGeneTerm>",
|
|
1178
|
+
value: input3.genes
|
|
1179
|
+
})) && input3.genes.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1180
|
+
path: _path2 + ".genes[" + _index19 + "]",
|
|
1181
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1182
|
+
value: elem
|
|
1183
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1184
|
+
path: _path2 + ".genes[" + _index19 + "]",
|
|
1185
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1186
|
+
value: elem
|
|
1187
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1188
|
+
path: _path2 + ".genes",
|
|
1189
|
+
expected: "Array<GvGeneTerm>",
|
|
1190
|
+
value: input3.genes
|
|
1166
1191
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1167
1192
|
path: _path2 + ".groupsetting",
|
|
1168
1193
|
expected: "(TermGroupSetting | undefined)",
|
|
@@ -1175,12 +1200,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1175
1200
|
path: _path2 + ".childTerms",
|
|
1176
1201
|
expected: "(Array<DtTerm> | undefined)",
|
|
1177
1202
|
value: input3.childTerms
|
|
1178
|
-
})) && input3.childTerms.map((elem,
|
|
1179
|
-
path: _path2 + ".childTerms[" +
|
|
1203
|
+
})) && input3.childTerms.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1204
|
+
path: _path2 + ".childTerms[" + _index20 + "]",
|
|
1180
1205
|
expected: "DtTerm",
|
|
1181
1206
|
value: elem
|
|
1182
|
-
})) && $vo27(elem, _path2 + ".childTerms[" +
|
|
1183
|
-
path: _path2 + ".childTerms[" +
|
|
1207
|
+
})) && $vo27(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1208
|
+
path: _path2 + ".childTerms[" + _index20 + "]",
|
|
1184
1209
|
expected: "DtTerm",
|
|
1185
1210
|
value: elem
|
|
1186
1211
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1196,6 +1221,156 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1196
1221
|
path: _path2 + ".name",
|
|
1197
1222
|
expected: "string",
|
|
1198
1223
|
value: input3.name
|
|
1224
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
1225
|
+
path: _path2 + ".type",
|
|
1226
|
+
expected: "string",
|
|
1227
|
+
value: input3.type
|
|
1228
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1229
|
+
path: _path2 + ".child_types",
|
|
1230
|
+
expected: "(Array<string> | undefined)",
|
|
1231
|
+
value: input3.child_types
|
|
1232
|
+
})) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1233
|
+
path: _path2 + ".child_types[" + _index21 + "]",
|
|
1234
|
+
expected: "string",
|
|
1235
|
+
value: elem
|
|
1236
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1237
|
+
path: _path2 + ".child_types",
|
|
1238
|
+
expected: "(Array<string> | undefined)",
|
|
1239
|
+
value: input3.child_types
|
|
1240
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1241
|
+
path: _path2 + ".hashtmldetail",
|
|
1242
|
+
expected: "(boolean | undefined)",
|
|
1243
|
+
value: input3.hashtmldetail
|
|
1244
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1245
|
+
path: _path2 + ".included_types",
|
|
1246
|
+
expected: "(Array<string> | undefined)",
|
|
1247
|
+
value: input3.included_types
|
|
1248
|
+
})) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1249
|
+
path: _path2 + ".included_types[" + _index22 + "]",
|
|
1250
|
+
expected: "string",
|
|
1251
|
+
value: elem
|
|
1252
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1253
|
+
path: _path2 + ".included_types",
|
|
1254
|
+
expected: "(Array<string> | undefined)",
|
|
1255
|
+
value: input3.included_types
|
|
1256
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1257
|
+
path: _path2 + ".isleaf",
|
|
1258
|
+
expected: "(boolean | undefined)",
|
|
1259
|
+
value: input3.isleaf
|
|
1260
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1261
|
+
path: _path2 + ".values",
|
|
1262
|
+
expected: "(TermValues | undefined)",
|
|
1263
|
+
value: input3.values
|
|
1264
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1265
|
+
path: _path2 + ".values",
|
|
1266
|
+
expected: "(TermValues | undefined)",
|
|
1267
|
+
value: input3.values
|
|
1268
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1269
|
+
path: _path2 + ".skipValuesBuild",
|
|
1270
|
+
expected: "(boolean | undefined)",
|
|
1271
|
+
value: input3.skipValuesBuild
|
|
1272
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1273
|
+
path: _path2 + ".kind",
|
|
1274
|
+
expected: '"gene"',
|
|
1275
|
+
value: input3.kind
|
|
1276
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
1277
|
+
path: _path2 + ".gene",
|
|
1278
|
+
expected: "string",
|
|
1279
|
+
value: input3.gene
|
|
1280
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1281
|
+
path: _path2 + ".chr",
|
|
1282
|
+
expected: "(string | undefined)",
|
|
1283
|
+
value: input3.chr
|
|
1284
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1285
|
+
path: _path2 + ".start",
|
|
1286
|
+
expected: "(number | undefined)",
|
|
1287
|
+
value: input3.start
|
|
1288
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1289
|
+
path: _path2 + ".stop",
|
|
1290
|
+
expected: "(number | undefined)",
|
|
1291
|
+
value: input3.stop
|
|
1292
|
+
})].every((flag) => flag);
|
|
1293
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1294
|
+
path: _path2 + ".id",
|
|
1295
|
+
expected: "string",
|
|
1296
|
+
value: input3.id
|
|
1297
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1298
|
+
path: _path2 + ".name",
|
|
1299
|
+
expected: "string",
|
|
1300
|
+
value: input3.name
|
|
1301
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
1302
|
+
path: _path2 + ".type",
|
|
1303
|
+
expected: "string",
|
|
1304
|
+
value: input3.type
|
|
1305
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
1306
|
+
path: _path2 + ".child_types",
|
|
1307
|
+
expected: "(Array<string> | undefined)",
|
|
1308
|
+
value: input3.child_types
|
|
1309
|
+
})) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1310
|
+
path: _path2 + ".child_types[" + _index23 + "]",
|
|
1311
|
+
expected: "string",
|
|
1312
|
+
value: elem
|
|
1313
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1314
|
+
path: _path2 + ".child_types",
|
|
1315
|
+
expected: "(Array<string> | undefined)",
|
|
1316
|
+
value: input3.child_types
|
|
1317
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
1318
|
+
path: _path2 + ".hashtmldetail",
|
|
1319
|
+
expected: "(boolean | undefined)",
|
|
1320
|
+
value: input3.hashtmldetail
|
|
1321
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
1322
|
+
path: _path2 + ".included_types",
|
|
1323
|
+
expected: "(Array<string> | undefined)",
|
|
1324
|
+
value: input3.included_types
|
|
1325
|
+
})) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1326
|
+
path: _path2 + ".included_types[" + _index24 + "]",
|
|
1327
|
+
expected: "string",
|
|
1328
|
+
value: elem
|
|
1329
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1330
|
+
path: _path2 + ".included_types",
|
|
1331
|
+
expected: "(Array<string> | undefined)",
|
|
1332
|
+
value: input3.included_types
|
|
1333
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
1334
|
+
path: _path2 + ".isleaf",
|
|
1335
|
+
expected: "(boolean | undefined)",
|
|
1336
|
+
value: input3.isleaf
|
|
1337
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
1338
|
+
path: _path2 + ".values",
|
|
1339
|
+
expected: "(TermValues | undefined)",
|
|
1340
|
+
value: input3.values
|
|
1341
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1342
|
+
path: _path2 + ".values",
|
|
1343
|
+
expected: "(TermValues | undefined)",
|
|
1344
|
+
value: input3.values
|
|
1345
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
1346
|
+
path: _path2 + ".skipValuesBuild",
|
|
1347
|
+
expected: "(boolean | undefined)",
|
|
1348
|
+
value: input3.skipValuesBuild
|
|
1349
|
+
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1350
|
+
path: _path2 + ".kind",
|
|
1351
|
+
expected: '"coord"',
|
|
1352
|
+
value: input3.kind
|
|
1353
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
1354
|
+
path: _path2 + ".chr",
|
|
1355
|
+
expected: "string",
|
|
1356
|
+
value: input3.chr
|
|
1357
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
1358
|
+
path: _path2 + ".start",
|
|
1359
|
+
expected: "number",
|
|
1360
|
+
value: input3.start
|
|
1361
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
1362
|
+
path: _path2 + ".stop",
|
|
1363
|
+
expected: "number",
|
|
1364
|
+
value: input3.stop
|
|
1365
|
+
})].every((flag) => flag);
|
|
1366
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1367
|
+
path: _path2 + ".id",
|
|
1368
|
+
expected: "string",
|
|
1369
|
+
value: input3.id
|
|
1370
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
1371
|
+
path: _path2 + ".name",
|
|
1372
|
+
expected: "string",
|
|
1373
|
+
value: input3.name
|
|
1199
1374
|
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
1200
1375
|
path: _path2 + ".type",
|
|
1201
1376
|
expected: '"geneVariant"',
|
|
@@ -1204,8 +1379,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1204
1379
|
path: _path2 + ".child_types",
|
|
1205
1380
|
expected: "(Array<string> | undefined)",
|
|
1206
1381
|
value: input3.child_types
|
|
1207
|
-
})) && input3.child_types.map((elem,
|
|
1208
|
-
path: _path2 + ".child_types[" +
|
|
1382
|
+
})) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1383
|
+
path: _path2 + ".child_types[" + _index25 + "]",
|
|
1209
1384
|
expected: "string",
|
|
1210
1385
|
value: elem
|
|
1211
1386
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1220,8 +1395,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1220
1395
|
path: _path2 + ".included_types",
|
|
1221
1396
|
expected: "(Array<string> | undefined)",
|
|
1222
1397
|
value: input3.included_types
|
|
1223
|
-
})) && input3.included_types.map((elem,
|
|
1224
|
-
path: _path2 + ".included_types[" +
|
|
1398
|
+
})) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1399
|
+
path: _path2 + ".included_types[" + _index26 + "]",
|
|
1225
1400
|
expected: "string",
|
|
1226
1401
|
value: elem
|
|
1227
1402
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1260,6 +1435,22 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1260
1435
|
path: _path2 + ".stop",
|
|
1261
1436
|
expected: "number",
|
|
1262
1437
|
value: input3.stop
|
|
1438
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1439
|
+
path: _path2 + ".genes",
|
|
1440
|
+
expected: "Array<GvGeneTerm>",
|
|
1441
|
+
value: input3.genes
|
|
1442
|
+
})) && input3.genes.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1443
|
+
path: _path2 + ".genes[" + _index27 + "]",
|
|
1444
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1445
|
+
value: elem
|
|
1446
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1447
|
+
path: _path2 + ".genes[" + _index27 + "]",
|
|
1448
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1449
|
+
value: elem
|
|
1450
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1451
|
+
path: _path2 + ".genes",
|
|
1452
|
+
expected: "Array<GvGeneTerm>",
|
|
1453
|
+
value: input3.genes
|
|
1263
1454
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1264
1455
|
path: _path2 + ".groupsetting",
|
|
1265
1456
|
expected: "(TermGroupSetting | undefined)",
|
|
@@ -1272,12 +1463,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1272
1463
|
path: _path2 + ".childTerms",
|
|
1273
1464
|
expected: "(Array<DtTerm> | undefined)",
|
|
1274
1465
|
value: input3.childTerms
|
|
1275
|
-
})) && input3.childTerms.map((elem,
|
|
1276
|
-
path: _path2 + ".childTerms[" +
|
|
1466
|
+
})) && input3.childTerms.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1467
|
+
path: _path2 + ".childTerms[" + _index28 + "]",
|
|
1277
1468
|
expected: "DtTerm",
|
|
1278
1469
|
value: elem
|
|
1279
|
-
})) && $vo27(elem, _path2 + ".childTerms[" +
|
|
1280
|
-
path: _path2 + ".childTerms[" +
|
|
1470
|
+
})) && $vo27(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1471
|
+
path: _path2 + ".childTerms[" + _index28 + "]",
|
|
1281
1472
|
expected: "DtTerm",
|
|
1282
1473
|
value: elem
|
|
1283
1474
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1285,7 +1476,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1285
1476
|
expected: "(Array<DtTerm> | undefined)",
|
|
1286
1477
|
value: input3.childTerms
|
|
1287
1478
|
})].every((flag) => flag);
|
|
1288
|
-
const $
|
|
1479
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1289
1480
|
path: _path2 + ".key",
|
|
1290
1481
|
expected: "string",
|
|
1291
1482
|
value: input3.key
|
|
@@ -1328,11 +1519,22 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1328
1519
|
return $vo18(input3, _path2, _exceptionable2);
|
|
1329
1520
|
})();
|
|
1330
1521
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1522
|
+
if ("gene" === input3.kind)
|
|
1523
|
+
return $vo29(input3, _path2, _exceptionable2);
|
|
1524
|
+
if ("coord" === input3.kind)
|
|
1525
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
1526
|
+
return $report(_exceptionable2, {
|
|
1527
|
+
path: _path2,
|
|
1528
|
+
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
1529
|
+
value: input3
|
|
1530
|
+
});
|
|
1531
|
+
})();
|
|
1532
|
+
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1331
1533
|
if (void 0 !== input3.ranges)
|
|
1332
1534
|
return $vo12(input3, _path2, _exceptionable2);
|
|
1333
1535
|
return $vo3(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
|
|
1334
1536
|
})();
|
|
1335
|
-
const $
|
|
1537
|
+
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1336
1538
|
if ("regular-bin" === input3.type)
|
|
1337
1539
|
return $vo15(input3, _path2, _exceptionable2);
|
|
1338
1540
|
if ("custom-bin" === input3.type)
|
|
@@ -1343,7 +1545,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1343
1545
|
value: input3
|
|
1344
1546
|
});
|
|
1345
1547
|
})();
|
|
1346
|
-
const $
|
|
1548
|
+
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1347
1549
|
if (true === input3.startunbounded)
|
|
1348
1550
|
return $vo17(input3, _path2, _exceptionable2);
|
|
1349
1551
|
if (void 0 !== input3.start)
|
|
@@ -1354,7 +1556,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1354
1556
|
value: input3
|
|
1355
1557
|
});
|
|
1356
1558
|
})();
|
|
1357
|
-
const $
|
|
1559
|
+
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1358
1560
|
if (void 0 !== input3.stop)
|
|
1359
1561
|
return $vo18(input3, _path2, _exceptionable2);
|
|
1360
1562
|
if (true === input3.stopunbounded)
|
|
@@ -1365,14 +1567,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
1365
1567
|
value: input3
|
|
1366
1568
|
});
|
|
1367
1569
|
})();
|
|
1368
|
-
const $
|
|
1570
|
+
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1369
1571
|
if ("gene" === input3.kind)
|
|
1370
1572
|
return $vo28(input3, _path2, _exceptionable2);
|
|
1371
1573
|
if ("coord" === input3.kind)
|
|
1372
|
-
return $
|
|
1574
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
1373
1575
|
return $report(_exceptionable2, {
|
|
1374
1576
|
path: _path2,
|
|
1375
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
1577
|
+
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
1376
1578
|
value: input3
|
|
1377
1579
|
});
|
|
1378
1580
|
})();
|
|
@@ -1399,7 +1601,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1399
1601
|
const __is = (input2) => {
|
|
1400
1602
|
const $join = import_typia.createValidate.join;
|
|
1401
1603
|
const $io0 = (input3) => Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
|
|
1402
|
-
const $io1 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
1604
|
+
const $io1 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
1403
1605
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
1404
1606
|
const value = input3[key];
|
|
1405
1607
|
if (void 0 === value)
|
|
@@ -1412,7 +1614,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1412
1614
|
});
|
|
1413
1615
|
const $io3 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter));
|
|
1414
1616
|
const $io4 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
|
|
1415
|
-
const $io5 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $
|
|
1617
|
+
const $io5 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu5(input3.tvs));
|
|
1416
1618
|
const $io6 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io7(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io3(elem)));
|
|
1417
1619
|
const $io7 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
|
|
1418
1620
|
const $io8 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io9(elem)));
|
|
@@ -1422,8 +1624,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1422
1624
|
const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
|
|
1423
1625
|
const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)));
|
|
1424
1626
|
const $io14 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale));
|
|
1425
|
-
const $io15 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $
|
|
1426
|
-
const $io16 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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 && $
|
|
1627
|
+
const $io15 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu6(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu6(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);
|
|
1628
|
+
const $io16 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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 && $iu7(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu8(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
1427
1629
|
const $io17 = (input3) => Object.keys(input3).every((key) => {
|
|
1428
1630
|
const value = input3[key];
|
|
1429
1631
|
if (void 0 === value)
|
|
@@ -1441,48 +1643,50 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1441
1643
|
const $io24 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io25(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 && $io26(elem)));
|
|
1442
1644
|
const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
1443
1645
|
const $io26 = (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;
|
|
1444
|
-
const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $
|
|
1445
|
-
const $io28 = (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 && $
|
|
1446
|
-
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) && $io2(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 && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
1447
|
-
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
1448
|
-
const $io31 = (input3) => "string" === typeof input3.
|
|
1449
|
-
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
1450
|
-
const $io33 = (input3) => "string" === typeof input3.
|
|
1451
|
-
const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
1452
|
-
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
1453
|
-
const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
1454
|
-
const $io37 = (input3) =>
|
|
1455
|
-
const $io38 = (input3) => "string" === typeof input3.
|
|
1456
|
-
const $io39 = (input3) => "string" === typeof input3.
|
|
1457
|
-
const $io40 = (input3) => "string" === typeof input3.
|
|
1458
|
-
const $io41 = (input3) =>
|
|
1646
|
+
const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io33(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
1647
|
+
const $io28 = (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) && $io2(input3.values));
|
|
1648
|
+
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) && $io2(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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
1649
|
+
const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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);
|
|
1650
|
+
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
1651
|
+
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
1652
|
+
const $io33 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
1653
|
+
const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
|
|
1654
|
+
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
|
|
1655
|
+
const $io36 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale));
|
|
1656
|
+
const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
1657
|
+
const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
|
|
1658
|
+
const $io39 = (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 && $io40(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io41(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);
|
|
1659
|
+
const $io40 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
1660
|
+
const $io41 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
1661
|
+
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io43(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
1662
|
+
const $io43 = (input3) => Object.keys(input3).every((key) => {
|
|
1459
1663
|
const value = input3[key];
|
|
1460
1664
|
if (void 0 === value)
|
|
1461
1665
|
return true;
|
|
1462
1666
|
if (RegExp(/(.*)/).test(key))
|
|
1463
|
-
return "object" === typeof value && null !== value && $
|
|
1667
|
+
return "object" === typeof value && null !== value && $io44(value);
|
|
1464
1668
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
1465
|
-
return "object" === typeof value && null !== value && $
|
|
1669
|
+
return "object" === typeof value && null !== value && $io44(value);
|
|
1466
1670
|
return true;
|
|
1467
1671
|
});
|
|
1468
|
-
const $
|
|
1469
|
-
const $
|
|
1672
|
+
const $io44 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io45(elem))) && true;
|
|
1673
|
+
const $io45 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
1470
1674
|
const $iu0 = (input3) => (() => {
|
|
1471
1675
|
if ("gene" === input3.kind)
|
|
1472
1676
|
return $io1(input3);
|
|
1473
1677
|
if ("coord" === input3.kind)
|
|
1474
|
-
return $
|
|
1678
|
+
return $io34(input3);
|
|
1475
1679
|
if ("categorical" === input3.type)
|
|
1476
|
-
return $
|
|
1680
|
+
return $io35(input3);
|
|
1477
1681
|
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
1478
|
-
return $
|
|
1682
|
+
return $io36(input3);
|
|
1479
1683
|
if ("condition" === input3.type)
|
|
1480
|
-
return $
|
|
1684
|
+
return $io37(input3);
|
|
1481
1685
|
return (() => {
|
|
1482
|
-
if ($
|
|
1483
|
-
return $
|
|
1484
|
-
if ($
|
|
1485
|
-
return $
|
|
1686
|
+
if ($io38(input3))
|
|
1687
|
+
return $io38(input3);
|
|
1688
|
+
if ($io42(input3))
|
|
1689
|
+
return $io42(input3);
|
|
1486
1690
|
return false;
|
|
1487
1691
|
})();
|
|
1488
1692
|
})();
|
|
@@ -1508,6 +1712,13 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1508
1712
|
return $io19(input3);
|
|
1509
1713
|
})();
|
|
1510
1714
|
const $iu4 = (input3) => (() => {
|
|
1715
|
+
if ("gene" === input3.kind)
|
|
1716
|
+
return $io30(input3);
|
|
1717
|
+
if ("coord" === input3.kind)
|
|
1718
|
+
return $io31(input3);
|
|
1719
|
+
return false;
|
|
1720
|
+
})();
|
|
1721
|
+
const $iu5 = (input3) => (() => {
|
|
1511
1722
|
if (void 0 !== input3.ranges)
|
|
1512
1723
|
return $io13(input3);
|
|
1513
1724
|
return (() => {
|
|
@@ -1520,32 +1731,32 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1520
1731
|
return false;
|
|
1521
1732
|
})();
|
|
1522
1733
|
})();
|
|
1523
|
-
const $
|
|
1734
|
+
const $iu6 = (input3) => (() => {
|
|
1524
1735
|
if ("regular-bin" === input3.type)
|
|
1525
1736
|
return $io16(input3);
|
|
1526
1737
|
if ("custom-bin" === input3.type)
|
|
1527
1738
|
return $io21(input3);
|
|
1528
1739
|
return false;
|
|
1529
1740
|
})();
|
|
1530
|
-
const $
|
|
1741
|
+
const $iu7 = (input3) => (() => {
|
|
1531
1742
|
if (true === input3.startunbounded)
|
|
1532
1743
|
return $io18(input3);
|
|
1533
1744
|
if (void 0 !== input3.start)
|
|
1534
1745
|
return $io19(input3);
|
|
1535
1746
|
return false;
|
|
1536
1747
|
})();
|
|
1537
|
-
const $
|
|
1748
|
+
const $iu8 = (input3) => (() => {
|
|
1538
1749
|
if (void 0 !== input3.stop)
|
|
1539
1750
|
return $io19(input3);
|
|
1540
1751
|
if (true === input3.stopunbounded)
|
|
1541
1752
|
return $io20(input3);
|
|
1542
1753
|
return false;
|
|
1543
1754
|
})();
|
|
1544
|
-
const $
|
|
1755
|
+
const $iu9 = (input3) => (() => {
|
|
1545
1756
|
if ("gene" === input3.kind)
|
|
1546
1757
|
return $io29(input3);
|
|
1547
1758
|
if ("coord" === input3.kind)
|
|
1548
|
-
return $
|
|
1759
|
+
return $io32(input3);
|
|
1549
1760
|
return false;
|
|
1550
1761
|
})();
|
|
1551
1762
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -1560,11 +1771,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1560
1771
|
value: input3.terms
|
|
1561
1772
|
})) && input3.terms.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1562
1773
|
path: _path2 + ".terms[" + _index1 + "]",
|
|
1563
|
-
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 & {
|
|
1774
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | 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 & { values: SampleLstTermValues; })',
|
|
1564
1775
|
value: elem
|
|
1565
1776
|
})) && $vu0(elem, _path2 + ".terms[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1566
1777
|
path: _path2 + ".terms[" + _index1 + "]",
|
|
1567
|
-
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 & {
|
|
1778
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | 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 & { values: SampleLstTermValues; })',
|
|
1568
1779
|
value: elem
|
|
1569
1780
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1570
1781
|
path: _path2 + ".terms",
|
|
@@ -1647,6 +1858,22 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1647
1858
|
path: _path2 + ".stop",
|
|
1648
1859
|
expected: "(number | undefined)",
|
|
1649
1860
|
value: input3.stop
|
|
1861
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
1862
|
+
path: _path2 + ".genes",
|
|
1863
|
+
expected: "Array<GvGeneTerm>",
|
|
1864
|
+
value: input3.genes
|
|
1865
|
+
})) && input3.genes.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1866
|
+
path: _path2 + ".genes[" + _index4 + "]",
|
|
1867
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1868
|
+
value: elem
|
|
1869
|
+
})) && $vu4(elem, _path2 + ".genes[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1870
|
+
path: _path2 + ".genes[" + _index4 + "]",
|
|
1871
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
1872
|
+
value: elem
|
|
1873
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1874
|
+
path: _path2 + ".genes",
|
|
1875
|
+
expected: "Array<GvGeneTerm>",
|
|
1876
|
+
value: input3.genes
|
|
1650
1877
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1651
1878
|
path: _path2 + ".groupsetting",
|
|
1652
1879
|
expected: "TermGroupSetting",
|
|
@@ -1659,12 +1886,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1659
1886
|
path: _path2 + ".childTerms",
|
|
1660
1887
|
expected: "Array<DtTerm>",
|
|
1661
1888
|
value: input3.childTerms
|
|
1662
|
-
})) && input3.childTerms.map((elem,
|
|
1663
|
-
path: _path2 + ".childTerms[" +
|
|
1889
|
+
})) && input3.childTerms.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1890
|
+
path: _path2 + ".childTerms[" + _index5 + "]",
|
|
1664
1891
|
expected: "DtTerm",
|
|
1665
1892
|
value: elem
|
|
1666
|
-
})) && $vo28(elem, _path2 + ".childTerms[" +
|
|
1667
|
-
path: _path2 + ".childTerms[" +
|
|
1893
|
+
})) && $vo28(elem, _path2 + ".childTerms[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1894
|
+
path: _path2 + ".childTerms[" + _index5 + "]",
|
|
1668
1895
|
expected: "DtTerm",
|
|
1669
1896
|
value: elem
|
|
1670
1897
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1751,12 +1978,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1751
1978
|
path: _path2 + ".lst",
|
|
1752
1979
|
expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
|
|
1753
1980
|
value: input3.lst
|
|
1754
|
-
})) && input3.lst.map((elem,
|
|
1755
|
-
path: _path2 + ".lst[" +
|
|
1981
|
+
})) && input3.lst.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1982
|
+
path: _path2 + ".lst[" + _index6 + "]",
|
|
1756
1983
|
expected: "(Filter | __type)",
|
|
1757
1984
|
value: elem
|
|
1758
|
-
})) && $vu1(elem, _path2 + ".lst[" +
|
|
1759
|
-
path: _path2 + ".lst[" +
|
|
1985
|
+
})) && $vu1(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1986
|
+
path: _path2 + ".lst[" + _index6 + "]",
|
|
1760
1987
|
expected: "(Filter | __type)",
|
|
1761
1988
|
value: elem
|
|
1762
1989
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1772,7 +1999,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1772
1999
|
path: _path2 + ".tvs",
|
|
1773
2000
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
1774
2001
|
value: input3.tvs
|
|
1775
|
-
})) && $
|
|
2002
|
+
})) && $vu5(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
1776
2003
|
path: _path2 + ".tvs",
|
|
1777
2004
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
1778
2005
|
value: input3.tvs
|
|
@@ -1801,12 +2028,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1801
2028
|
path: _path2 + ".values",
|
|
1802
2029
|
expected: "Array<BaseValue>",
|
|
1803
2030
|
value: input3.values
|
|
1804
|
-
})) && input3.values.map((elem,
|
|
1805
|
-
path: _path2 + ".values[" +
|
|
2031
|
+
})) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
2032
|
+
path: _path2 + ".values[" + _index7 + "]",
|
|
1806
2033
|
expected: "BaseValue",
|
|
1807
2034
|
value: elem
|
|
1808
|
-
})) && $vo3(elem, _path2 + ".values[" +
|
|
1809
|
-
path: _path2 + ".values[" +
|
|
2035
|
+
})) && $vo3(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2036
|
+
path: _path2 + ".values[" + _index7 + "]",
|
|
1810
2037
|
expected: "BaseValue",
|
|
1811
2038
|
value: elem
|
|
1812
2039
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1830,8 +2057,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1830
2057
|
path: _path2 + ".child_types",
|
|
1831
2058
|
expected: "(Array<string> | undefined)",
|
|
1832
2059
|
value: input3.child_types
|
|
1833
|
-
})) && input3.child_types.map((elem,
|
|
1834
|
-
path: _path2 + ".child_types[" +
|
|
2060
|
+
})) && input3.child_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2061
|
+
path: _path2 + ".child_types[" + _index8 + "]",
|
|
1835
2062
|
expected: "string",
|
|
1836
2063
|
value: elem
|
|
1837
2064
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1846,8 +2073,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1846
2073
|
path: _path2 + ".included_types",
|
|
1847
2074
|
expected: "(Array<string> | undefined)",
|
|
1848
2075
|
value: input3.included_types
|
|
1849
|
-
})) && input3.included_types.map((elem,
|
|
1850
|
-
path: _path2 + ".included_types[" +
|
|
2076
|
+
})) && input3.included_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2077
|
+
path: _path2 + ".included_types[" + _index9 + "]",
|
|
1851
2078
|
expected: "string",
|
|
1852
2079
|
value: elem
|
|
1853
2080
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1887,12 +2114,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1887
2114
|
path: _path2 + ".lst",
|
|
1888
2115
|
expected: "(Array<Groupset> | undefined)",
|
|
1889
2116
|
value: input3.lst
|
|
1890
|
-
})) && input3.lst.map((elem,
|
|
1891
|
-
path: _path2 + ".lst[" +
|
|
2117
|
+
})) && input3.lst.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2118
|
+
path: _path2 + ".lst[" + _index10 + "]",
|
|
1892
2119
|
expected: "Groupset",
|
|
1893
2120
|
value: elem
|
|
1894
|
-
})) && $vo9(elem, _path2 + ".lst[" +
|
|
1895
|
-
path: _path2 + ".lst[" +
|
|
2121
|
+
})) && $vo9(elem, _path2 + ".lst[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2122
|
+
path: _path2 + ".lst[" + _index10 + "]",
|
|
1896
2123
|
expected: "Groupset",
|
|
1897
2124
|
value: elem
|
|
1898
2125
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1920,12 +2147,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1920
2147
|
path: _path2 + ".groups",
|
|
1921
2148
|
expected: "Array<GroupEntry>",
|
|
1922
2149
|
value: input3.groups
|
|
1923
|
-
})) && input3.groups.map((elem,
|
|
1924
|
-
path: _path2 + ".groups[" +
|
|
2150
|
+
})) && input3.groups.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2151
|
+
path: _path2 + ".groups[" + _index11 + "]",
|
|
1925
2152
|
expected: "(FilterGroup | ValuesGroup)",
|
|
1926
2153
|
value: elem
|
|
1927
|
-
})) && $vu2(elem, _path2 + ".groups[" +
|
|
1928
|
-
path: _path2 + ".groups[" +
|
|
2154
|
+
})) && $vu2(elem, _path2 + ".groups[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2155
|
+
path: _path2 + ".groups[" + _index11 + "]",
|
|
1929
2156
|
expected: "(FilterGroup | ValuesGroup)",
|
|
1930
2157
|
value: elem
|
|
1931
2158
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1945,12 +2172,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
1945
2172
|
path: _path2 + ".values",
|
|
1946
2173
|
expected: "Array<__type>",
|
|
1947
2174
|
value: input3.values
|
|
1948
|
-
})) && input3.values.map((elem,
|
|
1949
|
-
path: _path2 + ".values[" +
|
|
2175
|
+
})) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2176
|
+
path: _path2 + ".values[" + _index12 + "]",
|
|
1950
2177
|
expected: "__type.o1",
|
|
1951
2178
|
value: elem
|
|
1952
|
-
})) && $vo11(elem, _path2 + ".values[" +
|
|
1953
|
-
path: _path2 + ".values[" +
|
|
2179
|
+
})) && $vo11(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2180
|
+
path: _path2 + ".values[" + _index12 + "]",
|
|
1954
2181
|
expected: "__type.o1",
|
|
1955
2182
|
value: elem
|
|
1956
2183
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2012,12 +2239,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2012
2239
|
path: _path2 + ".ranges",
|
|
2013
2240
|
expected: "Array<NumericBin>",
|
|
2014
2241
|
value: input3.ranges
|
|
2015
|
-
})) && input3.ranges.map((elem,
|
|
2016
|
-
path: _path2 + ".ranges[" +
|
|
2242
|
+
})) && input3.ranges.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2243
|
+
path: _path2 + ".ranges[" + _index13 + "]",
|
|
2017
2244
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
2018
2245
|
value: elem
|
|
2019
|
-
})) && $vu3(elem, _path2 + ".ranges[" +
|
|
2020
|
-
path: _path2 + ".ranges[" +
|
|
2246
|
+
})) && $vu3(elem, _path2 + ".ranges[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2247
|
+
path: _path2 + ".ranges[" + _index13 + "]",
|
|
2021
2248
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
2022
2249
|
value: elem
|
|
2023
2250
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2028,12 +2255,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2028
2255
|
path: _path2 + ".values",
|
|
2029
2256
|
expected: "Array<__type>.o1",
|
|
2030
2257
|
value: input3.values
|
|
2031
|
-
})) && input3.values.map((elem,
|
|
2032
|
-
path: _path2 + ".values[" +
|
|
2258
|
+
})) && input3.values.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2259
|
+
path: _path2 + ".values[" + _index14 + "]",
|
|
2033
2260
|
expected: "__type.o3",
|
|
2034
2261
|
value: elem
|
|
2035
|
-
})) && $vo23(elem, _path2 + ".values[" +
|
|
2036
|
-
path: _path2 + ".values[" +
|
|
2262
|
+
})) && $vo23(elem, _path2 + ".values[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2263
|
+
path: _path2 + ".values[" + _index14 + "]",
|
|
2037
2264
|
expected: "__type.o3",
|
|
2038
2265
|
value: elem
|
|
2039
2266
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2057,8 +2284,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2057
2284
|
path: _path2 + ".child_types",
|
|
2058
2285
|
expected: "(Array<string> | undefined)",
|
|
2059
2286
|
value: input3.child_types
|
|
2060
|
-
})) && input3.child_types.map((elem,
|
|
2061
|
-
path: _path2 + ".child_types[" +
|
|
2287
|
+
})) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2288
|
+
path: _path2 + ".child_types[" + _index15 + "]",
|
|
2062
2289
|
expected: "string",
|
|
2063
2290
|
value: elem
|
|
2064
2291
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2073,8 +2300,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2073
2300
|
path: _path2 + ".included_types",
|
|
2074
2301
|
expected: "(Array<string> | undefined)",
|
|
2075
2302
|
value: input3.included_types
|
|
2076
|
-
})) && input3.included_types.map((elem,
|
|
2077
|
-
path: _path2 + ".included_types[" +
|
|
2303
|
+
})) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2304
|
+
path: _path2 + ".included_types[" + _index16 + "]",
|
|
2078
2305
|
expected: "string",
|
|
2079
2306
|
value: elem
|
|
2080
2307
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2122,7 +2349,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2122
2349
|
path: _path2 + '["default"]',
|
|
2123
2350
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
2124
2351
|
value: input3["default"]
|
|
2125
|
-
})) && $
|
|
2352
|
+
})) && $vu6(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
2126
2353
|
path: _path2 + '["default"]',
|
|
2127
2354
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
2128
2355
|
value: input3["default"]
|
|
@@ -2130,7 +2357,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2130
2357
|
path: _path2 + ".less",
|
|
2131
2358
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
2132
2359
|
value: input3.less
|
|
2133
|
-
})) && $
|
|
2360
|
+
})) && $vu6(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
2134
2361
|
path: _path2 + ".less",
|
|
2135
2362
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
2136
2363
|
value: input3.less
|
|
@@ -2191,7 +2418,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2191
2418
|
path: _path2 + ".first_bin",
|
|
2192
2419
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
2193
2420
|
value: input3.first_bin
|
|
2194
|
-
})) && $
|
|
2421
|
+
})) && $vu7(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
2195
2422
|
path: _path2 + ".first_bin",
|
|
2196
2423
|
expected: "(FullyBoundedBin | StartUnboundedBin)",
|
|
2197
2424
|
value: input3.first_bin
|
|
@@ -2199,7 +2426,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2199
2426
|
path: _path2 + ".last_bin",
|
|
2200
2427
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
2201
2428
|
value: input3.last_bin
|
|
2202
|
-
})) && $
|
|
2429
|
+
})) && $vu8(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
|
|
2203
2430
|
path: _path2 + ".last_bin",
|
|
2204
2431
|
expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
|
|
2205
2432
|
value: input3.last_bin
|
|
@@ -2345,12 +2572,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2345
2572
|
path: _path2 + ".lst",
|
|
2346
2573
|
expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
2347
2574
|
value: input3.lst.slice(1)
|
|
2348
|
-
})) && input3.lst.slice(1).map((elem,
|
|
2349
|
-
path: _path2 + ".lst[" + (1 +
|
|
2575
|
+
})) && input3.lst.slice(1).map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2576
|
+
path: _path2 + ".lst[" + (1 + _index17) + "]",
|
|
2350
2577
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
2351
2578
|
value: elem
|
|
2352
|
-
})) && $vu3(elem, _path2 + ".lst[" + (1 +
|
|
2353
|
-
path: _path2 + ".lst[" + (1 +
|
|
2579
|
+
})) && $vu3(elem, _path2 + ".lst[" + (1 + _index17) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2580
|
+
path: _path2 + ".lst[" + (1 + _index17) + "]",
|
|
2354
2581
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
2355
2582
|
value: elem
|
|
2356
2583
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2424,12 +2651,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2424
2651
|
path: _path2 + ".grade_and_child",
|
|
2425
2652
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
2426
2653
|
value: input3.grade_and_child
|
|
2427
|
-
})) && input3.grade_and_child.map((elem,
|
|
2428
|
-
path: _path2 + ".grade_and_child[" +
|
|
2654
|
+
})) && input3.grade_and_child.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2655
|
+
path: _path2 + ".grade_and_child[" + _index18 + "]",
|
|
2429
2656
|
expected: "GradeAndChildEntry",
|
|
2430
2657
|
value: elem
|
|
2431
|
-
})) && $vo26(elem, _path2 + ".grade_and_child[" +
|
|
2432
|
-
path: _path2 + ".grade_and_child[" +
|
|
2658
|
+
})) && $vo26(elem, _path2 + ".grade_and_child[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2659
|
+
path: _path2 + ".grade_and_child[" + _index18 + "]",
|
|
2433
2660
|
expected: "GradeAndChildEntry",
|
|
2434
2661
|
value: elem
|
|
2435
2662
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2453,8 +2680,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2453
2680
|
path: _path2 + ".child_types",
|
|
2454
2681
|
expected: "(Array<string> | undefined)",
|
|
2455
2682
|
value: input3.child_types
|
|
2456
|
-
})) && input3.child_types.map((elem,
|
|
2457
|
-
path: _path2 + ".child_types[" +
|
|
2683
|
+
})) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2684
|
+
path: _path2 + ".child_types[" + _index19 + "]",
|
|
2458
2685
|
expected: "string",
|
|
2459
2686
|
value: elem
|
|
2460
2687
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2469,8 +2696,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2469
2696
|
path: _path2 + ".included_types",
|
|
2470
2697
|
expected: "(Array<string> | undefined)",
|
|
2471
2698
|
value: input3.included_types
|
|
2472
|
-
})) && input3.included_types.map((elem,
|
|
2473
|
-
path: _path2 + ".included_types[" +
|
|
2699
|
+
})) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2700
|
+
path: _path2 + ".included_types[" + _index20 + "]",
|
|
2474
2701
|
expected: "string",
|
|
2475
2702
|
value: elem
|
|
2476
2703
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2531,12 +2758,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2531
2758
|
path: _path2 + ".values",
|
|
2532
2759
|
expected: "Array<__type>.o2",
|
|
2533
2760
|
value: input3.values
|
|
2534
|
-
})) && input3.values.map((elem,
|
|
2535
|
-
path: _path2 + ".values[" +
|
|
2761
|
+
})) && input3.values.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2762
|
+
path: _path2 + ".values[" + _index21 + "]",
|
|
2536
2763
|
expected: "__type.o4",
|
|
2537
2764
|
value: elem
|
|
2538
|
-
})) && $
|
|
2539
|
-
path: _path2 + ".values[" +
|
|
2765
|
+
})) && $vo33(elem, _path2 + ".values[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2766
|
+
path: _path2 + ".values[" + _index21 + "]",
|
|
2540
2767
|
expected: "__type.o4",
|
|
2541
2768
|
value: elem
|
|
2542
2769
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2570,11 +2797,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2570
2797
|
value: input3.name_noOrigin
|
|
2571
2798
|
}), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
|
|
2572
2799
|
path: _path2 + ".parentTerm",
|
|
2573
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
2800
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
2574
2801
|
value: input3.parentTerm
|
|
2575
|
-
})) && $
|
|
2802
|
+
})) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
2576
2803
|
path: _path2 + ".parentTerm",
|
|
2577
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
2804
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
2578
2805
|
value: input3.parentTerm
|
|
2579
2806
|
}), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2580
2807
|
path: _path2 + ".isleaf",
|
|
@@ -2617,8 +2844,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2617
2844
|
path: _path2 + ".child_types",
|
|
2618
2845
|
expected: "(Array<string> | undefined)",
|
|
2619
2846
|
value: input3.child_types
|
|
2620
|
-
})) && input3.child_types.map((elem,
|
|
2621
|
-
path: _path2 + ".child_types[" +
|
|
2847
|
+
})) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2848
|
+
path: _path2 + ".child_types[" + _index22 + "]",
|
|
2622
2849
|
expected: "string",
|
|
2623
2850
|
value: elem
|
|
2624
2851
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2633,8 +2860,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2633
2860
|
path: _path2 + ".included_types",
|
|
2634
2861
|
expected: "(Array<string> | undefined)",
|
|
2635
2862
|
value: input3.included_types
|
|
2636
|
-
})) && input3.included_types.map((elem,
|
|
2637
|
-
path: _path2 + ".included_types[" +
|
|
2863
|
+
})) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2864
|
+
path: _path2 + ".included_types[" + _index23 + "]",
|
|
2638
2865
|
expected: "string",
|
|
2639
2866
|
value: elem
|
|
2640
2867
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2677,6 +2904,22 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2677
2904
|
path: _path2 + ".stop",
|
|
2678
2905
|
expected: "(number | undefined)",
|
|
2679
2906
|
value: input3.stop
|
|
2907
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
2908
|
+
path: _path2 + ".genes",
|
|
2909
|
+
expected: "Array<GvGeneTerm>",
|
|
2910
|
+
value: input3.genes
|
|
2911
|
+
})) && input3.genes.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2912
|
+
path: _path2 + ".genes[" + _index24 + "]",
|
|
2913
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2914
|
+
value: elem
|
|
2915
|
+
})) && $vu4(elem, _path2 + ".genes[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2916
|
+
path: _path2 + ".genes[" + _index24 + "]",
|
|
2917
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2918
|
+
value: elem
|
|
2919
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2920
|
+
path: _path2 + ".genes",
|
|
2921
|
+
expected: "Array<GvGeneTerm>",
|
|
2922
|
+
value: input3.genes
|
|
2680
2923
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2681
2924
|
path: _path2 + ".groupsetting",
|
|
2682
2925
|
expected: "(TermGroupSetting | undefined)",
|
|
@@ -2689,12 +2932,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2689
2932
|
path: _path2 + ".childTerms",
|
|
2690
2933
|
expected: "(Array<DtTerm> | undefined)",
|
|
2691
2934
|
value: input3.childTerms
|
|
2692
|
-
})) && input3.childTerms.map((elem,
|
|
2693
|
-
path: _path2 + ".childTerms[" +
|
|
2935
|
+
})) && input3.childTerms.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2936
|
+
path: _path2 + ".childTerms[" + _index25 + "]",
|
|
2694
2937
|
expected: "DtTerm",
|
|
2695
2938
|
value: elem
|
|
2696
|
-
})) && $vo28(elem, _path2 + ".childTerms[" +
|
|
2697
|
-
path: _path2 + ".childTerms[" +
|
|
2939
|
+
})) && $vo28(elem, _path2 + ".childTerms[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2940
|
+
path: _path2 + ".childTerms[" + _index25 + "]",
|
|
2698
2941
|
expected: "DtTerm",
|
|
2699
2942
|
value: elem
|
|
2700
2943
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2710,6 +2953,156 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2710
2953
|
path: _path2 + ".name",
|
|
2711
2954
|
expected: "string",
|
|
2712
2955
|
value: input3.name
|
|
2956
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
2957
|
+
path: _path2 + ".type",
|
|
2958
|
+
expected: "string",
|
|
2959
|
+
value: input3.type
|
|
2960
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2961
|
+
path: _path2 + ".child_types",
|
|
2962
|
+
expected: "(Array<string> | undefined)",
|
|
2963
|
+
value: input3.child_types
|
|
2964
|
+
})) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2965
|
+
path: _path2 + ".child_types[" + _index26 + "]",
|
|
2966
|
+
expected: "string",
|
|
2967
|
+
value: elem
|
|
2968
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2969
|
+
path: _path2 + ".child_types",
|
|
2970
|
+
expected: "(Array<string> | undefined)",
|
|
2971
|
+
value: input3.child_types
|
|
2972
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2973
|
+
path: _path2 + ".hashtmldetail",
|
|
2974
|
+
expected: "(boolean | undefined)",
|
|
2975
|
+
value: input3.hashtmldetail
|
|
2976
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2977
|
+
path: _path2 + ".included_types",
|
|
2978
|
+
expected: "(Array<string> | undefined)",
|
|
2979
|
+
value: input3.included_types
|
|
2980
|
+
})) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2981
|
+
path: _path2 + ".included_types[" + _index27 + "]",
|
|
2982
|
+
expected: "string",
|
|
2983
|
+
value: elem
|
|
2984
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2985
|
+
path: _path2 + ".included_types",
|
|
2986
|
+
expected: "(Array<string> | undefined)",
|
|
2987
|
+
value: input3.included_types
|
|
2988
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2989
|
+
path: _path2 + ".isleaf",
|
|
2990
|
+
expected: "(boolean | undefined)",
|
|
2991
|
+
value: input3.isleaf
|
|
2992
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2993
|
+
path: _path2 + ".values",
|
|
2994
|
+
expected: "(TermValues | undefined)",
|
|
2995
|
+
value: input3.values
|
|
2996
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2997
|
+
path: _path2 + ".values",
|
|
2998
|
+
expected: "(TermValues | undefined)",
|
|
2999
|
+
value: input3.values
|
|
3000
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
3001
|
+
path: _path2 + ".skipValuesBuild",
|
|
3002
|
+
expected: "(boolean | undefined)",
|
|
3003
|
+
value: input3.skipValuesBuild
|
|
3004
|
+
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
3005
|
+
path: _path2 + ".kind",
|
|
3006
|
+
expected: '"gene"',
|
|
3007
|
+
value: input3.kind
|
|
3008
|
+
}), "string" === typeof input3.gene || $report(_exceptionable2, {
|
|
3009
|
+
path: _path2 + ".gene",
|
|
3010
|
+
expected: "string",
|
|
3011
|
+
value: input3.gene
|
|
3012
|
+
}), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
3013
|
+
path: _path2 + ".chr",
|
|
3014
|
+
expected: "(string | undefined)",
|
|
3015
|
+
value: input3.chr
|
|
3016
|
+
}), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
|
|
3017
|
+
path: _path2 + ".start",
|
|
3018
|
+
expected: "(number | undefined)",
|
|
3019
|
+
value: input3.start
|
|
3020
|
+
}), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
3021
|
+
path: _path2 + ".stop",
|
|
3022
|
+
expected: "(number | undefined)",
|
|
3023
|
+
value: input3.stop
|
|
3024
|
+
})].every((flag) => flag);
|
|
3025
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3026
|
+
path: _path2 + ".id",
|
|
3027
|
+
expected: "string",
|
|
3028
|
+
value: input3.id
|
|
3029
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3030
|
+
path: _path2 + ".name",
|
|
3031
|
+
expected: "string",
|
|
3032
|
+
value: input3.name
|
|
3033
|
+
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
3034
|
+
path: _path2 + ".type",
|
|
3035
|
+
expected: "string",
|
|
3036
|
+
value: input3.type
|
|
3037
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
3038
|
+
path: _path2 + ".child_types",
|
|
3039
|
+
expected: "(Array<string> | undefined)",
|
|
3040
|
+
value: input3.child_types
|
|
3041
|
+
})) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3042
|
+
path: _path2 + ".child_types[" + _index28 + "]",
|
|
3043
|
+
expected: "string",
|
|
3044
|
+
value: elem
|
|
3045
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3046
|
+
path: _path2 + ".child_types",
|
|
3047
|
+
expected: "(Array<string> | undefined)",
|
|
3048
|
+
value: input3.child_types
|
|
3049
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
3050
|
+
path: _path2 + ".hashtmldetail",
|
|
3051
|
+
expected: "(boolean | undefined)",
|
|
3052
|
+
value: input3.hashtmldetail
|
|
3053
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
3054
|
+
path: _path2 + ".included_types",
|
|
3055
|
+
expected: "(Array<string> | undefined)",
|
|
3056
|
+
value: input3.included_types
|
|
3057
|
+
})) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3058
|
+
path: _path2 + ".included_types[" + _index29 + "]",
|
|
3059
|
+
expected: "string",
|
|
3060
|
+
value: elem
|
|
3061
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3062
|
+
path: _path2 + ".included_types",
|
|
3063
|
+
expected: "(Array<string> | undefined)",
|
|
3064
|
+
value: input3.included_types
|
|
3065
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
3066
|
+
path: _path2 + ".isleaf",
|
|
3067
|
+
expected: "(boolean | undefined)",
|
|
3068
|
+
value: input3.isleaf
|
|
3069
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3070
|
+
path: _path2 + ".values",
|
|
3071
|
+
expected: "(TermValues | undefined)",
|
|
3072
|
+
value: input3.values
|
|
3073
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3074
|
+
path: _path2 + ".values",
|
|
3075
|
+
expected: "(TermValues | undefined)",
|
|
3076
|
+
value: input3.values
|
|
3077
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
3078
|
+
path: _path2 + ".skipValuesBuild",
|
|
3079
|
+
expected: "(boolean | undefined)",
|
|
3080
|
+
value: input3.skipValuesBuild
|
|
3081
|
+
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3082
|
+
path: _path2 + ".kind",
|
|
3083
|
+
expected: '"coord"',
|
|
3084
|
+
value: input3.kind
|
|
3085
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
3086
|
+
path: _path2 + ".chr",
|
|
3087
|
+
expected: "string",
|
|
3088
|
+
value: input3.chr
|
|
3089
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
3090
|
+
path: _path2 + ".start",
|
|
3091
|
+
expected: "number",
|
|
3092
|
+
value: input3.start
|
|
3093
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
3094
|
+
path: _path2 + ".stop",
|
|
3095
|
+
expected: "number",
|
|
3096
|
+
value: input3.stop
|
|
3097
|
+
})].every((flag) => flag);
|
|
3098
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3099
|
+
path: _path2 + ".id",
|
|
3100
|
+
expected: "string",
|
|
3101
|
+
value: input3.id
|
|
3102
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3103
|
+
path: _path2 + ".name",
|
|
3104
|
+
expected: "string",
|
|
3105
|
+
value: input3.name
|
|
2713
3106
|
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
2714
3107
|
path: _path2 + ".type",
|
|
2715
3108
|
expected: '"geneVariant"',
|
|
@@ -2718,8 +3111,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2718
3111
|
path: _path2 + ".child_types",
|
|
2719
3112
|
expected: "(Array<string> | undefined)",
|
|
2720
3113
|
value: input3.child_types
|
|
2721
|
-
})) && input3.child_types.map((elem,
|
|
2722
|
-
path: _path2 + ".child_types[" +
|
|
3114
|
+
})) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3115
|
+
path: _path2 + ".child_types[" + _index30 + "]",
|
|
2723
3116
|
expected: "string",
|
|
2724
3117
|
value: elem
|
|
2725
3118
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2734,8 +3127,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2734
3127
|
path: _path2 + ".included_types",
|
|
2735
3128
|
expected: "(Array<string> | undefined)",
|
|
2736
3129
|
value: input3.included_types
|
|
2737
|
-
})) && input3.included_types.map((elem,
|
|
2738
|
-
path: _path2 + ".included_types[" +
|
|
3130
|
+
})) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3131
|
+
path: _path2 + ".included_types[" + _index31 + "]",
|
|
2739
3132
|
expected: "string",
|
|
2740
3133
|
value: elem
|
|
2741
3134
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2774,6 +3167,22 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2774
3167
|
path: _path2 + ".stop",
|
|
2775
3168
|
expected: "number",
|
|
2776
3169
|
value: input3.stop
|
|
3170
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
3171
|
+
path: _path2 + ".genes",
|
|
3172
|
+
expected: "Array<GvGeneTerm>",
|
|
3173
|
+
value: input3.genes
|
|
3174
|
+
})) && input3.genes.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3175
|
+
path: _path2 + ".genes[" + _index32 + "]",
|
|
3176
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3177
|
+
value: elem
|
|
3178
|
+
})) && $vu4(elem, _path2 + ".genes[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3179
|
+
path: _path2 + ".genes[" + _index32 + "]",
|
|
3180
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3181
|
+
value: elem
|
|
3182
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3183
|
+
path: _path2 + ".genes",
|
|
3184
|
+
expected: "Array<GvGeneTerm>",
|
|
3185
|
+
value: input3.genes
|
|
2777
3186
|
}), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2778
3187
|
path: _path2 + ".groupsetting",
|
|
2779
3188
|
expected: "(TermGroupSetting | undefined)",
|
|
@@ -2786,12 +3195,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2786
3195
|
path: _path2 + ".childTerms",
|
|
2787
3196
|
expected: "(Array<DtTerm> | undefined)",
|
|
2788
3197
|
value: input3.childTerms
|
|
2789
|
-
})) && input3.childTerms.map((elem,
|
|
2790
|
-
path: _path2 + ".childTerms[" +
|
|
3198
|
+
})) && input3.childTerms.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3199
|
+
path: _path2 + ".childTerms[" + _index33 + "]",
|
|
2791
3200
|
expected: "DtTerm",
|
|
2792
3201
|
value: elem
|
|
2793
|
-
})) && $vo28(elem, _path2 + ".childTerms[" +
|
|
2794
|
-
path: _path2 + ".childTerms[" +
|
|
3202
|
+
})) && $vo28(elem, _path2 + ".childTerms[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3203
|
+
path: _path2 + ".childTerms[" + _index33 + "]",
|
|
2795
3204
|
expected: "DtTerm",
|
|
2796
3205
|
value: elem
|
|
2797
3206
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2799,7 +3208,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2799
3208
|
expected: "(Array<DtTerm> | undefined)",
|
|
2800
3209
|
value: input3.childTerms
|
|
2801
3210
|
})].every((flag) => flag);
|
|
2802
|
-
const $
|
|
3211
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
2803
3212
|
path: _path2 + ".key",
|
|
2804
3213
|
expected: "string",
|
|
2805
3214
|
value: input3.key
|
|
@@ -2812,7 +3221,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2812
3221
|
expected: "string",
|
|
2813
3222
|
value: input3.value
|
|
2814
3223
|
})].every((flag) => flag);
|
|
2815
|
-
const $
|
|
3224
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2816
3225
|
path: _path2 + ".id",
|
|
2817
3226
|
expected: "string",
|
|
2818
3227
|
value: input3.id
|
|
@@ -2828,8 +3237,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2828
3237
|
path: _path2 + ".child_types",
|
|
2829
3238
|
expected: "(Array<string> | undefined)",
|
|
2830
3239
|
value: input3.child_types
|
|
2831
|
-
})) && input3.child_types.map((elem,
|
|
2832
|
-
path: _path2 + ".child_types[" +
|
|
3240
|
+
})) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3241
|
+
path: _path2 + ".child_types[" + _index34 + "]",
|
|
2833
3242
|
expected: "string",
|
|
2834
3243
|
value: elem
|
|
2835
3244
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2844,8 +3253,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2844
3253
|
path: _path2 + ".included_types",
|
|
2845
3254
|
expected: "(Array<string> | undefined)",
|
|
2846
3255
|
value: input3.included_types
|
|
2847
|
-
})) && input3.included_types.map((elem,
|
|
2848
|
-
path: _path2 + ".included_types[" +
|
|
3256
|
+
})) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3257
|
+
path: _path2 + ".included_types[" + _index35 + "]",
|
|
2849
3258
|
expected: "string",
|
|
2850
3259
|
value: elem
|
|
2851
3260
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2884,6 +3293,22 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2884
3293
|
path: _path2 + ".stop",
|
|
2885
3294
|
expected: "number",
|
|
2886
3295
|
value: input3.stop
|
|
3296
|
+
}), (Array.isArray(input3.genes) || $report(_exceptionable2, {
|
|
3297
|
+
path: _path2 + ".genes",
|
|
3298
|
+
expected: "Array<GvGeneTerm>",
|
|
3299
|
+
value: input3.genes
|
|
3300
|
+
})) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3301
|
+
path: _path2 + ".genes[" + _index36 + "]",
|
|
3302
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3303
|
+
value: elem
|
|
3304
|
+
})) && $vu4(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3305
|
+
path: _path2 + ".genes[" + _index36 + "]",
|
|
3306
|
+
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3307
|
+
value: elem
|
|
3308
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3309
|
+
path: _path2 + ".genes",
|
|
3310
|
+
expected: "Array<GvGeneTerm>",
|
|
3311
|
+
value: input3.genes
|
|
2887
3312
|
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2888
3313
|
path: _path2 + ".groupsetting",
|
|
2889
3314
|
expected: "TermGroupSetting",
|
|
@@ -2896,12 +3321,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2896
3321
|
path: _path2 + ".childTerms",
|
|
2897
3322
|
expected: "Array<DtTerm>",
|
|
2898
3323
|
value: input3.childTerms
|
|
2899
|
-
})) && input3.childTerms.map((elem,
|
|
2900
|
-
path: _path2 + ".childTerms[" +
|
|
3324
|
+
})) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3325
|
+
path: _path2 + ".childTerms[" + _index37 + "]",
|
|
2901
3326
|
expected: "DtTerm",
|
|
2902
3327
|
value: elem
|
|
2903
|
-
})) && $vo28(elem, _path2 + ".childTerms[" +
|
|
2904
|
-
path: _path2 + ".childTerms[" +
|
|
3328
|
+
})) && $vo28(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3329
|
+
path: _path2 + ".childTerms[" + _index37 + "]",
|
|
2905
3330
|
expected: "DtTerm",
|
|
2906
3331
|
value: elem
|
|
2907
3332
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2909,7 +3334,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2909
3334
|
expected: "Array<DtTerm>",
|
|
2910
3335
|
value: input3.childTerms
|
|
2911
3336
|
})].every((flag) => flag);
|
|
2912
|
-
const $
|
|
3337
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2913
3338
|
path: _path2 + ".id",
|
|
2914
3339
|
expected: "string",
|
|
2915
3340
|
value: input3.id
|
|
@@ -2925,8 +3350,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2925
3350
|
path: _path2 + ".child_types",
|
|
2926
3351
|
expected: "(Array<string> | undefined)",
|
|
2927
3352
|
value: input3.child_types
|
|
2928
|
-
})) && input3.child_types.map((elem,
|
|
2929
|
-
path: _path2 + ".child_types[" +
|
|
3353
|
+
})) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3354
|
+
path: _path2 + ".child_types[" + _index38 + "]",
|
|
2930
3355
|
expected: "string",
|
|
2931
3356
|
value: elem
|
|
2932
3357
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2941,8 +3366,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2941
3366
|
path: _path2 + ".included_types",
|
|
2942
3367
|
expected: "(Array<string> | undefined)",
|
|
2943
3368
|
value: input3.included_types
|
|
2944
|
-
})) && input3.included_types.map((elem,
|
|
2945
|
-
path: _path2 + ".included_types[" +
|
|
3369
|
+
})) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3370
|
+
path: _path2 + ".included_types[" + _index39 + "]",
|
|
2946
3371
|
expected: "string",
|
|
2947
3372
|
value: elem
|
|
2948
3373
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2974,7 +3399,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2974
3399
|
expected: "TermGroupSetting",
|
|
2975
3400
|
value: input3.groupsetting
|
|
2976
3401
|
})].every((flag) => flag);
|
|
2977
|
-
const $
|
|
3402
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2978
3403
|
path: _path2 + ".id",
|
|
2979
3404
|
expected: "string",
|
|
2980
3405
|
value: input3.id
|
|
@@ -2990,8 +3415,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2990
3415
|
path: _path2 + ".child_types",
|
|
2991
3416
|
expected: "(Array<string> | undefined)",
|
|
2992
3417
|
value: input3.child_types
|
|
2993
|
-
})) && input3.child_types.map((elem,
|
|
2994
|
-
path: _path2 + ".child_types[" +
|
|
3418
|
+
})) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3419
|
+
path: _path2 + ".child_types[" + _index40 + "]",
|
|
2995
3420
|
expected: "string",
|
|
2996
3421
|
value: elem
|
|
2997
3422
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3006,8 +3431,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3006
3431
|
path: _path2 + ".included_types",
|
|
3007
3432
|
expected: "(Array<string> | undefined)",
|
|
3008
3433
|
value: input3.included_types
|
|
3009
|
-
})) && input3.included_types.map((elem,
|
|
3010
|
-
path: _path2 + ".included_types[" +
|
|
3434
|
+
})) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3435
|
+
path: _path2 + ".included_types[" + _index41 + "]",
|
|
3011
3436
|
expected: "string",
|
|
3012
3437
|
value: elem
|
|
3013
3438
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3051,7 +3476,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3051
3476
|
expected: "(__type.o2 | undefined)",
|
|
3052
3477
|
value: input3.continuousColorScale
|
|
3053
3478
|
})].every((flag) => flag);
|
|
3054
|
-
const $
|
|
3479
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3055
3480
|
path: _path2 + ".id",
|
|
3056
3481
|
expected: "string",
|
|
3057
3482
|
value: input3.id
|
|
@@ -3067,8 +3492,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3067
3492
|
path: _path2 + ".child_types",
|
|
3068
3493
|
expected: "(Array<string> | undefined)",
|
|
3069
3494
|
value: input3.child_types
|
|
3070
|
-
})) && input3.child_types.map((elem,
|
|
3071
|
-
path: _path2 + ".child_types[" +
|
|
3495
|
+
})) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3496
|
+
path: _path2 + ".child_types[" + _index42 + "]",
|
|
3072
3497
|
expected: "string",
|
|
3073
3498
|
value: elem
|
|
3074
3499
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3083,8 +3508,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3083
3508
|
path: _path2 + ".included_types",
|
|
3084
3509
|
expected: "(Array<string> | undefined)",
|
|
3085
3510
|
value: input3.included_types
|
|
3086
|
-
})) && input3.included_types.map((elem,
|
|
3087
|
-
path: _path2 + ".included_types[" +
|
|
3511
|
+
})) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3512
|
+
path: _path2 + ".included_types[" + _index43 + "]",
|
|
3088
3513
|
expected: "string",
|
|
3089
3514
|
value: elem
|
|
3090
3515
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3108,7 +3533,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3108
3533
|
expected: "(boolean | undefined)",
|
|
3109
3534
|
value: input3.skipValuesBuild
|
|
3110
3535
|
})].every((flag) => flag);
|
|
3111
|
-
const $
|
|
3536
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3112
3537
|
path: _path2 + ".id",
|
|
3113
3538
|
expected: "string",
|
|
3114
3539
|
value: input3.id
|
|
@@ -3124,8 +3549,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3124
3549
|
path: _path2 + ".child_types",
|
|
3125
3550
|
expected: "(Array<string> | undefined)",
|
|
3126
3551
|
value: input3.child_types
|
|
3127
|
-
})) && input3.child_types.map((elem,
|
|
3128
|
-
path: _path2 + ".child_types[" +
|
|
3552
|
+
})) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3553
|
+
path: _path2 + ".child_types[" + _index44 + "]",
|
|
3129
3554
|
expected: "string",
|
|
3130
3555
|
value: elem
|
|
3131
3556
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3140,8 +3565,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3140
3565
|
path: _path2 + ".included_types",
|
|
3141
3566
|
expected: "(Array<string> | undefined)",
|
|
3142
3567
|
value: input3.included_types
|
|
3143
|
-
})) && input3.included_types.map((elem,
|
|
3144
|
-
path: _path2 + ".included_types[" +
|
|
3568
|
+
})) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3569
|
+
path: _path2 + ".included_types[" + _index45 + "]",
|
|
3145
3570
|
expected: "string",
|
|
3146
3571
|
value: elem
|
|
3147
3572
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3172,12 +3597,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3172
3597
|
path: _path2 + ".snps",
|
|
3173
3598
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3174
3599
|
value: input3.snps
|
|
3175
|
-
})) && input3.snps.map((elem,
|
|
3176
|
-
path: _path2 + ".snps[" +
|
|
3600
|
+
})) && input3.snps.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3601
|
+
path: _path2 + ".snps[" + _index46 + "]",
|
|
3177
3602
|
expected: "SnpsEntry",
|
|
3178
3603
|
value: elem
|
|
3179
|
-
})) && $
|
|
3180
|
-
path: _path2 + ".snps[" +
|
|
3604
|
+
})) && $vo39(elem, _path2 + ".snps[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3605
|
+
path: _path2 + ".snps[" + _index46 + "]",
|
|
3181
3606
|
expected: "SnpsEntry",
|
|
3182
3607
|
value: elem
|
|
3183
3608
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3185,12 +3610,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3185
3610
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3186
3611
|
value: input3.snps
|
|
3187
3612
|
})].every((flag) => flag);
|
|
3188
|
-
const $
|
|
3613
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3189
3614
|
path: _path2 + ".altAlleles",
|
|
3190
3615
|
expected: "(Array<string> | undefined)",
|
|
3191
3616
|
value: input3.altAlleles
|
|
3192
|
-
})) && input3.altAlleles.map((elem,
|
|
3193
|
-
path: _path2 + ".altAlleles[" +
|
|
3617
|
+
})) && input3.altAlleles.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3618
|
+
path: _path2 + ".altAlleles[" + _index47 + "]",
|
|
3194
3619
|
expected: "string",
|
|
3195
3620
|
value: elem
|
|
3196
3621
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3201,12 +3626,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3201
3626
|
path: _path2 + ".alleles",
|
|
3202
3627
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
3203
3628
|
value: input3.alleles
|
|
3204
|
-
})) && input3.alleles.map((elem,
|
|
3205
|
-
path: _path2 + ".alleles[" +
|
|
3629
|
+
})) && input3.alleles.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3630
|
+
path: _path2 + ".alleles[" + _index48 + "]",
|
|
3206
3631
|
expected: "AllelesEntry",
|
|
3207
3632
|
value: elem
|
|
3208
|
-
})) && $
|
|
3209
|
-
path: _path2 + ".alleles[" +
|
|
3633
|
+
})) && $vo40(elem, _path2 + ".alleles[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3634
|
+
path: _path2 + ".alleles[" + _index48 + "]",
|
|
3210
3635
|
expected: "AllelesEntry",
|
|
3211
3636
|
value: elem
|
|
3212
3637
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3221,7 +3646,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3221
3646
|
path: _path2 + ".gt2count",
|
|
3222
3647
|
expected: "(__type.o5 | undefined)",
|
|
3223
3648
|
value: input3.gt2count
|
|
3224
|
-
})) && $
|
|
3649
|
+
})) && $vo41(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3225
3650
|
path: _path2 + ".gt2count",
|
|
3226
3651
|
expected: "(__type.o5 | undefined)",
|
|
3227
3652
|
value: input3.gt2count
|
|
@@ -3250,7 +3675,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3250
3675
|
expected: "(number | undefined)",
|
|
3251
3676
|
value: input3.pos
|
|
3252
3677
|
})].every((flag) => flag);
|
|
3253
|
-
const $
|
|
3678
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3254
3679
|
path: _path2 + ".allele",
|
|
3255
3680
|
expected: "string",
|
|
3256
3681
|
value: input3.allele
|
|
@@ -3263,7 +3688,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3263
3688
|
expected: "boolean",
|
|
3264
3689
|
value: input3.isRef
|
|
3265
3690
|
})].every((flag) => flag);
|
|
3266
|
-
const $
|
|
3691
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3267
3692
|
path: _path2 + ".k",
|
|
3268
3693
|
expected: "string",
|
|
3269
3694
|
value: input3.k
|
|
@@ -3272,7 +3697,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3272
3697
|
expected: "(number | string)",
|
|
3273
3698
|
value: input3.v
|
|
3274
3699
|
})].every((flag) => flag);
|
|
3275
|
-
const $
|
|
3700
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3276
3701
|
path: _path2 + ".id",
|
|
3277
3702
|
expected: "string",
|
|
3278
3703
|
value: input3.id
|
|
@@ -3288,8 +3713,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3288
3713
|
path: _path2 + ".child_types",
|
|
3289
3714
|
expected: "(Array<string> | undefined)",
|
|
3290
3715
|
value: input3.child_types
|
|
3291
|
-
})) && input3.child_types.map((elem,
|
|
3292
|
-
path: _path2 + ".child_types[" +
|
|
3716
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3717
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
3293
3718
|
expected: "string",
|
|
3294
3719
|
value: elem
|
|
3295
3720
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3304,8 +3729,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3304
3729
|
path: _path2 + ".included_types",
|
|
3305
3730
|
expected: "(Array<string> | undefined)",
|
|
3306
3731
|
value: input3.included_types
|
|
3307
|
-
})) && input3.included_types.map((elem,
|
|
3308
|
-
path: _path2 + ".included_types[" +
|
|
3732
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3733
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
3309
3734
|
expected: "string",
|
|
3310
3735
|
value: elem
|
|
3311
3736
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3320,7 +3745,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3320
3745
|
path: _path2 + ".values",
|
|
3321
3746
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
3322
3747
|
value: input3.values
|
|
3323
|
-
})) && $
|
|
3748
|
+
})) && $vo43(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3324
3749
|
path: _path2 + ".values",
|
|
3325
3750
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
3326
3751
|
value: input3.values
|
|
@@ -3329,7 +3754,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3329
3754
|
expected: "(boolean | undefined)",
|
|
3330
3755
|
value: input3.skipValuesBuild
|
|
3331
3756
|
})].every((flag) => flag);
|
|
3332
|
-
const $
|
|
3757
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3333
3758
|
const value = input3[key];
|
|
3334
3759
|
if (void 0 === value)
|
|
3335
3760
|
return true;
|
|
@@ -3338,7 +3763,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3338
3763
|
path: _path2 + $join(key),
|
|
3339
3764
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3340
3765
|
value
|
|
3341
|
-
})) && $
|
|
3766
|
+
})) && $vo44(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3342
3767
|
path: _path2 + $join(key),
|
|
3343
3768
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3344
3769
|
value
|
|
@@ -3348,14 +3773,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3348
3773
|
path: _path2 + $join(key),
|
|
3349
3774
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3350
3775
|
value
|
|
3351
|
-
})) && $
|
|
3776
|
+
})) && $vo44(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3352
3777
|
path: _path2 + $join(key),
|
|
3353
3778
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
3354
3779
|
value
|
|
3355
3780
|
});
|
|
3356
3781
|
return true;
|
|
3357
3782
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3358
|
-
const $
|
|
3783
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
3359
3784
|
path: _path2 + ".key",
|
|
3360
3785
|
expected: "(string | undefined)",
|
|
3361
3786
|
value: input3.key
|
|
@@ -3399,12 +3824,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3399
3824
|
path: _path2 + ".list",
|
|
3400
3825
|
expected: "Array<__type>.o3",
|
|
3401
3826
|
value: input3.list
|
|
3402
|
-
})) && input3.list.map((elem,
|
|
3403
|
-
path: _path2 + ".list[" +
|
|
3827
|
+
})) && input3.list.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3828
|
+
path: _path2 + ".list[" + _index51 + "]",
|
|
3404
3829
|
expected: "__type.o6",
|
|
3405
3830
|
value: elem
|
|
3406
|
-
})) && $
|
|
3407
|
-
path: _path2 + ".list[" +
|
|
3831
|
+
})) && $vo45(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3832
|
+
path: _path2 + ".list[" + _index51 + "]",
|
|
3408
3833
|
expected: "__type.o6",
|
|
3409
3834
|
value: elem
|
|
3410
3835
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3412,7 +3837,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3412
3837
|
expected: "Array<__type>.o3",
|
|
3413
3838
|
value: input3.list
|
|
3414
3839
|
}), true].every((flag) => flag);
|
|
3415
|
-
const $
|
|
3840
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
3416
3841
|
path: _path2 + ".sampleId",
|
|
3417
3842
|
expected: "string",
|
|
3418
3843
|
value: input3.sampleId
|
|
@@ -3425,14 +3850,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3425
3850
|
if ("gene" === input3.kind)
|
|
3426
3851
|
return $vo1(input3, _path2, _exceptionable2);
|
|
3427
3852
|
if ("coord" === input3.kind)
|
|
3428
|
-
return $
|
|
3853
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
3429
3854
|
if ("categorical" === input3.type)
|
|
3430
|
-
return $
|
|
3855
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
3431
3856
|
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3432
|
-
return $
|
|
3857
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
3433
3858
|
if ("condition" === input3.type)
|
|
3434
|
-
return $
|
|
3435
|
-
return $
|
|
3859
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
3860
|
+
return $vo38(input3, _path2, false) || $vo42(input3, _path2, false);
|
|
3436
3861
|
})();
|
|
3437
3862
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3438
3863
|
if ("tvslst" === input3.type)
|
|
@@ -3464,11 +3889,22 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3464
3889
|
return $vo19(input3, _path2, _exceptionable2);
|
|
3465
3890
|
})();
|
|
3466
3891
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3892
|
+
if ("gene" === input3.kind)
|
|
3893
|
+
return $vo30(input3, _path2, _exceptionable2);
|
|
3894
|
+
if ("coord" === input3.kind)
|
|
3895
|
+
return $vo31(input3, _path2, _exceptionable2);
|
|
3896
|
+
return $report(_exceptionable2, {
|
|
3897
|
+
path: _path2,
|
|
3898
|
+
expected: "(BaseTerm & Gene | BaseTerm & Coord)",
|
|
3899
|
+
value: input3
|
|
3900
|
+
});
|
|
3901
|
+
})();
|
|
3902
|
+
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3467
3903
|
if (void 0 !== input3.ranges)
|
|
3468
3904
|
return $vo13(input3, _path2, _exceptionable2);
|
|
3469
3905
|
return $vo6(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
|
|
3470
3906
|
})();
|
|
3471
|
-
const $
|
|
3907
|
+
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3472
3908
|
if ("regular-bin" === input3.type)
|
|
3473
3909
|
return $vo16(input3, _path2, _exceptionable2);
|
|
3474
3910
|
if ("custom-bin" === input3.type)
|
|
@@ -3479,7 +3915,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3479
3915
|
value: input3
|
|
3480
3916
|
});
|
|
3481
3917
|
})();
|
|
3482
|
-
const $
|
|
3918
|
+
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3483
3919
|
if (true === input3.startunbounded)
|
|
3484
3920
|
return $vo18(input3, _path2, _exceptionable2);
|
|
3485
3921
|
if (void 0 !== input3.start)
|
|
@@ -3490,7 +3926,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3490
3926
|
value: input3
|
|
3491
3927
|
});
|
|
3492
3928
|
})();
|
|
3493
|
-
const $
|
|
3929
|
+
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3494
3930
|
if (void 0 !== input3.stop)
|
|
3495
3931
|
return $vo19(input3, _path2, _exceptionable2);
|
|
3496
3932
|
if (true === input3.stopunbounded)
|
|
@@ -3501,14 +3937,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
3501
3937
|
value: input3
|
|
3502
3938
|
});
|
|
3503
3939
|
})();
|
|
3504
|
-
const $
|
|
3940
|
+
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3505
3941
|
if ("gene" === input3.kind)
|
|
3506
3942
|
return $vo29(input3, _path2, _exceptionable2);
|
|
3507
3943
|
if ("coord" === input3.kind)
|
|
3508
|
-
return $
|
|
3944
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3509
3945
|
return $report(_exceptionable2, {
|
|
3510
3946
|
path: _path2,
|
|
3511
|
-
expected: '(BaseTerm & { type: "geneVariant";
|
|
3947
|
+
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
|
|
3512
3948
|
value: input3
|
|
3513
3949
|
});
|
|
3514
3950
|
})();
|