@sjcrh/proteinpaint-types 2.146.4-1 → 2.147.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aiProjectSelectedWSImages.js +1 -1
- package/dist/aiProjectTrainModel.js +11 -0
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-75OHIZMS.js → chunk-225Q2ZUA.js} +2 -6
- package/dist/{chunk-74B7B2CV.js → chunk-2ZJS3NUY.js} +258 -82
- package/dist/{chunk-NBV7HYBA.js → chunk-3SKFYOKV.js} +407 -515
- package/dist/{chunk-G5KSPYQG.js → chunk-4SJC57Y6.js} +403 -511
- package/dist/{chunk-4VEXL32Q.js → chunk-75GS5ZG5.js} +381 -489
- package/dist/{chunk-2BHWLFKE.js → chunk-ETMCI34A.js} +2 -6
- package/dist/{chunk-7ICZFAGK.js → chunk-KSVIBMFQ.js} +1049 -797
- package/dist/{chunk-C246BWQE.js → chunk-NQUMNEVO.js} +258 -82
- package/dist/{chunk-4DNCZQOB.js → chunk-OOQIRLS5.js} +258 -82
- package/dist/{chunk-5KADNZH2.js → chunk-RA7IEGS4.js} +408 -516
- package/dist/chunk-UYJA4UM7.js +97 -0
- package/dist/{chunk-GCAZSDCW.js → chunk-WL7ZVGZS.js} +403 -511
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +48 -40
- package/dist/samplewsimages.js +1 -1
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +15 -12
- package/src/index.ts +2 -0
- package/src/routes/aiProjectSelectedWSImages.ts +0 -1
- package/src/routes/aiProjectTrainModel.ts +20 -0
- package/src/routes/brainImaging.ts +3 -3
- package/src/terms/categorical.ts +9 -90
- package/src/terms/q.ts +5 -1
- package/src/terms/qualitative.ts +73 -0
- package/src/terms/singleCellCellType.ts +6 -10
- package/src/terms/snp.ts +9 -13
- package/src/terms/term.ts +2 -2
- package/src/terms/tw.ts +3 -4
|
@@ -59,7 +59,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
61
61
|
const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true;
|
|
62
|
-
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $
|
|
62
|
+
const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "QualTWValues" === input3.type;
|
|
63
63
|
const $io2 = (input3) => Object.keys(input3).every((key) => {
|
|
64
64
|
const value = input3[key];
|
|
65
65
|
if (void 0 === value)
|
|
@@ -81,12 +81,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
81
81
|
});
|
|
82
82
|
const $io5 = (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 && $io6(input3.filter));
|
|
83
83
|
const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
84
|
-
const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $
|
|
84
|
+
const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
85
85
|
const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io5(elem)));
|
|
86
|
-
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $
|
|
86
|
+
const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
|
|
87
87
|
const $io10 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
|
|
88
88
|
const $io11 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
89
|
-
const $io12 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $
|
|
89
|
+
const $io12 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
90
90
|
const $io13 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
91
91
|
const $io14 = (input3) => Object.keys(input3).every((key) => {
|
|
92
92
|
const value = input3[key];
|
|
@@ -110,7 +110,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
110
110
|
const $io26 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
|
|
111
111
|
const $io27 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
112
112
|
const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
|
|
113
|
-
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $
|
|
113
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
|
|
114
114
|
const $io30 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
|
|
115
115
|
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
116
116
|
const $io32 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
@@ -121,45 +121,41 @@ var validDescrStatsRequest = (input) => {
|
|
|
121
121
|
const $io37 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
|
|
122
122
|
const $io38 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
|
|
123
123
|
const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
124
|
-
const $io40 = (input3) =>
|
|
125
|
-
const $io41 = (input3) => (void 0 === input3.
|
|
126
|
-
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "discrete" === input3.mode || "binary" === input3.mode) && "
|
|
127
|
-
const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $
|
|
128
|
-
const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "discrete" === input3.mode || "binary" === input3.mode) && "
|
|
129
|
-
const $io45 = (input3) => Array.isArray(input3.
|
|
130
|
-
const $io46 = (input3) => (void 0 === input3.
|
|
131
|
-
const $io47 = (input3) =>
|
|
132
|
-
const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
133
|
-
const $io49 = (input3) => (void 0 === input3.
|
|
134
|
-
const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
135
|
-
const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) &&
|
|
136
|
-
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
137
|
-
const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) &&
|
|
138
|
-
const $io54 = (input3) => "number" === typeof input3.
|
|
139
|
-
const $io55 = (input3) => (void 0 === input3.
|
|
140
|
-
const $io56 = (input3) => "
|
|
141
|
-
const $io57 = (input3) =>
|
|
142
|
-
const $io58 = (input3) =>
|
|
143
|
-
const $io59 = (input3) => (void 0 === input3.
|
|
144
|
-
const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "
|
|
145
|
-
const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
146
|
-
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "
|
|
147
|
-
const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
148
|
-
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && (
|
|
149
|
-
const $io65 = (input3) => (void 0 === input3.
|
|
150
|
-
const $io66 = (input3) => (void 0 === input3.
|
|
151
|
-
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "
|
|
152
|
-
const $io68 = (input3) => "string" === typeof input3.
|
|
153
|
-
const $io69 = (input3) =>
|
|
154
|
-
const $io70 = (input3) =>
|
|
155
|
-
const $io71 = (input3) => "string" === typeof input3.
|
|
156
|
-
const $io72 = (input3) => "string" === typeof input3.
|
|
157
|
-
const $io73 = (input3) =>
|
|
158
|
-
const $io74 = (input3) =>
|
|
159
|
-
const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "filter" === input3.type;
|
|
160
|
-
const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
161
|
-
const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
|
|
162
|
-
const $io78 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io33(input3.groupsetting));
|
|
124
|
+
const $io40 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io33(input3.groupsetting));
|
|
125
|
+
const $io41 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
|
|
126
|
+
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
127
|
+
const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
128
|
+
const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
129
|
+
const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
130
|
+
const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io47(input3.customset));
|
|
131
|
+
const $io47 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
132
|
+
const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
|
|
133
|
+
const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
|
|
134
|
+
const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io51(input3.q));
|
|
135
|
+
const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
|
|
136
|
+
const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io53(input3.q));
|
|
137
|
+
const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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);
|
|
138
|
+
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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q));
|
|
139
|
+
const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io56(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
140
|
+
const $io56 = (input3) => "number" === typeof input3.value;
|
|
141
|
+
const $io57 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
|
|
142
|
+
const $io58 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
|
|
143
|
+
const $io59 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
|
|
144
|
+
const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
|
|
145
|
+
const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
|
|
146
|
+
const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
147
|
+
const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
|
|
148
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io47(input3.customset));
|
|
149
|
+
const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
|
|
150
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
|
|
151
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
|
|
152
|
+
const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io71(input3.term));
|
|
153
|
+
const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io70(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
154
|
+
const $io70 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
155
|
+
const $io71 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io72(elem)));
|
|
156
|
+
const $io72 = (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 && $io73(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io74(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);
|
|
157
|
+
const $io73 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
158
|
+
const $io74 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
163
159
|
const $iu0 = (input3) => (() => {
|
|
164
160
|
if ("tvslst" === input3.type)
|
|
165
161
|
return $io6(input3);
|
|
@@ -203,37 +199,44 @@ var validDescrStatsRequest = (input) => {
|
|
|
203
199
|
return false;
|
|
204
200
|
})();
|
|
205
201
|
const $iu6 = (input3) => (() => {
|
|
206
|
-
if ("SnpTW" === input3.type)
|
|
207
|
-
return $io73(input3);
|
|
208
202
|
if ("SnpsTW" === input3.type)
|
|
209
|
-
return $
|
|
203
|
+
return $io68(input3);
|
|
210
204
|
if ("ConditionTW" === input3.type)
|
|
211
|
-
return $
|
|
205
|
+
return $io65(input3);
|
|
212
206
|
if ("GvCustomGsTW" === input3.type)
|
|
213
|
-
return $
|
|
207
|
+
return $io63(input3);
|
|
214
208
|
if ("GvPredefinedGsTW" === input3.type)
|
|
215
|
-
return $
|
|
209
|
+
return $io61(input3);
|
|
216
210
|
if ("GvValuesTW" === input3.type)
|
|
217
|
-
return $
|
|
211
|
+
return $io57(input3);
|
|
218
212
|
if ("NumTWSpline" === input3.type)
|
|
219
|
-
return $
|
|
213
|
+
return $io54(input3);
|
|
220
214
|
if ("NumTWCont" === input3.type)
|
|
221
|
-
return $
|
|
215
|
+
return $io52(input3);
|
|
222
216
|
if ("NumTWBinary" === input3.type)
|
|
223
|
-
return $
|
|
217
|
+
return $io50(input3);
|
|
224
218
|
if ("NumTWCustomBin" === input3.type)
|
|
225
|
-
return $
|
|
219
|
+
return $io49(input3);
|
|
226
220
|
if ("NumTWRegularBin" === input3.type)
|
|
227
|
-
return $
|
|
228
|
-
if ("
|
|
221
|
+
return $io48(input3);
|
|
222
|
+
if ("QualTWCustomGS" === input3.type)
|
|
223
|
+
return $io45(input3);
|
|
224
|
+
if ("QualTWPredefinedGS" === input3.type)
|
|
229
225
|
return $io43(input3);
|
|
230
|
-
if ("
|
|
231
|
-
return $io41(input3);
|
|
232
|
-
if ("CatTWValues" === input3.type)
|
|
226
|
+
if ("QualTWValues" === input3.type)
|
|
233
227
|
return $io1(input3);
|
|
234
228
|
return false;
|
|
235
229
|
})();
|
|
236
230
|
const $iu7 = (input3) => (() => {
|
|
231
|
+
if ("categorical" === input3.type)
|
|
232
|
+
return $io3(input3);
|
|
233
|
+
if ("snp" === input3.type)
|
|
234
|
+
return $io40(input3);
|
|
235
|
+
if ("singleCellCellType" === input3.type)
|
|
236
|
+
return $io41(input3);
|
|
237
|
+
return false;
|
|
238
|
+
})();
|
|
239
|
+
const $iu8 = (input3) => (() => {
|
|
237
240
|
if (void 0 !== input3.ranges)
|
|
238
241
|
return $io9(input3);
|
|
239
242
|
return (() => {
|
|
@@ -246,7 +249,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
246
249
|
return false;
|
|
247
250
|
})();
|
|
248
251
|
})();
|
|
249
|
-
const $
|
|
252
|
+
const $iu9 = (input3) => (() => {
|
|
250
253
|
if ("integer" === input3.type || "float" === input3.type)
|
|
251
254
|
return $io10(input3);
|
|
252
255
|
if ("metaboliteIntensity" === input3.type)
|
|
@@ -263,43 +266,32 @@ var validDescrStatsRequest = (input) => {
|
|
|
263
266
|
return false;
|
|
264
267
|
})();
|
|
265
268
|
})();
|
|
266
|
-
const $
|
|
269
|
+
const $iu10 = (input3) => (() => {
|
|
267
270
|
if ("regular-bin" === input3.type)
|
|
268
271
|
return $io13(input3);
|
|
269
272
|
if ("custom-bin" === input3.type)
|
|
270
273
|
return $io18(input3);
|
|
271
274
|
return false;
|
|
272
275
|
})();
|
|
273
|
-
const $
|
|
276
|
+
const $iu11 = (input3) => (() => {
|
|
274
277
|
if ("gene" === input3.kind)
|
|
275
278
|
return $io30(input3);
|
|
276
279
|
if ("coord" === input3.kind)
|
|
277
280
|
return $io38(input3);
|
|
278
281
|
return false;
|
|
279
282
|
})();
|
|
280
|
-
const $
|
|
283
|
+
const $iu12 = (input3) => (() => {
|
|
281
284
|
if ("gene" === input3.kind)
|
|
282
|
-
return $
|
|
285
|
+
return $io58(input3);
|
|
283
286
|
if ("coord" === input3.kind)
|
|
284
|
-
return $
|
|
287
|
+
return $io59(input3);
|
|
285
288
|
return false;
|
|
286
289
|
})();
|
|
287
|
-
const $
|
|
290
|
+
const $iu13 = (input3) => (() => {
|
|
288
291
|
if ("grade" === input3.valueFor)
|
|
289
|
-
return $
|
|
292
|
+
return $io66(input3);
|
|
290
293
|
if ("children" === input3.valueFor)
|
|
291
|
-
return $
|
|
292
|
-
return false;
|
|
293
|
-
})();
|
|
294
|
-
const $iu13 = (input3) => (() => {
|
|
295
|
-
if ("values" === input3.type)
|
|
296
|
-
return $io74(input3);
|
|
297
|
-
if ("filter" === input3.type)
|
|
298
|
-
return $io75(input3);
|
|
299
|
-
if ("predefined-groupset" === input3.type)
|
|
300
|
-
return $io76(input3);
|
|
301
|
-
if ("custom-groupset" === input3.type)
|
|
302
|
-
return $io77(input3);
|
|
294
|
+
return $io67(input3);
|
|
303
295
|
return false;
|
|
304
296
|
})();
|
|
305
297
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -322,11 +314,11 @@ var validDescrStatsRequest = (input) => {
|
|
|
322
314
|
value: input3.embedder
|
|
323
315
|
}), ("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
|
|
324
316
|
path: _path2 + ".tw",
|
|
325
|
-
expected: "(
|
|
317
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
|
|
326
318
|
value: input3.tw
|
|
327
319
|
})) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
|
|
328
320
|
path: _path2 + ".tw",
|
|
329
|
-
expected: "(
|
|
321
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
|
|
330
322
|
value: input3.tw
|
|
331
323
|
}), void 0 === input3.logScale || "boolean" === typeof input3.logScale || $report(_exceptionable2, {
|
|
332
324
|
path: _path2 + ".logScale",
|
|
@@ -367,23 +359,23 @@ var validDescrStatsRequest = (input) => {
|
|
|
367
359
|
value: input3.minNumSamples
|
|
368
360
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
369
361
|
path: _path2 + ".term",
|
|
370
|
-
expected: "CategoricalTerm",
|
|
362
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
371
363
|
value: input3.term
|
|
372
|
-
})) && $
|
|
364
|
+
})) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
373
365
|
path: _path2 + ".term",
|
|
374
|
-
expected: "CategoricalTerm",
|
|
366
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
375
367
|
value: input3.term
|
|
376
368
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
377
369
|
path: _path2 + ".q",
|
|
378
370
|
expected: "ValuesQ",
|
|
379
371
|
value: input3.q
|
|
380
|
-
})) && $
|
|
372
|
+
})) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
381
373
|
path: _path2 + ".q",
|
|
382
374
|
expected: "ValuesQ",
|
|
383
375
|
value: input3.q
|
|
384
|
-
}), "
|
|
376
|
+
}), "QualTWValues" === input3.type || $report(_exceptionable2, {
|
|
385
377
|
path: _path2 + ".type",
|
|
386
|
-
expected: '"
|
|
378
|
+
expected: '"QualTWValues"',
|
|
387
379
|
value: input3.type
|
|
388
380
|
})].every((flag) => flag);
|
|
389
381
|
const $vo2 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
@@ -559,7 +551,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
559
551
|
path: _path2 + ".tvs",
|
|
560
552
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
561
553
|
value: input3.tvs
|
|
562
|
-
})) && $
|
|
554
|
+
})) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
563
555
|
path: _path2 + ".tvs",
|
|
564
556
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
565
557
|
value: input3.tvs
|
|
@@ -613,7 +605,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
613
605
|
path: _path2 + ".term",
|
|
614
606
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
615
607
|
value: input3.term
|
|
616
|
-
})) && $
|
|
608
|
+
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
617
609
|
path: _path2 + ".term",
|
|
618
610
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
619
611
|
value: input3.term
|
|
@@ -740,7 +732,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
740
732
|
path: _path2 + '["default"]',
|
|
741
733
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
742
734
|
value: input3["default"]
|
|
743
|
-
})) && $
|
|
735
|
+
})) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
|
|
744
736
|
path: _path2 + '["default"]',
|
|
745
737
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
746
738
|
value: input3["default"]
|
|
@@ -748,7 +740,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
748
740
|
path: _path2 + ".less",
|
|
749
741
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
750
742
|
value: input3.less
|
|
751
|
-
})) && $
|
|
743
|
+
})) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
|
|
752
744
|
path: _path2 + ".less",
|
|
753
745
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
754
746
|
value: input3.less
|
|
@@ -1634,7 +1626,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
1634
1626
|
path: _path2 + ".parentTerm",
|
|
1635
1627
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1636
1628
|
value: input3.parentTerm
|
|
1637
|
-
})) && $
|
|
1629
|
+
})) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
|
|
1638
1630
|
path: _path2 + ".parentTerm",
|
|
1639
1631
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
|
|
1640
1632
|
value: input3.parentTerm
|
|
@@ -2169,7 +2161,173 @@ var validDescrStatsRequest = (input) => {
|
|
|
2169
2161
|
expected: "string",
|
|
2170
2162
|
value: input3.value
|
|
2171
2163
|
})].every((flag) => flag);
|
|
2172
|
-
const $vo40 = (input3, _path2, _exceptionable2 = true) => [
|
|
2164
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2165
|
+
path: _path2 + ".id",
|
|
2166
|
+
expected: "string",
|
|
2167
|
+
value: input3.id
|
|
2168
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2169
|
+
path: _path2 + ".name",
|
|
2170
|
+
expected: "string",
|
|
2171
|
+
value: input3.name
|
|
2172
|
+
}), "snp" === input3.type || $report(_exceptionable2, {
|
|
2173
|
+
path: _path2 + ".type",
|
|
2174
|
+
expected: '"snp"',
|
|
2175
|
+
value: input3.type
|
|
2176
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2177
|
+
path: _path2 + ".child_types",
|
|
2178
|
+
expected: "(Array<string> | undefined)",
|
|
2179
|
+
value: input3.child_types
|
|
2180
|
+
})) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2181
|
+
path: _path2 + ".child_types[" + _index40 + "]",
|
|
2182
|
+
expected: "string",
|
|
2183
|
+
value: elem
|
|
2184
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2185
|
+
path: _path2 + ".child_types",
|
|
2186
|
+
expected: "(Array<string> | undefined)",
|
|
2187
|
+
value: input3.child_types
|
|
2188
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2189
|
+
path: _path2 + ".hashtmldetail",
|
|
2190
|
+
expected: "(boolean | undefined)",
|
|
2191
|
+
value: input3.hashtmldetail
|
|
2192
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2193
|
+
path: _path2 + ".included_types",
|
|
2194
|
+
expected: "(Array<string> | undefined)",
|
|
2195
|
+
value: input3.included_types
|
|
2196
|
+
})) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2197
|
+
path: _path2 + ".included_types[" + _index41 + "]",
|
|
2198
|
+
expected: "string",
|
|
2199
|
+
value: elem
|
|
2200
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2201
|
+
path: _path2 + ".included_types",
|
|
2202
|
+
expected: "(Array<string> | undefined)",
|
|
2203
|
+
value: input3.included_types
|
|
2204
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2205
|
+
path: _path2 + ".isleaf",
|
|
2206
|
+
expected: "(boolean | undefined)",
|
|
2207
|
+
value: input3.isleaf
|
|
2208
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2209
|
+
path: _path2 + ".values",
|
|
2210
|
+
expected: "(TermValues | undefined)",
|
|
2211
|
+
value: input3.values
|
|
2212
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2213
|
+
path: _path2 + ".values",
|
|
2214
|
+
expected: "(TermValues | undefined)",
|
|
2215
|
+
value: input3.values
|
|
2216
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2217
|
+
path: _path2 + ".skipValuesBuild",
|
|
2218
|
+
expected: "(boolean | undefined)",
|
|
2219
|
+
value: input3.skipValuesBuild
|
|
2220
|
+
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2221
|
+
path: _path2 + ".chr",
|
|
2222
|
+
expected: "string",
|
|
2223
|
+
value: input3.chr
|
|
2224
|
+
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
2225
|
+
path: _path2 + ".start",
|
|
2226
|
+
expected: "number",
|
|
2227
|
+
value: input3.start
|
|
2228
|
+
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
2229
|
+
path: _path2 + ".stop",
|
|
2230
|
+
expected: "number",
|
|
2231
|
+
value: input3.stop
|
|
2232
|
+
}), "string" === typeof input3.ref || $report(_exceptionable2, {
|
|
2233
|
+
path: _path2 + ".ref",
|
|
2234
|
+
expected: "string",
|
|
2235
|
+
value: input3.ref
|
|
2236
|
+
}), (Array.isArray(input3.alt) || $report(_exceptionable2, {
|
|
2237
|
+
path: _path2 + ".alt",
|
|
2238
|
+
expected: "Array<string>",
|
|
2239
|
+
value: input3.alt
|
|
2240
|
+
})) && input3.alt.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2241
|
+
path: _path2 + ".alt[" + _index42 + "]",
|
|
2242
|
+
expected: "string",
|
|
2243
|
+
value: elem
|
|
2244
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2245
|
+
path: _path2 + ".alt",
|
|
2246
|
+
expected: "Array<string>",
|
|
2247
|
+
value: input3.alt
|
|
2248
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2249
|
+
path: _path2 + ".groupsetting",
|
|
2250
|
+
expected: "TermGroupSetting",
|
|
2251
|
+
value: input3.groupsetting
|
|
2252
|
+
})) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2253
|
+
path: _path2 + ".groupsetting",
|
|
2254
|
+
expected: "TermGroupSetting",
|
|
2255
|
+
value: input3.groupsetting
|
|
2256
|
+
})].every((flag) => flag);
|
|
2257
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2258
|
+
path: _path2 + ".id",
|
|
2259
|
+
expected: "string",
|
|
2260
|
+
value: input3.id
|
|
2261
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2262
|
+
path: _path2 + ".name",
|
|
2263
|
+
expected: "string",
|
|
2264
|
+
value: input3.name
|
|
2265
|
+
}), "singleCellCellType" === input3.type || $report(_exceptionable2, {
|
|
2266
|
+
path: _path2 + ".type",
|
|
2267
|
+
expected: '"singleCellCellType"',
|
|
2268
|
+
value: input3.type
|
|
2269
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2270
|
+
path: _path2 + ".child_types",
|
|
2271
|
+
expected: "(Array<string> | undefined)",
|
|
2272
|
+
value: input3.child_types
|
|
2273
|
+
})) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2274
|
+
path: _path2 + ".child_types[" + _index43 + "]",
|
|
2275
|
+
expected: "string",
|
|
2276
|
+
value: elem
|
|
2277
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2278
|
+
path: _path2 + ".child_types",
|
|
2279
|
+
expected: "(Array<string> | undefined)",
|
|
2280
|
+
value: input3.child_types
|
|
2281
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2282
|
+
path: _path2 + ".hashtmldetail",
|
|
2283
|
+
expected: "(boolean | undefined)",
|
|
2284
|
+
value: input3.hashtmldetail
|
|
2285
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2286
|
+
path: _path2 + ".included_types",
|
|
2287
|
+
expected: "(Array<string> | undefined)",
|
|
2288
|
+
value: input3.included_types
|
|
2289
|
+
})) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2290
|
+
path: _path2 + ".included_types[" + _index44 + "]",
|
|
2291
|
+
expected: "string",
|
|
2292
|
+
value: elem
|
|
2293
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2294
|
+
path: _path2 + ".included_types",
|
|
2295
|
+
expected: "(Array<string> | undefined)",
|
|
2296
|
+
value: input3.included_types
|
|
2297
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2298
|
+
path: _path2 + ".isleaf",
|
|
2299
|
+
expected: "(boolean | undefined)",
|
|
2300
|
+
value: input3.isleaf
|
|
2301
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2302
|
+
path: _path2 + ".values",
|
|
2303
|
+
expected: "(TermValues | undefined)",
|
|
2304
|
+
value: input3.values
|
|
2305
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2306
|
+
path: _path2 + ".values",
|
|
2307
|
+
expected: "(TermValues | undefined)",
|
|
2308
|
+
value: input3.values
|
|
2309
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2310
|
+
path: _path2 + ".skipValuesBuild",
|
|
2311
|
+
expected: "(boolean | undefined)",
|
|
2312
|
+
value: input3.skipValuesBuild
|
|
2313
|
+
}), "string" === typeof input3.sample || $report(_exceptionable2, {
|
|
2314
|
+
path: _path2 + ".sample",
|
|
2315
|
+
expected: "string",
|
|
2316
|
+
value: input3.sample
|
|
2317
|
+
}), "string" === typeof input3.plot || $report(_exceptionable2, {
|
|
2318
|
+
path: _path2 + ".plot",
|
|
2319
|
+
expected: "string",
|
|
2320
|
+
value: input3.plot
|
|
2321
|
+
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2322
|
+
path: _path2 + ".groupsetting",
|
|
2323
|
+
expected: "TermGroupSetting",
|
|
2324
|
+
value: input3.groupsetting
|
|
2325
|
+
})) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2326
|
+
path: _path2 + ".groupsetting",
|
|
2327
|
+
expected: "TermGroupSetting",
|
|
2328
|
+
value: input3.groupsetting
|
|
2329
|
+
})].every((flag) => flag);
|
|
2330
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2173
2331
|
path: _path2 + ".hiddenValues",
|
|
2174
2332
|
expected: "(HiddenValues | undefined)",
|
|
2175
2333
|
value: input3.hiddenValues
|
|
@@ -2198,7 +2356,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2198
2356
|
expected: '"values"',
|
|
2199
2357
|
value: input3.type
|
|
2200
2358
|
})].every((flag) => flag);
|
|
2201
|
-
const $
|
|
2359
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2202
2360
|
path: _path2 + ".id",
|
|
2203
2361
|
expected: "(string | undefined)",
|
|
2204
2362
|
value: input3.id
|
|
@@ -2224,26 +2382,26 @@ var validDescrStatsRequest = (input) => {
|
|
|
2224
2382
|
value: input3.minNumSamples
|
|
2225
2383
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2226
2384
|
path: _path2 + ".term",
|
|
2227
|
-
expected: "CategoricalTerm",
|
|
2385
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2228
2386
|
value: input3.term
|
|
2229
|
-
})) && $
|
|
2387
|
+
})) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2230
2388
|
path: _path2 + ".term",
|
|
2231
|
-
expected: "CategoricalTerm",
|
|
2389
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2232
2390
|
value: input3.term
|
|
2233
2391
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2234
2392
|
path: _path2 + ".q",
|
|
2235
2393
|
expected: "PredefinedGroupSettingQ",
|
|
2236
2394
|
value: input3.q
|
|
2237
|
-
})) && $
|
|
2395
|
+
})) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2238
2396
|
path: _path2 + ".q",
|
|
2239
2397
|
expected: "PredefinedGroupSettingQ",
|
|
2240
2398
|
value: input3.q
|
|
2241
|
-
}), "
|
|
2399
|
+
}), "QualTWPredefinedGS" === input3.type || $report(_exceptionable2, {
|
|
2242
2400
|
path: _path2 + ".type",
|
|
2243
|
-
expected: '"
|
|
2401
|
+
expected: '"QualTWPredefinedGS"',
|
|
2244
2402
|
value: input3.type
|
|
2245
2403
|
})].every((flag) => flag);
|
|
2246
|
-
const $
|
|
2404
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2247
2405
|
path: _path2 + ".hiddenValues",
|
|
2248
2406
|
expected: "(HiddenValues | undefined)",
|
|
2249
2407
|
value: input3.hiddenValues
|
|
@@ -2276,7 +2434,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2276
2434
|
expected: "number",
|
|
2277
2435
|
value: input3.predefined_groupset_idx
|
|
2278
2436
|
})].every((flag) => flag);
|
|
2279
|
-
const $
|
|
2437
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2280
2438
|
path: _path2 + ".id",
|
|
2281
2439
|
expected: "(string | undefined)",
|
|
2282
2440
|
value: input3.id
|
|
@@ -2302,26 +2460,26 @@ var validDescrStatsRequest = (input) => {
|
|
|
2302
2460
|
value: input3.minNumSamples
|
|
2303
2461
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2304
2462
|
path: _path2 + ".term",
|
|
2305
|
-
expected: "CategoricalTerm",
|
|
2463
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2306
2464
|
value: input3.term
|
|
2307
|
-
})) && $
|
|
2465
|
+
})) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2308
2466
|
path: _path2 + ".term",
|
|
2309
|
-
expected: "CategoricalTerm",
|
|
2467
|
+
expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
|
|
2310
2468
|
value: input3.term
|
|
2311
2469
|
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
2312
2470
|
path: _path2 + ".q",
|
|
2313
2471
|
expected: "CustomGroupSettingQ",
|
|
2314
2472
|
value: input3.q
|
|
2315
|
-
})) && $
|
|
2473
|
+
})) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2316
2474
|
path: _path2 + ".q",
|
|
2317
2475
|
expected: "CustomGroupSettingQ",
|
|
2318
2476
|
value: input3.q
|
|
2319
|
-
}), "
|
|
2477
|
+
}), "QualTWCustomGS" === input3.type || $report(_exceptionable2, {
|
|
2320
2478
|
path: _path2 + ".type",
|
|
2321
|
-
expected: '"
|
|
2479
|
+
expected: '"QualTWCustomGS"',
|
|
2322
2480
|
value: input3.type
|
|
2323
2481
|
})].every((flag) => flag);
|
|
2324
|
-
const $
|
|
2482
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2325
2483
|
path: _path2 + ".hiddenValues",
|
|
2326
2484
|
expected: "(HiddenValues | undefined)",
|
|
2327
2485
|
value: input3.hiddenValues
|
|
@@ -2353,21 +2511,21 @@ var validDescrStatsRequest = (input) => {
|
|
|
2353
2511
|
path: _path2 + ".customset",
|
|
2354
2512
|
expected: "BaseGroupSet",
|
|
2355
2513
|
value: input3.customset
|
|
2356
|
-
})) && $
|
|
2514
|
+
})) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2357
2515
|
path: _path2 + ".customset",
|
|
2358
2516
|
expected: "BaseGroupSet",
|
|
2359
2517
|
value: input3.customset
|
|
2360
2518
|
})].every((flag) => flag);
|
|
2361
|
-
const $
|
|
2519
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2362
2520
|
path: _path2 + ".groups",
|
|
2363
2521
|
expected: "Array<GroupEntry>",
|
|
2364
2522
|
value: input3.groups
|
|
2365
|
-
})) && input3.groups.map((elem,
|
|
2366
|
-
path: _path2 + ".groups[" +
|
|
2523
|
+
})) && input3.groups.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2524
|
+
path: _path2 + ".groups[" + _index45 + "]",
|
|
2367
2525
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2368
2526
|
value: elem
|
|
2369
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2370
|
-
path: _path2 + ".groups[" +
|
|
2527
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2528
|
+
path: _path2 + ".groups[" + _index45 + "]",
|
|
2371
2529
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2372
2530
|
value: elem
|
|
2373
2531
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2375,7 +2533,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2375
2533
|
expected: "Array<GroupEntry>",
|
|
2376
2534
|
value: input3.groups
|
|
2377
2535
|
})].every((flag) => flag);
|
|
2378
|
-
const $
|
|
2536
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2379
2537
|
path: _path2 + ".id",
|
|
2380
2538
|
expected: "(string | undefined)",
|
|
2381
2539
|
value: input3.id
|
|
@@ -2407,7 +2565,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2407
2565
|
path: _path2 + ".term",
|
|
2408
2566
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2409
2567
|
value: input3.term
|
|
2410
|
-
})) && $
|
|
2568
|
+
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2411
2569
|
path: _path2 + ".term",
|
|
2412
2570
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2413
2571
|
value: input3.term
|
|
@@ -2420,7 +2578,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2420
2578
|
expected: "RegularNumericBinConfig",
|
|
2421
2579
|
value: input3.q
|
|
2422
2580
|
})].every((flag) => flag);
|
|
2423
|
-
const $
|
|
2581
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2424
2582
|
path: _path2 + ".id",
|
|
2425
2583
|
expected: "(string | undefined)",
|
|
2426
2584
|
value: input3.id
|
|
@@ -2452,7 +2610,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2452
2610
|
path: _path2 + ".term",
|
|
2453
2611
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2454
2612
|
value: input3.term
|
|
2455
|
-
})) && $
|
|
2613
|
+
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2456
2614
|
path: _path2 + ".term",
|
|
2457
2615
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2458
2616
|
value: input3.term
|
|
@@ -2465,7 +2623,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2465
2623
|
expected: "CustomNumericBinConfig",
|
|
2466
2624
|
value: input3.q
|
|
2467
2625
|
})].every((flag) => flag);
|
|
2468
|
-
const $
|
|
2626
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2469
2627
|
path: _path2 + ".id",
|
|
2470
2628
|
expected: "(string | undefined)",
|
|
2471
2629
|
value: input3.id
|
|
@@ -2497,7 +2655,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2497
2655
|
path: _path2 + ".term",
|
|
2498
2656
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2499
2657
|
value: input3.term
|
|
2500
|
-
})) && $
|
|
2658
|
+
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2501
2659
|
path: _path2 + ".term",
|
|
2502
2660
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2503
2661
|
value: input3.term
|
|
@@ -2505,12 +2663,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2505
2663
|
path: _path2 + ".q",
|
|
2506
2664
|
expected: "BinaryNumericQ",
|
|
2507
2665
|
value: input3.q
|
|
2508
|
-
})) && $
|
|
2666
|
+
})) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2509
2667
|
path: _path2 + ".q",
|
|
2510
2668
|
expected: "BinaryNumericQ",
|
|
2511
2669
|
value: input3.q
|
|
2512
2670
|
})].every((flag) => flag);
|
|
2513
|
-
const $
|
|
2671
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2514
2672
|
path: _path2 + ".hiddenValues",
|
|
2515
2673
|
expected: "(HiddenValues | undefined)",
|
|
2516
2674
|
value: input3.hiddenValues
|
|
@@ -2570,7 +2728,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2570
2728
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
2571
2729
|
value: input3.lst
|
|
2572
2730
|
})].every((flag) => flag);
|
|
2573
|
-
const $
|
|
2731
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2574
2732
|
path: _path2 + ".id",
|
|
2575
2733
|
expected: "(string | undefined)",
|
|
2576
2734
|
value: input3.id
|
|
@@ -2602,7 +2760,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2602
2760
|
path: _path2 + ".term",
|
|
2603
2761
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2604
2762
|
value: input3.term
|
|
2605
|
-
})) && $
|
|
2763
|
+
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2606
2764
|
path: _path2 + ".term",
|
|
2607
2765
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2608
2766
|
value: input3.term
|
|
@@ -2610,12 +2768,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2610
2768
|
path: _path2 + ".q",
|
|
2611
2769
|
expected: "ContinuousNumericQ",
|
|
2612
2770
|
value: input3.q
|
|
2613
|
-
})) && $
|
|
2771
|
+
})) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2614
2772
|
path: _path2 + ".q",
|
|
2615
2773
|
expected: "ContinuousNumericQ",
|
|
2616
2774
|
value: input3.q
|
|
2617
2775
|
})].every((flag) => flag);
|
|
2618
|
-
const $
|
|
2776
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2619
2777
|
path: _path2 + ".hiddenValues",
|
|
2620
2778
|
expected: "(HiddenValues | undefined)",
|
|
2621
2779
|
value: input3.hiddenValues
|
|
@@ -2652,7 +2810,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2652
2810
|
expected: "undefined",
|
|
2653
2811
|
value: input3.type
|
|
2654
2812
|
}))].every((flag) => flag);
|
|
2655
|
-
const $
|
|
2813
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2656
2814
|
path: _path2 + ".id",
|
|
2657
2815
|
expected: "(string | undefined)",
|
|
2658
2816
|
value: input3.id
|
|
@@ -2684,7 +2842,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2684
2842
|
path: _path2 + ".term",
|
|
2685
2843
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2686
2844
|
value: input3.term
|
|
2687
|
-
})) && $
|
|
2845
|
+
})) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2688
2846
|
path: _path2 + ".term",
|
|
2689
2847
|
expected: '(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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
|
|
2690
2848
|
value: input3.term
|
|
@@ -2692,12 +2850,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2692
2850
|
path: _path2 + ".q",
|
|
2693
2851
|
expected: "SplineNumericQ",
|
|
2694
2852
|
value: input3.q
|
|
2695
|
-
})) && $
|
|
2853
|
+
})) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2696
2854
|
path: _path2 + ".q",
|
|
2697
2855
|
expected: "SplineNumericQ",
|
|
2698
2856
|
value: input3.q
|
|
2699
2857
|
})].every((flag) => flag);
|
|
2700
|
-
const $
|
|
2858
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2701
2859
|
path: _path2 + ".hiddenValues",
|
|
2702
2860
|
expected: "(HiddenValues | undefined)",
|
|
2703
2861
|
value: input3.hiddenValues
|
|
@@ -2725,12 +2883,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2725
2883
|
path: _path2 + ".knots",
|
|
2726
2884
|
expected: "Array<__type>.o3",
|
|
2727
2885
|
value: input3.knots
|
|
2728
|
-
})) && input3.knots.map((elem,
|
|
2729
|
-
path: _path2 + ".knots[" +
|
|
2886
|
+
})) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2887
|
+
path: _path2 + ".knots[" + _index46 + "]",
|
|
2730
2888
|
expected: "__type.o6",
|
|
2731
2889
|
value: elem
|
|
2732
|
-
})) && $
|
|
2733
|
-
path: _path2 + ".knots[" +
|
|
2890
|
+
})) && $vo56(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2891
|
+
path: _path2 + ".knots[" + _index46 + "]",
|
|
2734
2892
|
expected: "__type.o6",
|
|
2735
2893
|
value: elem
|
|
2736
2894
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2746,12 +2904,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2746
2904
|
expected: "undefined",
|
|
2747
2905
|
value: input3.type
|
|
2748
2906
|
}))].every((flag) => flag);
|
|
2749
|
-
const $
|
|
2907
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
2750
2908
|
path: _path2 + ".value",
|
|
2751
2909
|
expected: "number",
|
|
2752
2910
|
value: input3.value
|
|
2753
2911
|
})].every((flag) => flag);
|
|
2754
|
-
const $
|
|
2912
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2755
2913
|
path: _path2 + ".id",
|
|
2756
2914
|
expected: "(string | undefined)",
|
|
2757
2915
|
value: input3.id
|
|
@@ -2783,7 +2941,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2783
2941
|
path: _path2 + ".term",
|
|
2784
2942
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
2785
2943
|
value: input3.term
|
|
2786
|
-
})) && $
|
|
2944
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2787
2945
|
path: _path2 + ".term",
|
|
2788
2946
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
2789
2947
|
value: input3.term
|
|
@@ -2791,12 +2949,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2791
2949
|
path: _path2 + ".q",
|
|
2792
2950
|
expected: "GvValuesQ",
|
|
2793
2951
|
value: input3.q
|
|
2794
|
-
})) && $
|
|
2952
|
+
})) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2795
2953
|
path: _path2 + ".q",
|
|
2796
2954
|
expected: "GvValuesQ",
|
|
2797
2955
|
value: input3.q
|
|
2798
2956
|
})].every((flag) => flag);
|
|
2799
|
-
const $
|
|
2957
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2800
2958
|
path: _path2 + ".id",
|
|
2801
2959
|
expected: "string",
|
|
2802
2960
|
value: input3.id
|
|
@@ -2812,8 +2970,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2812
2970
|
path: _path2 + ".child_types",
|
|
2813
2971
|
expected: "(Array<string> | undefined)",
|
|
2814
2972
|
value: input3.child_types
|
|
2815
|
-
})) && input3.child_types.map((elem,
|
|
2816
|
-
path: _path2 + ".child_types[" +
|
|
2973
|
+
})) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2974
|
+
path: _path2 + ".child_types[" + _index47 + "]",
|
|
2817
2975
|
expected: "string",
|
|
2818
2976
|
value: elem
|
|
2819
2977
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2828,8 +2986,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2828
2986
|
path: _path2 + ".included_types",
|
|
2829
2987
|
expected: "(Array<string> | undefined)",
|
|
2830
2988
|
value: input3.included_types
|
|
2831
|
-
})) && input3.included_types.map((elem,
|
|
2832
|
-
path: _path2 + ".included_types[" +
|
|
2989
|
+
})) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2990
|
+
path: _path2 + ".included_types[" + _index48 + "]",
|
|
2833
2991
|
expected: "string",
|
|
2834
2992
|
value: elem
|
|
2835
2993
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2876,12 +3034,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2876
3034
|
path: _path2 + ".genes",
|
|
2877
3035
|
expected: "Array<GvGeneTerm>",
|
|
2878
3036
|
value: input3.genes
|
|
2879
|
-
})) && input3.genes.map((elem,
|
|
2880
|
-
path: _path2 + ".genes[" +
|
|
3037
|
+
})) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3038
|
+
path: _path2 + ".genes[" + _index49 + "]",
|
|
2881
3039
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2882
3040
|
value: elem
|
|
2883
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2884
|
-
path: _path2 + ".genes[" +
|
|
3041
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3042
|
+
path: _path2 + ".genes[" + _index49 + "]",
|
|
2885
3043
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2886
3044
|
value: elem
|
|
2887
3045
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2900,12 +3058,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2900
3058
|
path: _path2 + ".childTerms",
|
|
2901
3059
|
expected: "Array<DtTerm>",
|
|
2902
3060
|
value: input3.childTerms
|
|
2903
|
-
})) && input3.childTerms.map((elem,
|
|
2904
|
-
path: _path2 + ".childTerms[" +
|
|
3061
|
+
})) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3062
|
+
path: _path2 + ".childTerms[" + _index50 + "]",
|
|
2905
3063
|
expected: "DtTerm",
|
|
2906
3064
|
value: elem
|
|
2907
|
-
})) && $vo29(elem, _path2 + ".childTerms[" +
|
|
2908
|
-
path: _path2 + ".childTerms[" +
|
|
3065
|
+
})) && $vo29(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3066
|
+
path: _path2 + ".childTerms[" + _index50 + "]",
|
|
2909
3067
|
expected: "DtTerm",
|
|
2910
3068
|
value: elem
|
|
2911
3069
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2913,7 +3071,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
2913
3071
|
expected: "Array<DtTerm>",
|
|
2914
3072
|
value: input3.childTerms
|
|
2915
3073
|
})].every((flag) => flag);
|
|
2916
|
-
const $
|
|
3074
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2917
3075
|
path: _path2 + ".id",
|
|
2918
3076
|
expected: "string",
|
|
2919
3077
|
value: input3.id
|
|
@@ -2929,8 +3087,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2929
3087
|
path: _path2 + ".child_types",
|
|
2930
3088
|
expected: "(Array<string> | undefined)",
|
|
2931
3089
|
value: input3.child_types
|
|
2932
|
-
})) && input3.child_types.map((elem,
|
|
2933
|
-
path: _path2 + ".child_types[" +
|
|
3090
|
+
})) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3091
|
+
path: _path2 + ".child_types[" + _index51 + "]",
|
|
2934
3092
|
expected: "string",
|
|
2935
3093
|
value: elem
|
|
2936
3094
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2945,8 +3103,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
2945
3103
|
path: _path2 + ".included_types",
|
|
2946
3104
|
expected: "(Array<string> | undefined)",
|
|
2947
3105
|
value: input3.included_types
|
|
2948
|
-
})) && input3.included_types.map((elem,
|
|
2949
|
-
path: _path2 + ".included_types[" +
|
|
3106
|
+
})) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3107
|
+
path: _path2 + ".included_types[" + _index52 + "]",
|
|
2950
3108
|
expected: "string",
|
|
2951
3109
|
value: elem
|
|
2952
3110
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2989,12 +3147,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
2989
3147
|
path: _path2 + ".genes",
|
|
2990
3148
|
expected: "Array<GvGeneTerm>",
|
|
2991
3149
|
value: input3.genes
|
|
2992
|
-
})) && input3.genes.map((elem,
|
|
2993
|
-
path: _path2 + ".genes[" +
|
|
3150
|
+
})) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3151
|
+
path: _path2 + ".genes[" + _index53 + "]",
|
|
2994
3152
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2995
3153
|
value: elem
|
|
2996
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
2997
|
-
path: _path2 + ".genes[" +
|
|
3154
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3155
|
+
path: _path2 + ".genes[" + _index53 + "]",
|
|
2998
3156
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
2999
3157
|
value: elem
|
|
3000
3158
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3013,12 +3171,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3013
3171
|
path: _path2 + ".childTerms",
|
|
3014
3172
|
expected: "Array<DtTerm>",
|
|
3015
3173
|
value: input3.childTerms
|
|
3016
|
-
})) && input3.childTerms.map((elem,
|
|
3017
|
-
path: _path2 + ".childTerms[" +
|
|
3174
|
+
})) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3175
|
+
path: _path2 + ".childTerms[" + _index54 + "]",
|
|
3018
3176
|
expected: "DtTerm",
|
|
3019
3177
|
value: elem
|
|
3020
|
-
})) && $vo29(elem, _path2 + ".childTerms[" +
|
|
3021
|
-
path: _path2 + ".childTerms[" +
|
|
3178
|
+
})) && $vo29(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3179
|
+
path: _path2 + ".childTerms[" + _index54 + "]",
|
|
3022
3180
|
expected: "DtTerm",
|
|
3023
3181
|
value: elem
|
|
3024
3182
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3026,7 +3184,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3026
3184
|
expected: "Array<DtTerm>",
|
|
3027
3185
|
value: input3.childTerms
|
|
3028
3186
|
})].every((flag) => flag);
|
|
3029
|
-
const $
|
|
3187
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3030
3188
|
path: _path2 + ".hiddenValues",
|
|
3031
3189
|
expected: "(HiddenValues | undefined)",
|
|
3032
3190
|
value: input3.hiddenValues
|
|
@@ -3067,7 +3225,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3067
3225
|
expected: '"values"',
|
|
3068
3226
|
value: input3.type
|
|
3069
3227
|
})].every((flag) => flag);
|
|
3070
|
-
const $
|
|
3228
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3071
3229
|
path: _path2 + ".id",
|
|
3072
3230
|
expected: "(string | undefined)",
|
|
3073
3231
|
value: input3.id
|
|
@@ -3099,7 +3257,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3099
3257
|
path: _path2 + ".term",
|
|
3100
3258
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3101
3259
|
value: input3.term
|
|
3102
|
-
})) && $
|
|
3260
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3103
3261
|
path: _path2 + ".term",
|
|
3104
3262
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3105
3263
|
value: input3.term
|
|
@@ -3107,12 +3265,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3107
3265
|
path: _path2 + ".q",
|
|
3108
3266
|
expected: "GvPredefinedGsQ",
|
|
3109
3267
|
value: input3.q
|
|
3110
|
-
})) && $
|
|
3268
|
+
})) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3111
3269
|
path: _path2 + ".q",
|
|
3112
3270
|
expected: "GvPredefinedGsQ",
|
|
3113
3271
|
value: input3.q
|
|
3114
3272
|
})].every((flag) => flag);
|
|
3115
|
-
const $
|
|
3273
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3116
3274
|
path: _path2 + ".hiddenValues",
|
|
3117
3275
|
expected: "(HiddenValues | undefined)",
|
|
3118
3276
|
value: input3.hiddenValues
|
|
@@ -3157,7 +3315,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3157
3315
|
expected: "number",
|
|
3158
3316
|
value: input3.predefined_groupset_idx
|
|
3159
3317
|
})].every((flag) => flag);
|
|
3160
|
-
const $
|
|
3318
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3161
3319
|
path: _path2 + ".id",
|
|
3162
3320
|
expected: "(string | undefined)",
|
|
3163
3321
|
value: input3.id
|
|
@@ -3189,7 +3347,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3189
3347
|
path: _path2 + ".term",
|
|
3190
3348
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3191
3349
|
value: input3.term
|
|
3192
|
-
})) && $
|
|
3350
|
+
})) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3193
3351
|
path: _path2 + ".term",
|
|
3194
3352
|
expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
3195
3353
|
value: input3.term
|
|
@@ -3197,12 +3355,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3197
3355
|
path: _path2 + ".q",
|
|
3198
3356
|
expected: "GvCustomGsQ",
|
|
3199
3357
|
value: input3.q
|
|
3200
|
-
})) && $
|
|
3358
|
+
})) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3201
3359
|
path: _path2 + ".q",
|
|
3202
3360
|
expected: "GvCustomGsQ",
|
|
3203
3361
|
value: input3.q
|
|
3204
3362
|
})].every((flag) => flag);
|
|
3205
|
-
const $
|
|
3363
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3206
3364
|
path: _path2 + ".hiddenValues",
|
|
3207
3365
|
expected: "(HiddenValues | undefined)",
|
|
3208
3366
|
value: input3.hiddenValues
|
|
@@ -3246,12 +3404,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3246
3404
|
path: _path2 + ".customset",
|
|
3247
3405
|
expected: "BaseGroupSet",
|
|
3248
3406
|
value: input3.customset
|
|
3249
|
-
})) && $
|
|
3407
|
+
})) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3250
3408
|
path: _path2 + ".customset",
|
|
3251
3409
|
expected: "BaseGroupSet",
|
|
3252
3410
|
value: input3.customset
|
|
3253
3411
|
})].every((flag) => flag);
|
|
3254
|
-
const $
|
|
3412
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3255
3413
|
path: _path2 + ".id",
|
|
3256
3414
|
expected: "(string | undefined)",
|
|
3257
3415
|
value: input3.id
|
|
@@ -3291,12 +3449,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3291
3449
|
path: _path2 + ".q",
|
|
3292
3450
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3293
3451
|
value: input3.q
|
|
3294
|
-
})) && $
|
|
3452
|
+
})) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3295
3453
|
path: _path2 + ".q",
|
|
3296
3454
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3297
3455
|
value: input3.q
|
|
3298
3456
|
})].every((flag) => flag);
|
|
3299
|
-
const $
|
|
3457
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3300
3458
|
path: _path2 + ".hiddenValues",
|
|
3301
3459
|
expected: "(HiddenValues | undefined)",
|
|
3302
3460
|
value: input3.hiddenValues
|
|
@@ -3336,8 +3494,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3336
3494
|
path: _path2 + ".breaks",
|
|
3337
3495
|
expected: "(Array<number> | undefined)",
|
|
3338
3496
|
value: input3.breaks
|
|
3339
|
-
})) && input3.breaks.map((elem,
|
|
3340
|
-
path: _path2 + ".breaks[" +
|
|
3497
|
+
})) && input3.breaks.map((elem, _index55) => "number" === typeof elem || $report(_exceptionable2, {
|
|
3498
|
+
path: _path2 + ".breaks[" + _index55 + "]",
|
|
3341
3499
|
expected: "number",
|
|
3342
3500
|
value: elem
|
|
3343
3501
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3357,7 +3515,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3357
3515
|
expected: "(boolean | undefined)",
|
|
3358
3516
|
value: input3.value_by_computable_grade
|
|
3359
3517
|
}), true].every((flag) => flag);
|
|
3360
|
-
const $
|
|
3518
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3361
3519
|
path: _path2 + ".hiddenValues",
|
|
3362
3520
|
expected: "(HiddenValues | undefined)",
|
|
3363
3521
|
value: input3.hiddenValues
|
|
@@ -3390,7 +3548,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3390
3548
|
expected: "true",
|
|
3391
3549
|
value: input3.bar_by_children
|
|
3392
3550
|
}), true].every((flag) => flag);
|
|
3393
|
-
const $
|
|
3551
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3394
3552
|
path: _path2 + ".id",
|
|
3395
3553
|
expected: "(string | undefined)",
|
|
3396
3554
|
value: input3.id
|
|
@@ -3422,7 +3580,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3422
3580
|
path: _path2 + ".q",
|
|
3423
3581
|
expected: "SnpsQ",
|
|
3424
3582
|
value: input3.q
|
|
3425
|
-
})) && $
|
|
3583
|
+
})) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3426
3584
|
path: _path2 + ".q",
|
|
3427
3585
|
expected: "SnpsQ",
|
|
3428
3586
|
value: input3.q
|
|
@@ -3430,12 +3588,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3430
3588
|
path: _path2 + ".term",
|
|
3431
3589
|
expected: "SnpsTerm",
|
|
3432
3590
|
value: input3.term
|
|
3433
|
-
})) && $
|
|
3591
|
+
})) && $vo71(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3434
3592
|
path: _path2 + ".term",
|
|
3435
3593
|
expected: "SnpsTerm",
|
|
3436
3594
|
value: input3.term
|
|
3437
3595
|
})].every((flag) => flag);
|
|
3438
|
-
const $
|
|
3596
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3439
3597
|
path: _path2 + ".hiddenValues",
|
|
3440
3598
|
expected: "(HiddenValues | undefined)",
|
|
3441
3599
|
value: input3.hiddenValues
|
|
@@ -3483,7 +3641,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3483
3641
|
path: _path2 + ".restrictAncestry",
|
|
3484
3642
|
expected: "RestrictAncestry",
|
|
3485
3643
|
value: input3.restrictAncestry
|
|
3486
|
-
})) && $
|
|
3644
|
+
})) && $vo70(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
3487
3645
|
path: _path2 + ".restrictAncestry",
|
|
3488
3646
|
expected: "RestrictAncestry",
|
|
3489
3647
|
value: input3.restrictAncestry
|
|
@@ -3508,7 +3666,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3508
3666
|
expected: "number",
|
|
3509
3667
|
value: input3.stop
|
|
3510
3668
|
})].every((flag) => flag);
|
|
3511
|
-
const $
|
|
3669
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3512
3670
|
path: _path2 + ".name",
|
|
3513
3671
|
expected: "string",
|
|
3514
3672
|
value: input3.name
|
|
@@ -3516,12 +3674,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3516
3674
|
path: _path2 + ".tvs",
|
|
3517
3675
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3518
3676
|
value: input3.tvs
|
|
3519
|
-
})) && $
|
|
3677
|
+
})) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
3520
3678
|
path: _path2 + ".tvs",
|
|
3521
3679
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3522
3680
|
value: input3.tvs
|
|
3523
3681
|
})].every((flag) => flag);
|
|
3524
|
-
const $
|
|
3682
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3525
3683
|
path: _path2 + ".id",
|
|
3526
3684
|
expected: "string",
|
|
3527
3685
|
value: input3.id
|
|
@@ -3537,8 +3695,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3537
3695
|
path: _path2 + ".child_types",
|
|
3538
3696
|
expected: "(Array<string> | undefined)",
|
|
3539
3697
|
value: input3.child_types
|
|
3540
|
-
})) && input3.child_types.map((elem,
|
|
3541
|
-
path: _path2 + ".child_types[" +
|
|
3698
|
+
})) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3699
|
+
path: _path2 + ".child_types[" + _index56 + "]",
|
|
3542
3700
|
expected: "string",
|
|
3543
3701
|
value: elem
|
|
3544
3702
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3553,8 +3711,8 @@ var validDescrStatsRequest = (input) => {
|
|
|
3553
3711
|
path: _path2 + ".included_types",
|
|
3554
3712
|
expected: "(Array<string> | undefined)",
|
|
3555
3713
|
value: input3.included_types
|
|
3556
|
-
})) && input3.included_types.map((elem,
|
|
3557
|
-
path: _path2 + ".included_types[" +
|
|
3714
|
+
})) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3715
|
+
path: _path2 + ".included_types[" + _index57 + "]",
|
|
3558
3716
|
expected: "string",
|
|
3559
3717
|
value: elem
|
|
3560
3718
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3585,12 +3743,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3585
3743
|
path: _path2 + ".snps",
|
|
3586
3744
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3587
3745
|
value: input3.snps
|
|
3588
|
-
})) && input3.snps.map((elem,
|
|
3589
|
-
path: _path2 + ".snps[" +
|
|
3746
|
+
})) && input3.snps.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3747
|
+
path: _path2 + ".snps[" + _index58 + "]",
|
|
3590
3748
|
expected: "SnpsEntry",
|
|
3591
3749
|
value: elem
|
|
3592
|
-
})) && $
|
|
3593
|
-
path: _path2 + ".snps[" +
|
|
3750
|
+
})) && $vo72(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3751
|
+
path: _path2 + ".snps[" + _index58 + "]",
|
|
3594
3752
|
expected: "SnpsEntry",
|
|
3595
3753
|
value: elem
|
|
3596
3754
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3598,12 +3756,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3598
3756
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3599
3757
|
value: input3.snps
|
|
3600
3758
|
})].every((flag) => flag);
|
|
3601
|
-
const $
|
|
3759
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3602
3760
|
path: _path2 + ".altAlleles",
|
|
3603
3761
|
expected: "(Array<string> | undefined)",
|
|
3604
3762
|
value: input3.altAlleles
|
|
3605
|
-
})) && input3.altAlleles.map((elem,
|
|
3606
|
-
path: _path2 + ".altAlleles[" +
|
|
3763
|
+
})) && input3.altAlleles.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3764
|
+
path: _path2 + ".altAlleles[" + _index59 + "]",
|
|
3607
3765
|
expected: "string",
|
|
3608
3766
|
value: elem
|
|
3609
3767
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3614,12 +3772,12 @@ var validDescrStatsRequest = (input) => {
|
|
|
3614
3772
|
path: _path2 + ".alleles",
|
|
3615
3773
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
3616
3774
|
value: input3.alleles
|
|
3617
|
-
})) && input3.alleles.map((elem,
|
|
3618
|
-
path: _path2 + ".alleles[" +
|
|
3775
|
+
})) && input3.alleles.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3776
|
+
path: _path2 + ".alleles[" + _index60 + "]",
|
|
3619
3777
|
expected: "AllelesEntry",
|
|
3620
3778
|
value: elem
|
|
3621
|
-
})) && $
|
|
3622
|
-
path: _path2 + ".alleles[" +
|
|
3779
|
+
})) && $vo73(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3780
|
+
path: _path2 + ".alleles[" + _index60 + "]",
|
|
3623
3781
|
expected: "AllelesEntry",
|
|
3624
3782
|
value: elem
|
|
3625
3783
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3634,7 +3792,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3634
3792
|
path: _path2 + ".gt2count",
|
|
3635
3793
|
expected: "(__type.o7 | undefined)",
|
|
3636
3794
|
value: input3.gt2count
|
|
3637
|
-
})) && $
|
|
3795
|
+
})) && $vo74(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3638
3796
|
path: _path2 + ".gt2count",
|
|
3639
3797
|
expected: "(__type.o7 | undefined)",
|
|
3640
3798
|
value: input3.gt2count
|
|
@@ -3663,7 +3821,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3663
3821
|
expected: "(number | undefined)",
|
|
3664
3822
|
value: input3.pos
|
|
3665
3823
|
})].every((flag) => flag);
|
|
3666
|
-
const $
|
|
3824
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
3667
3825
|
path: _path2 + ".allele",
|
|
3668
3826
|
expected: "string",
|
|
3669
3827
|
value: input3.allele
|
|
@@ -3676,7 +3834,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
3676
3834
|
expected: "boolean",
|
|
3677
3835
|
value: input3.isRef
|
|
3678
3836
|
})].every((flag) => flag);
|
|
3679
|
-
const $
|
|
3837
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
3680
3838
|
path: _path2 + ".k",
|
|
3681
3839
|
expected: "string",
|
|
3682
3840
|
value: input3.k
|
|
@@ -3685,268 +3843,6 @@ var validDescrStatsRequest = (input) => {
|
|
|
3685
3843
|
expected: "(number | string)",
|
|
3686
3844
|
value: input3.v
|
|
3687
3845
|
})].every((flag) => flag);
|
|
3688
|
-
const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3689
|
-
path: _path2 + ".id",
|
|
3690
|
-
expected: "(string | undefined)",
|
|
3691
|
-
value: input3.id
|
|
3692
|
-
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
3693
|
-
path: _path2 + ".$id",
|
|
3694
|
-
expected: "(string | undefined)",
|
|
3695
|
-
value: input3.$id
|
|
3696
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3697
|
-
path: _path2 + ".isAtomic",
|
|
3698
|
-
expected: "(true | undefined)",
|
|
3699
|
-
value: input3.isAtomic
|
|
3700
|
-
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
3701
|
-
path: _path2 + ".settings",
|
|
3702
|
-
expected: "(__type | undefined)",
|
|
3703
|
-
value: input3.settings
|
|
3704
|
-
})) && $vo2(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
3705
|
-
path: _path2 + ".settings",
|
|
3706
|
-
expected: "(__type | undefined)",
|
|
3707
|
-
value: input3.settings
|
|
3708
|
-
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
3709
|
-
path: _path2 + ".minNumSamples",
|
|
3710
|
-
expected: "(number | undefined)",
|
|
3711
|
-
value: input3.minNumSamples
|
|
3712
|
-
}), true, "SnpTW" === input3.type || $report(_exceptionable2, {
|
|
3713
|
-
path: _path2 + ".type",
|
|
3714
|
-
expected: '"SnpTW"',
|
|
3715
|
-
value: input3.type
|
|
3716
|
-
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
3717
|
-
path: _path2 + ".q",
|
|
3718
|
-
expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
|
|
3719
|
-
value: input3.q
|
|
3720
|
-
})) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3721
|
-
path: _path2 + ".q",
|
|
3722
|
-
expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
|
|
3723
|
-
value: input3.q
|
|
3724
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
3725
|
-
path: _path2 + ".term",
|
|
3726
|
-
expected: "SnpTerm",
|
|
3727
|
-
value: input3.term
|
|
3728
|
-
})) && $vo78(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3729
|
-
path: _path2 + ".term",
|
|
3730
|
-
expected: "SnpTerm",
|
|
3731
|
-
value: input3.term
|
|
3732
|
-
})].every((flag) => flag);
|
|
3733
|
-
const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3734
|
-
path: _path2 + ".hiddenValues",
|
|
3735
|
-
expected: "(HiddenValues | undefined)",
|
|
3736
|
-
value: input3.hiddenValues
|
|
3737
|
-
})) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3738
|
-
path: _path2 + ".hiddenValues",
|
|
3739
|
-
expected: "(HiddenValues | undefined)",
|
|
3740
|
-
value: input3.hiddenValues
|
|
3741
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3742
|
-
path: _path2 + ".isAtomic",
|
|
3743
|
-
expected: "(true | undefined)",
|
|
3744
|
-
value: input3.isAtomic
|
|
3745
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3746
|
-
path: _path2 + ".name",
|
|
3747
|
-
expected: "(string | undefined)",
|
|
3748
|
-
value: input3.name
|
|
3749
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3750
|
-
path: _path2 + ".reuseId",
|
|
3751
|
-
expected: "(string | undefined)",
|
|
3752
|
-
value: input3.reuseId
|
|
3753
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3754
|
-
path: _path2 + ".mode",
|
|
3755
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3756
|
-
value: input3.mode
|
|
3757
|
-
}), "values" === input3.type || $report(_exceptionable2, {
|
|
3758
|
-
path: _path2 + ".type",
|
|
3759
|
-
expected: '"values"',
|
|
3760
|
-
value: input3.type
|
|
3761
|
-
})].every((flag) => flag);
|
|
3762
|
-
const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3763
|
-
path: _path2 + ".hiddenValues",
|
|
3764
|
-
expected: "(HiddenValues | undefined)",
|
|
3765
|
-
value: input3.hiddenValues
|
|
3766
|
-
})) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3767
|
-
path: _path2 + ".hiddenValues",
|
|
3768
|
-
expected: "(HiddenValues | undefined)",
|
|
3769
|
-
value: input3.hiddenValues
|
|
3770
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3771
|
-
path: _path2 + ".isAtomic",
|
|
3772
|
-
expected: "(true | undefined)",
|
|
3773
|
-
value: input3.isAtomic
|
|
3774
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3775
|
-
path: _path2 + ".name",
|
|
3776
|
-
expected: "(string | undefined)",
|
|
3777
|
-
value: input3.name
|
|
3778
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3779
|
-
path: _path2 + ".reuseId",
|
|
3780
|
-
expected: "(string | undefined)",
|
|
3781
|
-
value: input3.reuseId
|
|
3782
|
-
}), "filter" === input3.type || $report(_exceptionable2, {
|
|
3783
|
-
path: _path2 + ".type",
|
|
3784
|
-
expected: '"filter"',
|
|
3785
|
-
value: input3.type
|
|
3786
|
-
})].every((flag) => flag);
|
|
3787
|
-
const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3788
|
-
path: _path2 + ".hiddenValues",
|
|
3789
|
-
expected: "(HiddenValues | undefined)",
|
|
3790
|
-
value: input3.hiddenValues
|
|
3791
|
-
})) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3792
|
-
path: _path2 + ".hiddenValues",
|
|
3793
|
-
expected: "(HiddenValues | undefined)",
|
|
3794
|
-
value: input3.hiddenValues
|
|
3795
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3796
|
-
path: _path2 + ".isAtomic",
|
|
3797
|
-
expected: "(true | undefined)",
|
|
3798
|
-
value: input3.isAtomic
|
|
3799
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3800
|
-
path: _path2 + ".name",
|
|
3801
|
-
expected: "(string | undefined)",
|
|
3802
|
-
value: input3.name
|
|
3803
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3804
|
-
path: _path2 + ".reuseId",
|
|
3805
|
-
expected: "(string | undefined)",
|
|
3806
|
-
value: input3.reuseId
|
|
3807
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3808
|
-
path: _path2 + ".mode",
|
|
3809
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3810
|
-
value: input3.mode
|
|
3811
|
-
}), "predefined-groupset" === input3.type || $report(_exceptionable2, {
|
|
3812
|
-
path: _path2 + ".type",
|
|
3813
|
-
expected: '"predefined-groupset"',
|
|
3814
|
-
value: input3.type
|
|
3815
|
-
}), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
|
|
3816
|
-
path: _path2 + ".predefined_groupset_idx",
|
|
3817
|
-
expected: "number",
|
|
3818
|
-
value: input3.predefined_groupset_idx
|
|
3819
|
-
})].every((flag) => flag);
|
|
3820
|
-
const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3821
|
-
path: _path2 + ".hiddenValues",
|
|
3822
|
-
expected: "(HiddenValues | undefined)",
|
|
3823
|
-
value: input3.hiddenValues
|
|
3824
|
-
})) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3825
|
-
path: _path2 + ".hiddenValues",
|
|
3826
|
-
expected: "(HiddenValues | undefined)",
|
|
3827
|
-
value: input3.hiddenValues
|
|
3828
|
-
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3829
|
-
path: _path2 + ".isAtomic",
|
|
3830
|
-
expected: "(true | undefined)",
|
|
3831
|
-
value: input3.isAtomic
|
|
3832
|
-
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3833
|
-
path: _path2 + ".name",
|
|
3834
|
-
expected: "(string | undefined)",
|
|
3835
|
-
value: input3.name
|
|
3836
|
-
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3837
|
-
path: _path2 + ".reuseId",
|
|
3838
|
-
expected: "(string | undefined)",
|
|
3839
|
-
value: input3.reuseId
|
|
3840
|
-
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3841
|
-
path: _path2 + ".mode",
|
|
3842
|
-
expected: '("binary" | "discrete" | undefined)',
|
|
3843
|
-
value: input3.mode
|
|
3844
|
-
}), "custom-groupset" === input3.type || $report(_exceptionable2, {
|
|
3845
|
-
path: _path2 + ".type",
|
|
3846
|
-
expected: '"custom-groupset"',
|
|
3847
|
-
value: input3.type
|
|
3848
|
-
}), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
|
|
3849
|
-
path: _path2 + ".customset",
|
|
3850
|
-
expected: "BaseGroupSet",
|
|
3851
|
-
value: input3.customset
|
|
3852
|
-
})) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3853
|
-
path: _path2 + ".customset",
|
|
3854
|
-
expected: "BaseGroupSet",
|
|
3855
|
-
value: input3.customset
|
|
3856
|
-
})].every((flag) => flag);
|
|
3857
|
-
const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3858
|
-
path: _path2 + ".id",
|
|
3859
|
-
expected: "string",
|
|
3860
|
-
value: input3.id
|
|
3861
|
-
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3862
|
-
path: _path2 + ".name",
|
|
3863
|
-
expected: "string",
|
|
3864
|
-
value: input3.name
|
|
3865
|
-
}), "string" === typeof input3.type || $report(_exceptionable2, {
|
|
3866
|
-
path: _path2 + ".type",
|
|
3867
|
-
expected: "string",
|
|
3868
|
-
value: input3.type
|
|
3869
|
-
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
3870
|
-
path: _path2 + ".child_types",
|
|
3871
|
-
expected: "(Array<string> | undefined)",
|
|
3872
|
-
value: input3.child_types
|
|
3873
|
-
})) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3874
|
-
path: _path2 + ".child_types[" + _index56 + "]",
|
|
3875
|
-
expected: "string",
|
|
3876
|
-
value: elem
|
|
3877
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3878
|
-
path: _path2 + ".child_types",
|
|
3879
|
-
expected: "(Array<string> | undefined)",
|
|
3880
|
-
value: input3.child_types
|
|
3881
|
-
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
3882
|
-
path: _path2 + ".hashtmldetail",
|
|
3883
|
-
expected: "(boolean | undefined)",
|
|
3884
|
-
value: input3.hashtmldetail
|
|
3885
|
-
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
3886
|
-
path: _path2 + ".included_types",
|
|
3887
|
-
expected: "(Array<string> | undefined)",
|
|
3888
|
-
value: input3.included_types
|
|
3889
|
-
})) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3890
|
-
path: _path2 + ".included_types[" + _index57 + "]",
|
|
3891
|
-
expected: "string",
|
|
3892
|
-
value: elem
|
|
3893
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3894
|
-
path: _path2 + ".included_types",
|
|
3895
|
-
expected: "(Array<string> | undefined)",
|
|
3896
|
-
value: input3.included_types
|
|
3897
|
-
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
3898
|
-
path: _path2 + ".isleaf",
|
|
3899
|
-
expected: "(boolean | undefined)",
|
|
3900
|
-
value: input3.isleaf
|
|
3901
|
-
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
3902
|
-
path: _path2 + ".values",
|
|
3903
|
-
expected: "(TermValues | undefined)",
|
|
3904
|
-
value: input3.values
|
|
3905
|
-
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
3906
|
-
path: _path2 + ".values",
|
|
3907
|
-
expected: "(TermValues | undefined)",
|
|
3908
|
-
value: input3.values
|
|
3909
|
-
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
3910
|
-
path: _path2 + ".skipValuesBuild",
|
|
3911
|
-
expected: "(boolean | undefined)",
|
|
3912
|
-
value: input3.skipValuesBuild
|
|
3913
|
-
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
3914
|
-
path: _path2 + ".chr",
|
|
3915
|
-
expected: "string",
|
|
3916
|
-
value: input3.chr
|
|
3917
|
-
}), "number" === typeof input3.start || $report(_exceptionable2, {
|
|
3918
|
-
path: _path2 + ".start",
|
|
3919
|
-
expected: "number",
|
|
3920
|
-
value: input3.start
|
|
3921
|
-
}), "number" === typeof input3.stop || $report(_exceptionable2, {
|
|
3922
|
-
path: _path2 + ".stop",
|
|
3923
|
-
expected: "number",
|
|
3924
|
-
value: input3.stop
|
|
3925
|
-
}), "string" === typeof input3.ref || $report(_exceptionable2, {
|
|
3926
|
-
path: _path2 + ".ref",
|
|
3927
|
-
expected: "string",
|
|
3928
|
-
value: input3.ref
|
|
3929
|
-
}), (Array.isArray(input3.alt) || $report(_exceptionable2, {
|
|
3930
|
-
path: _path2 + ".alt",
|
|
3931
|
-
expected: "Array<string>",
|
|
3932
|
-
value: input3.alt
|
|
3933
|
-
})) && input3.alt.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3934
|
-
path: _path2 + ".alt[" + _index58 + "]",
|
|
3935
|
-
expected: "string",
|
|
3936
|
-
value: elem
|
|
3937
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3938
|
-
path: _path2 + ".alt",
|
|
3939
|
-
expected: "Array<string>",
|
|
3940
|
-
value: input3.alt
|
|
3941
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
3942
|
-
path: _path2 + ".groupsetting",
|
|
3943
|
-
expected: "TermGroupSetting",
|
|
3944
|
-
value: input3.groupsetting
|
|
3945
|
-
})) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3946
|
-
path: _path2 + ".groupsetting",
|
|
3947
|
-
expected: "TermGroupSetting",
|
|
3948
|
-
value: input3.groupsetting
|
|
3949
|
-
})].every((flag) => flag);
|
|
3950
3846
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3951
3847
|
if ("tvslst" === input3.type)
|
|
3952
3848
|
return $vo6(input3, _path2, _exceptionable2);
|
|
@@ -4010,46 +3906,57 @@ var validDescrStatsRequest = (input) => {
|
|
|
4010
3906
|
});
|
|
4011
3907
|
})();
|
|
4012
3908
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4013
|
-
if ("SnpTW" === input3.type)
|
|
4014
|
-
return $vo73(input3, _path2, _exceptionable2);
|
|
4015
3909
|
if ("SnpsTW" === input3.type)
|
|
4016
|
-
return $
|
|
3910
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
4017
3911
|
if ("ConditionTW" === input3.type)
|
|
4018
|
-
return $
|
|
3912
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
4019
3913
|
if ("GvCustomGsTW" === input3.type)
|
|
4020
|
-
return $
|
|
3914
|
+
return $vo63(input3, _path2, _exceptionable2);
|
|
4021
3915
|
if ("GvPredefinedGsTW" === input3.type)
|
|
4022
|
-
return $
|
|
3916
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
4023
3917
|
if ("GvValuesTW" === input3.type)
|
|
4024
|
-
return $
|
|
3918
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
4025
3919
|
if ("NumTWSpline" === input3.type)
|
|
4026
|
-
return $
|
|
3920
|
+
return $vo54(input3, _path2, _exceptionable2);
|
|
4027
3921
|
if ("NumTWCont" === input3.type)
|
|
4028
|
-
return $
|
|
3922
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
4029
3923
|
if ("NumTWBinary" === input3.type)
|
|
4030
|
-
return $
|
|
3924
|
+
return $vo50(input3, _path2, _exceptionable2);
|
|
4031
3925
|
if ("NumTWCustomBin" === input3.type)
|
|
4032
|
-
return $
|
|
3926
|
+
return $vo49(input3, _path2, _exceptionable2);
|
|
4033
3927
|
if ("NumTWRegularBin" === input3.type)
|
|
4034
|
-
return $
|
|
4035
|
-
if ("
|
|
3928
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
3929
|
+
if ("QualTWCustomGS" === input3.type)
|
|
3930
|
+
return $vo45(input3, _path2, _exceptionable2);
|
|
3931
|
+
if ("QualTWPredefinedGS" === input3.type)
|
|
4036
3932
|
return $vo43(input3, _path2, _exceptionable2);
|
|
4037
|
-
if ("
|
|
4038
|
-
return $vo41(input3, _path2, _exceptionable2);
|
|
4039
|
-
if ("CatTWValues" === input3.type)
|
|
3933
|
+
if ("QualTWValues" === input3.type)
|
|
4040
3934
|
return $vo1(input3, _path2, _exceptionable2);
|
|
4041
3935
|
return $report(_exceptionable2, {
|
|
4042
3936
|
path: _path2,
|
|
4043
|
-
expected: "(
|
|
3937
|
+
expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
4044
3938
|
value: input3
|
|
4045
3939
|
});
|
|
4046
3940
|
})();
|
|
4047
3941
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3942
|
+
if ("categorical" === input3.type)
|
|
3943
|
+
return $vo3(input3, _path2, _exceptionable2);
|
|
3944
|
+
if ("snp" === input3.type)
|
|
3945
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
3946
|
+
if ("singleCellCellType" === input3.type)
|
|
3947
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
3948
|
+
return $report(_exceptionable2, {
|
|
3949
|
+
path: _path2,
|
|
3950
|
+
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
3951
|
+
value: input3
|
|
3952
|
+
});
|
|
3953
|
+
})();
|
|
3954
|
+
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4048
3955
|
if (void 0 !== input3.ranges)
|
|
4049
3956
|
return $vo9(input3, _path2, _exceptionable2);
|
|
4050
3957
|
return $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
|
|
4051
3958
|
})();
|
|
4052
|
-
const $
|
|
3959
|
+
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4053
3960
|
if ("integer" === input3.type || "float" === input3.type)
|
|
4054
3961
|
return $vo10(input3, _path2, _exceptionable2);
|
|
4055
3962
|
if ("metaboliteIntensity" === input3.type)
|
|
@@ -4060,7 +3967,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4060
3967
|
return $vo23(input3, _path2, _exceptionable2);
|
|
4061
3968
|
return $vo20(input3, _path2, false) || $vo19(input3, _path2, false);
|
|
4062
3969
|
})();
|
|
4063
|
-
const $
|
|
3970
|
+
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4064
3971
|
if ("regular-bin" === input3.type)
|
|
4065
3972
|
return $vo13(input3, _path2, _exceptionable2);
|
|
4066
3973
|
if ("custom-bin" === input3.type)
|
|
@@ -4071,7 +3978,7 @@ var validDescrStatsRequest = (input) => {
|
|
|
4071
3978
|
value: input3
|
|
4072
3979
|
});
|
|
4073
3980
|
})();
|
|
4074
|
-
const $
|
|
3981
|
+
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4075
3982
|
if ("gene" === input3.kind)
|
|
4076
3983
|
return $vo30(input3, _path2, _exceptionable2);
|
|
4077
3984
|
if ("coord" === input3.kind)
|
|
@@ -4082,43 +3989,28 @@ var validDescrStatsRequest = (input) => {
|
|
|
4082
3989
|
value: input3
|
|
4083
3990
|
});
|
|
4084
3991
|
})();
|
|
4085
|
-
const $
|
|
3992
|
+
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4086
3993
|
if ("gene" === input3.kind)
|
|
4087
|
-
return $
|
|
3994
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
4088
3995
|
if ("coord" === input3.kind)
|
|
4089
|
-
return $
|
|
3996
|
+
return $vo59(input3, _path2, _exceptionable2);
|
|
4090
3997
|
return $report(_exceptionable2, {
|
|
4091
3998
|
path: _path2,
|
|
4092
3999
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
4093
4000
|
value: input3
|
|
4094
4001
|
});
|
|
4095
4002
|
})();
|
|
4096
|
-
const $
|
|
4003
|
+
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4097
4004
|
if ("grade" === input3.valueFor)
|
|
4098
|
-
return $
|
|
4005
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
4099
4006
|
if ("children" === input3.valueFor)
|
|
4100
|
-
return $
|
|
4007
|
+
return $vo67(input3, _path2, _exceptionable2);
|
|
4101
4008
|
return $report(_exceptionable2, {
|
|
4102
4009
|
path: _path2,
|
|
4103
4010
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|
|
4104
4011
|
value: input3
|
|
4105
4012
|
});
|
|
4106
4013
|
})();
|
|
4107
|
-
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4108
|
-
if ("values" === input3.type)
|
|
4109
|
-
return $vo74(input3, _path2, _exceptionable2);
|
|
4110
|
-
if ("filter" === input3.type)
|
|
4111
|
-
return $vo75(input3, _path2, _exceptionable2);
|
|
4112
|
-
if ("predefined-groupset" === input3.type)
|
|
4113
|
-
return $vo76(input3, _path2, _exceptionable2);
|
|
4114
|
-
if ("custom-groupset" === input3.type)
|
|
4115
|
-
return $vo77(input3, _path2, _exceptionable2);
|
|
4116
|
-
return $report(_exceptionable2, {
|
|
4117
|
-
path: _path2,
|
|
4118
|
-
expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; })',
|
|
4119
|
-
value: input3
|
|
4120
|
-
});
|
|
4121
|
-
})();
|
|
4122
4014
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|
|
4123
4015
|
path: _path + "",
|
|
4124
4016
|
expected: "DescrStatsRequest",
|