@sjcrh/proteinpaint-types 2.169.0 → 2.170.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-EBPGV76U.js → chunk-33FYSH3O.js} +130 -2
- package/dist/{chunk-GIPUG4HD.js → chunk-447IAMTQ.js} +130 -2
- package/dist/{chunk-ZXPLL3NT.js → chunk-53QZTLJK.js} +417 -185
- package/dist/{chunk-PZHVYGSD.js → chunk-A5Z4YYMF.js} +492 -236
- package/dist/{chunk-5F24QFE7.js → chunk-BPDR66LV.js} +385 -151
- package/dist/{chunk-C27KCAQH.js → chunk-CUU7POGC.js} +417 -185
- package/dist/{chunk-FTPYJPUB.js → chunk-FK7OCBPT.js} +5 -1
- package/dist/{chunk-OLXOQLZH.js → chunk-GNLX5NQ5.js} +243 -49
- package/dist/{chunk-GZKTMVAU.js → chunk-HDED6K55.js} +515 -153
- package/dist/{chunk-LXW2FSLR.js → chunk-MH3TDIL4.js} +439 -207
- package/dist/{chunk-OLWNM7QP.js → chunk-MJEQEGN4.js} +130 -2
- package/dist/{chunk-5OMJAZK4.js → chunk-QL6YSLN6.js} +171 -43
- package/dist/{chunk-CC32XCET.js → chunk-UQNHLAZN.js} +660 -298
- package/dist/{chunk-VQOCGHP2.js → chunk-YCURJJSC.js} +5 -1
- package/dist/{chunk-MCL6EDOS.js → chunk-ZAMM6EMS.js} +421 -189
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/healthcheck.js +1 -1
- package/dist/index.js +15 -15
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +8 -2
- package/src/filter.ts +7 -1
- package/src/index.ts +1 -0
- package/src/routes/grin2.ts +5 -0
- package/src/routes/healthcheck.ts +1 -0
- package/src/routes/termdb.boxplot.ts +6 -2
- package/src/routes/termdb.violin.ts +12 -4
- package/src/terms/term.ts +3 -1
- package/src/terms/termCollection.ts +52 -0
- package/src/terms/tw.ts +3 -2
|
@@ -77,6 +77,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
77
77
|
const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
78
78
|
const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
79
79
|
const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
80
|
+
const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && "number" === typeof input3.ratio;
|
|
81
|
+
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.termlst || Array.isArray(input3.termlst)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs);
|
|
80
82
|
const $iu0 = (input3) => (() => {
|
|
81
83
|
if ("tvslst" === input3.type)
|
|
82
84
|
return $io1(input3);
|
|
@@ -108,6 +110,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
108
110
|
const $iu4 = (input3) => (() => {
|
|
109
111
|
if (void 0 !== input3.ranges)
|
|
110
112
|
return $io13(input3);
|
|
113
|
+
if (void 0 !== input3.ratio)
|
|
114
|
+
return $io39(input3);
|
|
111
115
|
return (() => {
|
|
112
116
|
if ($io3(input3))
|
|
113
117
|
return $io3(input3);
|
|
@@ -229,11 +233,11 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
229
233
|
value: input3.type
|
|
230
234
|
}), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
|
|
231
235
|
path: _path2 + ".tvs",
|
|
232
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
236
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
233
237
|
value: input3.tvs
|
|
234
238
|
})) && $vu4(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
235
239
|
path: _path2 + ".tvs",
|
|
236
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
240
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
237
241
|
value: input3.tvs
|
|
238
242
|
})].every((flag) => flag);
|
|
239
243
|
const $vo3 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
@@ -2086,6 +2090,128 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
2086
2090
|
expected: "string",
|
|
2087
2091
|
value: input3.value
|
|
2088
2092
|
})].every((flag) => flag);
|
|
2093
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2094
|
+
path: _path2 + ".join",
|
|
2095
|
+
expected: "(string | undefined)",
|
|
2096
|
+
value: input3.join
|
|
2097
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
2098
|
+
path: _path2 + ".isnot",
|
|
2099
|
+
expected: "(boolean | undefined)",
|
|
2100
|
+
value: input3.isnot
|
|
2101
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2102
|
+
path: _path2 + ".term",
|
|
2103
|
+
expected: "TermCollection",
|
|
2104
|
+
value: input3.term
|
|
2105
|
+
})) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2106
|
+
path: _path2 + ".term",
|
|
2107
|
+
expected: "TermCollection",
|
|
2108
|
+
value: input3.term
|
|
2109
|
+
}), "number" === typeof input3.ratio || $report(_exceptionable2, {
|
|
2110
|
+
path: _path2 + ".ratio",
|
|
2111
|
+
expected: "number",
|
|
2112
|
+
value: input3.ratio
|
|
2113
|
+
})].every((flag) => flag);
|
|
2114
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2115
|
+
path: _path2 + ".id",
|
|
2116
|
+
expected: "string",
|
|
2117
|
+
value: input3.id
|
|
2118
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2119
|
+
path: _path2 + ".name",
|
|
2120
|
+
expected: "string",
|
|
2121
|
+
value: input3.name
|
|
2122
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
2123
|
+
path: _path2 + ".type",
|
|
2124
|
+
expected: '"termCollection"',
|
|
2125
|
+
value: input3.type
|
|
2126
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2127
|
+
path: _path2 + ".child_types",
|
|
2128
|
+
expected: "(Array<string> | undefined)",
|
|
2129
|
+
value: input3.child_types
|
|
2130
|
+
})) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2131
|
+
path: _path2 + ".child_types[" + _index40 + "]",
|
|
2132
|
+
expected: "string",
|
|
2133
|
+
value: elem
|
|
2134
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2135
|
+
path: _path2 + ".child_types",
|
|
2136
|
+
expected: "(Array<string> | undefined)",
|
|
2137
|
+
value: input3.child_types
|
|
2138
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2139
|
+
path: _path2 + ".hashtmldetail",
|
|
2140
|
+
expected: "(boolean | undefined)",
|
|
2141
|
+
value: input3.hashtmldetail
|
|
2142
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2143
|
+
path: _path2 + ".included_types",
|
|
2144
|
+
expected: "(Array<string> | undefined)",
|
|
2145
|
+
value: input3.included_types
|
|
2146
|
+
})) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2147
|
+
path: _path2 + ".included_types[" + _index41 + "]",
|
|
2148
|
+
expected: "string",
|
|
2149
|
+
value: elem
|
|
2150
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2151
|
+
path: _path2 + ".included_types",
|
|
2152
|
+
expected: "(Array<string> | undefined)",
|
|
2153
|
+
value: input3.included_types
|
|
2154
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2155
|
+
path: _path2 + ".isleaf",
|
|
2156
|
+
expected: "(boolean | undefined)",
|
|
2157
|
+
value: input3.isleaf
|
|
2158
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2159
|
+
path: _path2 + ".values",
|
|
2160
|
+
expected: "(TermValues | undefined)",
|
|
2161
|
+
value: input3.values
|
|
2162
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2163
|
+
path: _path2 + ".values",
|
|
2164
|
+
expected: "(TermValues | undefined)",
|
|
2165
|
+
value: input3.values
|
|
2166
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2167
|
+
path: _path2 + ".skipValuesBuild",
|
|
2168
|
+
expected: "(boolean | undefined)",
|
|
2169
|
+
value: input3.skipValuesBuild
|
|
2170
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2171
|
+
path: _path2 + ".valueConversion",
|
|
2172
|
+
expected: "(__type.o1 | undefined)",
|
|
2173
|
+
value: input3.valueConversion
|
|
2174
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2175
|
+
path: _path2 + ".valueConversion",
|
|
2176
|
+
expected: "(__type.o1 | undefined)",
|
|
2177
|
+
value: input3.valueConversion
|
|
2178
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
2179
|
+
path: _path2 + ".collectionId",
|
|
2180
|
+
expected: "(string | undefined)",
|
|
2181
|
+
value: input3.collectionId
|
|
2182
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
2183
|
+
path: _path2 + ".lst",
|
|
2184
|
+
expected: "(Array<string> | undefined)",
|
|
2185
|
+
value: input3.lst
|
|
2186
|
+
})) && input3.lst.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2187
|
+
path: _path2 + ".lst[" + _index42 + "]",
|
|
2188
|
+
expected: "string",
|
|
2189
|
+
value: elem
|
|
2190
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2191
|
+
path: _path2 + ".lst",
|
|
2192
|
+
expected: "(Array<string> | undefined)",
|
|
2193
|
+
value: input3.lst
|
|
2194
|
+
}), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2195
|
+
path: _path2 + ".termlst",
|
|
2196
|
+
expected: "(Array<any> | undefined)",
|
|
2197
|
+
value: input3.termlst
|
|
2198
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2199
|
+
path: _path2 + ".numerators",
|
|
2200
|
+
expected: "(Array<string> | undefined)",
|
|
2201
|
+
value: input3.numerators
|
|
2202
|
+
})) && input3.numerators.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2203
|
+
path: _path2 + ".numerators[" + _index43 + "]",
|
|
2204
|
+
expected: "string",
|
|
2205
|
+
value: elem
|
|
2206
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2207
|
+
path: _path2 + ".numerators",
|
|
2208
|
+
expected: "(Array<string> | undefined)",
|
|
2209
|
+
value: input3.numerators
|
|
2210
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
2211
|
+
path: _path2 + ".newTvs",
|
|
2212
|
+
expected: "(boolean | undefined)",
|
|
2213
|
+
value: input3.newTvs
|
|
2214
|
+
})].every((flag) => flag);
|
|
2089
2215
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2090
2216
|
if ("tvslst" === input3.type)
|
|
2091
2217
|
return $vo1(input3, _path2, _exceptionable2);
|
|
@@ -2129,6 +2255,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
|
|
|
2129
2255
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
2130
2256
|
if (void 0 !== input3.ranges)
|
|
2131
2257
|
return $vo13(input3, _path2, _exceptionable2);
|
|
2258
|
+
if (void 0 !== input3.ratio)
|
|
2259
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
2132
2260
|
return $vo3(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
2133
2261
|
})();
|
|
2134
2262
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
@@ -2263,63 +2391,68 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2263
2391
|
const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
2264
2392
|
const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
2265
2393
|
const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
2266
|
-
const $io39 = (input3) =>
|
|
2267
|
-
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2268
|
-
const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2269
|
-
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2270
|
-
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2271
|
-
const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2272
|
-
const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
2273
|
-
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2274
|
-
const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2275
|
-
const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2276
|
-
const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
2277
|
-
const $io50 = (input3) =>
|
|
2278
|
-
const $io51 = (input3) => "string" === typeof input3.
|
|
2279
|
-
const $io52 = (input3) => "string" === typeof input3.
|
|
2280
|
-
const $io53 = (input3) =>
|
|
2281
|
-
const $io54 = (input3) =>
|
|
2394
|
+
const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && "number" === typeof input3.ratio;
|
|
2395
|
+
const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.termlst || Array.isArray(input3.termlst)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs);
|
|
2396
|
+
const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
2397
|
+
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
2398
|
+
const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
2399
|
+
const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
2400
|
+
const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
2401
|
+
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
|
|
2402
|
+
const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
2403
|
+
const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
2404
|
+
const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
|
|
2405
|
+
const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
2406
|
+
const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.termlst || Array.isArray(input3.termlst)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs);
|
|
2407
|
+
const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
|
|
2408
|
+
const $io53 = (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 && $io54(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io55(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);
|
|
2409
|
+
const $io54 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
2410
|
+
const $io55 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
2411
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io57(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
|
|
2412
|
+
const $io57 = (input3) => Object.keys(input3).every((key) => {
|
|
2282
2413
|
const value = input3[key];
|
|
2283
2414
|
if (void 0 === value)
|
|
2284
2415
|
return true;
|
|
2285
2416
|
if (RegExp(/(.*)/).test(key))
|
|
2286
|
-
return "object" === typeof value && null !== value && $
|
|
2417
|
+
return "object" === typeof value && null !== value && $io58(value);
|
|
2287
2418
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
2288
|
-
return "object" === typeof value && null !== value && $
|
|
2419
|
+
return "object" === typeof value && null !== value && $io58(value);
|
|
2289
2420
|
return true;
|
|
2290
2421
|
});
|
|
2291
|
-
const $
|
|
2292
|
-
const $
|
|
2422
|
+
const $io58 = (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 && $io59(elem))) && true;
|
|
2423
|
+
const $io59 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
2293
2424
|
const $iu0 = (input3) => (() => {
|
|
2294
2425
|
if ("metaboliteIntensity" === input3.type)
|
|
2295
|
-
return $
|
|
2426
|
+
return $io43(input3);
|
|
2296
2427
|
if ("categorical" === input3.type)
|
|
2297
|
-
return $
|
|
2428
|
+
return $io44(input3);
|
|
2298
2429
|
if ("snp" === input3.type)
|
|
2299
|
-
return $
|
|
2430
|
+
return $io45(input3);
|
|
2300
2431
|
if ("singleCellCellType" === input3.type)
|
|
2301
|
-
return $io44(input3);
|
|
2302
|
-
if ("date" === input3.type)
|
|
2303
2432
|
return $io46(input3);
|
|
2433
|
+
if ("date" === input3.type)
|
|
2434
|
+
return $io48(input3);
|
|
2304
2435
|
if ("integer" === input3.type || "float" === input3.type)
|
|
2305
|
-
return $io45(input3);
|
|
2306
|
-
if ("ssGSEA" === input3.type)
|
|
2307
2436
|
return $io47(input3);
|
|
2437
|
+
if ("ssGSEA" === input3.type)
|
|
2438
|
+
return $io49(input3);
|
|
2308
2439
|
if ("condition" === input3.type)
|
|
2309
|
-
return $
|
|
2440
|
+
return $io50(input3);
|
|
2441
|
+
if ("termCollection" === input3.type)
|
|
2442
|
+
return $io51(input3);
|
|
2310
2443
|
return (() => {
|
|
2311
2444
|
if ($io24(input3))
|
|
2312
2445
|
return $io24(input3);
|
|
2313
2446
|
if ($io1(input3))
|
|
2314
2447
|
return $io1(input3);
|
|
2315
|
-
if ($
|
|
2316
|
-
return $
|
|
2317
|
-
if ($
|
|
2318
|
-
return $
|
|
2319
|
-
if ($
|
|
2320
|
-
return $
|
|
2321
|
-
if ($
|
|
2322
|
-
return $
|
|
2448
|
+
if ($io41(input3))
|
|
2449
|
+
return $io41(input3);
|
|
2450
|
+
if ($io42(input3))
|
|
2451
|
+
return $io42(input3);
|
|
2452
|
+
if ($io56(input3))
|
|
2453
|
+
return $io56(input3);
|
|
2454
|
+
if ($io52(input3))
|
|
2455
|
+
return $io52(input3);
|
|
2323
2456
|
return false;
|
|
2324
2457
|
})();
|
|
2325
2458
|
})();
|
|
@@ -2354,6 +2487,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2354
2487
|
const $iu5 = (input3) => (() => {
|
|
2355
2488
|
if (void 0 !== input3.ranges)
|
|
2356
2489
|
return $io14(input3);
|
|
2490
|
+
if (void 0 !== input3.ratio)
|
|
2491
|
+
return $io39(input3);
|
|
2357
2492
|
return (() => {
|
|
2358
2493
|
if ($io6(input3))
|
|
2359
2494
|
return $io6(input3);
|
|
@@ -2421,11 +2556,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2421
2556
|
value: input3.terms
|
|
2422
2557
|
})) && input3.terms.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2423
2558
|
path: _path2 + ".terms[" + _index1 + "]",
|
|
2424
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2559
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; lst?: string[] | undefined; termlst?: any[] | undefined; numerators?: string[] | undefined; newTvs?: boolean | undefined; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2425
2560
|
value: elem
|
|
2426
2561
|
})) && $vu0(elem, _path2 + ".terms[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2427
2562
|
path: _path2 + ".terms[" + _index1 + "]",
|
|
2428
|
-
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2563
|
+
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; lst?: string[] | undefined; termlst?: any[] | undefined; numerators?: string[] | undefined; newTvs?: boolean | undefined; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2429
2564
|
value: elem
|
|
2430
2565
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2431
2566
|
path: _path2 + ".terms",
|
|
@@ -2635,11 +2770,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
2635
2770
|
value: input3.type
|
|
2636
2771
|
}), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
|
|
2637
2772
|
path: _path2 + ".tvs",
|
|
2638
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2773
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
2639
2774
|
value: input3.tvs
|
|
2640
2775
|
})) && $vu5(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
2641
2776
|
path: _path2 + ".tvs",
|
|
2642
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2777
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
2643
2778
|
value: input3.tvs
|
|
2644
2779
|
})].every((flag) => flag);
|
|
2645
2780
|
const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
@@ -4328,7 +4463,28 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4328
4463
|
expected: "string",
|
|
4329
4464
|
value: input3.value
|
|
4330
4465
|
})].every((flag) => flag);
|
|
4331
|
-
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
4466
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
4467
|
+
path: _path2 + ".join",
|
|
4468
|
+
expected: "(string | undefined)",
|
|
4469
|
+
value: input3.join
|
|
4470
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
4471
|
+
path: _path2 + ".isnot",
|
|
4472
|
+
expected: "(boolean | undefined)",
|
|
4473
|
+
value: input3.isnot
|
|
4474
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4475
|
+
path: _path2 + ".term",
|
|
4476
|
+
expected: "TermCollection",
|
|
4477
|
+
value: input3.term
|
|
4478
|
+
})) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4479
|
+
path: _path2 + ".term",
|
|
4480
|
+
expected: "TermCollection",
|
|
4481
|
+
value: input3.term
|
|
4482
|
+
}), "number" === typeof input3.ratio || $report(_exceptionable2, {
|
|
4483
|
+
path: _path2 + ".ratio",
|
|
4484
|
+
expected: "number",
|
|
4485
|
+
value: input3.ratio
|
|
4486
|
+
})].every((flag) => flag);
|
|
4487
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4332
4488
|
path: _path2 + ".id",
|
|
4333
4489
|
expected: "string",
|
|
4334
4490
|
value: input3.id
|
|
@@ -4336,9 +4492,9 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4336
4492
|
path: _path2 + ".name",
|
|
4337
4493
|
expected: "string",
|
|
4338
4494
|
value: input3.name
|
|
4339
|
-
}), "
|
|
4495
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
4340
4496
|
path: _path2 + ".type",
|
|
4341
|
-
expected: '"
|
|
4497
|
+
expected: '"termCollection"',
|
|
4342
4498
|
value: input3.type
|
|
4343
4499
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
4344
4500
|
path: _path2 + ".child_types",
|
|
@@ -4392,6 +4548,107 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4392
4548
|
path: _path2 + ".valueConversion",
|
|
4393
4549
|
expected: "(__type.o1 | undefined)",
|
|
4394
4550
|
value: input3.valueConversion
|
|
4551
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
4552
|
+
path: _path2 + ".collectionId",
|
|
4553
|
+
expected: "(string | undefined)",
|
|
4554
|
+
value: input3.collectionId
|
|
4555
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
4556
|
+
path: _path2 + ".lst",
|
|
4557
|
+
expected: "(Array<string> | undefined)",
|
|
4558
|
+
value: input3.lst
|
|
4559
|
+
})) && input3.lst.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4560
|
+
path: _path2 + ".lst[" + _index43 + "]",
|
|
4561
|
+
expected: "string",
|
|
4562
|
+
value: elem
|
|
4563
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4564
|
+
path: _path2 + ".lst",
|
|
4565
|
+
expected: "(Array<string> | undefined)",
|
|
4566
|
+
value: input3.lst
|
|
4567
|
+
}), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
4568
|
+
path: _path2 + ".termlst",
|
|
4569
|
+
expected: "(Array<any> | undefined)",
|
|
4570
|
+
value: input3.termlst
|
|
4571
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
4572
|
+
path: _path2 + ".numerators",
|
|
4573
|
+
expected: "(Array<string> | undefined)",
|
|
4574
|
+
value: input3.numerators
|
|
4575
|
+
})) && input3.numerators.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4576
|
+
path: _path2 + ".numerators[" + _index44 + "]",
|
|
4577
|
+
expected: "string",
|
|
4578
|
+
value: elem
|
|
4579
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4580
|
+
path: _path2 + ".numerators",
|
|
4581
|
+
expected: "(Array<string> | undefined)",
|
|
4582
|
+
value: input3.numerators
|
|
4583
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
4584
|
+
path: _path2 + ".newTvs",
|
|
4585
|
+
expected: "(boolean | undefined)",
|
|
4586
|
+
value: input3.newTvs
|
|
4587
|
+
})].every((flag) => flag);
|
|
4588
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4589
|
+
path: _path2 + ".id",
|
|
4590
|
+
expected: "string",
|
|
4591
|
+
value: input3.id
|
|
4592
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
4593
|
+
path: _path2 + ".name",
|
|
4594
|
+
expected: "string",
|
|
4595
|
+
value: input3.name
|
|
4596
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
4597
|
+
path: _path2 + ".type",
|
|
4598
|
+
expected: '"geneVariant"',
|
|
4599
|
+
value: input3.type
|
|
4600
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
4601
|
+
path: _path2 + ".child_types",
|
|
4602
|
+
expected: "(Array<string> | undefined)",
|
|
4603
|
+
value: input3.child_types
|
|
4604
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4605
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
4606
|
+
expected: "string",
|
|
4607
|
+
value: elem
|
|
4608
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4609
|
+
path: _path2 + ".child_types",
|
|
4610
|
+
expected: "(Array<string> | undefined)",
|
|
4611
|
+
value: input3.child_types
|
|
4612
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
4613
|
+
path: _path2 + ".hashtmldetail",
|
|
4614
|
+
expected: "(boolean | undefined)",
|
|
4615
|
+
value: input3.hashtmldetail
|
|
4616
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
4617
|
+
path: _path2 + ".included_types",
|
|
4618
|
+
expected: "(Array<string> | undefined)",
|
|
4619
|
+
value: input3.included_types
|
|
4620
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4621
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
4622
|
+
expected: "string",
|
|
4623
|
+
value: elem
|
|
4624
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4625
|
+
path: _path2 + ".included_types",
|
|
4626
|
+
expected: "(Array<string> | undefined)",
|
|
4627
|
+
value: input3.included_types
|
|
4628
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
4629
|
+
path: _path2 + ".isleaf",
|
|
4630
|
+
expected: "(boolean | undefined)",
|
|
4631
|
+
value: input3.isleaf
|
|
4632
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
4633
|
+
path: _path2 + ".values",
|
|
4634
|
+
expected: "(TermValues | undefined)",
|
|
4635
|
+
value: input3.values
|
|
4636
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
4637
|
+
path: _path2 + ".values",
|
|
4638
|
+
expected: "(TermValues | undefined)",
|
|
4639
|
+
value: input3.values
|
|
4640
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
4641
|
+
path: _path2 + ".skipValuesBuild",
|
|
4642
|
+
expected: "(boolean | undefined)",
|
|
4643
|
+
value: input3.skipValuesBuild
|
|
4644
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
4645
|
+
path: _path2 + ".valueConversion",
|
|
4646
|
+
expected: "(__type.o1 | undefined)",
|
|
4647
|
+
value: input3.valueConversion
|
|
4648
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
4649
|
+
path: _path2 + ".valueConversion",
|
|
4650
|
+
expected: "(__type.o1 | undefined)",
|
|
4651
|
+
value: input3.valueConversion
|
|
4395
4652
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
4396
4653
|
path: _path2 + ".kind",
|
|
4397
4654
|
expected: '"gene"',
|
|
@@ -4416,12 +4673,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4416
4673
|
path: _path2 + ".genes",
|
|
4417
4674
|
expected: "Array<GvGeneTerm>",
|
|
4418
4675
|
value: input3.genes
|
|
4419
|
-
})) && input3.genes.map((elem,
|
|
4420
|
-
path: _path2 + ".genes[" +
|
|
4676
|
+
})) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4677
|
+
path: _path2 + ".genes[" + _index47 + "]",
|
|
4421
4678
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4422
4679
|
value: elem
|
|
4423
|
-
})) && $vu4(elem, _path2 + ".genes[" +
|
|
4424
|
-
path: _path2 + ".genes[" +
|
|
4680
|
+
})) && $vu4(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4681
|
+
path: _path2 + ".genes[" + _index47 + "]",
|
|
4425
4682
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4426
4683
|
value: elem
|
|
4427
4684
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4440,12 +4697,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4440
4697
|
path: _path2 + ".childTerms",
|
|
4441
4698
|
expected: "Array<DtTerm>",
|
|
4442
4699
|
value: input3.childTerms
|
|
4443
|
-
})) && input3.childTerms.map((elem,
|
|
4444
|
-
path: _path2 + ".childTerms[" +
|
|
4700
|
+
})) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4701
|
+
path: _path2 + ".childTerms[" + _index48 + "]",
|
|
4445
4702
|
expected: "DtTerm",
|
|
4446
4703
|
value: elem
|
|
4447
|
-
})) && $vo33(elem, _path2 + ".childTerms[" +
|
|
4448
|
-
path: _path2 + ".childTerms[" +
|
|
4704
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4705
|
+
path: _path2 + ".childTerms[" + _index48 + "]",
|
|
4449
4706
|
expected: "DtTerm",
|
|
4450
4707
|
value: elem
|
|
4451
4708
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4453,7 +4710,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4453
4710
|
expected: "Array<DtTerm>",
|
|
4454
4711
|
value: input3.childTerms
|
|
4455
4712
|
})].every((flag) => flag);
|
|
4456
|
-
const $
|
|
4713
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4457
4714
|
path: _path2 + ".id",
|
|
4458
4715
|
expected: "string",
|
|
4459
4716
|
value: input3.id
|
|
@@ -4469,8 +4726,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4469
4726
|
path: _path2 + ".child_types",
|
|
4470
4727
|
expected: "(Array<string> | undefined)",
|
|
4471
4728
|
value: input3.child_types
|
|
4472
|
-
})) && input3.child_types.map((elem,
|
|
4473
|
-
path: _path2 + ".child_types[" +
|
|
4729
|
+
})) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4730
|
+
path: _path2 + ".child_types[" + _index49 + "]",
|
|
4474
4731
|
expected: "string",
|
|
4475
4732
|
value: elem
|
|
4476
4733
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4485,8 +4742,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4485
4742
|
path: _path2 + ".included_types",
|
|
4486
4743
|
expected: "(Array<string> | undefined)",
|
|
4487
4744
|
value: input3.included_types
|
|
4488
|
-
})) && input3.included_types.map((elem,
|
|
4489
|
-
path: _path2 + ".included_types[" +
|
|
4745
|
+
})) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4746
|
+
path: _path2 + ".included_types[" + _index50 + "]",
|
|
4490
4747
|
expected: "string",
|
|
4491
4748
|
value: elem
|
|
4492
4749
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4537,12 +4794,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4537
4794
|
path: _path2 + ".genes",
|
|
4538
4795
|
expected: "Array<GvGeneTerm>",
|
|
4539
4796
|
value: input3.genes
|
|
4540
|
-
})) && input3.genes.map((elem,
|
|
4541
|
-
path: _path2 + ".genes[" +
|
|
4797
|
+
})) && input3.genes.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4798
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
4542
4799
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4543
4800
|
value: elem
|
|
4544
|
-
})) && $vu4(elem, _path2 + ".genes[" +
|
|
4545
|
-
path: _path2 + ".genes[" +
|
|
4801
|
+
})) && $vu4(elem, _path2 + ".genes[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4802
|
+
path: _path2 + ".genes[" + _index51 + "]",
|
|
4546
4803
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
4547
4804
|
value: elem
|
|
4548
4805
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4561,12 +4818,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4561
4818
|
path: _path2 + ".childTerms",
|
|
4562
4819
|
expected: "Array<DtTerm>",
|
|
4563
4820
|
value: input3.childTerms
|
|
4564
|
-
})) && input3.childTerms.map((elem,
|
|
4565
|
-
path: _path2 + ".childTerms[" +
|
|
4821
|
+
})) && input3.childTerms.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4822
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
4566
4823
|
expected: "DtTerm",
|
|
4567
4824
|
value: elem
|
|
4568
|
-
})) && $vo33(elem, _path2 + ".childTerms[" +
|
|
4569
|
-
path: _path2 + ".childTerms[" +
|
|
4825
|
+
})) && $vo33(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4826
|
+
path: _path2 + ".childTerms[" + _index52 + "]",
|
|
4570
4827
|
expected: "DtTerm",
|
|
4571
4828
|
value: elem
|
|
4572
4829
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4574,7 +4831,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4574
4831
|
expected: "Array<DtTerm>",
|
|
4575
4832
|
value: input3.childTerms
|
|
4576
4833
|
})].every((flag) => flag);
|
|
4577
|
-
const $
|
|
4834
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4578
4835
|
path: _path2 + ".id",
|
|
4579
4836
|
expected: "string",
|
|
4580
4837
|
value: input3.id
|
|
@@ -4590,8 +4847,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4590
4847
|
path: _path2 + ".child_types",
|
|
4591
4848
|
expected: "(Array<string> | undefined)",
|
|
4592
4849
|
value: input3.child_types
|
|
4593
|
-
})) && input3.child_types.map((elem,
|
|
4594
|
-
path: _path2 + ".child_types[" +
|
|
4850
|
+
})) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4851
|
+
path: _path2 + ".child_types[" + _index53 + "]",
|
|
4595
4852
|
expected: "string",
|
|
4596
4853
|
value: elem
|
|
4597
4854
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4606,8 +4863,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4606
4863
|
path: _path2 + ".included_types",
|
|
4607
4864
|
expected: "(Array<string> | undefined)",
|
|
4608
4865
|
value: input3.included_types
|
|
4609
|
-
})) && input3.included_types.map((elem,
|
|
4610
|
-
path: _path2 + ".included_types[" +
|
|
4866
|
+
})) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4867
|
+
path: _path2 + ".included_types[" + _index54 + "]",
|
|
4611
4868
|
expected: "string",
|
|
4612
4869
|
value: elem
|
|
4613
4870
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4663,7 +4920,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4663
4920
|
expected: "(PresetNumericBins | undefined)",
|
|
4664
4921
|
value: input3.bins
|
|
4665
4922
|
})].every((flag) => flag);
|
|
4666
|
-
const $
|
|
4923
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4667
4924
|
path: _path2 + ".id",
|
|
4668
4925
|
expected: "string",
|
|
4669
4926
|
value: input3.id
|
|
@@ -4679,8 +4936,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4679
4936
|
path: _path2 + ".child_types",
|
|
4680
4937
|
expected: "(Array<string> | undefined)",
|
|
4681
4938
|
value: input3.child_types
|
|
4682
|
-
})) && input3.child_types.map((elem,
|
|
4683
|
-
path: _path2 + ".child_types[" +
|
|
4939
|
+
})) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4940
|
+
path: _path2 + ".child_types[" + _index55 + "]",
|
|
4684
4941
|
expected: "string",
|
|
4685
4942
|
value: elem
|
|
4686
4943
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4695,8 +4952,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4695
4952
|
path: _path2 + ".included_types",
|
|
4696
4953
|
expected: "(Array<string> | undefined)",
|
|
4697
4954
|
value: input3.included_types
|
|
4698
|
-
})) && input3.included_types.map((elem,
|
|
4699
|
-
path: _path2 + ".included_types[" +
|
|
4955
|
+
})) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4956
|
+
path: _path2 + ".included_types[" + _index56 + "]",
|
|
4700
4957
|
expected: "string",
|
|
4701
4958
|
value: elem
|
|
4702
4959
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4736,7 +4993,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4736
4993
|
expected: "TermGroupSetting",
|
|
4737
4994
|
value: input3.groupsetting
|
|
4738
4995
|
})].every((flag) => flag);
|
|
4739
|
-
const $
|
|
4996
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4740
4997
|
path: _path2 + ".id",
|
|
4741
4998
|
expected: "string",
|
|
4742
4999
|
value: input3.id
|
|
@@ -4752,8 +5009,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4752
5009
|
path: _path2 + ".child_types",
|
|
4753
5010
|
expected: "(Array<string> | undefined)",
|
|
4754
5011
|
value: input3.child_types
|
|
4755
|
-
})) && input3.child_types.map((elem,
|
|
4756
|
-
path: _path2 + ".child_types[" +
|
|
5012
|
+
})) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5013
|
+
path: _path2 + ".child_types[" + _index57 + "]",
|
|
4757
5014
|
expected: "string",
|
|
4758
5015
|
value: elem
|
|
4759
5016
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4768,8 +5025,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4768
5025
|
path: _path2 + ".included_types",
|
|
4769
5026
|
expected: "(Array<string> | undefined)",
|
|
4770
5027
|
value: input3.included_types
|
|
4771
|
-
})) && input3.included_types.map((elem,
|
|
4772
|
-
path: _path2 + ".included_types[" +
|
|
5028
|
+
})) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5029
|
+
path: _path2 + ".included_types[" + _index58 + "]",
|
|
4773
5030
|
expected: "string",
|
|
4774
5031
|
value: elem
|
|
4775
5032
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4820,8 +5077,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4820
5077
|
path: _path2 + ".alt",
|
|
4821
5078
|
expected: "Array<string>",
|
|
4822
5079
|
value: input3.alt
|
|
4823
|
-
})) && input3.alt.map((elem,
|
|
4824
|
-
path: _path2 + ".alt[" +
|
|
5080
|
+
})) && input3.alt.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5081
|
+
path: _path2 + ".alt[" + _index59 + "]",
|
|
4825
5082
|
expected: "string",
|
|
4826
5083
|
value: elem
|
|
4827
5084
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4837,7 +5094,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4837
5094
|
expected: "TermGroupSetting",
|
|
4838
5095
|
value: input3.groupsetting
|
|
4839
5096
|
})].every((flag) => flag);
|
|
4840
|
-
const $
|
|
5097
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4841
5098
|
path: _path2 + ".id",
|
|
4842
5099
|
expected: "string",
|
|
4843
5100
|
value: input3.id
|
|
@@ -4853,8 +5110,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4853
5110
|
path: _path2 + ".child_types",
|
|
4854
5111
|
expected: "(Array<string> | undefined)",
|
|
4855
5112
|
value: input3.child_types
|
|
4856
|
-
})) && input3.child_types.map((elem,
|
|
4857
|
-
path: _path2 + ".child_types[" +
|
|
5113
|
+
})) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5114
|
+
path: _path2 + ".child_types[" + _index60 + "]",
|
|
4858
5115
|
expected: "string",
|
|
4859
5116
|
value: elem
|
|
4860
5117
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4869,8 +5126,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4869
5126
|
path: _path2 + ".included_types",
|
|
4870
5127
|
expected: "(Array<string> | undefined)",
|
|
4871
5128
|
value: input3.included_types
|
|
4872
|
-
})) && input3.included_types.map((elem,
|
|
4873
|
-
path: _path2 + ".included_types[" +
|
|
5129
|
+
})) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5130
|
+
path: _path2 + ".included_types[" + _index61 + "]",
|
|
4874
5131
|
expected: "string",
|
|
4875
5132
|
value: elem
|
|
4876
5133
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4918,7 +5175,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4918
5175
|
expected: "TermGroupSetting",
|
|
4919
5176
|
value: input3.groupsetting
|
|
4920
5177
|
})].every((flag) => flag);
|
|
4921
|
-
const $
|
|
5178
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
4922
5179
|
path: _path2 + ".id",
|
|
4923
5180
|
expected: "string",
|
|
4924
5181
|
value: input3.id
|
|
@@ -4934,8 +5191,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4934
5191
|
path: _path2 + ".child_types",
|
|
4935
5192
|
expected: "(Array<string> | undefined)",
|
|
4936
5193
|
value: input3.child_types
|
|
4937
|
-
})) && input3.child_types.map((elem,
|
|
4938
|
-
path: _path2 + ".child_types[" +
|
|
5194
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5195
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
4939
5196
|
expected: "string",
|
|
4940
5197
|
value: elem
|
|
4941
5198
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -4950,8 +5207,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
4950
5207
|
path: _path2 + ".included_types",
|
|
4951
5208
|
expected: "(Array<string> | undefined)",
|
|
4952
5209
|
value: input3.included_types
|
|
4953
|
-
})) && input3.included_types.map((elem,
|
|
4954
|
-
path: _path2 + ".included_types[" +
|
|
5210
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5211
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
4955
5212
|
expected: "string",
|
|
4956
5213
|
value: elem
|
|
4957
5214
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5003,7 +5260,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5003
5260
|
expected: "PresetNumericBins",
|
|
5004
5261
|
value: input3.bins
|
|
5005
5262
|
})].every((flag) => flag);
|
|
5006
|
-
const $
|
|
5263
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5007
5264
|
path: _path2 + ".id",
|
|
5008
5265
|
expected: "string",
|
|
5009
5266
|
value: input3.id
|
|
@@ -5019,8 +5276,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5019
5276
|
path: _path2 + ".child_types",
|
|
5020
5277
|
expected: "(Array<string> | undefined)",
|
|
5021
5278
|
value: input3.child_types
|
|
5022
|
-
})) && input3.child_types.map((elem,
|
|
5023
|
-
path: _path2 + ".child_types[" +
|
|
5279
|
+
})) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5280
|
+
path: _path2 + ".child_types[" + _index64 + "]",
|
|
5024
5281
|
expected: "string",
|
|
5025
5282
|
value: elem
|
|
5026
5283
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5035,8 +5292,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5035
5292
|
path: _path2 + ".included_types",
|
|
5036
5293
|
expected: "(Array<string> | undefined)",
|
|
5037
5294
|
value: input3.included_types
|
|
5038
|
-
})) && input3.included_types.map((elem,
|
|
5039
|
-
path: _path2 + ".included_types[" +
|
|
5295
|
+
})) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5296
|
+
path: _path2 + ".included_types[" + _index65 + "]",
|
|
5040
5297
|
expected: "string",
|
|
5041
5298
|
value: elem
|
|
5042
5299
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5088,7 +5345,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5088
5345
|
expected: "(PresetNumericBins | undefined)",
|
|
5089
5346
|
value: input3.bins
|
|
5090
5347
|
})].every((flag) => flag);
|
|
5091
|
-
const $
|
|
5348
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5092
5349
|
path: _path2 + ".id",
|
|
5093
5350
|
expected: "string",
|
|
5094
5351
|
value: input3.id
|
|
@@ -5104,8 +5361,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5104
5361
|
path: _path2 + ".child_types",
|
|
5105
5362
|
expected: "(Array<string> | undefined)",
|
|
5106
5363
|
value: input3.child_types
|
|
5107
|
-
})) && input3.child_types.map((elem,
|
|
5108
|
-
path: _path2 + ".child_types[" +
|
|
5364
|
+
})) && input3.child_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5365
|
+
path: _path2 + ".child_types[" + _index66 + "]",
|
|
5109
5366
|
expected: "string",
|
|
5110
5367
|
value: elem
|
|
5111
5368
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5120,8 +5377,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5120
5377
|
path: _path2 + ".included_types",
|
|
5121
5378
|
expected: "(Array<string> | undefined)",
|
|
5122
5379
|
value: input3.included_types
|
|
5123
|
-
})) && input3.included_types.map((elem,
|
|
5124
|
-
path: _path2 + ".included_types[" +
|
|
5380
|
+
})) && input3.included_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5381
|
+
path: _path2 + ".included_types[" + _index67 + "]",
|
|
5125
5382
|
expected: "string",
|
|
5126
5383
|
value: elem
|
|
5127
5384
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5168,8 +5425,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5168
5425
|
path: _path2 + ".genes",
|
|
5169
5426
|
expected: "(Array<string> | undefined)",
|
|
5170
5427
|
value: input3.genes
|
|
5171
|
-
})) && input3.genes.map((elem,
|
|
5172
|
-
path: _path2 + ".genes[" +
|
|
5428
|
+
})) && input3.genes.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5429
|
+
path: _path2 + ".genes[" + _index68 + "]",
|
|
5173
5430
|
expected: "string",
|
|
5174
5431
|
value: elem
|
|
5175
5432
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5185,7 +5442,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5185
5442
|
expected: "(PresetNumericBins | undefined)",
|
|
5186
5443
|
value: input3.bins
|
|
5187
5444
|
})].every((flag) => flag);
|
|
5188
|
-
const $
|
|
5445
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5189
5446
|
path: _path2 + ".id",
|
|
5190
5447
|
expected: "string",
|
|
5191
5448
|
value: input3.id
|
|
@@ -5201,8 +5458,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5201
5458
|
path: _path2 + ".child_types",
|
|
5202
5459
|
expected: "(Array<string> | undefined)",
|
|
5203
5460
|
value: input3.child_types
|
|
5204
|
-
})) && input3.child_types.map((elem,
|
|
5205
|
-
path: _path2 + ".child_types[" +
|
|
5461
|
+
})) && input3.child_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5462
|
+
path: _path2 + ".child_types[" + _index69 + "]",
|
|
5206
5463
|
expected: "string",
|
|
5207
5464
|
value: elem
|
|
5208
5465
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5217,8 +5474,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5217
5474
|
path: _path2 + ".included_types",
|
|
5218
5475
|
expected: "(Array<string> | undefined)",
|
|
5219
5476
|
value: input3.included_types
|
|
5220
|
-
})) && input3.included_types.map((elem,
|
|
5221
|
-
path: _path2 + ".included_types[" +
|
|
5477
|
+
})) && input3.included_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5478
|
+
path: _path2 + ".included_types[" + _index70 + "]",
|
|
5222
5479
|
expected: "string",
|
|
5223
5480
|
value: elem
|
|
5224
5481
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5250,7 +5507,108 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5250
5507
|
expected: "(__type.o1 | undefined)",
|
|
5251
5508
|
value: input3.valueConversion
|
|
5252
5509
|
})].every((flag) => flag);
|
|
5253
|
-
const $
|
|
5510
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5511
|
+
path: _path2 + ".id",
|
|
5512
|
+
expected: "string",
|
|
5513
|
+
value: input3.id
|
|
5514
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
5515
|
+
path: _path2 + ".name",
|
|
5516
|
+
expected: "string",
|
|
5517
|
+
value: input3.name
|
|
5518
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
5519
|
+
path: _path2 + ".type",
|
|
5520
|
+
expected: '"termCollection"',
|
|
5521
|
+
value: input3.type
|
|
5522
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
5523
|
+
path: _path2 + ".child_types",
|
|
5524
|
+
expected: "(Array<string> | undefined)",
|
|
5525
|
+
value: input3.child_types
|
|
5526
|
+
})) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5527
|
+
path: _path2 + ".child_types[" + _index71 + "]",
|
|
5528
|
+
expected: "string",
|
|
5529
|
+
value: elem
|
|
5530
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5531
|
+
path: _path2 + ".child_types",
|
|
5532
|
+
expected: "(Array<string> | undefined)",
|
|
5533
|
+
value: input3.child_types
|
|
5534
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
5535
|
+
path: _path2 + ".hashtmldetail",
|
|
5536
|
+
expected: "(boolean | undefined)",
|
|
5537
|
+
value: input3.hashtmldetail
|
|
5538
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
5539
|
+
path: _path2 + ".included_types",
|
|
5540
|
+
expected: "(Array<string> | undefined)",
|
|
5541
|
+
value: input3.included_types
|
|
5542
|
+
})) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5543
|
+
path: _path2 + ".included_types[" + _index72 + "]",
|
|
5544
|
+
expected: "string",
|
|
5545
|
+
value: elem
|
|
5546
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5547
|
+
path: _path2 + ".included_types",
|
|
5548
|
+
expected: "(Array<string> | undefined)",
|
|
5549
|
+
value: input3.included_types
|
|
5550
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
5551
|
+
path: _path2 + ".isleaf",
|
|
5552
|
+
expected: "(boolean | undefined)",
|
|
5553
|
+
value: input3.isleaf
|
|
5554
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
5555
|
+
path: _path2 + ".values",
|
|
5556
|
+
expected: "(TermValues | undefined)",
|
|
5557
|
+
value: input3.values
|
|
5558
|
+
})) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5559
|
+
path: _path2 + ".values",
|
|
5560
|
+
expected: "(TermValues | undefined)",
|
|
5561
|
+
value: input3.values
|
|
5562
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
5563
|
+
path: _path2 + ".skipValuesBuild",
|
|
5564
|
+
expected: "(boolean | undefined)",
|
|
5565
|
+
value: input3.skipValuesBuild
|
|
5566
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
5567
|
+
path: _path2 + ".valueConversion",
|
|
5568
|
+
expected: "(__type.o1 | undefined)",
|
|
5569
|
+
value: input3.valueConversion
|
|
5570
|
+
})) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
5571
|
+
path: _path2 + ".valueConversion",
|
|
5572
|
+
expected: "(__type.o1 | undefined)",
|
|
5573
|
+
value: input3.valueConversion
|
|
5574
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
5575
|
+
path: _path2 + ".collectionId",
|
|
5576
|
+
expected: "(string | undefined)",
|
|
5577
|
+
value: input3.collectionId
|
|
5578
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
5579
|
+
path: _path2 + ".lst",
|
|
5580
|
+
expected: "(Array<string> | undefined)",
|
|
5581
|
+
value: input3.lst
|
|
5582
|
+
})) && input3.lst.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5583
|
+
path: _path2 + ".lst[" + _index73 + "]",
|
|
5584
|
+
expected: "string",
|
|
5585
|
+
value: elem
|
|
5586
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5587
|
+
path: _path2 + ".lst",
|
|
5588
|
+
expected: "(Array<string> | undefined)",
|
|
5589
|
+
value: input3.lst
|
|
5590
|
+
}), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
5591
|
+
path: _path2 + ".termlst",
|
|
5592
|
+
expected: "(Array<any> | undefined)",
|
|
5593
|
+
value: input3.termlst
|
|
5594
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
5595
|
+
path: _path2 + ".numerators",
|
|
5596
|
+
expected: "(Array<string> | undefined)",
|
|
5597
|
+
value: input3.numerators
|
|
5598
|
+
})) && input3.numerators.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5599
|
+
path: _path2 + ".numerators[" + _index74 + "]",
|
|
5600
|
+
expected: "string",
|
|
5601
|
+
value: elem
|
|
5602
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
5603
|
+
path: _path2 + ".numerators",
|
|
5604
|
+
expected: "(Array<string> | undefined)",
|
|
5605
|
+
value: input3.numerators
|
|
5606
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
5607
|
+
path: _path2 + ".newTvs",
|
|
5608
|
+
expected: "(boolean | undefined)",
|
|
5609
|
+
value: input3.newTvs
|
|
5610
|
+
})].every((flag) => flag);
|
|
5611
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5254
5612
|
path: _path2 + ".id",
|
|
5255
5613
|
expected: "string",
|
|
5256
5614
|
value: input3.id
|
|
@@ -5266,8 +5624,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5266
5624
|
path: _path2 + ".child_types",
|
|
5267
5625
|
expected: "(Array<string> | undefined)",
|
|
5268
5626
|
value: input3.child_types
|
|
5269
|
-
})) && input3.child_types.map((elem,
|
|
5270
|
-
path: _path2 + ".child_types[" +
|
|
5627
|
+
})) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5628
|
+
path: _path2 + ".child_types[" + _index75 + "]",
|
|
5271
5629
|
expected: "string",
|
|
5272
5630
|
value: elem
|
|
5273
5631
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5282,8 +5640,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5282
5640
|
path: _path2 + ".included_types",
|
|
5283
5641
|
expected: "(Array<string> | undefined)",
|
|
5284
5642
|
value: input3.included_types
|
|
5285
|
-
})) && input3.included_types.map((elem,
|
|
5286
|
-
path: _path2 + ".included_types[" +
|
|
5643
|
+
})) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5644
|
+
path: _path2 + ".included_types[" + _index76 + "]",
|
|
5287
5645
|
expected: "string",
|
|
5288
5646
|
value: elem
|
|
5289
5647
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5322,12 +5680,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5322
5680
|
path: _path2 + ".snps",
|
|
5323
5681
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5324
5682
|
value: input3.snps
|
|
5325
|
-
})) && input3.snps.map((elem,
|
|
5326
|
-
path: _path2 + ".snps[" +
|
|
5683
|
+
})) && input3.snps.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5684
|
+
path: _path2 + ".snps[" + _index77 + "]",
|
|
5327
5685
|
expected: "SnpsEntry",
|
|
5328
5686
|
value: elem
|
|
5329
|
-
})) && $
|
|
5330
|
-
path: _path2 + ".snps[" +
|
|
5687
|
+
})) && $vo53(elem, _path2 + ".snps[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5688
|
+
path: _path2 + ".snps[" + _index77 + "]",
|
|
5331
5689
|
expected: "SnpsEntry",
|
|
5332
5690
|
value: elem
|
|
5333
5691
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5335,12 +5693,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5335
5693
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
5336
5694
|
value: input3.snps
|
|
5337
5695
|
})].every((flag) => flag);
|
|
5338
|
-
const $
|
|
5696
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
5339
5697
|
path: _path2 + ".altAlleles",
|
|
5340
5698
|
expected: "(Array<string> | undefined)",
|
|
5341
5699
|
value: input3.altAlleles
|
|
5342
|
-
})) && input3.altAlleles.map((elem,
|
|
5343
|
-
path: _path2 + ".altAlleles[" +
|
|
5700
|
+
})) && input3.altAlleles.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5701
|
+
path: _path2 + ".altAlleles[" + _index78 + "]",
|
|
5344
5702
|
expected: "string",
|
|
5345
5703
|
value: elem
|
|
5346
5704
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5351,12 +5709,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5351
5709
|
path: _path2 + ".alleles",
|
|
5352
5710
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
5353
5711
|
value: input3.alleles
|
|
5354
|
-
})) && input3.alleles.map((elem,
|
|
5355
|
-
path: _path2 + ".alleles[" +
|
|
5712
|
+
})) && input3.alleles.map((elem, _index79) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5713
|
+
path: _path2 + ".alleles[" + _index79 + "]",
|
|
5356
5714
|
expected: "AllelesEntry",
|
|
5357
5715
|
value: elem
|
|
5358
|
-
})) && $
|
|
5359
|
-
path: _path2 + ".alleles[" +
|
|
5716
|
+
})) && $vo54(elem, _path2 + ".alleles[" + _index79 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5717
|
+
path: _path2 + ".alleles[" + _index79 + "]",
|
|
5360
5718
|
expected: "AllelesEntry",
|
|
5361
5719
|
value: elem
|
|
5362
5720
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5371,7 +5729,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5371
5729
|
path: _path2 + ".gt2count",
|
|
5372
5730
|
expected: "(__type.o6 | undefined)",
|
|
5373
5731
|
value: input3.gt2count
|
|
5374
|
-
})) && $
|
|
5732
|
+
})) && $vo55(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
5375
5733
|
path: _path2 + ".gt2count",
|
|
5376
5734
|
expected: "(__type.o6 | undefined)",
|
|
5377
5735
|
value: input3.gt2count
|
|
@@ -5400,7 +5758,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5400
5758
|
expected: "(number | undefined)",
|
|
5401
5759
|
value: input3.pos
|
|
5402
5760
|
})].every((flag) => flag);
|
|
5403
|
-
const $
|
|
5761
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
5404
5762
|
path: _path2 + ".allele",
|
|
5405
5763
|
expected: "string",
|
|
5406
5764
|
value: input3.allele
|
|
@@ -5413,7 +5771,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5413
5771
|
expected: "boolean",
|
|
5414
5772
|
value: input3.isRef
|
|
5415
5773
|
})].every((flag) => flag);
|
|
5416
|
-
const $
|
|
5774
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
5417
5775
|
path: _path2 + ".k",
|
|
5418
5776
|
expected: "string",
|
|
5419
5777
|
value: input3.k
|
|
@@ -5422,7 +5780,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5422
5780
|
expected: "(number | string)",
|
|
5423
5781
|
value: input3.v
|
|
5424
5782
|
})].every((flag) => flag);
|
|
5425
|
-
const $
|
|
5783
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5426
5784
|
path: _path2 + ".id",
|
|
5427
5785
|
expected: "string",
|
|
5428
5786
|
value: input3.id
|
|
@@ -5438,8 +5796,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5438
5796
|
path: _path2 + ".child_types",
|
|
5439
5797
|
expected: "(Array<string> | undefined)",
|
|
5440
5798
|
value: input3.child_types
|
|
5441
|
-
})) && input3.child_types.map((elem,
|
|
5442
|
-
path: _path2 + ".child_types[" +
|
|
5799
|
+
})) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5800
|
+
path: _path2 + ".child_types[" + _index80 + "]",
|
|
5443
5801
|
expected: "string",
|
|
5444
5802
|
value: elem
|
|
5445
5803
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5454,8 +5812,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5454
5812
|
path: _path2 + ".included_types",
|
|
5455
5813
|
expected: "(Array<string> | undefined)",
|
|
5456
5814
|
value: input3.included_types
|
|
5457
|
-
})) && input3.included_types.map((elem,
|
|
5458
|
-
path: _path2 + ".included_types[" +
|
|
5815
|
+
})) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
|
|
5816
|
+
path: _path2 + ".included_types[" + _index81 + "]",
|
|
5459
5817
|
expected: "string",
|
|
5460
5818
|
value: elem
|
|
5461
5819
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5470,7 +5828,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5470
5828
|
path: _path2 + ".values",
|
|
5471
5829
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
5472
5830
|
value: input3.values
|
|
5473
|
-
})) && $
|
|
5831
|
+
})) && $vo57(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
5474
5832
|
path: _path2 + ".values",
|
|
5475
5833
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
5476
5834
|
value: input3.values
|
|
@@ -5487,7 +5845,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5487
5845
|
expected: "(__type.o1 | undefined)",
|
|
5488
5846
|
value: input3.valueConversion
|
|
5489
5847
|
})].every((flag) => flag);
|
|
5490
|
-
const $
|
|
5848
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
5491
5849
|
const value = input3[key];
|
|
5492
5850
|
if (void 0 === value)
|
|
5493
5851
|
return true;
|
|
@@ -5496,7 +5854,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5496
5854
|
path: _path2 + $join(key),
|
|
5497
5855
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
5498
5856
|
value
|
|
5499
|
-
})) && $
|
|
5857
|
+
})) && $vo58(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
5500
5858
|
path: _path2 + $join(key),
|
|
5501
5859
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
5502
5860
|
value
|
|
@@ -5506,14 +5864,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5506
5864
|
path: _path2 + $join(key),
|
|
5507
5865
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
5508
5866
|
value
|
|
5509
|
-
})) && $
|
|
5867
|
+
})) && $vo58(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
5510
5868
|
path: _path2 + $join(key),
|
|
5511
5869
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
5512
5870
|
value
|
|
5513
5871
|
});
|
|
5514
5872
|
return true;
|
|
5515
5873
|
}).every((flag) => flag)].every((flag) => flag);
|
|
5516
|
-
const $
|
|
5874
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
5517
5875
|
path: _path2 + ".key",
|
|
5518
5876
|
expected: "(string | undefined)",
|
|
5519
5877
|
value: input3.key
|
|
@@ -5557,12 +5915,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5557
5915
|
path: _path2 + ".list",
|
|
5558
5916
|
expected: "Array<__type>.o3",
|
|
5559
5917
|
value: input3.list
|
|
5560
|
-
})) && input3.list.map((elem,
|
|
5561
|
-
path: _path2 + ".list[" +
|
|
5918
|
+
})) && input3.list.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
5919
|
+
path: _path2 + ".list[" + _index82 + "]",
|
|
5562
5920
|
expected: "__type.o7",
|
|
5563
5921
|
value: elem
|
|
5564
|
-
})) && $
|
|
5565
|
-
path: _path2 + ".list[" +
|
|
5922
|
+
})) && $vo59(elem, _path2 + ".list[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
5923
|
+
path: _path2 + ".list[" + _index82 + "]",
|
|
5566
5924
|
expected: "__type.o7",
|
|
5567
5925
|
value: elem
|
|
5568
5926
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5570,7 +5928,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5570
5928
|
expected: "Array<__type>.o3",
|
|
5571
5929
|
value: input3.list
|
|
5572
5930
|
}), true].every((flag) => flag);
|
|
5573
|
-
const $
|
|
5931
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
5574
5932
|
path: _path2 + ".sampleId",
|
|
5575
5933
|
expected: "string",
|
|
5576
5934
|
value: input3.sampleId
|
|
@@ -5581,22 +5939,24 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5581
5939
|
})].every((flag) => flag);
|
|
5582
5940
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5583
5941
|
if ("metaboliteIntensity" === input3.type)
|
|
5584
|
-
return $
|
|
5942
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
5585
5943
|
if ("categorical" === input3.type)
|
|
5586
|
-
return $
|
|
5944
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
5587
5945
|
if ("snp" === input3.type)
|
|
5588
|
-
return $
|
|
5946
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
5589
5947
|
if ("singleCellCellType" === input3.type)
|
|
5590
|
-
return $vo44(input3, _path2, _exceptionable2);
|
|
5591
|
-
if ("date" === input3.type)
|
|
5592
5948
|
return $vo46(input3, _path2, _exceptionable2);
|
|
5949
|
+
if ("date" === input3.type)
|
|
5950
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
5593
5951
|
if ("integer" === input3.type || "float" === input3.type)
|
|
5594
|
-
return $vo45(input3, _path2, _exceptionable2);
|
|
5595
|
-
if ("ssGSEA" === input3.type)
|
|
5596
5952
|
return $vo47(input3, _path2, _exceptionable2);
|
|
5953
|
+
if ("ssGSEA" === input3.type)
|
|
5954
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
5597
5955
|
if ("condition" === input3.type)
|
|
5598
|
-
return $
|
|
5599
|
-
|
|
5956
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
5957
|
+
if ("termCollection" === input3.type)
|
|
5958
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
5959
|
+
return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo56(input3, _path2, false) || $vo52(input3, _path2, false);
|
|
5600
5960
|
})();
|
|
5601
5961
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5602
5962
|
if ("tvslst" === input3.type)
|
|
@@ -5641,6 +6001,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
|
|
|
5641
6001
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
5642
6002
|
if (void 0 !== input3.ranges)
|
|
5643
6003
|
return $vo14(input3, _path2, _exceptionable2);
|
|
6004
|
+
if (void 0 !== input3.ratio)
|
|
6005
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
5644
6006
|
return $vo6(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
5645
6007
|
})();
|
|
5646
6008
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|