@sjcrh/proteinpaint-types 2.167.0 → 2.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-EBPGV76U.js → chunk-33FYSH3O.js} +130 -2
- package/dist/{chunk-GIPUG4HD.js → chunk-447IAMTQ.js} +130 -2
- package/dist/{chunk-ZXPLL3NT.js → chunk-53QZTLJK.js} +417 -185
- package/dist/{chunk-5F24QFE7.js → chunk-BPDR66LV.js} +385 -151
- package/dist/{chunk-C27KCAQH.js → chunk-CUU7POGC.js} +417 -185
- package/dist/{chunk-GZKTMVAU.js → chunk-HDED6K55.js} +515 -153
- package/dist/{chunk-E4Z7PJZQ.js → chunk-HRH4GGV2.js} +503 -235
- package/dist/{chunk-LXW2FSLR.js → chunk-MH3TDIL4.js} +439 -207
- package/dist/{chunk-OLWNM7QP.js → chunk-MJEQEGN4.js} +130 -2
- package/dist/{chunk-5OMJAZK4.js → chunk-QL6YSLN6.js} +171 -43
- package/dist/{chunk-OLXOQLZH.js → chunk-TVS2JEXL.js} +130 -2
- package/dist/{chunk-CC32XCET.js → chunk-UQNHLAZN.js} +660 -298
- package/dist/{chunk-VQOCGHP2.js → chunk-YCURJJSC.js} +5 -1
- package/dist/{chunk-MCL6EDOS.js → chunk-ZAMM6EMS.js} +421 -189
- package/dist/correlationVolcano.js +1 -1
- package/dist/grin2.js +1 -1
- package/dist/index.js +14 -14
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.chat.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +8 -2
- package/src/filter.ts +7 -1
- package/src/index.ts +1 -0
- package/src/routes/grin2.ts +5 -0
- package/src/routes/termdb.boxplot.ts +7 -9
- package/src/terms/term.ts +3 -1
- package/src/terms/termCollection.ts +52 -0
- package/src/terms/tw.ts +3 -2
|
@@ -58,8 +58,8 @@ var validCategoriesRequest = (input) => {
|
|
|
58
58
|
const errors = [];
|
|
59
59
|
const __is = (input2) => {
|
|
60
60
|
const $join = import_typia.createValidate.join;
|
|
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.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $
|
|
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 && $
|
|
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.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $io80(input3.__protected__));
|
|
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 && $io45(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)
|
|
@@ -122,42 +122,46 @@ var validCategoriesRequest = (input) => {
|
|
|
122
122
|
const $io38 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
|
|
123
123
|
const $io39 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
124
124
|
const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
|
|
125
|
-
const $io41 = (input3) =>
|
|
126
|
-
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
127
|
-
const $io43 = (input3) => (void 0 === input3.
|
|
128
|
-
const $io44 = (input3) => (void 0 === input3.
|
|
129
|
-
const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "
|
|
130
|
-
const $io46 = (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 && $io47(input3.q)) && "
|
|
131
|
-
const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "
|
|
132
|
-
const $io48 = (input3) => Array.isArray(input3.
|
|
133
|
-
const $io49 = (input3) => (void 0 === input3.
|
|
134
|
-
const $io50 = (input3) =>
|
|
135
|
-
const $io51 = (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 && "
|
|
136
|
-
const $io52 = (input3) => (void 0 === input3.
|
|
137
|
-
const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "
|
|
138
|
-
const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) &&
|
|
139
|
-
const $io55 = (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 && "
|
|
140
|
-
const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) &&
|
|
141
|
-
const $io57 = (input3) => "number" === typeof input3.
|
|
142
|
-
const $io58 = (input3) => (void 0 === input3.
|
|
143
|
-
const $io59 = (input3) => "
|
|
144
|
-
const $io60 = (input3) =>
|
|
145
|
-
const $io61 = (input3) => (void 0 === input3.
|
|
146
|
-
const $io62 = (input3) => (void 0 === input3.
|
|
147
|
-
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "
|
|
148
|
-
const $io64 = (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 && "
|
|
149
|
-
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "
|
|
150
|
-
const $io66 = (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 && "
|
|
151
|
-
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) => (void 0 === input3.
|
|
153
|
-
const $io69 = (input3) => (void 0 === input3.
|
|
154
|
-
const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "
|
|
155
|
-
const $io71 = (input3) => "string" === typeof input3.
|
|
156
|
-
const $io72 = (input3) =>
|
|
157
|
-
const $io73 = (input3) =>
|
|
158
|
-
const $io74 = (input3) => "string" === typeof input3.
|
|
159
|
-
const $io75 = (input3) => "string" === typeof input3.
|
|
160
|
-
const $io76 = (input3) =>
|
|
125
|
+
const $io41 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && "number" === typeof input3.ratio;
|
|
126
|
+
const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.termlst || Array.isArray(input3.termlst)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs);
|
|
127
|
+
const $io43 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
|
|
128
|
+
const $io44 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
|
|
129
|
+
const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
130
|
+
const $io46 = (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 && $io47(input3.q)) && "QualTWPredefinedGS" === input3.type;
|
|
131
|
+
const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q)) && "QualTWCustomGS" === input3.type;
|
|
133
|
+
const $io49 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io50(input3.customset));
|
|
134
|
+
const $io50 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
|
|
135
|
+
const $io51 = (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 && $io14(input3.q));
|
|
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 && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
|
|
137
|
+
const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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 && $io54(input3.q));
|
|
138
|
+
const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
|
|
139
|
+
const $io55 = (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) && $io56(input3.q));
|
|
140
|
+
const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
|
|
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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
|
|
142
|
+
const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io59(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
143
|
+
const $io59 = (input3) => "number" === typeof input3.value;
|
|
144
|
+
const $io60 = (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 && $io63(input3.q));
|
|
145
|
+
const $io61 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
146
|
+
const $io62 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
147
|
+
const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
148
|
+
const $io64 = (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 && $io65(input3.q));
|
|
149
|
+
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
150
|
+
const $io66 = (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 && $io67(input3.q));
|
|
151
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io50(input3.customset));
|
|
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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
|
|
153
|
+
const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
154
|
+
const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
|
|
155
|
+
const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io72(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io74(input3.term));
|
|
156
|
+
const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io73(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;
|
|
157
|
+
const $io73 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
|
|
158
|
+
const $io74 = (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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io75(elem)));
|
|
159
|
+
const $io75 = (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 && $io76(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io77(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);
|
|
160
|
+
const $io76 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
161
|
+
const $io77 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
162
|
+
const $io78 = (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 && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
|
|
163
|
+
const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
|
|
164
|
+
const $io80 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && true;
|
|
161
165
|
const $iu0 = (input3) => (() => {
|
|
162
166
|
if ("tvslst" === input3.type)
|
|
163
167
|
return $io6(input3);
|
|
@@ -201,30 +205,32 @@ var validCategoriesRequest = (input) => {
|
|
|
201
205
|
return false;
|
|
202
206
|
})();
|
|
203
207
|
const $iu6 = (input3) => (() => {
|
|
208
|
+
if ("TermCollectionTWValues" === input3.type)
|
|
209
|
+
return $io78(input3);
|
|
204
210
|
if ("SnpsTW" === input3.type)
|
|
205
|
-
return $
|
|
211
|
+
return $io71(input3);
|
|
206
212
|
if ("ConditionTW" === input3.type)
|
|
207
|
-
return $
|
|
213
|
+
return $io68(input3);
|
|
208
214
|
if ("GvCustomGsTW" === input3.type)
|
|
209
|
-
return $
|
|
215
|
+
return $io66(input3);
|
|
210
216
|
if ("GvPredefinedGsTW" === input3.type)
|
|
211
|
-
return $
|
|
217
|
+
return $io64(input3);
|
|
212
218
|
if ("GvValuesTW" === input3.type)
|
|
213
|
-
return $
|
|
219
|
+
return $io60(input3);
|
|
214
220
|
if ("NumTWSpline" === input3.type)
|
|
215
|
-
return $
|
|
221
|
+
return $io57(input3);
|
|
216
222
|
if ("NumTWCont" === input3.type)
|
|
217
|
-
return $
|
|
223
|
+
return $io55(input3);
|
|
218
224
|
if ("NumTWBinary" === input3.type)
|
|
219
|
-
return $
|
|
225
|
+
return $io53(input3);
|
|
220
226
|
if ("NumTWCustomBin" === input3.type)
|
|
221
|
-
return $
|
|
227
|
+
return $io52(input3);
|
|
222
228
|
if ("NumTWRegularBin" === input3.type)
|
|
223
|
-
return $
|
|
229
|
+
return $io51(input3);
|
|
224
230
|
if ("QualTWCustomGS" === input3.type)
|
|
225
|
-
return $
|
|
231
|
+
return $io48(input3);
|
|
226
232
|
if ("QualTWPredefinedGS" === input3.type)
|
|
227
|
-
return $
|
|
233
|
+
return $io46(input3);
|
|
228
234
|
if ("QualTWValues" === input3.type)
|
|
229
235
|
return $io1(input3);
|
|
230
236
|
return false;
|
|
@@ -233,14 +239,16 @@ var validCategoriesRequest = (input) => {
|
|
|
233
239
|
if ("categorical" === input3.type)
|
|
234
240
|
return $io3(input3);
|
|
235
241
|
if ("snp" === input3.type)
|
|
236
|
-
return $
|
|
242
|
+
return $io43(input3);
|
|
237
243
|
if ("singleCellCellType" === input3.type)
|
|
238
|
-
return $
|
|
244
|
+
return $io44(input3);
|
|
239
245
|
return false;
|
|
240
246
|
})();
|
|
241
247
|
const $iu8 = (input3) => (() => {
|
|
242
248
|
if (void 0 !== input3.ranges)
|
|
243
249
|
return $io9(input3);
|
|
250
|
+
if (void 0 !== input3.ratio)
|
|
251
|
+
return $io41(input3);
|
|
244
252
|
return (() => {
|
|
245
253
|
if ($io8(input3))
|
|
246
254
|
return $io8(input3);
|
|
@@ -284,16 +292,16 @@ var validCategoriesRequest = (input) => {
|
|
|
284
292
|
})();
|
|
285
293
|
const $iu12 = (input3) => (() => {
|
|
286
294
|
if ("gene" === input3.kind)
|
|
287
|
-
return $
|
|
295
|
+
return $io61(input3);
|
|
288
296
|
if ("coord" === input3.kind)
|
|
289
|
-
return $
|
|
297
|
+
return $io62(input3);
|
|
290
298
|
return false;
|
|
291
299
|
})();
|
|
292
300
|
const $iu13 = (input3) => (() => {
|
|
293
301
|
if ("grade" === input3.valueFor)
|
|
294
|
-
return $
|
|
302
|
+
return $io69(input3);
|
|
295
303
|
if ("children" === input3.valueFor)
|
|
296
|
-
return $
|
|
304
|
+
return $io70(input3);
|
|
297
305
|
return false;
|
|
298
306
|
})();
|
|
299
307
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -316,11 +324,11 @@ var validCategoriesRequest = (input) => {
|
|
|
316
324
|
value: input3.embedder
|
|
317
325
|
}), ("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
|
|
318
326
|
path: _path2 + ".tw",
|
|
319
|
-
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
|
|
327
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
|
|
320
328
|
value: input3.tw
|
|
321
329
|
})) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
|
|
322
330
|
path: _path2 + ".tw",
|
|
323
|
-
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
|
|
331
|
+
expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
|
|
324
332
|
value: input3.tw
|
|
325
333
|
}), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
|
|
326
334
|
path: _path2 + ".filter",
|
|
@@ -346,7 +354,7 @@ var validCategoriesRequest = (input) => {
|
|
|
346
354
|
path: _path2 + ".__protected__",
|
|
347
355
|
expected: "(__type.o9 | undefined)",
|
|
348
356
|
value: input3.__protected__
|
|
349
|
-
})) && $
|
|
357
|
+
})) && $vo80(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
|
|
350
358
|
path: _path2 + ".__protected__",
|
|
351
359
|
expected: "(__type.o9 | undefined)",
|
|
352
360
|
value: input3.__protected__
|
|
@@ -387,7 +395,7 @@ var validCategoriesRequest = (input) => {
|
|
|
387
395
|
path: _path2 + ".q",
|
|
388
396
|
expected: "ValuesQ",
|
|
389
397
|
value: input3.q
|
|
390
|
-
})) && $
|
|
398
|
+
})) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
391
399
|
path: _path2 + ".q",
|
|
392
400
|
expected: "ValuesQ",
|
|
393
401
|
value: input3.q
|
|
@@ -575,11 +583,11 @@ var validCategoriesRequest = (input) => {
|
|
|
575
583
|
value: input3.type
|
|
576
584
|
}), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
|
|
577
585
|
path: _path2 + ".tvs",
|
|
578
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
586
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
579
587
|
value: input3.tvs
|
|
580
588
|
})) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
581
589
|
path: _path2 + ".tvs",
|
|
582
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
590
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
583
591
|
value: input3.tvs
|
|
584
592
|
})].every((flag) => flag);
|
|
585
593
|
const $vo8 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
@@ -2300,7 +2308,28 @@ var validCategoriesRequest = (input) => {
|
|
|
2300
2308
|
expected: "string",
|
|
2301
2309
|
value: input3.value
|
|
2302
2310
|
})].every((flag) => flag);
|
|
2303
|
-
const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.
|
|
2311
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
2312
|
+
path: _path2 + ".join",
|
|
2313
|
+
expected: "(string | undefined)",
|
|
2314
|
+
value: input3.join
|
|
2315
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
2316
|
+
path: _path2 + ".isnot",
|
|
2317
|
+
expected: "(boolean | undefined)",
|
|
2318
|
+
value: input3.isnot
|
|
2319
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2320
|
+
path: _path2 + ".term",
|
|
2321
|
+
expected: "TermCollection",
|
|
2322
|
+
value: input3.term
|
|
2323
|
+
})) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2324
|
+
path: _path2 + ".term",
|
|
2325
|
+
expected: "TermCollection",
|
|
2326
|
+
value: input3.term
|
|
2327
|
+
}), "number" === typeof input3.ratio || $report(_exceptionable2, {
|
|
2328
|
+
path: _path2 + ".ratio",
|
|
2329
|
+
expected: "number",
|
|
2330
|
+
value: input3.ratio
|
|
2331
|
+
})].every((flag) => flag);
|
|
2332
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2304
2333
|
path: _path2 + ".id",
|
|
2305
2334
|
expected: "string",
|
|
2306
2335
|
value: input3.id
|
|
@@ -2308,9 +2337,9 @@ var validCategoriesRequest = (input) => {
|
|
|
2308
2337
|
path: _path2 + ".name",
|
|
2309
2338
|
expected: "string",
|
|
2310
2339
|
value: input3.name
|
|
2311
|
-
}), "
|
|
2340
|
+
}), "termCollection" === input3.type || $report(_exceptionable2, {
|
|
2312
2341
|
path: _path2 + ".type",
|
|
2313
|
-
expected: '"
|
|
2342
|
+
expected: '"termCollection"',
|
|
2314
2343
|
value: input3.type
|
|
2315
2344
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2316
2345
|
path: _path2 + ".child_types",
|
|
@@ -2364,6 +2393,107 @@ var validCategoriesRequest = (input) => {
|
|
|
2364
2393
|
path: _path2 + ".valueConversion",
|
|
2365
2394
|
expected: "(__type.o2 | undefined)",
|
|
2366
2395
|
value: input3.valueConversion
|
|
2396
|
+
}), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
|
|
2397
|
+
path: _path2 + ".collectionId",
|
|
2398
|
+
expected: "(string | undefined)",
|
|
2399
|
+
value: input3.collectionId
|
|
2400
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
2401
|
+
path: _path2 + ".lst",
|
|
2402
|
+
expected: "(Array<string> | undefined)",
|
|
2403
|
+
value: input3.lst
|
|
2404
|
+
})) && input3.lst.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2405
|
+
path: _path2 + ".lst[" + _index43 + "]",
|
|
2406
|
+
expected: "string",
|
|
2407
|
+
value: elem
|
|
2408
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2409
|
+
path: _path2 + ".lst",
|
|
2410
|
+
expected: "(Array<string> | undefined)",
|
|
2411
|
+
value: input3.lst
|
|
2412
|
+
}), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
|
|
2413
|
+
path: _path2 + ".termlst",
|
|
2414
|
+
expected: "(Array<any> | undefined)",
|
|
2415
|
+
value: input3.termlst
|
|
2416
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
2417
|
+
path: _path2 + ".numerators",
|
|
2418
|
+
expected: "(Array<string> | undefined)",
|
|
2419
|
+
value: input3.numerators
|
|
2420
|
+
})) && input3.numerators.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2421
|
+
path: _path2 + ".numerators[" + _index44 + "]",
|
|
2422
|
+
expected: "string",
|
|
2423
|
+
value: elem
|
|
2424
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2425
|
+
path: _path2 + ".numerators",
|
|
2426
|
+
expected: "(Array<string> | undefined)",
|
|
2427
|
+
value: input3.numerators
|
|
2428
|
+
}), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
|
|
2429
|
+
path: _path2 + ".newTvs",
|
|
2430
|
+
expected: "(boolean | undefined)",
|
|
2431
|
+
value: input3.newTvs
|
|
2432
|
+
})].every((flag) => flag);
|
|
2433
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2434
|
+
path: _path2 + ".id",
|
|
2435
|
+
expected: "string",
|
|
2436
|
+
value: input3.id
|
|
2437
|
+
}), "string" === typeof input3.name || $report(_exceptionable2, {
|
|
2438
|
+
path: _path2 + ".name",
|
|
2439
|
+
expected: "string",
|
|
2440
|
+
value: input3.name
|
|
2441
|
+
}), "snp" === input3.type || $report(_exceptionable2, {
|
|
2442
|
+
path: _path2 + ".type",
|
|
2443
|
+
expected: '"snp"',
|
|
2444
|
+
value: input3.type
|
|
2445
|
+
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2446
|
+
path: _path2 + ".child_types",
|
|
2447
|
+
expected: "(Array<string> | undefined)",
|
|
2448
|
+
value: input3.child_types
|
|
2449
|
+
})) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2450
|
+
path: _path2 + ".child_types[" + _index45 + "]",
|
|
2451
|
+
expected: "string",
|
|
2452
|
+
value: elem
|
|
2453
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2454
|
+
path: _path2 + ".child_types",
|
|
2455
|
+
expected: "(Array<string> | undefined)",
|
|
2456
|
+
value: input3.child_types
|
|
2457
|
+
}), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
|
|
2458
|
+
path: _path2 + ".hashtmldetail",
|
|
2459
|
+
expected: "(boolean | undefined)",
|
|
2460
|
+
value: input3.hashtmldetail
|
|
2461
|
+
}), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
|
|
2462
|
+
path: _path2 + ".included_types",
|
|
2463
|
+
expected: "(Array<string> | undefined)",
|
|
2464
|
+
value: input3.included_types
|
|
2465
|
+
})) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2466
|
+
path: _path2 + ".included_types[" + _index46 + "]",
|
|
2467
|
+
expected: "string",
|
|
2468
|
+
value: elem
|
|
2469
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
2470
|
+
path: _path2 + ".included_types",
|
|
2471
|
+
expected: "(Array<string> | undefined)",
|
|
2472
|
+
value: input3.included_types
|
|
2473
|
+
}), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
|
|
2474
|
+
path: _path2 + ".isleaf",
|
|
2475
|
+
expected: "(boolean | undefined)",
|
|
2476
|
+
value: input3.isleaf
|
|
2477
|
+
}), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
2478
|
+
path: _path2 + ".values",
|
|
2479
|
+
expected: "(TermValues | undefined)",
|
|
2480
|
+
value: input3.values
|
|
2481
|
+
})) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2482
|
+
path: _path2 + ".values",
|
|
2483
|
+
expected: "(TermValues | undefined)",
|
|
2484
|
+
value: input3.values
|
|
2485
|
+
}), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
|
|
2486
|
+
path: _path2 + ".skipValuesBuild",
|
|
2487
|
+
expected: "(boolean | undefined)",
|
|
2488
|
+
value: input3.skipValuesBuild
|
|
2489
|
+
}), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
|
|
2490
|
+
path: _path2 + ".valueConversion",
|
|
2491
|
+
expected: "(__type.o2 | undefined)",
|
|
2492
|
+
value: input3.valueConversion
|
|
2493
|
+
})) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
|
|
2494
|
+
path: _path2 + ".valueConversion",
|
|
2495
|
+
expected: "(__type.o2 | undefined)",
|
|
2496
|
+
value: input3.valueConversion
|
|
2367
2497
|
}), "string" === typeof input3.chr || $report(_exceptionable2, {
|
|
2368
2498
|
path: _path2 + ".chr",
|
|
2369
2499
|
expected: "string",
|
|
@@ -2384,8 +2514,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2384
2514
|
path: _path2 + ".alt",
|
|
2385
2515
|
expected: "Array<string>",
|
|
2386
2516
|
value: input3.alt
|
|
2387
|
-
})) && input3.alt.map((elem,
|
|
2388
|
-
path: _path2 + ".alt[" +
|
|
2517
|
+
})) && input3.alt.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2518
|
+
path: _path2 + ".alt[" + _index47 + "]",
|
|
2389
2519
|
expected: "string",
|
|
2390
2520
|
value: elem
|
|
2391
2521
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2401,7 +2531,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2401
2531
|
expected: "TermGroupSetting",
|
|
2402
2532
|
value: input3.groupsetting
|
|
2403
2533
|
})].every((flag) => flag);
|
|
2404
|
-
const $
|
|
2534
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2405
2535
|
path: _path2 + ".id",
|
|
2406
2536
|
expected: "string",
|
|
2407
2537
|
value: input3.id
|
|
@@ -2417,8 +2547,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2417
2547
|
path: _path2 + ".child_types",
|
|
2418
2548
|
expected: "(Array<string> | undefined)",
|
|
2419
2549
|
value: input3.child_types
|
|
2420
|
-
})) && input3.child_types.map((elem,
|
|
2421
|
-
path: _path2 + ".child_types[" +
|
|
2550
|
+
})) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2551
|
+
path: _path2 + ".child_types[" + _index48 + "]",
|
|
2422
2552
|
expected: "string",
|
|
2423
2553
|
value: elem
|
|
2424
2554
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2433,8 +2563,8 @@ var validCategoriesRequest = (input) => {
|
|
|
2433
2563
|
path: _path2 + ".included_types",
|
|
2434
2564
|
expected: "(Array<string> | undefined)",
|
|
2435
2565
|
value: input3.included_types
|
|
2436
|
-
})) && input3.included_types.map((elem,
|
|
2437
|
-
path: _path2 + ".included_types[" +
|
|
2566
|
+
})) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
|
|
2567
|
+
path: _path2 + ".included_types[" + _index49 + "]",
|
|
2438
2568
|
expected: "string",
|
|
2439
2569
|
value: elem
|
|
2440
2570
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2482,7 +2612,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2482
2612
|
expected: "TermGroupSetting",
|
|
2483
2613
|
value: input3.groupsetting
|
|
2484
2614
|
})].every((flag) => flag);
|
|
2485
|
-
const $
|
|
2615
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2486
2616
|
path: _path2 + ".hiddenValues",
|
|
2487
2617
|
expected: "(HiddenValues | undefined)",
|
|
2488
2618
|
value: input3.hiddenValues
|
|
@@ -2511,7 +2641,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2511
2641
|
expected: '"values"',
|
|
2512
2642
|
value: input3.type
|
|
2513
2643
|
})].every((flag) => flag);
|
|
2514
|
-
const $
|
|
2644
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2515
2645
|
path: _path2 + ".id",
|
|
2516
2646
|
expected: "(string | undefined)",
|
|
2517
2647
|
value: input3.id
|
|
@@ -2547,7 +2677,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2547
2677
|
path: _path2 + ".q",
|
|
2548
2678
|
expected: "PredefinedGroupSettingQ",
|
|
2549
2679
|
value: input3.q
|
|
2550
|
-
})) && $
|
|
2680
|
+
})) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2551
2681
|
path: _path2 + ".q",
|
|
2552
2682
|
expected: "PredefinedGroupSettingQ",
|
|
2553
2683
|
value: input3.q
|
|
@@ -2556,7 +2686,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2556
2686
|
expected: '"QualTWPredefinedGS"',
|
|
2557
2687
|
value: input3.type
|
|
2558
2688
|
})].every((flag) => flag);
|
|
2559
|
-
const $
|
|
2689
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2560
2690
|
path: _path2 + ".hiddenValues",
|
|
2561
2691
|
expected: "(HiddenValues | undefined)",
|
|
2562
2692
|
value: input3.hiddenValues
|
|
@@ -2589,7 +2719,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2589
2719
|
expected: "number",
|
|
2590
2720
|
value: input3.predefined_groupset_idx
|
|
2591
2721
|
})].every((flag) => flag);
|
|
2592
|
-
const $
|
|
2722
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2593
2723
|
path: _path2 + ".id",
|
|
2594
2724
|
expected: "(string | undefined)",
|
|
2595
2725
|
value: input3.id
|
|
@@ -2625,7 +2755,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2625
2755
|
path: _path2 + ".q",
|
|
2626
2756
|
expected: "CustomGroupSettingQ",
|
|
2627
2757
|
value: input3.q
|
|
2628
|
-
})) && $
|
|
2758
|
+
})) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2629
2759
|
path: _path2 + ".q",
|
|
2630
2760
|
expected: "CustomGroupSettingQ",
|
|
2631
2761
|
value: input3.q
|
|
@@ -2634,7 +2764,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2634
2764
|
expected: '"QualTWCustomGS"',
|
|
2635
2765
|
value: input3.type
|
|
2636
2766
|
})].every((flag) => flag);
|
|
2637
|
-
const $
|
|
2767
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2638
2768
|
path: _path2 + ".hiddenValues",
|
|
2639
2769
|
expected: "(HiddenValues | undefined)",
|
|
2640
2770
|
value: input3.hiddenValues
|
|
@@ -2666,21 +2796,21 @@ var validCategoriesRequest = (input) => {
|
|
|
2666
2796
|
path: _path2 + ".customset",
|
|
2667
2797
|
expected: "BaseGroupSet",
|
|
2668
2798
|
value: input3.customset
|
|
2669
|
-
})) && $
|
|
2799
|
+
})) && $vo50(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
2670
2800
|
path: _path2 + ".customset",
|
|
2671
2801
|
expected: "BaseGroupSet",
|
|
2672
2802
|
value: input3.customset
|
|
2673
2803
|
})].every((flag) => flag);
|
|
2674
|
-
const $
|
|
2804
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
2675
2805
|
path: _path2 + ".groups",
|
|
2676
2806
|
expected: "Array<GroupEntry>",
|
|
2677
2807
|
value: input3.groups
|
|
2678
|
-
})) && input3.groups.map((elem,
|
|
2679
|
-
path: _path2 + ".groups[" +
|
|
2808
|
+
})) && input3.groups.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
2809
|
+
path: _path2 + ".groups[" + _index50 + "]",
|
|
2680
2810
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2681
2811
|
value: elem
|
|
2682
|
-
})) && $vu3(elem, _path2 + ".groups[" +
|
|
2683
|
-
path: _path2 + ".groups[" +
|
|
2812
|
+
})) && $vu3(elem, _path2 + ".groups[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2813
|
+
path: _path2 + ".groups[" + _index50 + "]",
|
|
2684
2814
|
expected: "(FilterGroup | ValuesGroup)",
|
|
2685
2815
|
value: elem
|
|
2686
2816
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -2688,7 +2818,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2688
2818
|
expected: "Array<GroupEntry>",
|
|
2689
2819
|
value: input3.groups
|
|
2690
2820
|
})].every((flag) => flag);
|
|
2691
|
-
const $
|
|
2821
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2692
2822
|
path: _path2 + ".id",
|
|
2693
2823
|
expected: "(string | undefined)",
|
|
2694
2824
|
value: input3.id
|
|
@@ -2733,7 +2863,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2733
2863
|
expected: "RegularNumericBinConfig",
|
|
2734
2864
|
value: input3.q
|
|
2735
2865
|
})].every((flag) => flag);
|
|
2736
|
-
const $
|
|
2866
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2737
2867
|
path: _path2 + ".id",
|
|
2738
2868
|
expected: "(string | undefined)",
|
|
2739
2869
|
value: input3.id
|
|
@@ -2778,7 +2908,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2778
2908
|
expected: "CustomNumericBinConfig",
|
|
2779
2909
|
value: input3.q
|
|
2780
2910
|
})].every((flag) => flag);
|
|
2781
|
-
const $
|
|
2911
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2782
2912
|
path: _path2 + ".id",
|
|
2783
2913
|
expected: "(string | undefined)",
|
|
2784
2914
|
value: input3.id
|
|
@@ -2818,12 +2948,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2818
2948
|
path: _path2 + ".q",
|
|
2819
2949
|
expected: "BinaryNumericQ",
|
|
2820
2950
|
value: input3.q
|
|
2821
|
-
})) && $
|
|
2951
|
+
})) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2822
2952
|
path: _path2 + ".q",
|
|
2823
2953
|
expected: "BinaryNumericQ",
|
|
2824
2954
|
value: input3.q
|
|
2825
2955
|
})].every((flag) => flag);
|
|
2826
|
-
const $
|
|
2956
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2827
2957
|
path: _path2 + ".hiddenValues",
|
|
2828
2958
|
expected: "(HiddenValues | undefined)",
|
|
2829
2959
|
value: input3.hiddenValues
|
|
@@ -2891,7 +3021,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2891
3021
|
expected: "(number | undefined)",
|
|
2892
3022
|
value: input3.cutoffPercentile
|
|
2893
3023
|
})].every((flag) => flag);
|
|
2894
|
-
const $
|
|
3024
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2895
3025
|
path: _path2 + ".id",
|
|
2896
3026
|
expected: "(string | undefined)",
|
|
2897
3027
|
value: input3.id
|
|
@@ -2931,12 +3061,12 @@ var validCategoriesRequest = (input) => {
|
|
|
2931
3061
|
path: _path2 + ".q",
|
|
2932
3062
|
expected: "ContinuousNumericQ",
|
|
2933
3063
|
value: input3.q
|
|
2934
|
-
})) && $
|
|
3064
|
+
})) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2935
3065
|
path: _path2 + ".q",
|
|
2936
3066
|
expected: "ContinuousNumericQ",
|
|
2937
3067
|
value: input3.q
|
|
2938
3068
|
})].every((flag) => flag);
|
|
2939
|
-
const $
|
|
3069
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2940
3070
|
path: _path2 + ".hiddenValues",
|
|
2941
3071
|
expected: "(HiddenValues | undefined)",
|
|
2942
3072
|
value: input3.hiddenValues
|
|
@@ -2977,7 +3107,7 @@ var validCategoriesRequest = (input) => {
|
|
|
2977
3107
|
expected: "(number | undefined)",
|
|
2978
3108
|
value: input3.scale
|
|
2979
3109
|
})].every((flag) => flag);
|
|
2980
|
-
const $
|
|
3110
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2981
3111
|
path: _path2 + ".id",
|
|
2982
3112
|
expected: "(string | undefined)",
|
|
2983
3113
|
value: input3.id
|
|
@@ -3017,12 +3147,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3017
3147
|
path: _path2 + ".q",
|
|
3018
3148
|
expected: "SplineNumericQ",
|
|
3019
3149
|
value: input3.q
|
|
3020
|
-
})) && $
|
|
3150
|
+
})) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3021
3151
|
path: _path2 + ".q",
|
|
3022
3152
|
expected: "SplineNumericQ",
|
|
3023
3153
|
value: input3.q
|
|
3024
3154
|
})].every((flag) => flag);
|
|
3025
|
-
const $
|
|
3155
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3026
3156
|
path: _path2 + ".hiddenValues",
|
|
3027
3157
|
expected: "(HiddenValues | undefined)",
|
|
3028
3158
|
value: input3.hiddenValues
|
|
@@ -3050,12 +3180,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3050
3180
|
path: _path2 + ".knots",
|
|
3051
3181
|
expected: "Array<__type>.o3",
|
|
3052
3182
|
value: input3.knots
|
|
3053
|
-
})) && input3.knots.map((elem,
|
|
3054
|
-
path: _path2 + ".knots[" +
|
|
3183
|
+
})) && input3.knots.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3184
|
+
path: _path2 + ".knots[" + _index51 + "]",
|
|
3055
3185
|
expected: "__type.o7",
|
|
3056
3186
|
value: elem
|
|
3057
|
-
})) && $
|
|
3058
|
-
path: _path2 + ".knots[" +
|
|
3187
|
+
})) && $vo59(elem, _path2 + ".knots[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3188
|
+
path: _path2 + ".knots[" + _index51 + "]",
|
|
3059
3189
|
expected: "__type.o7",
|
|
3060
3190
|
value: elem
|
|
3061
3191
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3071,12 +3201,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3071
3201
|
expected: "undefined",
|
|
3072
3202
|
value: input3.type
|
|
3073
3203
|
}))].every((flag) => flag);
|
|
3074
|
-
const $
|
|
3204
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
3075
3205
|
path: _path2 + ".value",
|
|
3076
3206
|
expected: "number",
|
|
3077
3207
|
value: input3.value
|
|
3078
3208
|
})].every((flag) => flag);
|
|
3079
|
-
const $
|
|
3209
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3080
3210
|
path: _path2 + ".id",
|
|
3081
3211
|
expected: "(string | undefined)",
|
|
3082
3212
|
value: input3.id
|
|
@@ -3116,12 +3246,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3116
3246
|
path: _path2 + ".q",
|
|
3117
3247
|
expected: "GvValuesQ",
|
|
3118
3248
|
value: input3.q
|
|
3119
|
-
})) && $
|
|
3249
|
+
})) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3120
3250
|
path: _path2 + ".q",
|
|
3121
3251
|
expected: "GvValuesQ",
|
|
3122
3252
|
value: input3.q
|
|
3123
3253
|
})].every((flag) => flag);
|
|
3124
|
-
const $
|
|
3254
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3125
3255
|
path: _path2 + ".id",
|
|
3126
3256
|
expected: "string",
|
|
3127
3257
|
value: input3.id
|
|
@@ -3137,8 +3267,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3137
3267
|
path: _path2 + ".child_types",
|
|
3138
3268
|
expected: "(Array<string> | undefined)",
|
|
3139
3269
|
value: input3.child_types
|
|
3140
|
-
})) && input3.child_types.map((elem,
|
|
3141
|
-
path: _path2 + ".child_types[" +
|
|
3270
|
+
})) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3271
|
+
path: _path2 + ".child_types[" + _index52 + "]",
|
|
3142
3272
|
expected: "string",
|
|
3143
3273
|
value: elem
|
|
3144
3274
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3153,8 +3283,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3153
3283
|
path: _path2 + ".included_types",
|
|
3154
3284
|
expected: "(Array<string> | undefined)",
|
|
3155
3285
|
value: input3.included_types
|
|
3156
|
-
})) && input3.included_types.map((elem,
|
|
3157
|
-
path: _path2 + ".included_types[" +
|
|
3286
|
+
})) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3287
|
+
path: _path2 + ".included_types[" + _index53 + "]",
|
|
3158
3288
|
expected: "string",
|
|
3159
3289
|
value: elem
|
|
3160
3290
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3209,12 +3339,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3209
3339
|
path: _path2 + ".genes",
|
|
3210
3340
|
expected: "Array<GvGeneTerm>",
|
|
3211
3341
|
value: input3.genes
|
|
3212
|
-
})) && input3.genes.map((elem,
|
|
3213
|
-
path: _path2 + ".genes[" +
|
|
3342
|
+
})) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3343
|
+
path: _path2 + ".genes[" + _index54 + "]",
|
|
3214
3344
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3215
3345
|
value: elem
|
|
3216
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3217
|
-
path: _path2 + ".genes[" +
|
|
3346
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3347
|
+
path: _path2 + ".genes[" + _index54 + "]",
|
|
3218
3348
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3219
3349
|
value: elem
|
|
3220
3350
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3233,12 +3363,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3233
3363
|
path: _path2 + ".childTerms",
|
|
3234
3364
|
expected: "Array<DtTerm>",
|
|
3235
3365
|
value: input3.childTerms
|
|
3236
|
-
})) && input3.childTerms.map((elem,
|
|
3237
|
-
path: _path2 + ".childTerms[" +
|
|
3366
|
+
})) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3367
|
+
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
3238
3368
|
expected: "DtTerm",
|
|
3239
3369
|
value: elem
|
|
3240
|
-
})) && $vo30(elem, _path2 + ".childTerms[" +
|
|
3241
|
-
path: _path2 + ".childTerms[" +
|
|
3370
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3371
|
+
path: _path2 + ".childTerms[" + _index55 + "]",
|
|
3242
3372
|
expected: "DtTerm",
|
|
3243
3373
|
value: elem
|
|
3244
3374
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3246,7 +3376,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3246
3376
|
expected: "Array<DtTerm>",
|
|
3247
3377
|
value: input3.childTerms
|
|
3248
3378
|
})].every((flag) => flag);
|
|
3249
|
-
const $
|
|
3379
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3250
3380
|
path: _path2 + ".id",
|
|
3251
3381
|
expected: "string",
|
|
3252
3382
|
value: input3.id
|
|
@@ -3262,8 +3392,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3262
3392
|
path: _path2 + ".child_types",
|
|
3263
3393
|
expected: "(Array<string> | undefined)",
|
|
3264
3394
|
value: input3.child_types
|
|
3265
|
-
})) && input3.child_types.map((elem,
|
|
3266
|
-
path: _path2 + ".child_types[" +
|
|
3395
|
+
})) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3396
|
+
path: _path2 + ".child_types[" + _index56 + "]",
|
|
3267
3397
|
expected: "string",
|
|
3268
3398
|
value: elem
|
|
3269
3399
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3278,8 +3408,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3278
3408
|
path: _path2 + ".included_types",
|
|
3279
3409
|
expected: "(Array<string> | undefined)",
|
|
3280
3410
|
value: input3.included_types
|
|
3281
|
-
})) && input3.included_types.map((elem,
|
|
3282
|
-
path: _path2 + ".included_types[" +
|
|
3411
|
+
})) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3412
|
+
path: _path2 + ".included_types[" + _index57 + "]",
|
|
3283
3413
|
expected: "string",
|
|
3284
3414
|
value: elem
|
|
3285
3415
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3330,12 +3460,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3330
3460
|
path: _path2 + ".genes",
|
|
3331
3461
|
expected: "Array<GvGeneTerm>",
|
|
3332
3462
|
value: input3.genes
|
|
3333
|
-
})) && input3.genes.map((elem,
|
|
3334
|
-
path: _path2 + ".genes[" +
|
|
3463
|
+
})) && input3.genes.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3464
|
+
path: _path2 + ".genes[" + _index58 + "]",
|
|
3335
3465
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3336
3466
|
value: elem
|
|
3337
|
-
})) && $vu2(elem, _path2 + ".genes[" +
|
|
3338
|
-
path: _path2 + ".genes[" +
|
|
3467
|
+
})) && $vu2(elem, _path2 + ".genes[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3468
|
+
path: _path2 + ".genes[" + _index58 + "]",
|
|
3339
3469
|
expected: "(BaseTerm & Coord | BaseTerm & Gene)",
|
|
3340
3470
|
value: elem
|
|
3341
3471
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3354,12 +3484,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3354
3484
|
path: _path2 + ".childTerms",
|
|
3355
3485
|
expected: "Array<DtTerm>",
|
|
3356
3486
|
value: input3.childTerms
|
|
3357
|
-
})) && input3.childTerms.map((elem,
|
|
3358
|
-
path: _path2 + ".childTerms[" +
|
|
3487
|
+
})) && input3.childTerms.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3488
|
+
path: _path2 + ".childTerms[" + _index59 + "]",
|
|
3359
3489
|
expected: "DtTerm",
|
|
3360
3490
|
value: elem
|
|
3361
|
-
})) && $vo30(elem, _path2 + ".childTerms[" +
|
|
3362
|
-
path: _path2 + ".childTerms[" +
|
|
3491
|
+
})) && $vo30(elem, _path2 + ".childTerms[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3492
|
+
path: _path2 + ".childTerms[" + _index59 + "]",
|
|
3363
3493
|
expected: "DtTerm",
|
|
3364
3494
|
value: elem
|
|
3365
3495
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3367,7 +3497,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3367
3497
|
expected: "Array<DtTerm>",
|
|
3368
3498
|
value: input3.childTerms
|
|
3369
3499
|
})].every((flag) => flag);
|
|
3370
|
-
const $
|
|
3500
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3371
3501
|
path: _path2 + ".hiddenValues",
|
|
3372
3502
|
expected: "(HiddenValues | undefined)",
|
|
3373
3503
|
value: input3.hiddenValues
|
|
@@ -3408,7 +3538,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3408
3538
|
expected: '"values"',
|
|
3409
3539
|
value: input3.type
|
|
3410
3540
|
})].every((flag) => flag);
|
|
3411
|
-
const $
|
|
3541
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3412
3542
|
path: _path2 + ".id",
|
|
3413
3543
|
expected: "(string | undefined)",
|
|
3414
3544
|
value: input3.id
|
|
@@ -3448,12 +3578,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3448
3578
|
path: _path2 + ".q",
|
|
3449
3579
|
expected: "GvPredefinedGsQ",
|
|
3450
3580
|
value: input3.q
|
|
3451
|
-
})) && $
|
|
3581
|
+
})) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3452
3582
|
path: _path2 + ".q",
|
|
3453
3583
|
expected: "GvPredefinedGsQ",
|
|
3454
3584
|
value: input3.q
|
|
3455
3585
|
})].every((flag) => flag);
|
|
3456
|
-
const $
|
|
3586
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3457
3587
|
path: _path2 + ".hiddenValues",
|
|
3458
3588
|
expected: "(HiddenValues | undefined)",
|
|
3459
3589
|
value: input3.hiddenValues
|
|
@@ -3498,7 +3628,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3498
3628
|
expected: "number",
|
|
3499
3629
|
value: input3.predefined_groupset_idx
|
|
3500
3630
|
})].every((flag) => flag);
|
|
3501
|
-
const $
|
|
3631
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3502
3632
|
path: _path2 + ".id",
|
|
3503
3633
|
expected: "(string | undefined)",
|
|
3504
3634
|
value: input3.id
|
|
@@ -3538,12 +3668,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3538
3668
|
path: _path2 + ".q",
|
|
3539
3669
|
expected: "GvCustomGsQ",
|
|
3540
3670
|
value: input3.q
|
|
3541
|
-
})) && $
|
|
3671
|
+
})) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3542
3672
|
path: _path2 + ".q",
|
|
3543
3673
|
expected: "GvCustomGsQ",
|
|
3544
3674
|
value: input3.q
|
|
3545
3675
|
})].every((flag) => flag);
|
|
3546
|
-
const $
|
|
3676
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3547
3677
|
path: _path2 + ".hiddenValues",
|
|
3548
3678
|
expected: "(HiddenValues | undefined)",
|
|
3549
3679
|
value: input3.hiddenValues
|
|
@@ -3587,12 +3717,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3587
3717
|
path: _path2 + ".customset",
|
|
3588
3718
|
expected: "BaseGroupSet",
|
|
3589
3719
|
value: input3.customset
|
|
3590
|
-
})) && $
|
|
3720
|
+
})) && $vo50(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3591
3721
|
path: _path2 + ".customset",
|
|
3592
3722
|
expected: "BaseGroupSet",
|
|
3593
3723
|
value: input3.customset
|
|
3594
3724
|
})].every((flag) => flag);
|
|
3595
|
-
const $
|
|
3725
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3596
3726
|
path: _path2 + ".id",
|
|
3597
3727
|
expected: "(string | undefined)",
|
|
3598
3728
|
value: input3.id
|
|
@@ -3637,7 +3767,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3637
3767
|
expected: "(ConditionChildrenQ | ConditionGradeQ)",
|
|
3638
3768
|
value: input3.q
|
|
3639
3769
|
})].every((flag) => flag);
|
|
3640
|
-
const $
|
|
3770
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3641
3771
|
path: _path2 + ".hiddenValues",
|
|
3642
3772
|
expected: "(HiddenValues | undefined)",
|
|
3643
3773
|
value: input3.hiddenValues
|
|
@@ -3677,8 +3807,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3677
3807
|
path: _path2 + ".breaks",
|
|
3678
3808
|
expected: "(Array<number> | undefined)",
|
|
3679
3809
|
value: input3.breaks
|
|
3680
|
-
})) && input3.breaks.map((elem,
|
|
3681
|
-
path: _path2 + ".breaks[" +
|
|
3810
|
+
})) && input3.breaks.map((elem, _index60) => "number" === typeof elem || $report(_exceptionable2, {
|
|
3811
|
+
path: _path2 + ".breaks[" + _index60 + "]",
|
|
3682
3812
|
expected: "number",
|
|
3683
3813
|
value: elem
|
|
3684
3814
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3698,7 +3828,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3698
3828
|
expected: "(boolean | undefined)",
|
|
3699
3829
|
value: input3.value_by_computable_grade
|
|
3700
3830
|
}), true].every((flag) => flag);
|
|
3701
|
-
const $
|
|
3831
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3702
3832
|
path: _path2 + ".hiddenValues",
|
|
3703
3833
|
expected: "(HiddenValues | undefined)",
|
|
3704
3834
|
value: input3.hiddenValues
|
|
@@ -3731,7 +3861,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3731
3861
|
expected: "true",
|
|
3732
3862
|
value: input3.bar_by_children
|
|
3733
3863
|
}), true].every((flag) => flag);
|
|
3734
|
-
const $
|
|
3864
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
3735
3865
|
path: _path2 + ".id",
|
|
3736
3866
|
expected: "(string | undefined)",
|
|
3737
3867
|
value: input3.id
|
|
@@ -3763,7 +3893,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3763
3893
|
path: _path2 + ".q",
|
|
3764
3894
|
expected: "SnpsQ",
|
|
3765
3895
|
value: input3.q
|
|
3766
|
-
})) && $
|
|
3896
|
+
})) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
3767
3897
|
path: _path2 + ".q",
|
|
3768
3898
|
expected: "SnpsQ",
|
|
3769
3899
|
value: input3.q
|
|
@@ -3771,12 +3901,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3771
3901
|
path: _path2 + ".term",
|
|
3772
3902
|
expected: "SnpsTerm",
|
|
3773
3903
|
value: input3.term
|
|
3774
|
-
})) && $
|
|
3904
|
+
})) && $vo74(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
3775
3905
|
path: _path2 + ".term",
|
|
3776
3906
|
expected: "SnpsTerm",
|
|
3777
3907
|
value: input3.term
|
|
3778
3908
|
})].every((flag) => flag);
|
|
3779
|
-
const $
|
|
3909
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3780
3910
|
path: _path2 + ".hiddenValues",
|
|
3781
3911
|
expected: "(HiddenValues | undefined)",
|
|
3782
3912
|
value: input3.hiddenValues
|
|
@@ -3824,7 +3954,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3824
3954
|
path: _path2 + ".restrictAncestry",
|
|
3825
3955
|
expected: "RestrictAncestry",
|
|
3826
3956
|
value: input3.restrictAncestry
|
|
3827
|
-
})) && $
|
|
3957
|
+
})) && $vo73(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
3828
3958
|
path: _path2 + ".restrictAncestry",
|
|
3829
3959
|
expected: "RestrictAncestry",
|
|
3830
3960
|
value: input3.restrictAncestry
|
|
@@ -3849,20 +3979,20 @@ var validCategoriesRequest = (input) => {
|
|
|
3849
3979
|
expected: "number",
|
|
3850
3980
|
value: input3.stop
|
|
3851
3981
|
})].every((flag) => flag);
|
|
3852
|
-
const $
|
|
3982
|
+
const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3853
3983
|
path: _path2 + ".name",
|
|
3854
3984
|
expected: "string",
|
|
3855
3985
|
value: input3.name
|
|
3856
3986
|
}), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
|
|
3857
3987
|
path: _path2 + ".tvs",
|
|
3858
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3988
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
3859
3989
|
value: input3.tvs
|
|
3860
3990
|
})) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
|
|
3861
3991
|
path: _path2 + ".tvs",
|
|
3862
|
-
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
3992
|
+
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
|
|
3863
3993
|
value: input3.tvs
|
|
3864
3994
|
})].every((flag) => flag);
|
|
3865
|
-
const $
|
|
3995
|
+
const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
3866
3996
|
path: _path2 + ".id",
|
|
3867
3997
|
expected: "string",
|
|
3868
3998
|
value: input3.id
|
|
@@ -3878,8 +4008,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3878
4008
|
path: _path2 + ".child_types",
|
|
3879
4009
|
expected: "(Array<string> | undefined)",
|
|
3880
4010
|
value: input3.child_types
|
|
3881
|
-
})) && input3.child_types.map((elem,
|
|
3882
|
-
path: _path2 + ".child_types[" +
|
|
4011
|
+
})) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4012
|
+
path: _path2 + ".child_types[" + _index61 + "]",
|
|
3883
4013
|
expected: "string",
|
|
3884
4014
|
value: elem
|
|
3885
4015
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3894,8 +4024,8 @@ var validCategoriesRequest = (input) => {
|
|
|
3894
4024
|
path: _path2 + ".included_types",
|
|
3895
4025
|
expected: "(Array<string> | undefined)",
|
|
3896
4026
|
value: input3.included_types
|
|
3897
|
-
})) && input3.included_types.map((elem,
|
|
3898
|
-
path: _path2 + ".included_types[" +
|
|
4027
|
+
})) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4028
|
+
path: _path2 + ".included_types[" + _index62 + "]",
|
|
3899
4029
|
expected: "string",
|
|
3900
4030
|
value: elem
|
|
3901
4031
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3934,12 +4064,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3934
4064
|
path: _path2 + ".snps",
|
|
3935
4065
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3936
4066
|
value: input3.snps
|
|
3937
|
-
})) && input3.snps.map((elem,
|
|
3938
|
-
path: _path2 + ".snps[" +
|
|
4067
|
+
})) && input3.snps.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4068
|
+
path: _path2 + ".snps[" + _index63 + "]",
|
|
3939
4069
|
expected: "SnpsEntry",
|
|
3940
4070
|
value: elem
|
|
3941
|
-
})) && $
|
|
3942
|
-
path: _path2 + ".snps[" +
|
|
4071
|
+
})) && $vo75(elem, _path2 + ".snps[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4072
|
+
path: _path2 + ".snps[" + _index63 + "]",
|
|
3943
4073
|
expected: "SnpsEntry",
|
|
3944
4074
|
value: elem
|
|
3945
4075
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3947,12 +4077,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3947
4077
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
3948
4078
|
value: input3.snps
|
|
3949
4079
|
})].every((flag) => flag);
|
|
3950
|
-
const $
|
|
4080
|
+
const $vo75 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
3951
4081
|
path: _path2 + ".altAlleles",
|
|
3952
4082
|
expected: "(Array<string> | undefined)",
|
|
3953
4083
|
value: input3.altAlleles
|
|
3954
|
-
})) && input3.altAlleles.map((elem,
|
|
3955
|
-
path: _path2 + ".altAlleles[" +
|
|
4084
|
+
})) && input3.altAlleles.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4085
|
+
path: _path2 + ".altAlleles[" + _index64 + "]",
|
|
3956
4086
|
expected: "string",
|
|
3957
4087
|
value: elem
|
|
3958
4088
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3963,12 +4093,12 @@ var validCategoriesRequest = (input) => {
|
|
|
3963
4093
|
path: _path2 + ".alleles",
|
|
3964
4094
|
expected: "(Array<AllelesEntry> | undefined)",
|
|
3965
4095
|
value: input3.alleles
|
|
3966
|
-
})) && input3.alleles.map((elem,
|
|
3967
|
-
path: _path2 + ".alleles[" +
|
|
4096
|
+
})) && input3.alleles.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
4097
|
+
path: _path2 + ".alleles[" + _index65 + "]",
|
|
3968
4098
|
expected: "AllelesEntry",
|
|
3969
4099
|
value: elem
|
|
3970
|
-
})) && $
|
|
3971
|
-
path: _path2 + ".alleles[" +
|
|
4100
|
+
})) && $vo76(elem, _path2 + ".alleles[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
4101
|
+
path: _path2 + ".alleles[" + _index65 + "]",
|
|
3972
4102
|
expected: "AllelesEntry",
|
|
3973
4103
|
value: elem
|
|
3974
4104
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3983,7 +4113,7 @@ var validCategoriesRequest = (input) => {
|
|
|
3983
4113
|
path: _path2 + ".gt2count",
|
|
3984
4114
|
expected: "(__type.o8 | undefined)",
|
|
3985
4115
|
value: input3.gt2count
|
|
3986
|
-
})) && $
|
|
4116
|
+
})) && $vo77(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
3987
4117
|
path: _path2 + ".gt2count",
|
|
3988
4118
|
expected: "(__type.o8 | undefined)",
|
|
3989
4119
|
value: input3.gt2count
|
|
@@ -4012,7 +4142,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4012
4142
|
expected: "(number | undefined)",
|
|
4013
4143
|
value: input3.pos
|
|
4014
4144
|
})].every((flag) => flag);
|
|
4015
|
-
const $
|
|
4145
|
+
const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
4016
4146
|
path: _path2 + ".allele",
|
|
4017
4147
|
expected: "string",
|
|
4018
4148
|
value: input3.allele
|
|
@@ -4025,7 +4155,7 @@ var validCategoriesRequest = (input) => {
|
|
|
4025
4155
|
expected: "boolean",
|
|
4026
4156
|
value: input3.isRef
|
|
4027
4157
|
})].every((flag) => flag);
|
|
4028
|
-
const $
|
|
4158
|
+
const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
4029
4159
|
path: _path2 + ".k",
|
|
4030
4160
|
expected: "string",
|
|
4031
4161
|
value: input3.k
|
|
@@ -4034,7 +4164,105 @@ var validCategoriesRequest = (input) => {
|
|
|
4034
4164
|
expected: "(number | string)",
|
|
4035
4165
|
value: input3.v
|
|
4036
4166
|
})].every((flag) => flag);
|
|
4037
|
-
const $
|
|
4167
|
+
const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
4168
|
+
path: _path2 + ".id",
|
|
4169
|
+
expected: "(string | undefined)",
|
|
4170
|
+
value: input3.id
|
|
4171
|
+
}), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
|
|
4172
|
+
path: _path2 + ".$id",
|
|
4173
|
+
expected: "(string | undefined)",
|
|
4174
|
+
value: input3.$id
|
|
4175
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
4176
|
+
path: _path2 + ".isAtomic",
|
|
4177
|
+
expected: "(true | undefined)",
|
|
4178
|
+
value: input3.isAtomic
|
|
4179
|
+
}), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
|
|
4180
|
+
path: _path2 + ".settings",
|
|
4181
|
+
expected: "(__type | undefined)",
|
|
4182
|
+
value: input3.settings
|
|
4183
|
+
})) && $vo2(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
|
|
4184
|
+
path: _path2 + ".settings",
|
|
4185
|
+
expected: "(__type | undefined)",
|
|
4186
|
+
value: input3.settings
|
|
4187
|
+
}), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
|
|
4188
|
+
path: _path2 + ".minNumSamples",
|
|
4189
|
+
expected: "(number | undefined)",
|
|
4190
|
+
value: input3.minNumSamples
|
|
4191
|
+
}), true, "TermCollectionTWValues" === input3.type || $report(_exceptionable2, {
|
|
4192
|
+
path: _path2 + ".type",
|
|
4193
|
+
expected: '"TermCollectionTWValues"',
|
|
4194
|
+
value: input3.type
|
|
4195
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
4196
|
+
path: _path2 + ".term",
|
|
4197
|
+
expected: "TermCollection",
|
|
4198
|
+
value: input3.term
|
|
4199
|
+
})) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
4200
|
+
path: _path2 + ".term",
|
|
4201
|
+
expected: "TermCollection",
|
|
4202
|
+
value: input3.term
|
|
4203
|
+
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
4204
|
+
path: _path2 + ".q",
|
|
4205
|
+
expected: "TermCollectionQValues",
|
|
4206
|
+
value: input3.q
|
|
4207
|
+
})) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
4208
|
+
path: _path2 + ".q",
|
|
4209
|
+
expected: "TermCollectionQValues",
|
|
4210
|
+
value: input3.q
|
|
4211
|
+
})].every((flag) => flag);
|
|
4212
|
+
const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
4213
|
+
path: _path2 + ".hiddenValues",
|
|
4214
|
+
expected: "(HiddenValues | undefined)",
|
|
4215
|
+
value: input3.hiddenValues
|
|
4216
|
+
})) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
4217
|
+
path: _path2 + ".hiddenValues",
|
|
4218
|
+
expected: "(HiddenValues | undefined)",
|
|
4219
|
+
value: input3.hiddenValues
|
|
4220
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
4221
|
+
path: _path2 + ".isAtomic",
|
|
4222
|
+
expected: "(true | undefined)",
|
|
4223
|
+
value: input3.isAtomic
|
|
4224
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
4225
|
+
path: _path2 + ".name",
|
|
4226
|
+
expected: "(string | undefined)",
|
|
4227
|
+
value: input3.name
|
|
4228
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
4229
|
+
path: _path2 + ".reuseId",
|
|
4230
|
+
expected: "(string | undefined)",
|
|
4231
|
+
value: input3.reuseId
|
|
4232
|
+
}), "continuous" === input3.mode || $report(_exceptionable2, {
|
|
4233
|
+
path: _path2 + ".mode",
|
|
4234
|
+
expected: '"continuous"',
|
|
4235
|
+
value: input3.mode
|
|
4236
|
+
}), "values" === input3.type || $report(_exceptionable2, {
|
|
4237
|
+
path: _path2 + ".type",
|
|
4238
|
+
expected: '"values"',
|
|
4239
|
+
value: input3.type
|
|
4240
|
+
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
4241
|
+
path: _path2 + ".lst",
|
|
4242
|
+
expected: "Array<string>",
|
|
4243
|
+
value: input3.lst
|
|
4244
|
+
})) && input3.lst.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4245
|
+
path: _path2 + ".lst[" + _index66 + "]",
|
|
4246
|
+
expected: "string",
|
|
4247
|
+
value: elem
|
|
4248
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4249
|
+
path: _path2 + ".lst",
|
|
4250
|
+
expected: "Array<string>",
|
|
4251
|
+
value: input3.lst
|
|
4252
|
+
}), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
|
|
4253
|
+
path: _path2 + ".numerators",
|
|
4254
|
+
expected: "(Array<string> | undefined)",
|
|
4255
|
+
value: input3.numerators
|
|
4256
|
+
})) && input3.numerators.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
|
|
4257
|
+
path: _path2 + ".numerators[" + _index67 + "]",
|
|
4258
|
+
expected: "string",
|
|
4259
|
+
value: elem
|
|
4260
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
4261
|
+
path: _path2 + ".numerators",
|
|
4262
|
+
expected: "(Array<string> | undefined)",
|
|
4263
|
+
value: input3.numerators
|
|
4264
|
+
})].every((flag) => flag);
|
|
4265
|
+
const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
|
|
4038
4266
|
path: _path2 + ".sessionId",
|
|
4039
4267
|
expected: "(string | undefined)",
|
|
4040
4268
|
value: input3.sessionId
|
|
@@ -4102,35 +4330,37 @@ var validCategoriesRequest = (input) => {
|
|
|
4102
4330
|
});
|
|
4103
4331
|
})();
|
|
4104
4332
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4333
|
+
if ("TermCollectionTWValues" === input3.type)
|
|
4334
|
+
return $vo78(input3, _path2, _exceptionable2);
|
|
4105
4335
|
if ("SnpsTW" === input3.type)
|
|
4106
|
-
return $
|
|
4336
|
+
return $vo71(input3, _path2, _exceptionable2);
|
|
4107
4337
|
if ("ConditionTW" === input3.type)
|
|
4108
|
-
return $
|
|
4338
|
+
return $vo68(input3, _path2, _exceptionable2);
|
|
4109
4339
|
if ("GvCustomGsTW" === input3.type)
|
|
4110
|
-
return $
|
|
4340
|
+
return $vo66(input3, _path2, _exceptionable2);
|
|
4111
4341
|
if ("GvPredefinedGsTW" === input3.type)
|
|
4112
|
-
return $
|
|
4342
|
+
return $vo64(input3, _path2, _exceptionable2);
|
|
4113
4343
|
if ("GvValuesTW" === input3.type)
|
|
4114
|
-
return $
|
|
4344
|
+
return $vo60(input3, _path2, _exceptionable2);
|
|
4115
4345
|
if ("NumTWSpline" === input3.type)
|
|
4116
|
-
return $
|
|
4346
|
+
return $vo57(input3, _path2, _exceptionable2);
|
|
4117
4347
|
if ("NumTWCont" === input3.type)
|
|
4118
|
-
return $
|
|
4348
|
+
return $vo55(input3, _path2, _exceptionable2);
|
|
4119
4349
|
if ("NumTWBinary" === input3.type)
|
|
4120
|
-
return $
|
|
4350
|
+
return $vo53(input3, _path2, _exceptionable2);
|
|
4121
4351
|
if ("NumTWCustomBin" === input3.type)
|
|
4122
|
-
return $
|
|
4352
|
+
return $vo52(input3, _path2, _exceptionable2);
|
|
4123
4353
|
if ("NumTWRegularBin" === input3.type)
|
|
4124
|
-
return $
|
|
4354
|
+
return $vo51(input3, _path2, _exceptionable2);
|
|
4125
4355
|
if ("QualTWCustomGS" === input3.type)
|
|
4126
|
-
return $
|
|
4356
|
+
return $vo48(input3, _path2, _exceptionable2);
|
|
4127
4357
|
if ("QualTWPredefinedGS" === input3.type)
|
|
4128
|
-
return $
|
|
4358
|
+
return $vo46(input3, _path2, _exceptionable2);
|
|
4129
4359
|
if ("QualTWValues" === input3.type)
|
|
4130
4360
|
return $vo1(input3, _path2, _exceptionable2);
|
|
4131
4361
|
return $report(_exceptionable2, {
|
|
4132
4362
|
path: _path2,
|
|
4133
|
-
expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
4363
|
+
expected: "(TermCollectionTWValues | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
|
|
4134
4364
|
value: input3
|
|
4135
4365
|
});
|
|
4136
4366
|
})();
|
|
@@ -4138,9 +4368,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4138
4368
|
if ("categorical" === input3.type)
|
|
4139
4369
|
return $vo3(input3, _path2, _exceptionable2);
|
|
4140
4370
|
if ("snp" === input3.type)
|
|
4141
|
-
return $
|
|
4371
|
+
return $vo43(input3, _path2, _exceptionable2);
|
|
4142
4372
|
if ("singleCellCellType" === input3.type)
|
|
4143
|
-
return $
|
|
4373
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
4144
4374
|
return $report(_exceptionable2, {
|
|
4145
4375
|
path: _path2,
|
|
4146
4376
|
expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
|
|
@@ -4150,6 +4380,8 @@ var validCategoriesRequest = (input) => {
|
|
|
4150
4380
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4151
4381
|
if (void 0 !== input3.ranges)
|
|
4152
4382
|
return $vo9(input3, _path2, _exceptionable2);
|
|
4383
|
+
if (void 0 !== input3.ratio)
|
|
4384
|
+
return $vo41(input3, _path2, _exceptionable2);
|
|
4153
4385
|
return $vo8(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
|
|
4154
4386
|
})();
|
|
4155
4387
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
@@ -4187,9 +4419,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4187
4419
|
})();
|
|
4188
4420
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4189
4421
|
if ("gene" === input3.kind)
|
|
4190
|
-
return $
|
|
4422
|
+
return $vo61(input3, _path2, _exceptionable2);
|
|
4191
4423
|
if ("coord" === input3.kind)
|
|
4192
|
-
return $
|
|
4424
|
+
return $vo62(input3, _path2, _exceptionable2);
|
|
4193
4425
|
return $report(_exceptionable2, {
|
|
4194
4426
|
path: _path2,
|
|
4195
4427
|
expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
|
|
@@ -4198,9 +4430,9 @@ var validCategoriesRequest = (input) => {
|
|
|
4198
4430
|
})();
|
|
4199
4431
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
4200
4432
|
if ("grade" === input3.valueFor)
|
|
4201
|
-
return $
|
|
4433
|
+
return $vo69(input3, _path2, _exceptionable2);
|
|
4202
4434
|
if ("children" === input3.valueFor)
|
|
4203
|
-
return $
|
|
4435
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
4204
4436
|
return $report(_exceptionable2, {
|
|
4205
4437
|
path: _path2,
|
|
4206
4438
|
expected: "(ConditionGradeQ | ConditionChildrenQ)",
|