@sjcrh/proteinpaint-types 2.167.0 → 2.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-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-5F24QFE7.js → chunk-BPDR66LV.js} +385 -151
- package/dist/{chunk-C27KCAQH.js → chunk-CUU7POGC.js} +417 -185
- package/dist/{chunk-GZKTMVAU.js → chunk-HDED6K55.js} +515 -153
- package/dist/{chunk-E4Z7PJZQ.js → chunk-HRH4GGV2.js} +503 -235
- 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-OLXOQLZH.js → chunk-TVS2JEXL.js} +130 -2
- 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/index.js +14 -14
- 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/termdb.boxplot.ts +7 -9
- package/src/terms/term.ts +3 -1
- package/src/terms/termCollection.ts +52 -0
- package/src/terms/tw.ts +3 -2
|
@@ -77,8 +77,10 @@ var validTermdbClusterRequest = (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.
|
|
81
|
-
const $io40 = (input3) =>
|
|
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);
|
|
82
|
+
const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
83
|
+
const $io42 = (input3) => Object.keys(input3).every((key) => {
|
|
82
84
|
const value = input3[key];
|
|
83
85
|
if (void 0 === value)
|
|
84
86
|
return true;
|
|
@@ -86,38 +88,38 @@ var validTermdbClusterRequest = (input) => {
|
|
|
86
88
|
return true;
|
|
87
89
|
return true;
|
|
88
90
|
});
|
|
89
|
-
const $
|
|
90
|
-
const $
|
|
91
|
-
const $
|
|
92
|
-
const $
|
|
93
|
-
const $io45 = (input3) => true;
|
|
94
|
-
const $io46 = (input3) => true;
|
|
91
|
+
const $io43 = (input3) => true;
|
|
92
|
+
const $io44 = (input3) => true;
|
|
93
|
+
const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === 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);
|
|
94
|
+
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
95
95
|
const $io47 = (input3) => true;
|
|
96
96
|
const $io48 = (input3) => true;
|
|
97
97
|
const $io49 = (input3) => true;
|
|
98
98
|
const $io50 = (input3) => true;
|
|
99
|
-
const $io51 = (input3) =>
|
|
100
|
-
const $io52 = (input3) =>
|
|
101
|
-
const $io53 = (input3) => (void 0 === input3.
|
|
102
|
-
const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $
|
|
103
|
-
const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) &&
|
|
104
|
-
const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $
|
|
105
|
-
const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) &&
|
|
106
|
-
const $io58 = (input3) => "number" === typeof input3.
|
|
107
|
-
const $io59 = (input3) =>
|
|
108
|
-
const $io60 = (input3) =>
|
|
109
|
-
const $io61 = (input3) => true;
|
|
110
|
-
const $io62 = (input3) => true;
|
|
99
|
+
const $io51 = (input3) => true;
|
|
100
|
+
const $io52 = (input3) => true;
|
|
101
|
+
const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
102
|
+
const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q));
|
|
103
|
+
const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
104
|
+
const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io57(input3.q));
|
|
105
|
+
const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
|
|
106
|
+
const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q));
|
|
107
|
+
const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
108
|
+
const $io60 = (input3) => "number" === typeof input3.value;
|
|
109
|
+
const $io61 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "metaboliteIntensity" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
|
|
110
|
+
const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
|
|
111
111
|
const $io63 = (input3) => true;
|
|
112
|
-
const $io64 = (input3) =>
|
|
112
|
+
const $io64 = (input3) => true;
|
|
113
113
|
const $io65 = (input3) => true;
|
|
114
|
-
const $io66 = (input3) =>
|
|
115
|
-
const $io67 = (input3) =>
|
|
116
|
-
const $io68 = (input3) =>
|
|
117
|
-
const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $
|
|
118
|
-
const $io70 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $
|
|
119
|
-
const $io71 = (input3) =>
|
|
120
|
-
const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $
|
|
114
|
+
const $io66 = (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) && $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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
|
|
115
|
+
const $io67 = (input3) => true;
|
|
116
|
+
const $io68 = (input3) => true;
|
|
117
|
+
const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
|
|
118
|
+
const $io70 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q));
|
|
119
|
+
const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io57(input3.q));
|
|
120
|
+
const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q));
|
|
121
|
+
const $io73 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "numericDictTerm" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io74(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
|
|
122
|
+
const $io74 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
|
|
121
123
|
const $iu0 = (input3) => (() => {
|
|
122
124
|
if ("tvslst" === input3.type)
|
|
123
125
|
return $io1(input3);
|
|
@@ -148,28 +150,28 @@ var validTermdbClusterRequest = (input) => {
|
|
|
148
150
|
})();
|
|
149
151
|
const $iu4 = (input3) => (() => {
|
|
150
152
|
if ("NumTWSpline" === input3.type)
|
|
151
|
-
return $
|
|
153
|
+
return $io58(input3);
|
|
152
154
|
if ("NumTWCont" === input3.type)
|
|
153
|
-
return $
|
|
155
|
+
return $io56(input3);
|
|
154
156
|
if ("NumTWBinary" === input3.type)
|
|
155
|
-
return $
|
|
157
|
+
return $io54(input3);
|
|
156
158
|
if ("NumTWCustomBin" === input3.type)
|
|
157
|
-
return $
|
|
159
|
+
return $io53(input3);
|
|
158
160
|
if ("NumTWRegularBin" === input3.type)
|
|
159
|
-
return $
|
|
161
|
+
return $io41(input3);
|
|
160
162
|
return false;
|
|
161
163
|
})();
|
|
162
164
|
const $iu5 = (input3) => (() => {
|
|
163
165
|
if ("NumTWSpline" === input3.type)
|
|
164
|
-
return $
|
|
166
|
+
return $io72(input3);
|
|
165
167
|
if ("NumTWCont" === input3.type)
|
|
166
|
-
return $
|
|
168
|
+
return $io71(input3);
|
|
167
169
|
if ("NumTWBinary" === input3.type)
|
|
168
|
-
return $
|
|
170
|
+
return $io70(input3);
|
|
169
171
|
if ("NumTWCustomBin" === input3.type)
|
|
170
|
-
return $
|
|
172
|
+
return $io69(input3);
|
|
171
173
|
if ("NumTWRegularBin" === input3.type)
|
|
172
|
-
return $
|
|
174
|
+
return $io62(input3);
|
|
173
175
|
return false;
|
|
174
176
|
})();
|
|
175
177
|
const $iu6 = (input3) => (() => {
|
|
@@ -189,6 +191,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
189
191
|
const $iu8 = (input3) => (() => {
|
|
190
192
|
if (void 0 !== input3.ranges)
|
|
191
193
|
return $io13(input3);
|
|
194
|
+
if (void 0 !== input3.ratio)
|
|
195
|
+
return $io39(input3);
|
|
192
196
|
return (() => {
|
|
193
197
|
if ($io3(input3))
|
|
194
198
|
return $io3(input3);
|
|
@@ -235,6 +239,10 @@ var validTermdbClusterRequest = (input) => {
|
|
|
235
239
|
return $io24(input3);
|
|
236
240
|
if ($io23(input3))
|
|
237
241
|
return $io23(input3);
|
|
242
|
+
if ($io52(input3))
|
|
243
|
+
return $io52(input3);
|
|
244
|
+
if ($io51(input3))
|
|
245
|
+
return $io51(input3);
|
|
238
246
|
if ($io50(input3))
|
|
239
247
|
return $io50(input3);
|
|
240
248
|
if ($io49(input3))
|
|
@@ -243,34 +251,30 @@ var validTermdbClusterRequest = (input) => {
|
|
|
243
251
|
return $io48(input3);
|
|
244
252
|
if ($io47(input3))
|
|
245
253
|
return $io47(input3);
|
|
246
|
-
if ($io46(input3))
|
|
247
|
-
return $io46(input3);
|
|
248
|
-
if ($io45(input3))
|
|
249
|
-
return $io45(input3);
|
|
250
|
-
if ($io42(input3))
|
|
251
|
-
return $io42(input3);
|
|
252
|
-
if ($io41(input3))
|
|
253
|
-
return $io41(input3);
|
|
254
254
|
if ($io44(input3))
|
|
255
255
|
return $io44(input3);
|
|
256
256
|
if ($io43(input3))
|
|
257
257
|
return $io43(input3);
|
|
258
|
+
if ($io46(input3))
|
|
259
|
+
return $io46(input3);
|
|
260
|
+
if ($io45(input3))
|
|
261
|
+
return $io45(input3);
|
|
258
262
|
return false;
|
|
259
263
|
})();
|
|
260
264
|
const $iu13 = (input3) => (() => {
|
|
261
265
|
if (void 0 !== input3.type)
|
|
262
|
-
return $
|
|
266
|
+
return $io66(input3);
|
|
263
267
|
return (() => {
|
|
264
|
-
if ($
|
|
265
|
-
return $
|
|
268
|
+
if ($io68(input3))
|
|
269
|
+
return $io68(input3);
|
|
270
|
+
if ($io67(input3))
|
|
271
|
+
return $io67(input3);
|
|
266
272
|
if ($io65(input3))
|
|
267
273
|
return $io65(input3);
|
|
274
|
+
if ($io64(input3))
|
|
275
|
+
return $io64(input3);
|
|
268
276
|
if ($io63(input3))
|
|
269
277
|
return $io63(input3);
|
|
270
|
-
if ($io62(input3))
|
|
271
|
-
return $io62(input3);
|
|
272
|
-
if ($io61(input3))
|
|
273
|
-
return $io61(input3);
|
|
274
278
|
return false;
|
|
275
279
|
})();
|
|
276
280
|
})();
|
|
@@ -278,22 +282,22 @@ var validTermdbClusterRequest = (input) => {
|
|
|
278
282
|
if ("regular-bin" === input3.type)
|
|
279
283
|
return $io17(input3);
|
|
280
284
|
if ("spline" === input3.mode)
|
|
281
|
-
return $
|
|
285
|
+
return $io59(input3);
|
|
282
286
|
return (() => {
|
|
283
287
|
if ($io22(input3))
|
|
284
288
|
return $io22(input3);
|
|
285
|
-
if ($io53(input3))
|
|
286
|
-
return $io53(input3);
|
|
287
289
|
if ($io55(input3))
|
|
288
290
|
return $io55(input3);
|
|
291
|
+
if ($io57(input3))
|
|
292
|
+
return $io57(input3);
|
|
289
293
|
return false;
|
|
290
294
|
})();
|
|
291
295
|
})();
|
|
292
296
|
const $iu15 = (input3) => (() => {
|
|
293
297
|
if ("numericDictTerm" === input3.dataType)
|
|
294
|
-
return $
|
|
298
|
+
return $io73(input3);
|
|
295
299
|
if ("metaboliteIntensity" === input3.dataType)
|
|
296
|
-
return $
|
|
300
|
+
return $io61(input3);
|
|
297
301
|
if ("geneExpression" === input3.dataType)
|
|
298
302
|
return $io0(input3);
|
|
299
303
|
return false;
|
|
@@ -392,11 +396,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
392
396
|
value: input3.type
|
|
393
397
|
}), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
|
|
394
398
|
path: _path2 + ".tvs",
|
|
395
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
399
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
396
400
|
value: input3.tvs
|
|
397
401
|
})) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
398
402
|
path: _path2 + ".tvs",
|
|
399
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
403
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
400
404
|
value: input3.tvs
|
|
401
405
|
})].every((flag) => flag);
|
|
402
406
|
const $vo3 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
@@ -2249,7 +2253,129 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2249
2253
|
expected: "string",
|
|
2250
2254
|
value: input3.value
|
|
2251
2255
|
})].every((flag) => flag);
|
|
2252
|
-
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.
|
|
2256
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2257
|
+
path: _path2 + ".join",
|
|
2258
|
+
expected: "(string | undefined)",
|
|
2259
|
+
value: input3.join
|
|
2260
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
2261
|
+
path: _path2 + ".isnot",
|
|
2262
|
+
expected: "(boolean | undefined)",
|
|
2263
|
+
value: input3.isnot
|
|
2264
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2265
|
+
path: _path2 + ".term",
|
|
2266
|
+
expected: "TermCollection",
|
|
2267
|
+
value: input3.term
|
|
2268
|
+
})) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2269
|
+
path: _path2 + ".term",
|
|
2270
|
+
expected: "TermCollection",
|
|
2271
|
+
value: input3.term
|
|
2272
|
+
}), "number" === typeof input3.ratio || $report(_exceptionable2, {
|
|
2273
|
+
path: _path2 + ".ratio",
|
|
2274
|
+
expected: "number",
|
|
2275
|
+
value: input3.ratio
|
|
2276
|
+
})].every((flag) => flag);
|
|
2277
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2278
|
+
path: _path2 + ".id",
|
|
2279
|
+
expected: "string",
|
|
2280
|
+
value: input3.id
|
|
2281
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2282
|
+
path: _path2 + ".name",
|
|
2283
|
+
expected: "string",
|
|
2284
|
+
value: input3.name
|
|
2285
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
2286
|
+
path: _path2 + ".type",
|
|
2287
|
+
expected: '"termCollection"',
|
|
2288
|
+
value: input3.type
|
|
2289
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2290
|
+
path: _path2 + ".child_types",
|
|
2291
|
+
expected: "(Array<string> | undefined)",
|
|
2292
|
+
value: input3.child_types
|
|
2293
|
+
})) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2294
|
+
path: _path2 + ".child_types[" + _index41 + "]",
|
|
2295
|
+
expected: "string",
|
|
2296
|
+
value: elem
|
|
2297
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2298
|
+
path: _path2 + ".child_types",
|
|
2299
|
+
expected: "(Array<string> | undefined)",
|
|
2300
|
+
value: input3.child_types
|
|
2301
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2302
|
+
path: _path2 + ".hashtmldetail",
|
|
2303
|
+
expected: "(boolean | undefined)",
|
|
2304
|
+
value: input3.hashtmldetail
|
|
2305
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2306
|
+
path: _path2 + ".included_types",
|
|
2307
|
+
expected: "(Array<string> | undefined)",
|
|
2308
|
+
value: input3.included_types
|
|
2309
|
+
})) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2310
|
+
path: _path2 + ".included_types[" + _index42 + "]",
|
|
2311
|
+
expected: "string",
|
|
2312
|
+
value: elem
|
|
2313
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2314
|
+
path: _path2 + ".included_types",
|
|
2315
|
+
expected: "(Array<string> | undefined)",
|
|
2316
|
+
value: input3.included_types
|
|
2317
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2318
|
+
path: _path2 + ".isleaf",
|
|
2319
|
+
expected: "(boolean | undefined)",
|
|
2320
|
+
value: input3.isleaf
|
|
2321
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2322
|
+
path: _path2 + ".values",
|
|
2323
|
+
expected: "(TermValues | undefined)",
|
|
2324
|
+
value: input3.values
|
|
2325
|
+
})) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2326
|
+
path: _path2 + ".values",
|
|
2327
|
+
expected: "(TermValues | undefined)",
|
|
2328
|
+
value: input3.values
|
|
2329
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2330
|
+
path: _path2 + ".skipValuesBuild",
|
|
2331
|
+
expected: "(boolean | undefined)",
|
|
2332
|
+
value: input3.skipValuesBuild
|
|
2333
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2334
|
+
path: _path2 + ".valueConversion",
|
|
2335
|
+
expected: "(__type.o1 | undefined)",
|
|
2336
|
+
value: input3.valueConversion
|
|
2337
|
+
})) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2338
|
+
path: _path2 + ".valueConversion",
|
|
2339
|
+
expected: "(__type.o1 | undefined)",
|
|
2340
|
+
value: input3.valueConversion
|
|
2341
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
2342
|
+
path: _path2 + ".collectionId",
|
|
2343
|
+
expected: "(string | undefined)",
|
|
2344
|
+
value: input3.collectionId
|
|
2345
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
2346
|
+
path: _path2 + ".lst",
|
|
2347
|
+
expected: "(Array<string> | undefined)",
|
|
2348
|
+
value: input3.lst
|
|
2349
|
+
})) && input3.lst.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2350
|
+
path: _path2 + ".lst[" + _index43 + "]",
|
|
2351
|
+
expected: "string",
|
|
2352
|
+
value: elem
|
|
2353
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2354
|
+
path: _path2 + ".lst",
|
|
2355
|
+
expected: "(Array<string> | undefined)",
|
|
2356
|
+
value: input3.lst
|
|
2357
|
+
}), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2358
|
+
path: _path2 + ".termlst",
|
|
2359
|
+
expected: "(Array<any> | undefined)",
|
|
2360
|
+
value: input3.termlst
|
|
2361
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2362
|
+
path: _path2 + ".numerators",
|
|
2363
|
+
expected: "(Array<string> | undefined)",
|
|
2364
|
+
value: input3.numerators
|
|
2365
|
+
})) && input3.numerators.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2366
|
+
path: _path2 + ".numerators[" + _index44 + "]",
|
|
2367
|
+
expected: "string",
|
|
2368
|
+
value: elem
|
|
2369
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2370
|
+
path: _path2 + ".numerators",
|
|
2371
|
+
expected: "(Array<string> | undefined)",
|
|
2372
|
+
value: input3.numerators
|
|
2373
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
2374
|
+
path: _path2 + ".newTvs",
|
|
2375
|
+
expected: "(boolean | undefined)",
|
|
2376
|
+
value: input3.newTvs
|
|
2377
|
+
})].every((flag) => flag);
|
|
2378
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2253
2379
|
path: _path2 + ".id",
|
|
2254
2380
|
expected: "(string | undefined)",
|
|
2255
2381
|
value: input3.id
|
|
@@ -2265,7 +2391,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2265
2391
|
path: _path2 + ".settings",
|
|
2266
2392
|
expected: "(__type.o6 | undefined)",
|
|
2267
2393
|
value: input3.settings
|
|
2268
|
-
})) && $
|
|
2394
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2269
2395
|
path: _path2 + ".settings",
|
|
2270
2396
|
expected: "(__type.o6 | undefined)",
|
|
2271
2397
|
value: input3.settings
|
|
@@ -2294,7 +2420,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2294
2420
|
expected: "RegularNumericBinConfig",
|
|
2295
2421
|
value: input3.q
|
|
2296
2422
|
})].every((flag) => flag);
|
|
2297
|
-
const $
|
|
2423
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2298
2424
|
const value = input3[key];
|
|
2299
2425
|
if (void 0 === value)
|
|
2300
2426
|
return true;
|
|
@@ -2302,9 +2428,9 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2302
2428
|
return true;
|
|
2303
2429
|
return true;
|
|
2304
2430
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2305
|
-
const $
|
|
2306
|
-
const $
|
|
2307
|
-
const $
|
|
2431
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2432
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2433
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2308
2434
|
path: _path2 + ".id",
|
|
2309
2435
|
expected: "string",
|
|
2310
2436
|
value: input3.id
|
|
@@ -2320,8 +2446,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2320
2446
|
path: _path2 + ".child_types",
|
|
2321
2447
|
expected: "(Array<string> | undefined)",
|
|
2322
2448
|
value: input3.child_types
|
|
2323
|
-
})) && input3.child_types.map((elem,
|
|
2324
|
-
path: _path2 + ".child_types[" +
|
|
2449
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2450
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2325
2451
|
expected: "string",
|
|
2326
2452
|
value: elem
|
|
2327
2453
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2336,8 +2462,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2336
2462
|
path: _path2 + ".included_types",
|
|
2337
2463
|
expected: "(Array<string> | undefined)",
|
|
2338
2464
|
value: input3.included_types
|
|
2339
|
-
})) && input3.included_types.map((elem,
|
|
2340
|
-
path: _path2 + ".included_types[" +
|
|
2465
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2466
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2341
2467
|
expected: "string",
|
|
2342
2468
|
value: elem
|
|
2343
2469
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2413,7 +2539,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2413
2539
|
expected: "(number | undefined)",
|
|
2414
2540
|
value: input3.stop
|
|
2415
2541
|
})].every((flag) => flag);
|
|
2416
|
-
const $
|
|
2542
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2417
2543
|
path: _path2 + ".id",
|
|
2418
2544
|
expected: "string",
|
|
2419
2545
|
value: input3.id
|
|
@@ -2429,8 +2555,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2429
2555
|
path: _path2 + ".child_types",
|
|
2430
2556
|
expected: "(Array<string> | undefined)",
|
|
2431
2557
|
value: input3.child_types
|
|
2432
|
-
})) && input3.child_types.map((elem,
|
|
2433
|
-
path: _path2 + ".child_types[" +
|
|
2558
|
+
})) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2559
|
+
path: _path2 + ".child_types[" + _index47 + "]",
|
|
2434
2560
|
expected: "string",
|
|
2435
2561
|
value: elem
|
|
2436
2562
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2445,8 +2571,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2445
2571
|
path: _path2 + ".included_types",
|
|
2446
2572
|
expected: "(Array<string> | undefined)",
|
|
2447
2573
|
value: input3.included_types
|
|
2448
|
-
})) && input3.included_types.map((elem,
|
|
2449
|
-
path: _path2 + ".included_types[" +
|
|
2574
|
+
})) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2575
|
+
path: _path2 + ".included_types[" + _index48 + "]",
|
|
2450
2576
|
expected: "string",
|
|
2451
2577
|
value: elem
|
|
2452
2578
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2522,13 +2648,13 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2522
2648
|
expected: "number",
|
|
2523
2649
|
value: input3.stop
|
|
2524
2650
|
})].every((flag) => flag);
|
|
2525
|
-
const $vo45 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2526
|
-
const $vo46 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2527
2651
|
const $vo47 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2528
2652
|
const $vo48 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2529
2653
|
const $vo49 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2530
2654
|
const $vo50 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2531
|
-
const $vo51 = (input3, _path2, _exceptionable2 = true) =>
|
|
2655
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2656
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2657
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2532
2658
|
path: _path2 + ".id",
|
|
2533
2659
|
expected: "(string | undefined)",
|
|
2534
2660
|
value: input3.id
|
|
@@ -2544,7 +2670,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2544
2670
|
path: _path2 + ".settings",
|
|
2545
2671
|
expected: "(__type.o6 | undefined)",
|
|
2546
2672
|
value: input3.settings
|
|
2547
|
-
})) && $
|
|
2673
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2548
2674
|
path: _path2 + ".settings",
|
|
2549
2675
|
expected: "(__type.o6 | undefined)",
|
|
2550
2676
|
value: input3.settings
|
|
@@ -2573,7 +2699,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2573
2699
|
expected: "CustomNumericBinConfig",
|
|
2574
2700
|
value: input3.q
|
|
2575
2701
|
})].every((flag) => flag);
|
|
2576
|
-
const $
|
|
2702
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2577
2703
|
path: _path2 + ".id",
|
|
2578
2704
|
expected: "(string | undefined)",
|
|
2579
2705
|
value: input3.id
|
|
@@ -2589,7 +2715,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2589
2715
|
path: _path2 + ".settings",
|
|
2590
2716
|
expected: "(__type.o6 | undefined)",
|
|
2591
2717
|
value: input3.settings
|
|
2592
|
-
})) && $
|
|
2718
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2593
2719
|
path: _path2 + ".settings",
|
|
2594
2720
|
expected: "(__type.o6 | undefined)",
|
|
2595
2721
|
value: input3.settings
|
|
@@ -2613,12 +2739,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2613
2739
|
path: _path2 + ".q",
|
|
2614
2740
|
expected: "BinaryNumericQ",
|
|
2615
2741
|
value: input3.q
|
|
2616
|
-
})) && $
|
|
2742
|
+
})) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2617
2743
|
path: _path2 + ".q",
|
|
2618
2744
|
expected: "BinaryNumericQ",
|
|
2619
2745
|
value: input3.q
|
|
2620
2746
|
})].every((flag) => flag);
|
|
2621
|
-
const $
|
|
2747
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2622
2748
|
path: _path2 + ".hiddenValues",
|
|
2623
2749
|
expected: "(HiddenValues | undefined)",
|
|
2624
2750
|
value: input3.hiddenValues
|
|
@@ -2686,7 +2812,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2686
2812
|
expected: "(number | undefined)",
|
|
2687
2813
|
value: input3.cutoffPercentile
|
|
2688
2814
|
})].every((flag) => flag);
|
|
2689
|
-
const $
|
|
2815
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2690
2816
|
path: _path2 + ".id",
|
|
2691
2817
|
expected: "(string | undefined)",
|
|
2692
2818
|
value: input3.id
|
|
@@ -2702,7 +2828,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2702
2828
|
path: _path2 + ".settings",
|
|
2703
2829
|
expected: "(__type.o6 | undefined)",
|
|
2704
2830
|
value: input3.settings
|
|
2705
|
-
})) && $
|
|
2831
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2706
2832
|
path: _path2 + ".settings",
|
|
2707
2833
|
expected: "(__type.o6 | undefined)",
|
|
2708
2834
|
value: input3.settings
|
|
@@ -2726,12 +2852,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2726
2852
|
path: _path2 + ".q",
|
|
2727
2853
|
expected: "ContinuousNumericQ",
|
|
2728
2854
|
value: input3.q
|
|
2729
|
-
})) && $
|
|
2855
|
+
})) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2730
2856
|
path: _path2 + ".q",
|
|
2731
2857
|
expected: "ContinuousNumericQ",
|
|
2732
2858
|
value: input3.q
|
|
2733
2859
|
})].every((flag) => flag);
|
|
2734
|
-
const $
|
|
2860
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2735
2861
|
path: _path2 + ".hiddenValues",
|
|
2736
2862
|
expected: "(HiddenValues | undefined)",
|
|
2737
2863
|
value: input3.hiddenValues
|
|
@@ -2772,7 +2898,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2772
2898
|
expected: "(number | undefined)",
|
|
2773
2899
|
value: input3.scale
|
|
2774
2900
|
})].every((flag) => flag);
|
|
2775
|
-
const $
|
|
2901
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2776
2902
|
path: _path2 + ".id",
|
|
2777
2903
|
expected: "(string | undefined)",
|
|
2778
2904
|
value: input3.id
|
|
@@ -2788,7 +2914,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2788
2914
|
path: _path2 + ".settings",
|
|
2789
2915
|
expected: "(__type.o6 | undefined)",
|
|
2790
2916
|
value: input3.settings
|
|
2791
|
-
})) && $
|
|
2917
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2792
2918
|
path: _path2 + ".settings",
|
|
2793
2919
|
expected: "(__type.o6 | undefined)",
|
|
2794
2920
|
value: input3.settings
|
|
@@ -2812,12 +2938,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2812
2938
|
path: _path2 + ".q",
|
|
2813
2939
|
expected: "SplineNumericQ",
|
|
2814
2940
|
value: input3.q
|
|
2815
|
-
})) && $
|
|
2941
|
+
})) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2816
2942
|
path: _path2 + ".q",
|
|
2817
2943
|
expected: "SplineNumericQ",
|
|
2818
2944
|
value: input3.q
|
|
2819
2945
|
})].every((flag) => flag);
|
|
2820
|
-
const $
|
|
2946
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2821
2947
|
path: _path2 + ".hiddenValues",
|
|
2822
2948
|
expected: "(HiddenValues | undefined)",
|
|
2823
2949
|
value: input3.hiddenValues
|
|
@@ -2845,12 +2971,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2845
2971
|
path: _path2 + ".knots",
|
|
2846
2972
|
expected: "Array<__type>.o3",
|
|
2847
2973
|
value: input3.knots
|
|
2848
|
-
})) && input3.knots.map((elem,
|
|
2849
|
-
path: _path2 + ".knots[" +
|
|
2974
|
+
})) && input3.knots.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2975
|
+
path: _path2 + ".knots[" + _index49 + "]",
|
|
2850
2976
|
expected: "__type.o7",
|
|
2851
2977
|
value: elem
|
|
2852
|
-
})) && $
|
|
2853
|
-
path: _path2 + ".knots[" +
|
|
2978
|
+
})) && $vo60(elem, _path2 + ".knots[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2979
|
+
path: _path2 + ".knots[" + _index49 + "]",
|
|
2854
2980
|
expected: "__type.o7",
|
|
2855
2981
|
value: elem
|
|
2856
2982
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2866,12 +2992,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2866
2992
|
expected: "undefined",
|
|
2867
2993
|
value: input3.type
|
|
2868
2994
|
}))].every((flag) => flag);
|
|
2869
|
-
const $
|
|
2995
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2870
2996
|
path: _path2 + ".value",
|
|
2871
2997
|
expected: "number",
|
|
2872
2998
|
value: input3.value
|
|
2873
2999
|
})].every((flag) => flag);
|
|
2874
|
-
const $
|
|
3000
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
2875
3001
|
path: _path2 + ".genome",
|
|
2876
3002
|
expected: "string",
|
|
2877
3003
|
value: input3.genome
|
|
@@ -2903,12 +3029,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2903
3029
|
path: _path2 + ".terms",
|
|
2904
3030
|
expected: "Array<MetaboliteIntensityTW>",
|
|
2905
3031
|
value: input3.terms
|
|
2906
|
-
})) && input3.terms.map((elem,
|
|
2907
|
-
path: _path2 + ".terms[" +
|
|
3032
|
+
})) && input3.terms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3033
|
+
path: _path2 + ".terms[" + _index50 + "]",
|
|
2908
3034
|
expected: '(BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; })',
|
|
2909
3035
|
value: elem
|
|
2910
|
-
})) && $vu5(elem, _path2 + ".terms[" +
|
|
2911
|
-
path: _path2 + ".terms[" +
|
|
3036
|
+
})) && $vu5(elem, _path2 + ".terms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3037
|
+
path: _path2 + ".terms[" + _index50 + "]",
|
|
2912
3038
|
expected: '(BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; })',
|
|
2913
3039
|
value: elem
|
|
2914
3040
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2920,7 +3046,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2920
3046
|
expected: "(string | undefined)",
|
|
2921
3047
|
value: input3.zScoreTransformation
|
|
2922
3048
|
})].every((flag) => flag);
|
|
2923
|
-
const $
|
|
3049
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2924
3050
|
path: _path2 + ".id",
|
|
2925
3051
|
expected: "(string | undefined)",
|
|
2926
3052
|
value: input3.id
|
|
@@ -2936,7 +3062,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2936
3062
|
path: _path2 + ".settings",
|
|
2937
3063
|
expected: "(__type.o6 | undefined)",
|
|
2938
3064
|
value: input3.settings
|
|
2939
|
-
})) && $
|
|
3065
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
2940
3066
|
path: _path2 + ".settings",
|
|
2941
3067
|
expected: "(__type.o6 | undefined)",
|
|
2942
3068
|
value: input3.settings
|
|
@@ -2965,10 +3091,10 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2965
3091
|
expected: "RegularNumericBinConfig",
|
|
2966
3092
|
value: input3.q
|
|
2967
3093
|
})].every((flag) => flag);
|
|
2968
|
-
const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2969
|
-
const $vo62 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2970
3094
|
const $vo63 = (input3, _path2, _exceptionable2 = true) => true;
|
|
2971
|
-
const $vo64 = (input3, _path2, _exceptionable2 = true) =>
|
|
3095
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3096
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3097
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2972
3098
|
path: _path2 + ".id",
|
|
2973
3099
|
expected: "string",
|
|
2974
3100
|
value: input3.id
|
|
@@ -2984,8 +3110,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
2984
3110
|
path: _path2 + ".child_types",
|
|
2985
3111
|
expected: "(Array<string> | undefined)",
|
|
2986
3112
|
value: input3.child_types
|
|
2987
|
-
})) && input3.child_types.map((elem,
|
|
2988
|
-
path: _path2 + ".child_types[" +
|
|
3113
|
+
})) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3114
|
+
path: _path2 + ".child_types[" + _index51 + "]",
|
|
2989
3115
|
expected: "string",
|
|
2990
3116
|
value: elem
|
|
2991
3117
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3000,8 +3126,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3000
3126
|
path: _path2 + ".included_types",
|
|
3001
3127
|
expected: "(Array<string> | undefined)",
|
|
3002
3128
|
value: input3.included_types
|
|
3003
|
-
})) && input3.included_types.map((elem,
|
|
3004
|
-
path: _path2 + ".included_types[" +
|
|
3129
|
+
})) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3130
|
+
path: _path2 + ".included_types[" + _index52 + "]",
|
|
3005
3131
|
expected: "string",
|
|
3006
3132
|
value: elem
|
|
3007
3133
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3057,9 +3183,9 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3057
3183
|
expected: "(PresetNumericBins | undefined)",
|
|
3058
3184
|
value: input3.bins
|
|
3059
3185
|
})].every((flag) => flag);
|
|
3060
|
-
const $
|
|
3061
|
-
const $
|
|
3062
|
-
const $
|
|
3186
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3187
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => true;
|
|
3188
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3063
3189
|
path: _path2 + ".id",
|
|
3064
3190
|
expected: "(string | undefined)",
|
|
3065
3191
|
value: input3.id
|
|
@@ -3075,7 +3201,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3075
3201
|
path: _path2 + ".settings",
|
|
3076
3202
|
expected: "(__type.o6 | undefined)",
|
|
3077
3203
|
value: input3.settings
|
|
3078
|
-
})) && $
|
|
3204
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3079
3205
|
path: _path2 + ".settings",
|
|
3080
3206
|
expected: "(__type.o6 | undefined)",
|
|
3081
3207
|
value: input3.settings
|
|
@@ -3104,7 +3230,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3104
3230
|
expected: "CustomNumericBinConfig",
|
|
3105
3231
|
value: input3.q
|
|
3106
3232
|
})].every((flag) => flag);
|
|
3107
|
-
const $
|
|
3233
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3108
3234
|
path: _path2 + ".id",
|
|
3109
3235
|
expected: "(string | undefined)",
|
|
3110
3236
|
value: input3.id
|
|
@@ -3120,7 +3246,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3120
3246
|
path: _path2 + ".settings",
|
|
3121
3247
|
expected: "(__type.o6 | undefined)",
|
|
3122
3248
|
value: input3.settings
|
|
3123
|
-
})) && $
|
|
3249
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3124
3250
|
path: _path2 + ".settings",
|
|
3125
3251
|
expected: "(__type.o6 | undefined)",
|
|
3126
3252
|
value: input3.settings
|
|
@@ -3144,12 +3270,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3144
3270
|
path: _path2 + ".q",
|
|
3145
3271
|
expected: "BinaryNumericQ",
|
|
3146
3272
|
value: input3.q
|
|
3147
|
-
})) && $
|
|
3273
|
+
})) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3148
3274
|
path: _path2 + ".q",
|
|
3149
3275
|
expected: "BinaryNumericQ",
|
|
3150
3276
|
value: input3.q
|
|
3151
3277
|
})].every((flag) => flag);
|
|
3152
|
-
const $
|
|
3278
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3153
3279
|
path: _path2 + ".id",
|
|
3154
3280
|
expected: "(string | undefined)",
|
|
3155
3281
|
value: input3.id
|
|
@@ -3165,7 +3291,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3165
3291
|
path: _path2 + ".settings",
|
|
3166
3292
|
expected: "(__type.o6 | undefined)",
|
|
3167
3293
|
value: input3.settings
|
|
3168
|
-
})) && $
|
|
3294
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3169
3295
|
path: _path2 + ".settings",
|
|
3170
3296
|
expected: "(__type.o6 | undefined)",
|
|
3171
3297
|
value: input3.settings
|
|
@@ -3189,12 +3315,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3189
3315
|
path: _path2 + ".q",
|
|
3190
3316
|
expected: "ContinuousNumericQ",
|
|
3191
3317
|
value: input3.q
|
|
3192
|
-
})) && $
|
|
3318
|
+
})) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3193
3319
|
path: _path2 + ".q",
|
|
3194
3320
|
expected: "ContinuousNumericQ",
|
|
3195
3321
|
value: input3.q
|
|
3196
3322
|
})].every((flag) => flag);
|
|
3197
|
-
const $
|
|
3323
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3198
3324
|
path: _path2 + ".id",
|
|
3199
3325
|
expected: "(string | undefined)",
|
|
3200
3326
|
value: input3.id
|
|
@@ -3210,7 +3336,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3210
3336
|
path: _path2 + ".settings",
|
|
3211
3337
|
expected: "(__type.o6 | undefined)",
|
|
3212
3338
|
value: input3.settings
|
|
3213
|
-
})) && $
|
|
3339
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3214
3340
|
path: _path2 + ".settings",
|
|
3215
3341
|
expected: "(__type.o6 | undefined)",
|
|
3216
3342
|
value: input3.settings
|
|
@@ -3234,12 +3360,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3234
3360
|
path: _path2 + ".q",
|
|
3235
3361
|
expected: "SplineNumericQ",
|
|
3236
3362
|
value: input3.q
|
|
3237
|
-
})) && $
|
|
3363
|
+
})) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3238
3364
|
path: _path2 + ".q",
|
|
3239
3365
|
expected: "SplineNumericQ",
|
|
3240
3366
|
value: input3.q
|
|
3241
3367
|
})].every((flag) => flag);
|
|
3242
|
-
const $
|
|
3368
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
|
|
3243
3369
|
path: _path2 + ".genome",
|
|
3244
3370
|
expected: "string",
|
|
3245
3371
|
value: input3.genome
|
|
@@ -3271,12 +3397,12 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3271
3397
|
path: _path2 + ".terms",
|
|
3272
3398
|
expected: "Array<NumericTW>",
|
|
3273
3399
|
value: input3.terms
|
|
3274
|
-
})) && input3.terms.map((elem,
|
|
3275
|
-
path: _path2 + ".terms[" +
|
|
3400
|
+
})) && input3.terms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3401
|
+
path: _path2 + ".terms[" + _index53 + "]",
|
|
3276
3402
|
expected: "NumericTW",
|
|
3277
3403
|
value: elem
|
|
3278
|
-
})) && $
|
|
3279
|
-
path: _path2 + ".terms[" +
|
|
3404
|
+
})) && $vo74(elem, _path2 + ".terms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3405
|
+
path: _path2 + ".terms[" + _index53 + "]",
|
|
3280
3406
|
expected: "NumericTW",
|
|
3281
3407
|
value: elem
|
|
3282
3408
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3288,7 +3414,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3288
3414
|
expected: "(string | undefined)",
|
|
3289
3415
|
value: input3.zScoreTransformation
|
|
3290
3416
|
})].every((flag) => flag);
|
|
3291
|
-
const $
|
|
3417
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3292
3418
|
path: _path2 + ".id",
|
|
3293
3419
|
expected: "(string | undefined)",
|
|
3294
3420
|
value: input3.id
|
|
@@ -3304,7 +3430,7 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3304
3430
|
path: _path2 + ".settings",
|
|
3305
3431
|
expected: "(__type.o6 | undefined)",
|
|
3306
3432
|
value: input3.settings
|
|
3307
|
-
})) && $
|
|
3433
|
+
})) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3308
3434
|
path: _path2 + ".settings",
|
|
3309
3435
|
expected: "(__type.o6 | undefined)",
|
|
3310
3436
|
value: input3.settings
|
|
@@ -3371,15 +3497,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3371
3497
|
})();
|
|
3372
3498
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3373
3499
|
if ("NumTWSpline" === input3.type)
|
|
3374
|
-
return $
|
|
3500
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
3375
3501
|
if ("NumTWCont" === input3.type)
|
|
3376
|
-
return $
|
|
3502
|
+
return $vo56(input3, _path2, _exceptionable2);
|
|
3377
3503
|
if ("NumTWBinary" === input3.type)
|
|
3378
|
-
return $
|
|
3504
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
3379
3505
|
if ("NumTWCustomBin" === input3.type)
|
|
3380
|
-
return $
|
|
3506
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
3381
3507
|
if ("NumTWRegularBin" === input3.type)
|
|
3382
|
-
return $
|
|
3508
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
3383
3509
|
return $report(_exceptionable2, {
|
|
3384
3510
|
path: _path2,
|
|
3385
3511
|
expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: GeneExpressionTerm; })',
|
|
@@ -3388,15 +3514,15 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3388
3514
|
})();
|
|
3389
3515
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3390
3516
|
if ("NumTWSpline" === input3.type)
|
|
3391
|
-
return $
|
|
3517
|
+
return $vo72(input3, _path2, _exceptionable2);
|
|
3392
3518
|
if ("NumTWCont" === input3.type)
|
|
3393
|
-
return $
|
|
3519
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
3394
3520
|
if ("NumTWBinary" === input3.type)
|
|
3395
|
-
return $
|
|
3521
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
3396
3522
|
if ("NumTWCustomBin" === input3.type)
|
|
3397
|
-
return $
|
|
3523
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
3398
3524
|
if ("NumTWRegularBin" === input3.type)
|
|
3399
|
-
return $
|
|
3525
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
3400
3526
|
return $report(_exceptionable2, {
|
|
3401
3527
|
path: _path2,
|
|
3402
3528
|
expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; })',
|
|
@@ -3428,6 +3554,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3428
3554
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3429
3555
|
if (void 0 !== input3.ranges)
|
|
3430
3556
|
return $vo13(input3, _path2, _exceptionable2);
|
|
3557
|
+
if (void 0 !== input3.ratio)
|
|
3558
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
3431
3559
|
return $vo3(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
|
|
3432
3560
|
})();
|
|
3433
3561
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
@@ -3463,24 +3591,24 @@ var validTermdbClusterRequest = (input) => {
|
|
|
3463
3591
|
value: input3
|
|
3464
3592
|
});
|
|
3465
3593
|
})();
|
|
3466
|
-
const $vu12 = (input3, _path2, _exceptionable2 = true) => $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $
|
|
3594
|
+
const $vu12 = (input3, _path2, _exceptionable2 = true) => $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo52(input3, _path2, false) || $vo51(input3, _path2, false) || $vo50(input3, _path2, false) || $vo49(input3, _path2, false) || $vo48(input3, _path2, false) || $vo47(input3, _path2, false) || $vo44(input3, _path2, false) || $vo43(input3, _path2, false) || $vo46(input3, _path2, false) || $vo45(input3, _path2, false);
|
|
3467
3595
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3468
3596
|
if (void 0 !== input3.type)
|
|
3469
|
-
return $
|
|
3470
|
-
return $
|
|
3597
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
3598
|
+
return $vo68(input3, _path2, false) || $vo67(input3, _path2, false) || $vo65(input3, _path2, false) || $vo64(input3, _path2, false) || $vo63(input3, _path2, false);
|
|
3471
3599
|
})();
|
|
3472
3600
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3473
3601
|
if ("regular-bin" === input3.type)
|
|
3474
3602
|
return $vo17(input3, _path2, _exceptionable2);
|
|
3475
3603
|
if ("spline" === input3.mode)
|
|
3476
|
-
return $
|
|
3477
|
-
return $vo22(input3, _path2, false) || $
|
|
3604
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
3605
|
+
return $vo22(input3, _path2, false) || $vo55(input3, _path2, false) || $vo57(input3, _path2, false);
|
|
3478
3606
|
})();
|
|
3479
3607
|
const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3480
3608
|
if ("numericDictTerm" === input3.dataType)
|
|
3481
|
-
return $
|
|
3609
|
+
return $vo73(input3, _path2, _exceptionable2);
|
|
3482
3610
|
if ("metaboliteIntensity" === input3.dataType)
|
|
3483
|
-
return $
|
|
3611
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
3484
3612
|
if ("geneExpression" === input3.dataType)
|
|
3485
3613
|
return $vo0(input3, _path2, _exceptionable2);
|
|
3486
3614
|
return $report(_exceptionable2, {
|
|
@@ -3590,33 +3718,36 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3590
3718
|
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
3591
3719
|
const $io47 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
|
|
3592
3720
|
const $io48 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
3593
|
-
const $io49 = (input3) =>
|
|
3594
|
-
const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3595
|
-
const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3596
|
-
const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3597
|
-
const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3598
|
-
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3599
|
-
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
3600
|
-
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3601
|
-
const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3602
|
-
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3603
|
-
const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
3604
|
-
const $io60 = (input3) =>
|
|
3605
|
-
const $io61 = (input3) => "string" === typeof input3.
|
|
3606
|
-
const $io62 = (input3) => "string" === typeof input3.
|
|
3607
|
-
const $io63 = (input3) =>
|
|
3608
|
-
const $io64 = (input3) =>
|
|
3721
|
+
const $io49 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term)) && "number" === typeof input3.ratio;
|
|
3722
|
+
const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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);
|
|
3723
|
+
const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
|
|
3724
|
+
const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
|
|
3725
|
+
const $io53 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(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 && $io27(input3.bins));
|
|
3726
|
+
const $io54 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
|
|
3727
|
+
const $io55 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io19(input3.groupsetting));
|
|
3728
|
+
const $io56 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
|
|
3729
|
+
const $io57 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
|
|
3730
|
+
const $io58 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
|
|
3731
|
+
const $io59 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(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 && $io27(input3.bins));
|
|
3732
|
+
const $io60 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
|
|
3733
|
+
const $io61 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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);
|
|
3734
|
+
const $io62 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io63(elem)));
|
|
3735
|
+
const $io63 = (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 && $io64(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io65(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);
|
|
3736
|
+
const $io64 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
3737
|
+
const $io65 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
3738
|
+
const $io66 = (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) && $io67(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
|
|
3739
|
+
const $io67 = (input3) => Object.keys(input3).every((key) => {
|
|
3609
3740
|
const value = input3[key];
|
|
3610
3741
|
if (void 0 === value)
|
|
3611
3742
|
return true;
|
|
3612
3743
|
if (RegExp(/(.*)/).test(key))
|
|
3613
|
-
return "object" === typeof value && null !== value && $
|
|
3744
|
+
return "object" === typeof value && null !== value && $io68(value);
|
|
3614
3745
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
3615
|
-
return "object" === typeof value && null !== value && $
|
|
3746
|
+
return "object" === typeof value && null !== value && $io68(value);
|
|
3616
3747
|
return true;
|
|
3617
3748
|
});
|
|
3618
|
-
const $
|
|
3619
|
-
const $
|
|
3749
|
+
const $io68 = (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 && $io14(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io69(elem))) && true;
|
|
3750
|
+
const $io69 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
3620
3751
|
const $iu0 = (input3) => (() => {
|
|
3621
3752
|
if ("tvslst" === input3.type)
|
|
3622
3753
|
return $io14(input3);
|
|
@@ -3647,40 +3778,44 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3647
3778
|
})();
|
|
3648
3779
|
const $iu4 = (input3) => (() => {
|
|
3649
3780
|
if ("metaboliteIntensity" === input3.type)
|
|
3650
|
-
return $
|
|
3781
|
+
return $io53(input3);
|
|
3651
3782
|
if ("categorical" === input3.type)
|
|
3652
|
-
return $
|
|
3783
|
+
return $io54(input3);
|
|
3653
3784
|
if ("snp" === input3.type)
|
|
3654
|
-
return $
|
|
3785
|
+
return $io55(input3);
|
|
3655
3786
|
if ("singleCellCellType" === input3.type)
|
|
3656
|
-
return $io54(input3);
|
|
3657
|
-
if ("date" === input3.type)
|
|
3658
3787
|
return $io56(input3);
|
|
3788
|
+
if ("date" === input3.type)
|
|
3789
|
+
return $io58(input3);
|
|
3659
3790
|
if ("integer" === input3.type || "float" === input3.type)
|
|
3660
|
-
return $io55(input3);
|
|
3661
|
-
if ("ssGSEA" === input3.type)
|
|
3662
3791
|
return $io57(input3);
|
|
3792
|
+
if ("ssGSEA" === input3.type)
|
|
3793
|
+
return $io59(input3);
|
|
3663
3794
|
if ("condition" === input3.type)
|
|
3664
|
-
return $
|
|
3795
|
+
return $io60(input3);
|
|
3796
|
+
if ("termCollection" === input3.type)
|
|
3797
|
+
return $io61(input3);
|
|
3665
3798
|
return (() => {
|
|
3666
3799
|
if ($io34(input3))
|
|
3667
3800
|
return $io34(input3);
|
|
3668
3801
|
if ($io11(input3))
|
|
3669
3802
|
return $io11(input3);
|
|
3670
|
-
if ($
|
|
3671
|
-
return $
|
|
3672
|
-
if ($
|
|
3673
|
-
return $
|
|
3674
|
-
if ($
|
|
3675
|
-
return $
|
|
3676
|
-
if ($
|
|
3677
|
-
return $
|
|
3803
|
+
if ($io51(input3))
|
|
3804
|
+
return $io51(input3);
|
|
3805
|
+
if ($io52(input3))
|
|
3806
|
+
return $io52(input3);
|
|
3807
|
+
if ($io66(input3))
|
|
3808
|
+
return $io66(input3);
|
|
3809
|
+
if ($io62(input3))
|
|
3810
|
+
return $io62(input3);
|
|
3678
3811
|
return false;
|
|
3679
3812
|
})();
|
|
3680
3813
|
})();
|
|
3681
3814
|
const $iu5 = (input3) => (() => {
|
|
3682
3815
|
if (void 0 !== input3.ranges)
|
|
3683
3816
|
return $io24(input3);
|
|
3817
|
+
if (void 0 !== input3.ratio)
|
|
3818
|
+
return $io49(input3);
|
|
3684
3819
|
return (() => {
|
|
3685
3820
|
if ($io16(input3))
|
|
3686
3821
|
return $io16(input3);
|
|
@@ -3953,11 +4088,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3953
4088
|
})].every((flag) => flag);
|
|
3954
4089
|
const $vo10 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3955
4090
|
path: _path2 + ".term",
|
|
3956
|
-
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; })',
|
|
4091
|
+
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; })',
|
|
3957
4092
|
value: input3.term
|
|
3958
4093
|
})) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3959
4094
|
path: _path2 + ".term",
|
|
3960
|
-
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; })',
|
|
4095
|
+
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; })',
|
|
3961
4096
|
value: input3.term
|
|
3962
4097
|
}), true].every((flag) => flag);
|
|
3963
4098
|
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -4163,11 +4298,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
4163
4298
|
value: input3.type
|
|
4164
4299
|
}), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
|
|
4165
4300
|
path: _path2 + ".tvs",
|
|
4166
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
4301
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4167
4302
|
value: input3.tvs
|
|
4168
4303
|
})) && $vu5(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
4169
4304
|
path: _path2 + ".tvs",
|
|
4170
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
4305
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
4171
4306
|
value: input3.tvs
|
|
4172
4307
|
})].every((flag) => flag);
|
|
4173
4308
|
const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
@@ -5856,7 +5991,28 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5856
5991
|
expected: "string",
|
|
5857
5992
|
value: input3.value
|
|
5858
5993
|
})].every((flag) => flag);
|
|
5859
|
-
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
5994
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
5995
|
+
path: _path2 + ".join",
|
|
5996
|
+
expected: "(string | undefined)",
|
|
5997
|
+
value: input3.join
|
|
5998
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
5999
|
+
path: _path2 + ".isnot",
|
|
6000
|
+
expected: "(boolean | undefined)",
|
|
6001
|
+
value: input3.isnot
|
|
6002
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
6003
|
+
path: _path2 + ".term",
|
|
6004
|
+
expected: "TermCollection",
|
|
6005
|
+
value: input3.term
|
|
6006
|
+
})) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
6007
|
+
path: _path2 + ".term",
|
|
6008
|
+
expected: "TermCollection",
|
|
6009
|
+
value: input3.term
|
|
6010
|
+
}), "number" === typeof input3.ratio || $report(_exceptionable2, {
|
|
6011
|
+
path: _path2 + ".ratio",
|
|
6012
|
+
expected: "number",
|
|
6013
|
+
value: input3.ratio
|
|
6014
|
+
})].every((flag) => flag);
|
|
6015
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5860
6016
|
path: _path2 + ".id",
|
|
5861
6017
|
expected: "string",
|
|
5862
6018
|
value: input3.id
|
|
@@ -5864,9 +6020,9 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5864
6020
|
path: _path2 + ".name",
|
|
5865
6021
|
expected: "string",
|
|
5866
6022
|
value: input3.name
|
|
5867
|
-
}), "
|
|
6023
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
5868
6024
|
path: _path2 + ".type",
|
|
5869
|
-
expected: '"
|
|
6025
|
+
expected: '"termCollection"',
|
|
5870
6026
|
value: input3.type
|
|
5871
6027
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
5872
6028
|
path: _path2 + ".child_types",
|
|
@@ -5920,6 +6076,107 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5920
6076
|
path: _path2 + ".valueConversion",
|
|
5921
6077
|
expected: "(__type.o7 | undefined)",
|
|
5922
6078
|
value: input3.valueConversion
|
|
6079
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
6080
|
+
path: _path2 + ".collectionId",
|
|
6081
|
+
expected: "(string | undefined)",
|
|
6082
|
+
value: input3.collectionId
|
|
6083
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
6084
|
+
path: _path2 + ".lst",
|
|
6085
|
+
expected: "(Array<string> | undefined)",
|
|
6086
|
+
value: input3.lst
|
|
6087
|
+
})) && input3.lst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6088
|
+
path: _path2 + ".lst[" + _index50 + "]",
|
|
6089
|
+
expected: "string",
|
|
6090
|
+
value: elem
|
|
6091
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
6092
|
+
path: _path2 + ".lst",
|
|
6093
|
+
expected: "(Array<string> | undefined)",
|
|
6094
|
+
value: input3.lst
|
|
6095
|
+
}), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
6096
|
+
path: _path2 + ".termlst",
|
|
6097
|
+
expected: "(Array<any> | undefined)",
|
|
6098
|
+
value: input3.termlst
|
|
6099
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
6100
|
+
path: _path2 + ".numerators",
|
|
6101
|
+
expected: "(Array<string> | undefined)",
|
|
6102
|
+
value: input3.numerators
|
|
6103
|
+
})) && input3.numerators.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6104
|
+
path: _path2 + ".numerators[" + _index51 + "]",
|
|
6105
|
+
expected: "string",
|
|
6106
|
+
value: elem
|
|
6107
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
6108
|
+
path: _path2 + ".numerators",
|
|
6109
|
+
expected: "(Array<string> | undefined)",
|
|
6110
|
+
value: input3.numerators
|
|
6111
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
6112
|
+
path: _path2 + ".newTvs",
|
|
6113
|
+
expected: "(boolean | undefined)",
|
|
6114
|
+
value: input3.newTvs
|
|
6115
|
+
})].every((flag) => flag);
|
|
6116
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6117
|
+
path: _path2 + ".id",
|
|
6118
|
+
expected: "string",
|
|
6119
|
+
value: input3.id
|
|
6120
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
6121
|
+
path: _path2 + ".name",
|
|
6122
|
+
expected: "string",
|
|
6123
|
+
value: input3.name
|
|
6124
|
+
}), "geneVariant" === input3.type || $report(_exceptionable2, {
|
|
6125
|
+
path: _path2 + ".type",
|
|
6126
|
+
expected: '"geneVariant"',
|
|
6127
|
+
value: input3.type
|
|
6128
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
6129
|
+
path: _path2 + ".child_types",
|
|
6130
|
+
expected: "(Array<string> | undefined)",
|
|
6131
|
+
value: input3.child_types
|
|
6132
|
+
})) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6133
|
+
path: _path2 + ".child_types[" + _index52 + "]",
|
|
6134
|
+
expected: "string",
|
|
6135
|
+
value: elem
|
|
6136
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
6137
|
+
path: _path2 + ".child_types",
|
|
6138
|
+
expected: "(Array<string> | undefined)",
|
|
6139
|
+
value: input3.child_types
|
|
6140
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
6141
|
+
path: _path2 + ".hashtmldetail",
|
|
6142
|
+
expected: "(boolean | undefined)",
|
|
6143
|
+
value: input3.hashtmldetail
|
|
6144
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
6145
|
+
path: _path2 + ".included_types",
|
|
6146
|
+
expected: "(Array<string> | undefined)",
|
|
6147
|
+
value: input3.included_types
|
|
6148
|
+
})) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6149
|
+
path: _path2 + ".included_types[" + _index53 + "]",
|
|
6150
|
+
expected: "string",
|
|
6151
|
+
value: elem
|
|
6152
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
6153
|
+
path: _path2 + ".included_types",
|
|
6154
|
+
expected: "(Array<string> | undefined)",
|
|
6155
|
+
value: input3.included_types
|
|
6156
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
6157
|
+
path: _path2 + ".isleaf",
|
|
6158
|
+
expected: "(boolean | undefined)",
|
|
6159
|
+
value: input3.isleaf
|
|
6160
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
6161
|
+
path: _path2 + ".values",
|
|
6162
|
+
expected: "(TermValues | undefined)",
|
|
6163
|
+
value: input3.values
|
|
6164
|
+
})) && $vo12(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
6165
|
+
path: _path2 + ".values",
|
|
6166
|
+
expected: "(TermValues | undefined)",
|
|
6167
|
+
value: input3.values
|
|
6168
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
6169
|
+
path: _path2 + ".skipValuesBuild",
|
|
6170
|
+
expected: "(boolean | undefined)",
|
|
6171
|
+
value: input3.skipValuesBuild
|
|
6172
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
6173
|
+
path: _path2 + ".valueConversion",
|
|
6174
|
+
expected: "(__type.o7 | undefined)",
|
|
6175
|
+
value: input3.valueConversion
|
|
6176
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
6177
|
+
path: _path2 + ".valueConversion",
|
|
6178
|
+
expected: "(__type.o7 | undefined)",
|
|
6179
|
+
value: input3.valueConversion
|
|
5923
6180
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
5924
6181
|
path: _path2 + ".kind",
|
|
5925
6182
|
expected: '"gene"',
|
|
@@ -5944,12 +6201,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5944
6201
|
path: _path2 + ".genes",
|
|
5945
6202
|
expected: "Array<GvGeneTerm>",
|
|
5946
6203
|
value: input3.genes
|
|
5947
|
-
})) && input3.genes.map((elem,
|
|
5948
|
-
path: _path2 + ".genes[" +
|
|
6204
|
+
})) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
6205
|
+
path: _path2 + ".genes[" + _index54 + "]",
|
|
5949
6206
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
5950
6207
|
value: elem
|
|
5951
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
5952
|
-
path: _path2 + ".genes[" +
|
|
6208
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
6209
|
+
path: _path2 + ".genes[" + _index54 + "]",
|
|
5953
6210
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
5954
6211
|
value: elem
|
|
5955
6212
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5968,12 +6225,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5968
6225
|
path: _path2 + ".childTerms",
|
|
5969
6226
|
expected: "Array<DtTerm>",
|
|
5970
6227
|
value: input3.childTerms
|
|
5971
|
-
})) && input3.childTerms.map((elem,
|
|
5972
|
-
path: _path2 + ".childTerms[" +
|
|
6228
|
+
})) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
6229
|
+
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
5973
6230
|
expected: "DtTerm",
|
|
5974
6231
|
value: elem
|
|
5975
|
-
})) && $vo43(elem, _path2 + ".childTerms[" +
|
|
5976
|
-
path: _path2 + ".childTerms[" +
|
|
6232
|
+
})) && $vo43(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
6233
|
+
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
5977
6234
|
expected: "DtTerm",
|
|
5978
6235
|
value: elem
|
|
5979
6236
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -5981,7 +6238,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5981
6238
|
expected: "Array<DtTerm>",
|
|
5982
6239
|
value: input3.childTerms
|
|
5983
6240
|
})].every((flag) => flag);
|
|
5984
|
-
const $
|
|
6241
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
5985
6242
|
path: _path2 + ".id",
|
|
5986
6243
|
expected: "string",
|
|
5987
6244
|
value: input3.id
|
|
@@ -5997,8 +6254,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
5997
6254
|
path: _path2 + ".child_types",
|
|
5998
6255
|
expected: "(Array<string> | undefined)",
|
|
5999
6256
|
value: input3.child_types
|
|
6000
|
-
})) && input3.child_types.map((elem,
|
|
6001
|
-
path: _path2 + ".child_types[" +
|
|
6257
|
+
})) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6258
|
+
path: _path2 + ".child_types[" + _index56 + "]",
|
|
6002
6259
|
expected: "string",
|
|
6003
6260
|
value: elem
|
|
6004
6261
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6013,8 +6270,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6013
6270
|
path: _path2 + ".included_types",
|
|
6014
6271
|
expected: "(Array<string> | undefined)",
|
|
6015
6272
|
value: input3.included_types
|
|
6016
|
-
})) && input3.included_types.map((elem,
|
|
6017
|
-
path: _path2 + ".included_types[" +
|
|
6273
|
+
})) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6274
|
+
path: _path2 + ".included_types[" + _index57 + "]",
|
|
6018
6275
|
expected: "string",
|
|
6019
6276
|
value: elem
|
|
6020
6277
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6065,12 +6322,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6065
6322
|
path: _path2 + ".genes",
|
|
6066
6323
|
expected: "Array<GvGeneTerm>",
|
|
6067
6324
|
value: input3.genes
|
|
6068
|
-
})) && input3.genes.map((elem,
|
|
6069
|
-
path: _path2 + ".genes[" +
|
|
6325
|
+
})) && input3.genes.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
6326
|
+
path: _path2 + ".genes[" + _index58 + "]",
|
|
6070
6327
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
6071
6328
|
value: elem
|
|
6072
|
-
})) && $vu3(elem, _path2 + ".genes[" +
|
|
6073
|
-
path: _path2 + ".genes[" +
|
|
6329
|
+
})) && $vu3(elem, _path2 + ".genes[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
6330
|
+
path: _path2 + ".genes[" + _index58 + "]",
|
|
6074
6331
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
6075
6332
|
value: elem
|
|
6076
6333
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6089,12 +6346,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6089
6346
|
path: _path2 + ".childTerms",
|
|
6090
6347
|
expected: "Array<DtTerm>",
|
|
6091
6348
|
value: input3.childTerms
|
|
6092
|
-
})) && input3.childTerms.map((elem,
|
|
6093
|
-
path: _path2 + ".childTerms[" +
|
|
6349
|
+
})) && input3.childTerms.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
6350
|
+
path: _path2 + ".childTerms[" + _index59 + "]",
|
|
6094
6351
|
expected: "DtTerm",
|
|
6095
6352
|
value: elem
|
|
6096
|
-
})) && $vo43(elem, _path2 + ".childTerms[" +
|
|
6097
|
-
path: _path2 + ".childTerms[" +
|
|
6353
|
+
})) && $vo43(elem, _path2 + ".childTerms[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
6354
|
+
path: _path2 + ".childTerms[" + _index59 + "]",
|
|
6098
6355
|
expected: "DtTerm",
|
|
6099
6356
|
value: elem
|
|
6100
6357
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6102,7 +6359,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6102
6359
|
expected: "Array<DtTerm>",
|
|
6103
6360
|
value: input3.childTerms
|
|
6104
6361
|
})].every((flag) => flag);
|
|
6105
|
-
const $
|
|
6362
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6106
6363
|
path: _path2 + ".id",
|
|
6107
6364
|
expected: "string",
|
|
6108
6365
|
value: input3.id
|
|
@@ -6118,8 +6375,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6118
6375
|
path: _path2 + ".child_types",
|
|
6119
6376
|
expected: "(Array<string> | undefined)",
|
|
6120
6377
|
value: input3.child_types
|
|
6121
|
-
})) && input3.child_types.map((elem,
|
|
6122
|
-
path: _path2 + ".child_types[" +
|
|
6378
|
+
})) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6379
|
+
path: _path2 + ".child_types[" + _index60 + "]",
|
|
6123
6380
|
expected: "string",
|
|
6124
6381
|
value: elem
|
|
6125
6382
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6134,8 +6391,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6134
6391
|
path: _path2 + ".included_types",
|
|
6135
6392
|
expected: "(Array<string> | undefined)",
|
|
6136
6393
|
value: input3.included_types
|
|
6137
|
-
})) && input3.included_types.map((elem,
|
|
6138
|
-
path: _path2 + ".included_types[" +
|
|
6394
|
+
})) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6395
|
+
path: _path2 + ".included_types[" + _index61 + "]",
|
|
6139
6396
|
expected: "string",
|
|
6140
6397
|
value: elem
|
|
6141
6398
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6191,7 +6448,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6191
6448
|
expected: "(PresetNumericBins | undefined)",
|
|
6192
6449
|
value: input3.bins
|
|
6193
6450
|
})].every((flag) => flag);
|
|
6194
|
-
const $
|
|
6451
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6195
6452
|
path: _path2 + ".id",
|
|
6196
6453
|
expected: "string",
|
|
6197
6454
|
value: input3.id
|
|
@@ -6207,8 +6464,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6207
6464
|
path: _path2 + ".child_types",
|
|
6208
6465
|
expected: "(Array<string> | undefined)",
|
|
6209
6466
|
value: input3.child_types
|
|
6210
|
-
})) && input3.child_types.map((elem,
|
|
6211
|
-
path: _path2 + ".child_types[" +
|
|
6467
|
+
})) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6468
|
+
path: _path2 + ".child_types[" + _index62 + "]",
|
|
6212
6469
|
expected: "string",
|
|
6213
6470
|
value: elem
|
|
6214
6471
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6223,8 +6480,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6223
6480
|
path: _path2 + ".included_types",
|
|
6224
6481
|
expected: "(Array<string> | undefined)",
|
|
6225
6482
|
value: input3.included_types
|
|
6226
|
-
})) && input3.included_types.map((elem,
|
|
6227
|
-
path: _path2 + ".included_types[" +
|
|
6483
|
+
})) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6484
|
+
path: _path2 + ".included_types[" + _index63 + "]",
|
|
6228
6485
|
expected: "string",
|
|
6229
6486
|
value: elem
|
|
6230
6487
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6264,7 +6521,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6264
6521
|
expected: "TermGroupSetting",
|
|
6265
6522
|
value: input3.groupsetting
|
|
6266
6523
|
})].every((flag) => flag);
|
|
6267
|
-
const $
|
|
6524
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6268
6525
|
path: _path2 + ".id",
|
|
6269
6526
|
expected: "string",
|
|
6270
6527
|
value: input3.id
|
|
@@ -6280,8 +6537,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6280
6537
|
path: _path2 + ".child_types",
|
|
6281
6538
|
expected: "(Array<string> | undefined)",
|
|
6282
6539
|
value: input3.child_types
|
|
6283
|
-
})) && input3.child_types.map((elem,
|
|
6284
|
-
path: _path2 + ".child_types[" +
|
|
6540
|
+
})) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6541
|
+
path: _path2 + ".child_types[" + _index64 + "]",
|
|
6285
6542
|
expected: "string",
|
|
6286
6543
|
value: elem
|
|
6287
6544
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6296,8 +6553,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6296
6553
|
path: _path2 + ".included_types",
|
|
6297
6554
|
expected: "(Array<string> | undefined)",
|
|
6298
6555
|
value: input3.included_types
|
|
6299
|
-
})) && input3.included_types.map((elem,
|
|
6300
|
-
path: _path2 + ".included_types[" +
|
|
6556
|
+
})) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6557
|
+
path: _path2 + ".included_types[" + _index65 + "]",
|
|
6301
6558
|
expected: "string",
|
|
6302
6559
|
value: elem
|
|
6303
6560
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6348,8 +6605,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6348
6605
|
path: _path2 + ".alt",
|
|
6349
6606
|
expected: "Array<string>",
|
|
6350
6607
|
value: input3.alt
|
|
6351
|
-
})) && input3.alt.map((elem,
|
|
6352
|
-
path: _path2 + ".alt[" +
|
|
6608
|
+
})) && input3.alt.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6609
|
+
path: _path2 + ".alt[" + _index66 + "]",
|
|
6353
6610
|
expected: "string",
|
|
6354
6611
|
value: elem
|
|
6355
6612
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6365,7 +6622,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6365
6622
|
expected: "TermGroupSetting",
|
|
6366
6623
|
value: input3.groupsetting
|
|
6367
6624
|
})].every((flag) => flag);
|
|
6368
|
-
const $
|
|
6625
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6369
6626
|
path: _path2 + ".id",
|
|
6370
6627
|
expected: "string",
|
|
6371
6628
|
value: input3.id
|
|
@@ -6381,8 +6638,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6381
6638
|
path: _path2 + ".child_types",
|
|
6382
6639
|
expected: "(Array<string> | undefined)",
|
|
6383
6640
|
value: input3.child_types
|
|
6384
|
-
})) && input3.child_types.map((elem,
|
|
6385
|
-
path: _path2 + ".child_types[" +
|
|
6641
|
+
})) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6642
|
+
path: _path2 + ".child_types[" + _index67 + "]",
|
|
6386
6643
|
expected: "string",
|
|
6387
6644
|
value: elem
|
|
6388
6645
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6397,8 +6654,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6397
6654
|
path: _path2 + ".included_types",
|
|
6398
6655
|
expected: "(Array<string> | undefined)",
|
|
6399
6656
|
value: input3.included_types
|
|
6400
|
-
})) && input3.included_types.map((elem,
|
|
6401
|
-
path: _path2 + ".included_types[" +
|
|
6657
|
+
})) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6658
|
+
path: _path2 + ".included_types[" + _index68 + "]",
|
|
6402
6659
|
expected: "string",
|
|
6403
6660
|
value: elem
|
|
6404
6661
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6446,7 +6703,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6446
6703
|
expected: "TermGroupSetting",
|
|
6447
6704
|
value: input3.groupsetting
|
|
6448
6705
|
})].every((flag) => flag);
|
|
6449
|
-
const $
|
|
6706
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6450
6707
|
path: _path2 + ".id",
|
|
6451
6708
|
expected: "string",
|
|
6452
6709
|
value: input3.id
|
|
@@ -6462,8 +6719,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6462
6719
|
path: _path2 + ".child_types",
|
|
6463
6720
|
expected: "(Array<string> | undefined)",
|
|
6464
6721
|
value: input3.child_types
|
|
6465
|
-
})) && input3.child_types.map((elem,
|
|
6466
|
-
path: _path2 + ".child_types[" +
|
|
6722
|
+
})) && input3.child_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6723
|
+
path: _path2 + ".child_types[" + _index69 + "]",
|
|
6467
6724
|
expected: "string",
|
|
6468
6725
|
value: elem
|
|
6469
6726
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6478,8 +6735,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6478
6735
|
path: _path2 + ".included_types",
|
|
6479
6736
|
expected: "(Array<string> | undefined)",
|
|
6480
6737
|
value: input3.included_types
|
|
6481
|
-
})) && input3.included_types.map((elem,
|
|
6482
|
-
path: _path2 + ".included_types[" +
|
|
6738
|
+
})) && input3.included_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6739
|
+
path: _path2 + ".included_types[" + _index70 + "]",
|
|
6483
6740
|
expected: "string",
|
|
6484
6741
|
value: elem
|
|
6485
6742
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6531,7 +6788,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6531
6788
|
expected: "PresetNumericBins",
|
|
6532
6789
|
value: input3.bins
|
|
6533
6790
|
})].every((flag) => flag);
|
|
6534
|
-
const $
|
|
6791
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6535
6792
|
path: _path2 + ".id",
|
|
6536
6793
|
expected: "string",
|
|
6537
6794
|
value: input3.id
|
|
@@ -6547,8 +6804,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6547
6804
|
path: _path2 + ".child_types",
|
|
6548
6805
|
expected: "(Array<string> | undefined)",
|
|
6549
6806
|
value: input3.child_types
|
|
6550
|
-
})) && input3.child_types.map((elem,
|
|
6551
|
-
path: _path2 + ".child_types[" +
|
|
6807
|
+
})) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6808
|
+
path: _path2 + ".child_types[" + _index71 + "]",
|
|
6552
6809
|
expected: "string",
|
|
6553
6810
|
value: elem
|
|
6554
6811
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6563,8 +6820,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6563
6820
|
path: _path2 + ".included_types",
|
|
6564
6821
|
expected: "(Array<string> | undefined)",
|
|
6565
6822
|
value: input3.included_types
|
|
6566
|
-
})) && input3.included_types.map((elem,
|
|
6567
|
-
path: _path2 + ".included_types[" +
|
|
6823
|
+
})) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6824
|
+
path: _path2 + ".included_types[" + _index72 + "]",
|
|
6568
6825
|
expected: "string",
|
|
6569
6826
|
value: elem
|
|
6570
6827
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6616,7 +6873,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6616
6873
|
expected: "(PresetNumericBins | undefined)",
|
|
6617
6874
|
value: input3.bins
|
|
6618
6875
|
})].every((flag) => flag);
|
|
6619
|
-
const $
|
|
6876
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6620
6877
|
path: _path2 + ".id",
|
|
6621
6878
|
expected: "string",
|
|
6622
6879
|
value: input3.id
|
|
@@ -6632,8 +6889,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6632
6889
|
path: _path2 + ".child_types",
|
|
6633
6890
|
expected: "(Array<string> | undefined)",
|
|
6634
6891
|
value: input3.child_types
|
|
6635
|
-
})) && input3.child_types.map((elem,
|
|
6636
|
-
path: _path2 + ".child_types[" +
|
|
6892
|
+
})) && input3.child_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6893
|
+
path: _path2 + ".child_types[" + _index73 + "]",
|
|
6637
6894
|
expected: "string",
|
|
6638
6895
|
value: elem
|
|
6639
6896
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6648,8 +6905,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6648
6905
|
path: _path2 + ".included_types",
|
|
6649
6906
|
expected: "(Array<string> | undefined)",
|
|
6650
6907
|
value: input3.included_types
|
|
6651
|
-
})) && input3.included_types.map((elem,
|
|
6652
|
-
path: _path2 + ".included_types[" +
|
|
6908
|
+
})) && input3.included_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6909
|
+
path: _path2 + ".included_types[" + _index74 + "]",
|
|
6653
6910
|
expected: "string",
|
|
6654
6911
|
value: elem
|
|
6655
6912
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6696,8 +6953,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6696
6953
|
path: _path2 + ".genes",
|
|
6697
6954
|
expected: "(Array<string> | undefined)",
|
|
6698
6955
|
value: input3.genes
|
|
6699
|
-
})) && input3.genes.map((elem,
|
|
6700
|
-
path: _path2 + ".genes[" +
|
|
6956
|
+
})) && input3.genes.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6957
|
+
path: _path2 + ".genes[" + _index75 + "]",
|
|
6701
6958
|
expected: "string",
|
|
6702
6959
|
value: elem
|
|
6703
6960
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6713,7 +6970,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6713
6970
|
expected: "(PresetNumericBins | undefined)",
|
|
6714
6971
|
value: input3.bins
|
|
6715
6972
|
})].every((flag) => flag);
|
|
6716
|
-
const $
|
|
6973
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6717
6974
|
path: _path2 + ".id",
|
|
6718
6975
|
expected: "string",
|
|
6719
6976
|
value: input3.id
|
|
@@ -6729,8 +6986,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6729
6986
|
path: _path2 + ".child_types",
|
|
6730
6987
|
expected: "(Array<string> | undefined)",
|
|
6731
6988
|
value: input3.child_types
|
|
6732
|
-
})) && input3.child_types.map((elem,
|
|
6733
|
-
path: _path2 + ".child_types[" +
|
|
6989
|
+
})) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
|
|
6990
|
+
path: _path2 + ".child_types[" + _index76 + "]",
|
|
6734
6991
|
expected: "string",
|
|
6735
6992
|
value: elem
|
|
6736
6993
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6745,8 +7002,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6745
7002
|
path: _path2 + ".included_types",
|
|
6746
7003
|
expected: "(Array<string> | undefined)",
|
|
6747
7004
|
value: input3.included_types
|
|
6748
|
-
})) && input3.included_types.map((elem,
|
|
6749
|
-
path: _path2 + ".included_types[" +
|
|
7005
|
+
})) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7006
|
+
path: _path2 + ".included_types[" + _index77 + "]",
|
|
6750
7007
|
expected: "string",
|
|
6751
7008
|
value: elem
|
|
6752
7009
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6778,7 +7035,108 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6778
7035
|
expected: "(__type.o7 | undefined)",
|
|
6779
7036
|
value: input3.valueConversion
|
|
6780
7037
|
})].every((flag) => flag);
|
|
6781
|
-
const $
|
|
7038
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
7039
|
+
path: _path2 + ".id",
|
|
7040
|
+
expected: "string",
|
|
7041
|
+
value: input3.id
|
|
7042
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
7043
|
+
path: _path2 + ".name",
|
|
7044
|
+
expected: "string",
|
|
7045
|
+
value: input3.name
|
|
7046
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
7047
|
+
path: _path2 + ".type",
|
|
7048
|
+
expected: '"termCollection"',
|
|
7049
|
+
value: input3.type
|
|
7050
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
7051
|
+
path: _path2 + ".child_types",
|
|
7052
|
+
expected: "(Array<string> | undefined)",
|
|
7053
|
+
value: input3.child_types
|
|
7054
|
+
})) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7055
|
+
path: _path2 + ".child_types[" + _index78 + "]",
|
|
7056
|
+
expected: "string",
|
|
7057
|
+
value: elem
|
|
7058
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
7059
|
+
path: _path2 + ".child_types",
|
|
7060
|
+
expected: "(Array<string> | undefined)",
|
|
7061
|
+
value: input3.child_types
|
|
7062
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
7063
|
+
path: _path2 + ".hashtmldetail",
|
|
7064
|
+
expected: "(boolean | undefined)",
|
|
7065
|
+
value: input3.hashtmldetail
|
|
7066
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
7067
|
+
path: _path2 + ".included_types",
|
|
7068
|
+
expected: "(Array<string> | undefined)",
|
|
7069
|
+
value: input3.included_types
|
|
7070
|
+
})) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7071
|
+
path: _path2 + ".included_types[" + _index79 + "]",
|
|
7072
|
+
expected: "string",
|
|
7073
|
+
value: elem
|
|
7074
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
7075
|
+
path: _path2 + ".included_types",
|
|
7076
|
+
expected: "(Array<string> | undefined)",
|
|
7077
|
+
value: input3.included_types
|
|
7078
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
7079
|
+
path: _path2 + ".isleaf",
|
|
7080
|
+
expected: "(boolean | undefined)",
|
|
7081
|
+
value: input3.isleaf
|
|
7082
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
7083
|
+
path: _path2 + ".values",
|
|
7084
|
+
expected: "(TermValues | undefined)",
|
|
7085
|
+
value: input3.values
|
|
7086
|
+
})) && $vo12(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
7087
|
+
path: _path2 + ".values",
|
|
7088
|
+
expected: "(TermValues | undefined)",
|
|
7089
|
+
value: input3.values
|
|
7090
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
7091
|
+
path: _path2 + ".skipValuesBuild",
|
|
7092
|
+
expected: "(boolean | undefined)",
|
|
7093
|
+
value: input3.skipValuesBuild
|
|
7094
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
7095
|
+
path: _path2 + ".valueConversion",
|
|
7096
|
+
expected: "(__type.o7 | undefined)",
|
|
7097
|
+
value: input3.valueConversion
|
|
7098
|
+
})) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
7099
|
+
path: _path2 + ".valueConversion",
|
|
7100
|
+
expected: "(__type.o7 | undefined)",
|
|
7101
|
+
value: input3.valueConversion
|
|
7102
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
7103
|
+
path: _path2 + ".collectionId",
|
|
7104
|
+
expected: "(string | undefined)",
|
|
7105
|
+
value: input3.collectionId
|
|
7106
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
7107
|
+
path: _path2 + ".lst",
|
|
7108
|
+
expected: "(Array<string> | undefined)",
|
|
7109
|
+
value: input3.lst
|
|
7110
|
+
})) && input3.lst.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7111
|
+
path: _path2 + ".lst[" + _index80 + "]",
|
|
7112
|
+
expected: "string",
|
|
7113
|
+
value: elem
|
|
7114
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
7115
|
+
path: _path2 + ".lst",
|
|
7116
|
+
expected: "(Array<string> | undefined)",
|
|
7117
|
+
value: input3.lst
|
|
7118
|
+
}), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
7119
|
+
path: _path2 + ".termlst",
|
|
7120
|
+
expected: "(Array<any> | undefined)",
|
|
7121
|
+
value: input3.termlst
|
|
7122
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
7123
|
+
path: _path2 + ".numerators",
|
|
7124
|
+
expected: "(Array<string> | undefined)",
|
|
7125
|
+
value: input3.numerators
|
|
7126
|
+
})) && input3.numerators.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7127
|
+
path: _path2 + ".numerators[" + _index81 + "]",
|
|
7128
|
+
expected: "string",
|
|
7129
|
+
value: elem
|
|
7130
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
7131
|
+
path: _path2 + ".numerators",
|
|
7132
|
+
expected: "(Array<string> | undefined)",
|
|
7133
|
+
value: input3.numerators
|
|
7134
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
7135
|
+
path: _path2 + ".newTvs",
|
|
7136
|
+
expected: "(boolean | undefined)",
|
|
7137
|
+
value: input3.newTvs
|
|
7138
|
+
})].every((flag) => flag);
|
|
7139
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6782
7140
|
path: _path2 + ".id",
|
|
6783
7141
|
expected: "string",
|
|
6784
7142
|
value: input3.id
|
|
@@ -6794,8 +7152,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6794
7152
|
path: _path2 + ".child_types",
|
|
6795
7153
|
expected: "(Array<string> | undefined)",
|
|
6796
7154
|
value: input3.child_types
|
|
6797
|
-
})) && input3.child_types.map((elem,
|
|
6798
|
-
path: _path2 + ".child_types[" +
|
|
7155
|
+
})) && input3.child_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7156
|
+
path: _path2 + ".child_types[" + _index82 + "]",
|
|
6799
7157
|
expected: "string",
|
|
6800
7158
|
value: elem
|
|
6801
7159
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6810,8 +7168,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6810
7168
|
path: _path2 + ".included_types",
|
|
6811
7169
|
expected: "(Array<string> | undefined)",
|
|
6812
7170
|
value: input3.included_types
|
|
6813
|
-
})) && input3.included_types.map((elem,
|
|
6814
|
-
path: _path2 + ".included_types[" +
|
|
7171
|
+
})) && input3.included_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7172
|
+
path: _path2 + ".included_types[" + _index83 + "]",
|
|
6815
7173
|
expected: "string",
|
|
6816
7174
|
value: elem
|
|
6817
7175
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6850,12 +7208,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6850
7208
|
path: _path2 + ".snps",
|
|
6851
7209
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
6852
7210
|
value: input3.snps
|
|
6853
|
-
})) && input3.snps.map((elem,
|
|
6854
|
-
path: _path2 + ".snps[" +
|
|
7211
|
+
})) && input3.snps.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
7212
|
+
path: _path2 + ".snps[" + _index84 + "]",
|
|
6855
7213
|
expected: "SnpsEntry",
|
|
6856
7214
|
value: elem
|
|
6857
|
-
})) && $
|
|
6858
|
-
path: _path2 + ".snps[" +
|
|
7215
|
+
})) && $vo63(elem, _path2 + ".snps[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
7216
|
+
path: _path2 + ".snps[" + _index84 + "]",
|
|
6859
7217
|
expected: "SnpsEntry",
|
|
6860
7218
|
value: elem
|
|
6861
7219
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6863,12 +7221,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6863
7221
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
6864
7222
|
value: input3.snps
|
|
6865
7223
|
})].every((flag) => flag);
|
|
6866
|
-
const $
|
|
7224
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
6867
7225
|
path: _path2 + ".altAlleles",
|
|
6868
7226
|
expected: "(Array<string> | undefined)",
|
|
6869
7227
|
value: input3.altAlleles
|
|
6870
|
-
})) && input3.altAlleles.map((elem,
|
|
6871
|
-
path: _path2 + ".altAlleles[" +
|
|
7228
|
+
})) && input3.altAlleles.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7229
|
+
path: _path2 + ".altAlleles[" + _index85 + "]",
|
|
6872
7230
|
expected: "string",
|
|
6873
7231
|
value: elem
|
|
6874
7232
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6879,12 +7237,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6879
7237
|
path: _path2 + ".alleles",
|
|
6880
7238
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
6881
7239
|
value: input3.alleles
|
|
6882
|
-
})) && input3.alleles.map((elem,
|
|
6883
|
-
path: _path2 + ".alleles[" +
|
|
7240
|
+
})) && input3.alleles.map((elem, _index86) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
7241
|
+
path: _path2 + ".alleles[" + _index86 + "]",
|
|
6884
7242
|
expected: "AllelesEntry",
|
|
6885
7243
|
value: elem
|
|
6886
|
-
})) && $
|
|
6887
|
-
path: _path2 + ".alleles[" +
|
|
7244
|
+
})) && $vo64(elem, _path2 + ".alleles[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
7245
|
+
path: _path2 + ".alleles[" + _index86 + "]",
|
|
6888
7246
|
expected: "AllelesEntry",
|
|
6889
7247
|
value: elem
|
|
6890
7248
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6899,7 +7257,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6899
7257
|
path: _path2 + ".gt2count",
|
|
6900
7258
|
expected: "(__type.o12 | undefined)",
|
|
6901
7259
|
value: input3.gt2count
|
|
6902
|
-
})) && $
|
|
7260
|
+
})) && $vo65(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
6903
7261
|
path: _path2 + ".gt2count",
|
|
6904
7262
|
expected: "(__type.o12 | undefined)",
|
|
6905
7263
|
value: input3.gt2count
|
|
@@ -6928,7 +7286,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6928
7286
|
expected: "(number | undefined)",
|
|
6929
7287
|
value: input3.pos
|
|
6930
7288
|
})].every((flag) => flag);
|
|
6931
|
-
const $
|
|
7289
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
6932
7290
|
path: _path2 + ".allele",
|
|
6933
7291
|
expected: "string",
|
|
6934
7292
|
value: input3.allele
|
|
@@ -6941,7 +7299,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6941
7299
|
expected: "boolean",
|
|
6942
7300
|
value: input3.isRef
|
|
6943
7301
|
})].every((flag) => flag);
|
|
6944
|
-
const $
|
|
7302
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
6945
7303
|
path: _path2 + ".k",
|
|
6946
7304
|
expected: "string",
|
|
6947
7305
|
value: input3.k
|
|
@@ -6950,7 +7308,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6950
7308
|
expected: "(number | string)",
|
|
6951
7309
|
value: input3.v
|
|
6952
7310
|
})].every((flag) => flag);
|
|
6953
|
-
const $
|
|
7311
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
6954
7312
|
path: _path2 + ".id",
|
|
6955
7313
|
expected: "string",
|
|
6956
7314
|
value: input3.id
|
|
@@ -6966,8 +7324,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6966
7324
|
path: _path2 + ".child_types",
|
|
6967
7325
|
expected: "(Array<string> | undefined)",
|
|
6968
7326
|
value: input3.child_types
|
|
6969
|
-
})) && input3.child_types.map((elem,
|
|
6970
|
-
path: _path2 + ".child_types[" +
|
|
7327
|
+
})) && input3.child_types.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7328
|
+
path: _path2 + ".child_types[" + _index87 + "]",
|
|
6971
7329
|
expected: "string",
|
|
6972
7330
|
value: elem
|
|
6973
7331
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6982,8 +7340,8 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6982
7340
|
path: _path2 + ".included_types",
|
|
6983
7341
|
expected: "(Array<string> | undefined)",
|
|
6984
7342
|
value: input3.included_types
|
|
6985
|
-
})) && input3.included_types.map((elem,
|
|
6986
|
-
path: _path2 + ".included_types[" +
|
|
7343
|
+
})) && input3.included_types.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
|
|
7344
|
+
path: _path2 + ".included_types[" + _index88 + "]",
|
|
6987
7345
|
expected: "string",
|
|
6988
7346
|
value: elem
|
|
6989
7347
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -6998,7 +7356,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
6998
7356
|
path: _path2 + ".values",
|
|
6999
7357
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
7000
7358
|
value: input3.values
|
|
7001
|
-
})) && $
|
|
7359
|
+
})) && $vo67(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
7002
7360
|
path: _path2 + ".values",
|
|
7003
7361
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
7004
7362
|
value: input3.values
|
|
@@ -7015,7 +7373,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
7015
7373
|
expected: "(__type.o7 | undefined)",
|
|
7016
7374
|
value: input3.valueConversion
|
|
7017
7375
|
})].every((flag) => flag);
|
|
7018
|
-
const $
|
|
7376
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
7019
7377
|
const value = input3[key];
|
|
7020
7378
|
if (void 0 === value)
|
|
7021
7379
|
return true;
|
|
@@ -7024,7 +7382,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
7024
7382
|
path: _path2 + $join(key),
|
|
7025
7383
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
7026
7384
|
value
|
|
7027
|
-
})) && $
|
|
7385
|
+
})) && $vo68(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
7028
7386
|
path: _path2 + $join(key),
|
|
7029
7387
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
7030
7388
|
value
|
|
@@ -7034,14 +7392,14 @@ var validTermdbClusterResponse = (input) => {
|
|
|
7034
7392
|
path: _path2 + $join(key),
|
|
7035
7393
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
7036
7394
|
value
|
|
7037
|
-
})) && $
|
|
7395
|
+
})) && $vo68(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
7038
7396
|
path: _path2 + $join(key),
|
|
7039
7397
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
7040
7398
|
value
|
|
7041
7399
|
});
|
|
7042
7400
|
return true;
|
|
7043
7401
|
}).every((flag) => flag)].every((flag) => flag);
|
|
7044
|
-
const $
|
|
7402
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
7045
7403
|
path: _path2 + ".key",
|
|
7046
7404
|
expected: "(string | undefined)",
|
|
7047
7405
|
value: input3.key
|
|
@@ -7085,12 +7443,12 @@ var validTermdbClusterResponse = (input) => {
|
|
|
7085
7443
|
path: _path2 + ".list",
|
|
7086
7444
|
expected: "Array<__type>.o7",
|
|
7087
7445
|
value: input3.list
|
|
7088
|
-
})) && input3.list.map((elem,
|
|
7089
|
-
path: _path2 + ".list[" +
|
|
7446
|
+
})) && input3.list.map((elem, _index89) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
7447
|
+
path: _path2 + ".list[" + _index89 + "]",
|
|
7090
7448
|
expected: "__type.o13",
|
|
7091
7449
|
value: elem
|
|
7092
|
-
})) && $
|
|
7093
|
-
path: _path2 + ".list[" +
|
|
7450
|
+
})) && $vo69(elem, _path2 + ".list[" + _index89 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
7451
|
+
path: _path2 + ".list[" + _index89 + "]",
|
|
7094
7452
|
expected: "__type.o13",
|
|
7095
7453
|
value: elem
|
|
7096
7454
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -7098,7 +7456,7 @@ var validTermdbClusterResponse = (input) => {
|
|
|
7098
7456
|
expected: "Array<__type>.o7",
|
|
7099
7457
|
value: input3.list
|
|
7100
7458
|
}), true].every((flag) => flag);
|
|
7101
|
-
const $
|
|
7459
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
7102
7460
|
path: _path2 + ".sampleId",
|
|
7103
7461
|
expected: "string",
|
|
7104
7462
|
value: input3.sampleId
|
|
@@ -7149,26 +7507,30 @@ var validTermdbClusterResponse = (input) => {
|
|
|
7149
7507
|
})();
|
|
7150
7508
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
7151
7509
|
if ("metaboliteIntensity" === input3.type)
|
|
7152
|
-
return $
|
|
7510
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
7153
7511
|
if ("categorical" === input3.type)
|
|
7154
|
-
return $
|
|
7512
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
7155
7513
|
if ("snp" === input3.type)
|
|
7156
|
-
return $
|
|
7514
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
7157
7515
|
if ("singleCellCellType" === input3.type)
|
|
7158
|
-
return $vo54(input3, _path2, _exceptionable2);
|
|
7159
|
-
if ("date" === input3.type)
|
|
7160
7516
|
return $vo56(input3, _path2, _exceptionable2);
|
|
7517
|
+
if ("date" === input3.type)
|
|
7518
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
7161
7519
|
if ("integer" === input3.type || "float" === input3.type)
|
|
7162
|
-
return $vo55(input3, _path2, _exceptionable2);
|
|
7163
|
-
if ("ssGSEA" === input3.type)
|
|
7164
7520
|
return $vo57(input3, _path2, _exceptionable2);
|
|
7521
|
+
if ("ssGSEA" === input3.type)
|
|
7522
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
7165
7523
|
if ("condition" === input3.type)
|
|
7166
|
-
return $
|
|
7167
|
-
|
|
7524
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
7525
|
+
if ("termCollection" === input3.type)
|
|
7526
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
7527
|
+
return $vo34(input3, _path2, false) || $vo11(input3, _path2, false) || $vo51(input3, _path2, false) || $vo52(input3, _path2, false) || $vo66(input3, _path2, false) || $vo62(input3, _path2, false);
|
|
7168
7528
|
})();
|
|
7169
7529
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
7170
7530
|
if (void 0 !== input3.ranges)
|
|
7171
7531
|
return $vo24(input3, _path2, _exceptionable2);
|
|
7532
|
+
if (void 0 !== input3.ratio)
|
|
7533
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
7172
7534
|
return $vo16(input3, _path2, false) || $vo39(input3, _path2, false) || $vo42(input3, _path2, false);
|
|
7173
7535
|
})();
|
|
7174
7536
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|