@sjcrh/proteinpaint-types 2.113.0 → 2.115.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-5HL5BPE5.js +126 -0
- package/dist/{chunk-A72XYNKT.js → chunk-7GSVLBKZ.js} +22 -22
- package/dist/{chunk-7Z3AE4AY.js → chunk-C7DJDPLP.js} +592 -496
- package/dist/{chunk-GHAIGRB7.js → chunk-EQGBEPDC.js} +22 -22
- package/dist/{chunk-KHPBBU43.js → chunk-GS37E7DB.js} +592 -496
- package/dist/{chunk-TXZQ56TX.js → chunk-I3U2T7HV.js} +590 -494
- package/dist/{chunk-Q5F2XI6A.js → chunk-IJHMCHUT.js} +31 -23
- package/dist/{chunk-GGKNEHME.js → chunk-KBTAXZM4.js} +331 -305
- package/dist/{chunk-4CCAF4O5.js → chunk-KZIZMP7Y.js} +64 -64
- package/dist/{chunk-ES6BRZ4L.js → chunk-M26XQDA4.js} +22 -22
- package/dist/{chunk-FMW25T52.js → chunk-MDBZCBM2.js} +293 -197
- package/dist/{chunk-OJWYCYKF.js → chunk-NESPJ4GG.js} +76 -76
- package/dist/{chunk-2WZPM25H.js → chunk-PTYGGJLG.js} +592 -496
- package/dist/{chunk-ZFUF4XMD.js → chunk-ZPN2DV5E.js} +22 -22
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +45 -37
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topMutatedGenes.js +11 -0
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/dist/wsisamples.js +11 -0
- package/package.json +1 -1
- package/src/dataset.ts +32 -9
- package/src/index.ts +2 -1
- package/src/routes/{gdc.topMutatedGenes.ts → termdb.topMutatedGenes.ts} +9 -7
- package/src/routes/wsisamples.ts +25 -0
- package/src/terms/geneVariant.ts +23 -2
- package/src/terms/numeric.ts +2 -2
- package/src/terms/term.ts +18 -9
- package/dist/gdc.topMutatedGenes.js +0 -11
|
@@ -83,7 +83,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
83
83
|
return "object" === typeof value && null !== value && $iu6(value);
|
|
84
84
|
return true;
|
|
85
85
|
});
|
|
86
|
-
const $io2 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $
|
|
86
|
+
const $io2 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term));
|
|
87
87
|
const $io3 = (input3) => Object.keys(input3).every((key) => {
|
|
88
88
|
const value = input3[key];
|
|
89
89
|
if (void 0 === value)
|
|
@@ -101,126 +101,128 @@ var validTermsByIdsResponse = (input) => {
|
|
|
101
101
|
return "number" === typeof value;
|
|
102
102
|
return true;
|
|
103
103
|
});
|
|
104
|
-
const $io6 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic ||
|
|
105
|
-
const $io7 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "
|
|
106
|
-
const $io8 = (input3) => Array.isArray(input3.
|
|
107
|
-
const $io9 = (input3) =>
|
|
108
|
-
const $io10 = (input3) =>
|
|
109
|
-
const $io11 = (input3) => "string" === typeof input3.
|
|
110
|
-
const $io12 = (input3) => "
|
|
111
|
-
const $io13 = (input3) =>
|
|
112
|
-
const $io14 = (input3) =>
|
|
113
|
-
const $io15 = (input3) => Object.keys(input3).every((key) => {
|
|
104
|
+
const $io6 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
|
|
105
|
+
const $io7 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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;
|
|
106
|
+
const $io8 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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 && $io9(input3.customset));
|
|
107
|
+
const $io9 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
|
|
108
|
+
const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
109
|
+
const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
|
|
110
|
+
const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && true && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
|
|
111
|
+
const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
112
|
+
const $io14 = (input3) => Object.keys(input3).every((key) => {
|
|
114
113
|
const value = input3[key];
|
|
115
114
|
if (void 0 === value)
|
|
116
115
|
return true;
|
|
117
116
|
if (RegExp(/(.*)/).test(key))
|
|
118
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
117
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
|
|
119
118
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
120
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && $
|
|
119
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
|
|
121
120
|
return true;
|
|
122
121
|
});
|
|
123
|
-
const $
|
|
124
|
-
const $
|
|
125
|
-
const $
|
|
126
|
-
const $
|
|
127
|
-
const $
|
|
128
|
-
const $
|
|
129
|
-
const $
|
|
130
|
-
const $
|
|
131
|
-
const $
|
|
132
|
-
const $
|
|
133
|
-
const $
|
|
134
|
-
const $
|
|
135
|
-
const $
|
|
136
|
-
const $
|
|
137
|
-
const $
|
|
138
|
-
const $
|
|
139
|
-
const $
|
|
140
|
-
const $
|
|
141
|
-
const $
|
|
142
|
-
const $
|
|
122
|
+
const $io15 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io16(input3.filter));
|
|
123
|
+
const $io16 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
|
|
124
|
+
const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io15(elem)));
|
|
125
|
+
const $io18 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io19(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
|
|
126
|
+
const $io19 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io20(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale));
|
|
127
|
+
const $io20 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
|
|
128
|
+
const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
|
|
129
|
+
const $io22 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
130
|
+
const $io23 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
131
|
+
const $io24 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
|
|
132
|
+
const $io25 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
|
|
133
|
+
const $io26 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
|
|
134
|
+
const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
|
|
135
|
+
const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
|
|
136
|
+
const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true;
|
|
137
|
+
const $io30 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
138
|
+
const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
139
|
+
const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && "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);
|
|
140
|
+
const $io33 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
|
|
141
|
+
const $io34 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
142
|
+
const $io35 = (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) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
143
143
|
const $io36 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
144
144
|
const $io37 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
145
145
|
const $io38 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
146
146
|
const $io39 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
147
|
-
const $io40 = (input3) =>
|
|
148
|
-
const $io41 = (input3) => (void 0 === input3.
|
|
149
|
-
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "
|
|
150
|
-
const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "
|
|
151
|
-
const $io44 = (input3) => "
|
|
152
|
-
const $io45 = (input3) =>
|
|
153
|
-
const $io46 = (input3) => (void 0 === input3.
|
|
154
|
-
const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.
|
|
155
|
-
const $io48 = (input3) => "string" === typeof input3.
|
|
156
|
-
const $io49 = (input3) =>
|
|
157
|
-
const $io50 = (input3) => "string" === typeof input3.
|
|
158
|
-
const $io51 = (input3) => "string" === typeof input3.
|
|
159
|
-
const $io52 = (input3) =>
|
|
160
|
-
const $io53 = (input3) =>
|
|
161
|
-
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name &&
|
|
162
|
-
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
163
|
-
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
164
|
-
const $io57 = (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) && $
|
|
165
|
-
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "
|
|
166
|
-
const $io59 = (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) && $
|
|
167
|
-
const $io60 = (input3) =>
|
|
147
|
+
const $io40 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
148
|
+
const $io41 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io19(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
|
|
149
|
+
const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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]))));
|
|
150
|
+
const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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 && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
|
|
151
|
+
const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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 && $io45(elem))) && (null !== input3.type && void 0 === input3.type);
|
|
152
|
+
const $io45 = (input3) => "number" === typeof input3.value;
|
|
153
|
+
const $io46 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term));
|
|
154
|
+
const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "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 && $io48(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io16(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
155
|
+
const $io48 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
|
|
156
|
+
const $io49 = (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) && $io14(input3.values)) && true && (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 && $io50(elem)));
|
|
157
|
+
const $io50 = (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 && $io51(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io52(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);
|
|
158
|
+
const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
159
|
+
const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
|
|
160
|
+
const $io53 = (input3) => (void 0 === input3.id || "string" === typeof 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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
|
|
161
|
+
const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
|
|
162
|
+
const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io20(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale));
|
|
163
|
+
const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true;
|
|
164
|
+
const $io57 = (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) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && "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);
|
|
165
|
+
const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
166
|
+
const $io59 = (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) && $io14(input3.values)) && true && (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 && $io50(elem)));
|
|
167
|
+
const $io60 = (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) && $io61(input3.values)) && true;
|
|
168
|
+
const $io61 = (input3) => Object.keys(input3).every((key) => {
|
|
168
169
|
const value = input3[key];
|
|
169
170
|
if (void 0 === value)
|
|
170
171
|
return true;
|
|
171
172
|
if (RegExp(/(.*)/).test(key))
|
|
172
|
-
return "object" === typeof value && null !== value && $
|
|
173
|
+
return "object" === typeof value && null !== value && $io62(value);
|
|
173
174
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
174
|
-
return "object" === typeof value && null !== value && $
|
|
175
|
+
return "object" === typeof value && null !== value && $io62(value);
|
|
175
176
|
return true;
|
|
176
177
|
});
|
|
177
|
-
const $
|
|
178
|
-
const $
|
|
179
|
-
const $
|
|
180
|
-
const $
|
|
181
|
-
const $
|
|
182
|
-
const $
|
|
183
|
-
const $
|
|
184
|
-
const $
|
|
185
|
-
const $
|
|
178
|
+
const $io62 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io16(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
|
|
179
|
+
const $io63 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
|
|
180
|
+
const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
|
|
181
|
+
const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (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;
|
|
182
|
+
const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
|
|
183
|
+
const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.type || "filter" === input3.type);
|
|
184
|
+
const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
|
|
185
|
+
const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io9(input3.customset));
|
|
186
|
+
const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io71(input3.groups));
|
|
187
|
+
const $io71 = (input3) => Object.keys(input3).every((key) => {
|
|
186
188
|
const value = input3[key];
|
|
187
189
|
if (void 0 === value)
|
|
188
190
|
return true;
|
|
189
191
|
if (RegExp(/(.*)/).test(key))
|
|
190
|
-
return "object" === typeof value && null !== value && $
|
|
192
|
+
return "object" === typeof value && null !== value && $io72(value);
|
|
191
193
|
if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
|
|
192
|
-
return "object" === typeof value && null !== value && $
|
|
194
|
+
return "object" === typeof value && null !== value && $io72(value);
|
|
193
195
|
return true;
|
|
194
196
|
});
|
|
195
|
-
const $
|
|
197
|
+
const $io72 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
|
|
196
198
|
const $iu0 = (input3) => (() => {
|
|
197
199
|
if ("string" === typeof input3.type)
|
|
198
|
-
return $
|
|
200
|
+
return $io10(input3);
|
|
199
201
|
if ("filter" === input3.type)
|
|
200
|
-
return $
|
|
202
|
+
return $io12(input3);
|
|
201
203
|
return false;
|
|
202
204
|
})();
|
|
203
205
|
const $iu1 = (input3) => (() => {
|
|
204
206
|
if (void 0 !== input3.type)
|
|
205
|
-
return $
|
|
207
|
+
return $io16(input3);
|
|
206
208
|
if (void 0 !== input3.ranges)
|
|
207
|
-
return $
|
|
209
|
+
return $io18(input3);
|
|
208
210
|
return (() => {
|
|
209
|
-
if ($
|
|
210
|
-
return $
|
|
211
|
-
if ($
|
|
212
|
-
return $
|
|
213
|
-
if ($
|
|
214
|
-
return $
|
|
211
|
+
if ($io17(input3))
|
|
212
|
+
return $io17(input3);
|
|
213
|
+
if ($io28(input3))
|
|
214
|
+
return $io28(input3);
|
|
215
|
+
if ($io31(input3))
|
|
216
|
+
return $io31(input3);
|
|
215
217
|
return false;
|
|
216
218
|
})();
|
|
217
219
|
})();
|
|
218
220
|
const $iu2 = (input3) => (() => {
|
|
219
221
|
if (true === input3.startunbounded)
|
|
220
|
-
return $
|
|
222
|
+
return $io22(input3);
|
|
221
223
|
if (true === input3.stopunbounded)
|
|
222
|
-
return $
|
|
223
|
-
return $
|
|
224
|
+
return $io24(input3);
|
|
225
|
+
return $io23(input3);
|
|
224
226
|
})();
|
|
225
227
|
const $iu3 = (input3) => (() => {
|
|
226
228
|
if (2 === input3.dt)
|
|
@@ -235,28 +237,28 @@ var validTermsByIdsResponse = (input) => {
|
|
|
235
237
|
})();
|
|
236
238
|
const $iu4 = (input3) => (() => {
|
|
237
239
|
if (true === input3.startunbounded)
|
|
238
|
-
return $
|
|
240
|
+
return $io22(input3);
|
|
239
241
|
if (void 0 !== input3.start)
|
|
240
|
-
return $
|
|
242
|
+
return $io23(input3);
|
|
241
243
|
return false;
|
|
242
244
|
})();
|
|
243
245
|
const $iu5 = (input3) => (() => {
|
|
244
246
|
if (void 0 !== input3.stop)
|
|
245
|
-
return $
|
|
247
|
+
return $io23(input3);
|
|
246
248
|
if (true === input3.stopunbounded)
|
|
247
|
-
return $
|
|
249
|
+
return $io24(input3);
|
|
248
250
|
return false;
|
|
249
251
|
})();
|
|
250
252
|
const $iu6 = (input3) => (() => {
|
|
251
253
|
if (void 0 !== input3.type)
|
|
252
254
|
return $io2(input3);
|
|
253
255
|
return (() => {
|
|
254
|
-
if ($
|
|
255
|
-
return $
|
|
256
|
-
if ($
|
|
257
|
-
return $
|
|
258
|
-
if ($
|
|
259
|
-
return $
|
|
256
|
+
if ($io53(input3))
|
|
257
|
+
return $io53(input3);
|
|
258
|
+
if ($io46(input3))
|
|
259
|
+
return $io46(input3);
|
|
260
|
+
if ($io41(input3))
|
|
261
|
+
return $io41(input3);
|
|
260
262
|
return false;
|
|
261
263
|
})();
|
|
262
264
|
})();
|
|
@@ -264,110 +266,114 @@ var validTermsByIdsResponse = (input) => {
|
|
|
264
266
|
if ("values" === input3.type)
|
|
265
267
|
return $io4(input3);
|
|
266
268
|
if ("predefined-groupset" === input3.type)
|
|
267
|
-
return $io6(input3);
|
|
268
|
-
if ("custom-groupset" === input3.type)
|
|
269
269
|
return $io7(input3);
|
|
270
|
-
|
|
270
|
+
if ("custom-groupset" === input3.type)
|
|
271
|
+
return $io8(input3);
|
|
272
|
+
return $io6(input3);
|
|
271
273
|
})();
|
|
272
274
|
const $iu8 = (input3) => (() => {
|
|
273
|
-
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $
|
|
274
|
-
return $
|
|
275
|
-
return $
|
|
275
|
+
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)))
|
|
276
|
+
return $io33(input3);
|
|
277
|
+
return $io40(input3);
|
|
276
278
|
})();
|
|
277
279
|
const $iu9 = (input3) => (() => {
|
|
278
280
|
if ("regular-bin" === input3.type)
|
|
279
|
-
return $
|
|
281
|
+
return $io21(input3);
|
|
280
282
|
if ("custom-bin" === input3.type)
|
|
281
|
-
return $
|
|
283
|
+
return $io25(input3);
|
|
282
284
|
return false;
|
|
283
285
|
})();
|
|
284
286
|
const $iu10 = (input3) => (() => {
|
|
285
287
|
if ("gene" === input3.kind)
|
|
286
|
-
return $
|
|
288
|
+
return $io32(input3);
|
|
287
289
|
if ("coord" === input3.kind)
|
|
288
290
|
return $io35(input3);
|
|
289
291
|
return false;
|
|
290
292
|
})();
|
|
291
293
|
const $iu11 = (input3) => (() => {
|
|
292
294
|
if ("regular-bin" === input3.type)
|
|
293
|
-
return $
|
|
295
|
+
return $io21(input3);
|
|
294
296
|
if ("continuous" === input3.mode)
|
|
295
|
-
return $io42(input3);
|
|
296
|
-
if ("spline" === input3.mode)
|
|
297
297
|
return $io43(input3);
|
|
298
|
+
if ("spline" === input3.mode)
|
|
299
|
+
return $io44(input3);
|
|
298
300
|
return (() => {
|
|
299
|
-
if ($
|
|
300
|
-
return $
|
|
301
|
-
if ($
|
|
302
|
-
return $
|
|
301
|
+
if ($io25(input3))
|
|
302
|
+
return $io25(input3);
|
|
303
|
+
if ($io42(input3))
|
|
304
|
+
return $io42(input3);
|
|
303
305
|
return false;
|
|
304
306
|
})();
|
|
305
307
|
})();
|
|
306
308
|
const $iu12 = (input3) => (() => {
|
|
307
309
|
if (void 0 !== input3.ranges)
|
|
308
|
-
return $
|
|
310
|
+
return $io18(input3);
|
|
309
311
|
return (() => {
|
|
310
|
-
if ($
|
|
311
|
-
return $
|
|
312
|
-
if ($
|
|
313
|
-
return $
|
|
314
|
-
if ($
|
|
315
|
-
return $
|
|
312
|
+
if ($io17(input3))
|
|
313
|
+
return $io17(input3);
|
|
314
|
+
if ($io28(input3))
|
|
315
|
+
return $io28(input3);
|
|
316
|
+
if ($io31(input3))
|
|
317
|
+
return $io31(input3);
|
|
316
318
|
return false;
|
|
317
319
|
})();
|
|
318
320
|
})();
|
|
319
321
|
const $iu13 = (input3) => (() => {
|
|
320
322
|
if ("categorical" === input3.type)
|
|
321
|
-
return $io53(input3);
|
|
322
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
323
323
|
return $io54(input3);
|
|
324
|
-
if ("
|
|
324
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
325
325
|
return $io55(input3);
|
|
326
|
-
if ("
|
|
326
|
+
if ("condition" === input3.type)
|
|
327
327
|
return $io56(input3);
|
|
328
|
-
if ("
|
|
328
|
+
if ("gene" === input3.kind)
|
|
329
329
|
return $io57(input3);
|
|
330
|
+
if ("coord" === input3.kind)
|
|
331
|
+
return $io58(input3);
|
|
330
332
|
return (() => {
|
|
331
|
-
if ($io58(input3))
|
|
332
|
-
return $io58(input3);
|
|
333
333
|
if ($io59(input3))
|
|
334
334
|
return $io59(input3);
|
|
335
|
+
if ($io60(input3))
|
|
336
|
+
return $io60(input3);
|
|
335
337
|
return false;
|
|
336
338
|
})();
|
|
337
339
|
})();
|
|
338
340
|
const $iu14 = (input3) => (() => {
|
|
339
341
|
if (void 0 !== input3.bin_size)
|
|
340
|
-
return $
|
|
342
|
+
return $io21(input3);
|
|
341
343
|
if (void 0 !== input3.knots)
|
|
342
|
-
return $
|
|
344
|
+
return $io44(input3);
|
|
343
345
|
if (void 0 !== input3.AFcutoff)
|
|
344
|
-
return $
|
|
346
|
+
return $io47(input3);
|
|
345
347
|
if (void 0 !== input3.timeScale)
|
|
346
|
-
return $
|
|
348
|
+
return $io65(input3);
|
|
347
349
|
return (() => {
|
|
348
350
|
if (void 0 !== input3.groups)
|
|
349
|
-
return $
|
|
351
|
+
return $io70(input3);
|
|
350
352
|
return (() => {
|
|
351
|
-
if ($io4(input3))
|
|
352
|
-
return $io4(input3);
|
|
353
353
|
if ($io6(input3))
|
|
354
354
|
return $io6(input3);
|
|
355
|
+
if ($io64(input3))
|
|
356
|
+
return $io64(input3);
|
|
357
|
+
if ($io4(input3))
|
|
358
|
+
return $io4(input3);
|
|
355
359
|
if ($io7(input3))
|
|
356
360
|
return $io7(input3);
|
|
357
|
-
if ($
|
|
358
|
-
return $
|
|
359
|
-
if ($
|
|
360
|
-
return $
|
|
361
|
+
if ($io8(input3))
|
|
362
|
+
return $io8(input3);
|
|
363
|
+
if ($io25(input3))
|
|
364
|
+
return $io25(input3);
|
|
361
365
|
if ($io42(input3))
|
|
362
366
|
return $io42(input3);
|
|
363
|
-
if ($
|
|
364
|
-
return $
|
|
365
|
-
if ($io65(input3))
|
|
366
|
-
return $io65(input3);
|
|
367
|
-
if ($io66(input3))
|
|
368
|
-
return $io66(input3);
|
|
367
|
+
if ($io43(input3))
|
|
368
|
+
return $io43(input3);
|
|
369
369
|
if ($io67(input3))
|
|
370
370
|
return $io67(input3);
|
|
371
|
+
if ($io66(input3))
|
|
372
|
+
return $io66(input3);
|
|
373
|
+
if ($io68(input3))
|
|
374
|
+
return $io68(input3);
|
|
375
|
+
if ($io69(input3))
|
|
376
|
+
return $io69(input3);
|
|
371
377
|
return false;
|
|
372
378
|
})();
|
|
373
379
|
})();
|
|
@@ -431,19 +437,19 @@ var validTermsByIdsResponse = (input) => {
|
|
|
431
437
|
path: _path2 + ".type",
|
|
432
438
|
expected: '("CatTWCustomGS" | "CatTWPredefinedGS" | "CatTWValues")',
|
|
433
439
|
value: input3.type
|
|
434
|
-
}), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
|
|
440
|
+
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
435
441
|
path: _path2 + ".q",
|
|
436
|
-
expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
442
|
+
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
437
443
|
value: input3.q
|
|
438
444
|
})) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
439
445
|
path: _path2 + ".q",
|
|
440
|
-
expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
446
|
+
expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
|
|
441
447
|
value: input3.q
|
|
442
448
|
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
443
449
|
path: _path2 + ".term",
|
|
444
450
|
expected: "CategoricalTerm",
|
|
445
451
|
value: input3.term
|
|
446
|
-
})) && $
|
|
452
|
+
})) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
447
453
|
path: _path2 + ".term",
|
|
448
454
|
expected: "CategoricalTerm",
|
|
449
455
|
value: input3.term
|
|
@@ -505,6 +511,35 @@ var validTermsByIdsResponse = (input) => {
|
|
|
505
511
|
path: _path2 + ".hiddenValues",
|
|
506
512
|
expected: "(HiddenValues | undefined)",
|
|
507
513
|
value: input3.hiddenValues
|
|
514
|
+
}), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
|
|
515
|
+
path: _path2 + ".isAtomic",
|
|
516
|
+
expected: "(boolean | undefined)",
|
|
517
|
+
value: input3.isAtomic
|
|
518
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
519
|
+
path: _path2 + ".name",
|
|
520
|
+
expected: "(string | undefined)",
|
|
521
|
+
value: input3.name
|
|
522
|
+
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
|
|
523
|
+
path: _path2 + ".mode",
|
|
524
|
+
expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
|
|
525
|
+
value: input3.mode
|
|
526
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
527
|
+
path: _path2 + ".reuseId",
|
|
528
|
+
expected: "(string | undefined)",
|
|
529
|
+
value: input3.reuseId
|
|
530
|
+
}), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
531
|
+
path: _path2 + ".type",
|
|
532
|
+
expected: '("filter" | undefined)',
|
|
533
|
+
value: input3.type
|
|
534
|
+
})].every((flag) => flag);
|
|
535
|
+
const $vo7 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
536
|
+
path: _path2 + ".hiddenValues",
|
|
537
|
+
expected: "(HiddenValues | undefined)",
|
|
538
|
+
value: input3.hiddenValues
|
|
539
|
+
})) && $vo5(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
540
|
+
path: _path2 + ".hiddenValues",
|
|
541
|
+
expected: "(HiddenValues | undefined)",
|
|
542
|
+
value: input3.hiddenValues
|
|
508
543
|
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
509
544
|
path: _path2 + ".isAtomic",
|
|
510
545
|
expected: "(true | undefined)",
|
|
@@ -530,7 +565,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
530
565
|
expected: "number",
|
|
531
566
|
value: input3.predefined_groupset_idx
|
|
532
567
|
})].every((flag) => flag);
|
|
533
|
-
const $
|
|
568
|
+
const $vo8 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
534
569
|
path: _path2 + ".hiddenValues",
|
|
535
570
|
expected: "(HiddenValues | undefined)",
|
|
536
571
|
value: input3.hiddenValues
|
|
@@ -562,12 +597,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
562
597
|
path: _path2 + ".customset",
|
|
563
598
|
expected: "BaseGroupSet",
|
|
564
599
|
value: input3.customset
|
|
565
|
-
})) && $
|
|
600
|
+
})) && $vo9(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
566
601
|
path: _path2 + ".customset",
|
|
567
602
|
expected: "BaseGroupSet",
|
|
568
603
|
value: input3.customset
|
|
569
604
|
})].every((flag) => flag);
|
|
570
|
-
const $
|
|
605
|
+
const $vo9 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
571
606
|
path: _path2 + ".groups",
|
|
572
607
|
expected: "Array<GroupEntry>",
|
|
573
608
|
value: input3.groups
|
|
@@ -584,7 +619,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
584
619
|
expected: "Array<GroupEntry>",
|
|
585
620
|
value: input3.groups
|
|
586
621
|
})].every((flag) => flag);
|
|
587
|
-
const $
|
|
622
|
+
const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
588
623
|
path: _path2 + ".name",
|
|
589
624
|
expected: "string",
|
|
590
625
|
value: input3.name
|
|
@@ -600,7 +635,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
600
635
|
path: _path2 + ".values[" + _index2 + "]",
|
|
601
636
|
expected: "__type.o2",
|
|
602
637
|
value: elem
|
|
603
|
-
})) && $
|
|
638
|
+
})) && $vo11(elem, _path2 + ".values[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
604
639
|
path: _path2 + ".values[" + _index2 + "]",
|
|
605
640
|
expected: "__type.o2",
|
|
606
641
|
value: elem
|
|
@@ -613,7 +648,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
613
648
|
expected: "(boolean | undefined)",
|
|
614
649
|
value: input3.uncomputable
|
|
615
650
|
})].every((flag) => flag);
|
|
616
|
-
const $
|
|
651
|
+
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
|
|
617
652
|
path: _path2 + ".key",
|
|
618
653
|
expected: "(number | string)",
|
|
619
654
|
value: input3.key
|
|
@@ -622,7 +657,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
622
657
|
expected: "string",
|
|
623
658
|
value: input3.label
|
|
624
659
|
})].every((flag) => flag);
|
|
625
|
-
const $
|
|
660
|
+
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
626
661
|
path: _path2 + ".name",
|
|
627
662
|
expected: "string",
|
|
628
663
|
value: input3.name
|
|
@@ -630,86 +665,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
630
665
|
path: _path2 + ".type",
|
|
631
666
|
expected: '"filter"',
|
|
632
667
|
value: input3.type
|
|
633
|
-
}),
|
|
634
|
-
path: _path2 + ".
|
|
635
|
-
expected: "Filter",
|
|
636
|
-
value: input3.filter
|
|
637
|
-
})) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
638
|
-
path: _path2 + ".filter",
|
|
639
|
-
expected: "Filter",
|
|
640
|
-
value: input3.filter
|
|
641
|
-
})].every((flag) => flag);
|
|
642
|
-
const $vo12 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
|
|
643
|
-
path: _path2 + ".type",
|
|
644
|
-
expected: '"lst"',
|
|
645
|
-
value: input3.type
|
|
646
|
-
}), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
647
|
-
path: _path2 + '["in"]',
|
|
648
|
-
expected: "(boolean | undefined)",
|
|
649
|
-
value: input3["in"]
|
|
650
|
-
}), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
|
|
651
|
-
path: _path2 + ".join",
|
|
652
|
-
expected: '("and" | "or")',
|
|
653
|
-
value: input3.join
|
|
654
|
-
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
655
|
-
path: _path2 + ".tag",
|
|
656
|
-
expected: "(string | undefined)",
|
|
657
|
-
value: input3.tag
|
|
658
|
-
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
659
|
-
path: _path2 + ".lst",
|
|
660
|
-
expected: "Array<Filter | Tvs>",
|
|
661
|
-
value: input3.lst
|
|
662
|
-
})) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
663
|
-
path: _path2 + ".lst[" + _index3 + "]",
|
|
664
|
-
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
665
|
-
value: elem
|
|
666
|
-
})) && $vu1(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
667
|
-
path: _path2 + ".lst[" + _index3 + "]",
|
|
668
|
-
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
669
|
-
value: elem
|
|
670
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
671
|
-
path: _path2 + ".lst",
|
|
672
|
-
expected: "Array<Filter | Tvs>",
|
|
673
|
-
value: input3.lst
|
|
674
|
-
})].every((flag) => flag);
|
|
675
|
-
const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
676
|
-
path: _path2 + ".join",
|
|
677
|
-
expected: "(string | undefined)",
|
|
678
|
-
value: input3.join
|
|
679
|
-
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
680
|
-
path: _path2 + ".isnot",
|
|
668
|
+
}), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
|
|
669
|
+
path: _path2 + ".uncomputable",
|
|
681
670
|
expected: "(boolean | undefined)",
|
|
682
|
-
value: input3.
|
|
683
|
-
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
684
|
-
path: _path2 + ".term",
|
|
685
|
-
expected: "CategoricalTerm",
|
|
686
|
-
value: input3.term
|
|
687
|
-
})) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
688
|
-
path: _path2 + ".term",
|
|
689
|
-
expected: "CategoricalTerm",
|
|
690
|
-
value: input3.term
|
|
691
|
-
}), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
|
|
692
|
-
path: _path2 + ".groupset_label",
|
|
693
|
-
expected: "(string | undefined)",
|
|
694
|
-
value: input3.groupset_label
|
|
695
|
-
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
696
|
-
path: _path2 + ".values",
|
|
697
|
-
expected: "Array<BaseValue>",
|
|
698
|
-
value: input3.values
|
|
699
|
-
})) && input3.values.map((elem, _index4) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
700
|
-
path: _path2 + ".values[" + _index4 + "]",
|
|
701
|
-
expected: "BaseValue",
|
|
702
|
-
value: elem
|
|
703
|
-
})) && $vo16(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
704
|
-
path: _path2 + ".values[" + _index4 + "]",
|
|
705
|
-
expected: "BaseValue",
|
|
706
|
-
value: elem
|
|
707
|
-
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
708
|
-
path: _path2 + ".values",
|
|
709
|
-
expected: "Array<BaseValue>",
|
|
710
|
-
value: input3.values
|
|
671
|
+
value: input3.uncomputable
|
|
711
672
|
})].every((flag) => flag);
|
|
712
|
-
const $
|
|
673
|
+
const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
713
674
|
path: _path2 + ".id",
|
|
714
675
|
expected: "string",
|
|
715
676
|
value: input3.id
|
|
@@ -725,8 +686,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
725
686
|
path: _path2 + ".child_types",
|
|
726
687
|
expected: "(Array<string> | undefined)",
|
|
727
688
|
value: input3.child_types
|
|
728
|
-
})) && input3.child_types.map((elem,
|
|
729
|
-
path: _path2 + ".child_types[" +
|
|
689
|
+
})) && input3.child_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
|
|
690
|
+
path: _path2 + ".child_types[" + _index3 + "]",
|
|
730
691
|
expected: "string",
|
|
731
692
|
value: elem
|
|
732
693
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -741,8 +702,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
741
702
|
path: _path2 + ".included_types",
|
|
742
703
|
expected: "(Array<string> | undefined)",
|
|
743
704
|
value: input3.included_types
|
|
744
|
-
})) && input3.included_types.map((elem,
|
|
745
|
-
path: _path2 + ".included_types[" +
|
|
705
|
+
})) && input3.included_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
|
|
706
|
+
path: _path2 + ".included_types[" + _index4 + "]",
|
|
746
707
|
expected: "string",
|
|
747
708
|
value: elem
|
|
748
709
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -757,20 +718,20 @@ var validTermsByIdsResponse = (input) => {
|
|
|
757
718
|
path: _path2 + ".values",
|
|
758
719
|
expected: "(TermValues | undefined)",
|
|
759
720
|
value: input3.values
|
|
760
|
-
})) && $
|
|
721
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
761
722
|
path: _path2 + ".values",
|
|
762
723
|
expected: "(TermValues | undefined)",
|
|
763
724
|
value: input3.values
|
|
764
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
725
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
765
726
|
path: _path2 + ".groupsetting",
|
|
766
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
727
|
+
expected: "(EnabledTermGroupSetting | __type.o5)",
|
|
767
728
|
value: input3.groupsetting
|
|
768
729
|
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
769
730
|
path: _path2 + ".groupsetting",
|
|
770
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
731
|
+
expected: "(EnabledTermGroupSetting | __type.o5)",
|
|
771
732
|
value: input3.groupsetting
|
|
772
733
|
})].every((flag) => flag);
|
|
773
|
-
const $
|
|
734
|
+
const $vo14 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
774
735
|
const value = input3[key];
|
|
775
736
|
if (void 0 === value)
|
|
776
737
|
return true;
|
|
@@ -779,7 +740,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
779
740
|
path: _path2 + $join(key),
|
|
780
741
|
expected: "BaseValue",
|
|
781
742
|
value
|
|
782
|
-
})) && $
|
|
743
|
+
})) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
783
744
|
path: _path2 + $join(key),
|
|
784
745
|
expected: "BaseValue",
|
|
785
746
|
value
|
|
@@ -789,14 +750,14 @@ var validTermsByIdsResponse = (input) => {
|
|
|
789
750
|
path: _path2 + $join(key),
|
|
790
751
|
expected: "BaseValue",
|
|
791
752
|
value
|
|
792
|
-
})) && $
|
|
753
|
+
})) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
793
754
|
path: _path2 + $join(key),
|
|
794
755
|
expected: "BaseValue",
|
|
795
756
|
value
|
|
796
757
|
});
|
|
797
758
|
return true;
|
|
798
759
|
}).every((flag) => flag)].every((flag) => flag);
|
|
799
|
-
const $
|
|
760
|
+
const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
800
761
|
path: _path2 + ".key",
|
|
801
762
|
expected: "(string | undefined)",
|
|
802
763
|
value: input3.key
|
|
@@ -824,79 +785,82 @@ var validTermsByIdsResponse = (input) => {
|
|
|
824
785
|
path: _path2 + ".filter",
|
|
825
786
|
expected: "(Filter | undefined)",
|
|
826
787
|
value: input3.filter
|
|
827
|
-
})) && $
|
|
788
|
+
})) && $vo16(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
828
789
|
path: _path2 + ".filter",
|
|
829
790
|
expected: "(Filter | undefined)",
|
|
830
791
|
value: input3.filter
|
|
831
792
|
})].every((flag) => flag);
|
|
832
|
-
const $
|
|
833
|
-
path: _path2 + ".
|
|
793
|
+
const $vo16 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
|
|
794
|
+
path: _path2 + ".type",
|
|
795
|
+
expected: '"lst"',
|
|
796
|
+
value: input3.type
|
|
797
|
+
}), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
|
|
798
|
+
path: _path2 + '["in"]',
|
|
834
799
|
expected: "(boolean | undefined)",
|
|
835
|
-
value: input3
|
|
800
|
+
value: input3["in"]
|
|
801
|
+
}), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
|
|
802
|
+
path: _path2 + ".join",
|
|
803
|
+
expected: '("and" | "or")',
|
|
804
|
+
value: input3.join
|
|
805
|
+
}), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
|
|
806
|
+
path: _path2 + ".tag",
|
|
807
|
+
expected: "(string | undefined)",
|
|
808
|
+
value: input3.tag
|
|
836
809
|
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
837
810
|
path: _path2 + ".lst",
|
|
838
|
-
expected: "Array<
|
|
811
|
+
expected: "Array<Filter | Tvs>",
|
|
839
812
|
value: input3.lst
|
|
840
|
-
})) && input3.lst.map((elem,
|
|
841
|
-
path: _path2 + ".lst[" +
|
|
842
|
-
expected: "
|
|
813
|
+
})) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
814
|
+
path: _path2 + ".lst[" + _index5 + "]",
|
|
815
|
+
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
843
816
|
value: elem
|
|
844
|
-
})) && $
|
|
845
|
-
path: _path2 + ".lst[" +
|
|
846
|
-
expected: "
|
|
817
|
+
})) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
818
|
+
path: _path2 + ".lst[" + _index5 + "]",
|
|
819
|
+
expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
|
|
847
820
|
value: elem
|
|
848
821
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
849
822
|
path: _path2 + ".lst",
|
|
850
|
-
expected: "Array<
|
|
823
|
+
expected: "Array<Filter | Tvs>",
|
|
851
824
|
value: input3.lst
|
|
852
825
|
})].every((flag) => flag);
|
|
853
|
-
const $
|
|
854
|
-
path: _path2 + ".
|
|
855
|
-
expected: "string",
|
|
856
|
-
value: input3.
|
|
857
|
-
}), void 0 === input3.
|
|
858
|
-
path: _path2 + ".
|
|
859
|
-
expected: "(boolean | undefined)",
|
|
860
|
-
value: input3.is_grade
|
|
861
|
-
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
862
|
-
path: _path2 + ".is_subcondition",
|
|
826
|
+
const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
827
|
+
path: _path2 + ".join",
|
|
828
|
+
expected: "(string | undefined)",
|
|
829
|
+
value: input3.join
|
|
830
|
+
}), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
|
|
831
|
+
path: _path2 + ".isnot",
|
|
863
832
|
expected: "(boolean | undefined)",
|
|
864
|
-
value: input3.
|
|
865
|
-
}), (
|
|
866
|
-
path: _path2 + ".
|
|
867
|
-
expected: "
|
|
868
|
-
value: input3.
|
|
869
|
-
})) && input3.
|
|
870
|
-
path: _path2 + ".
|
|
871
|
-
expected: "
|
|
833
|
+
value: input3.isnot
|
|
834
|
+
}), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
835
|
+
path: _path2 + ".term",
|
|
836
|
+
expected: "CategoricalTerm",
|
|
837
|
+
value: input3.term
|
|
838
|
+
})) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
839
|
+
path: _path2 + ".term",
|
|
840
|
+
expected: "CategoricalTerm",
|
|
841
|
+
value: input3.term
|
|
842
|
+
}), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
|
|
843
|
+
path: _path2 + ".groupset_label",
|
|
844
|
+
expected: "(string | undefined)",
|
|
845
|
+
value: input3.groupset_label
|
|
846
|
+
}), (Array.isArray(input3.values) || $report(_exceptionable2, {
|
|
847
|
+
path: _path2 + ".values",
|
|
848
|
+
expected: "Array<BaseValue>",
|
|
849
|
+
value: input3.values
|
|
850
|
+
})) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
|
|
851
|
+
path: _path2 + ".values[" + _index6 + "]",
|
|
852
|
+
expected: "BaseValue",
|
|
872
853
|
value: elem
|
|
873
|
-
})) && $
|
|
874
|
-
path: _path2 + ".
|
|
875
|
-
expected: "
|
|
854
|
+
})) && $vo15(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
855
|
+
path: _path2 + ".values[" + _index6 + "]",
|
|
856
|
+
expected: "BaseValue",
|
|
876
857
|
value: elem
|
|
877
858
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
878
|
-
path: _path2 + ".
|
|
879
|
-
expected: "Array<
|
|
880
|
-
value: input3.
|
|
881
|
-
})].every((flag) => flag);
|
|
882
|
-
const $vo19 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
883
|
-
path: _path2 + ".disabled",
|
|
884
|
-
expected: "boolean",
|
|
885
|
-
value: input3.disabled
|
|
886
|
-
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
887
|
-
path: _path2 + ".lst",
|
|
888
|
-
expected: "([] | undefined)",
|
|
889
|
-
value: input3.lst
|
|
890
|
-
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
891
|
-
path: _path2 + ".lst",
|
|
892
|
-
expected: "[]",
|
|
893
|
-
value: input3.lst
|
|
894
|
-
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
895
|
-
path: _path2 + ".lst",
|
|
896
|
-
expected: "([] | undefined)",
|
|
897
|
-
value: input3.lst
|
|
859
|
+
path: _path2 + ".values",
|
|
860
|
+
expected: "Array<BaseValue>",
|
|
861
|
+
value: input3.values
|
|
898
862
|
})].every((flag) => flag);
|
|
899
|
-
const $
|
|
863
|
+
const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
900
864
|
path: _path2 + ".join",
|
|
901
865
|
expected: "(string | undefined)",
|
|
902
866
|
value: input3.join
|
|
@@ -908,7 +872,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
908
872
|
path: _path2 + ".term",
|
|
909
873
|
expected: "NumericTerm",
|
|
910
874
|
value: input3.term
|
|
911
|
-
})) && $
|
|
875
|
+
})) && $vo19(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
912
876
|
path: _path2 + ".term",
|
|
913
877
|
expected: "NumericTerm",
|
|
914
878
|
value: input3.term
|
|
@@ -916,12 +880,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
916
880
|
path: _path2 + ".ranges",
|
|
917
881
|
expected: "Array<NumericBin>",
|
|
918
882
|
value: input3.ranges
|
|
919
|
-
})) && input3.ranges.map((elem,
|
|
920
|
-
path: _path2 + ".ranges[" +
|
|
883
|
+
})) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
884
|
+
path: _path2 + ".ranges[" + _index7 + "]",
|
|
921
885
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
922
886
|
value: elem
|
|
923
|
-
})) && $vu2(elem, _path2 + ".ranges[" +
|
|
924
|
-
path: _path2 + ".ranges[" +
|
|
887
|
+
})) && $vu2(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
888
|
+
path: _path2 + ".ranges[" + _index7 + "]",
|
|
925
889
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
926
890
|
value: elem
|
|
927
891
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -932,20 +896,20 @@ var validTermsByIdsResponse = (input) => {
|
|
|
932
896
|
path: _path2 + ".values",
|
|
933
897
|
expected: "Array<__type>.o1",
|
|
934
898
|
value: input3.values
|
|
935
|
-
})) && input3.values.map((elem,
|
|
936
|
-
path: _path2 + ".values[" +
|
|
937
|
-
expected: "__type.
|
|
899
|
+
})) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
900
|
+
path: _path2 + ".values[" + _index8 + "]",
|
|
901
|
+
expected: "__type.o4",
|
|
938
902
|
value: elem
|
|
939
|
-
})) && $
|
|
940
|
-
path: _path2 + ".values[" +
|
|
941
|
-
expected: "__type.
|
|
903
|
+
})) && $vo27(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
904
|
+
path: _path2 + ".values[" + _index8 + "]",
|
|
905
|
+
expected: "__type.o4",
|
|
942
906
|
value: elem
|
|
943
907
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
944
908
|
path: _path2 + ".values",
|
|
945
909
|
expected: "Array<__type>.o1",
|
|
946
910
|
value: input3.values
|
|
947
911
|
})].every((flag) => flag);
|
|
948
|
-
const $
|
|
912
|
+
const $vo19 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
949
913
|
path: _path2 + ".id",
|
|
950
914
|
expected: "string",
|
|
951
915
|
value: input3.id
|
|
@@ -953,16 +917,16 @@ var validTermsByIdsResponse = (input) => {
|
|
|
953
917
|
path: _path2 + ".name",
|
|
954
918
|
expected: "string",
|
|
955
919
|
value: input3.name
|
|
956
|
-
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
920
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
957
921
|
path: _path2 + ".type",
|
|
958
|
-
expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
922
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
959
923
|
value: input3.type
|
|
960
924
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
961
925
|
path: _path2 + ".child_types",
|
|
962
926
|
expected: "(Array<string> | undefined)",
|
|
963
927
|
value: input3.child_types
|
|
964
|
-
})) && input3.child_types.map((elem,
|
|
965
|
-
path: _path2 + ".child_types[" +
|
|
928
|
+
})) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
|
|
929
|
+
path: _path2 + ".child_types[" + _index9 + "]",
|
|
966
930
|
expected: "string",
|
|
967
931
|
value: elem
|
|
968
932
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -977,8 +941,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
977
941
|
path: _path2 + ".included_types",
|
|
978
942
|
expected: "(Array<string> | undefined)",
|
|
979
943
|
value: input3.included_types
|
|
980
|
-
})) && input3.included_types.map((elem,
|
|
981
|
-
path: _path2 + ".included_types[" +
|
|
944
|
+
})) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
|
|
945
|
+
path: _path2 + ".included_types[" + _index10 + "]",
|
|
982
946
|
expected: "string",
|
|
983
947
|
value: elem
|
|
984
948
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -993,15 +957,15 @@ var validTermsByIdsResponse = (input) => {
|
|
|
993
957
|
path: _path2 + ".values",
|
|
994
958
|
expected: "(TermValues | undefined)",
|
|
995
959
|
value: input3.values
|
|
996
|
-
})) && $
|
|
960
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
997
961
|
path: _path2 + ".values",
|
|
998
962
|
expected: "(TermValues | undefined)",
|
|
999
963
|
value: input3.values
|
|
1000
|
-
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
964
|
+
}), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
1001
965
|
path: _path2 + ".bins",
|
|
1002
966
|
expected: "PresetNumericBins",
|
|
1003
967
|
value: input3.bins
|
|
1004
|
-
})) && $
|
|
968
|
+
})) && $vo20(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
1005
969
|
path: _path2 + ".bins",
|
|
1006
970
|
expected: "PresetNumericBins",
|
|
1007
971
|
value: input3.bins
|
|
@@ -1011,14 +975,14 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1011
975
|
value: input3.unit
|
|
1012
976
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
1013
977
|
path: _path2 + ".continuousColorScale",
|
|
1014
|
-
expected: "(__type.
|
|
978
|
+
expected: "(__type.o3 | undefined)",
|
|
1015
979
|
value: input3.continuousColorScale
|
|
1016
|
-
})) && $
|
|
980
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
1017
981
|
path: _path2 + ".continuousColorScale",
|
|
1018
|
-
expected: "(__type.
|
|
982
|
+
expected: "(__type.o3 | undefined)",
|
|
1019
983
|
value: input3.continuousColorScale
|
|
1020
984
|
})].every((flag) => flag);
|
|
1021
|
-
const $
|
|
985
|
+
const $vo20 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
|
|
1022
986
|
path: _path2 + '["default"]',
|
|
1023
987
|
expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
|
|
1024
988
|
value: input3["default"]
|
|
@@ -1055,7 +1019,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1055
1019
|
expected: "(number | undefined)",
|
|
1056
1020
|
value: input3.max
|
|
1057
1021
|
})].every((flag) => flag);
|
|
1058
|
-
const $
|
|
1022
|
+
const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1059
1023
|
path: _path2 + ".hiddenValues",
|
|
1060
1024
|
expected: "(HiddenValues | undefined)",
|
|
1061
1025
|
value: input3.hiddenValues
|
|
@@ -1108,7 +1072,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1108
1072
|
expected: "(number | undefined)",
|
|
1109
1073
|
value: input3.label_offset
|
|
1110
1074
|
})].every((flag) => flag);
|
|
1111
|
-
const $
|
|
1075
|
+
const $vo22 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
|
|
1112
1076
|
path: _path2 + ".startunbounded",
|
|
1113
1077
|
expected: "true",
|
|
1114
1078
|
value: input3.startunbounded
|
|
@@ -1133,7 +1097,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1133
1097
|
expected: "(string | undefined)",
|
|
1134
1098
|
value: input3.label
|
|
1135
1099
|
})].every((flag) => flag);
|
|
1136
|
-
const $
|
|
1100
|
+
const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
|
|
1137
1101
|
path: _path2 + ".startunbounded",
|
|
1138
1102
|
expected: "(false | undefined)",
|
|
1139
1103
|
value: input3.startunbounded
|
|
@@ -1162,7 +1126,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1162
1126
|
expected: "(string | undefined)",
|
|
1163
1127
|
value: input3.label
|
|
1164
1128
|
})].every((flag) => flag);
|
|
1165
|
-
const $
|
|
1129
|
+
const $vo24 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
|
|
1166
1130
|
path: _path2 + ".start",
|
|
1167
1131
|
expected: "number",
|
|
1168
1132
|
value: input3.start
|
|
@@ -1187,7 +1151,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1187
1151
|
expected: "(string | undefined)",
|
|
1188
1152
|
value: input3.label
|
|
1189
1153
|
})].every((flag) => flag);
|
|
1190
|
-
const $
|
|
1154
|
+
const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1191
1155
|
path: _path2 + ".hiddenValues",
|
|
1192
1156
|
expected: "(HiddenValues | undefined)",
|
|
1193
1157
|
value: input3.hiddenValues
|
|
@@ -1233,12 +1197,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1233
1197
|
path: _path2 + ".lst",
|
|
1234
1198
|
expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1235
1199
|
value: input3.lst.slice(1)
|
|
1236
|
-
})) && input3.lst.slice(1).map((elem,
|
|
1237
|
-
path: _path2 + ".lst[" + (1 +
|
|
1200
|
+
})) && input3.lst.slice(1).map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1201
|
+
path: _path2 + ".lst[" + (1 + _index11) + "]",
|
|
1238
1202
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1239
1203
|
value: elem
|
|
1240
|
-
})) && $vu2(elem, _path2 + ".lst[" + (1 +
|
|
1241
|
-
path: _path2 + ".lst[" + (1 +
|
|
1204
|
+
})) && $vu2(elem, _path2 + ".lst[" + (1 + _index11) + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1205
|
+
path: _path2 + ".lst[" + (1 + _index11) + "]",
|
|
1242
1206
|
expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
|
|
1243
1207
|
value: elem
|
|
1244
1208
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1254,7 +1218,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1254
1218
|
expected: '("median" | undefined)',
|
|
1255
1219
|
value: input3.preferredBins
|
|
1256
1220
|
})].every((flag) => flag);
|
|
1257
|
-
const $
|
|
1221
|
+
const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
|
|
1258
1222
|
path: _path2 + ".minColor",
|
|
1259
1223
|
expected: "string",
|
|
1260
1224
|
value: input3.minColor
|
|
@@ -1263,7 +1227,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1263
1227
|
expected: "string",
|
|
1264
1228
|
value: input3.maxColor
|
|
1265
1229
|
})].every((flag) => flag);
|
|
1266
|
-
const $
|
|
1230
|
+
const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
|
|
1267
1231
|
path: _path2 + ".key",
|
|
1268
1232
|
expected: "string",
|
|
1269
1233
|
value: input3.key
|
|
@@ -1280,7 +1244,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1280
1244
|
expected: "(string | undefined)",
|
|
1281
1245
|
value: input3.label
|
|
1282
1246
|
})].every((flag) => flag);
|
|
1283
|
-
const $
|
|
1247
|
+
const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1284
1248
|
path: _path2 + ".join",
|
|
1285
1249
|
expected: "(string | undefined)",
|
|
1286
1250
|
value: input3.join
|
|
@@ -1292,7 +1256,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1292
1256
|
path: _path2 + ".term",
|
|
1293
1257
|
expected: "ConditionTerm",
|
|
1294
1258
|
value: input3.term
|
|
1295
|
-
})) && $
|
|
1259
|
+
})) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1296
1260
|
path: _path2 + ".term",
|
|
1297
1261
|
expected: "ConditionTerm",
|
|
1298
1262
|
value: input3.term
|
|
@@ -1312,12 +1276,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1312
1276
|
path: _path2 + ".grade_and_child",
|
|
1313
1277
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1314
1278
|
value: input3.grade_and_child
|
|
1315
|
-
})) && input3.grade_and_child.map((elem,
|
|
1316
|
-
path: _path2 + ".grade_and_child[" +
|
|
1279
|
+
})) && input3.grade_and_child.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1280
|
+
path: _path2 + ".grade_and_child[" + _index12 + "]",
|
|
1317
1281
|
expected: "GradeAndChildEntry",
|
|
1318
1282
|
value: elem
|
|
1319
|
-
})) && $
|
|
1320
|
-
path: _path2 + ".grade_and_child[" +
|
|
1283
|
+
})) && $vo30(elem, _path2 + ".grade_and_child[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1284
|
+
path: _path2 + ".grade_and_child[" + _index12 + "]",
|
|
1321
1285
|
expected: "GradeAndChildEntry",
|
|
1322
1286
|
value: elem
|
|
1323
1287
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1325,7 +1289,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1325
1289
|
expected: "(Array<GradeAndChildEntry> | undefined)",
|
|
1326
1290
|
value: input3.grade_and_child
|
|
1327
1291
|
})].every((flag) => flag);
|
|
1328
|
-
const $
|
|
1292
|
+
const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1329
1293
|
path: _path2 + ".id",
|
|
1330
1294
|
expected: "string",
|
|
1331
1295
|
value: input3.id
|
|
@@ -1341,8 +1305,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1341
1305
|
path: _path2 + ".child_types",
|
|
1342
1306
|
expected: "(Array<string> | undefined)",
|
|
1343
1307
|
value: input3.child_types
|
|
1344
|
-
})) && input3.child_types.map((elem,
|
|
1345
|
-
path: _path2 + ".child_types[" +
|
|
1308
|
+
})) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1309
|
+
path: _path2 + ".child_types[" + _index13 + "]",
|
|
1346
1310
|
expected: "string",
|
|
1347
1311
|
value: elem
|
|
1348
1312
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1357,8 +1321,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1357
1321
|
path: _path2 + ".included_types",
|
|
1358
1322
|
expected: "(Array<string> | undefined)",
|
|
1359
1323
|
value: input3.included_types
|
|
1360
|
-
})) && input3.included_types.map((elem,
|
|
1361
|
-
path: _path2 + ".included_types[" +
|
|
1324
|
+
})) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1325
|
+
path: _path2 + ".included_types[" + _index14 + "]",
|
|
1362
1326
|
expected: "string",
|
|
1363
1327
|
value: elem
|
|
1364
1328
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1373,12 +1337,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1373
1337
|
path: _path2 + ".values",
|
|
1374
1338
|
expected: "(TermValues | undefined)",
|
|
1375
1339
|
value: input3.values
|
|
1376
|
-
})) && $
|
|
1340
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1377
1341
|
path: _path2 + ".values",
|
|
1378
1342
|
expected: "(TermValues | undefined)",
|
|
1379
1343
|
value: input3.values
|
|
1380
|
-
})].every((flag) => flag);
|
|
1381
|
-
const $
|
|
1344
|
+
}), true].every((flag) => flag);
|
|
1345
|
+
const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
|
|
1382
1346
|
path: _path2 + ".grade",
|
|
1383
1347
|
expected: "number",
|
|
1384
1348
|
value: input3.grade
|
|
@@ -1395,7 +1359,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1395
1359
|
expected: "string",
|
|
1396
1360
|
value: input3.child_label
|
|
1397
1361
|
})].every((flag) => flag);
|
|
1398
|
-
const $
|
|
1362
|
+
const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
|
|
1399
1363
|
path: _path2 + ".join",
|
|
1400
1364
|
expected: "(string | undefined)",
|
|
1401
1365
|
value: input3.join
|
|
@@ -1415,12 +1379,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1415
1379
|
path: _path2 + ".values",
|
|
1416
1380
|
expected: "Array<GeneVariantTvsValue>",
|
|
1417
1381
|
value: input3.values
|
|
1418
|
-
})) && input3.values.map((elem,
|
|
1419
|
-
path: _path2 + ".values[" +
|
|
1382
|
+
})) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1383
|
+
path: _path2 + ".values[" + _index15 + "]",
|
|
1420
1384
|
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1421
1385
|
value: elem
|
|
1422
|
-
})) && $vu3(elem, _path2 + ".values[" +
|
|
1423
|
-
path: _path2 + ".values[" +
|
|
1386
|
+
})) && $vu3(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1387
|
+
path: _path2 + ".values[" + _index15 + "]",
|
|
1424
1388
|
expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
|
|
1425
1389
|
value: elem
|
|
1426
1390
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1428,7 +1392,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1428
1392
|
expected: "Array<GeneVariantTvsValue>",
|
|
1429
1393
|
value: input3.values
|
|
1430
1394
|
})].every((flag) => flag);
|
|
1431
|
-
const $
|
|
1395
|
+
const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1432
1396
|
path: _path2 + ".id",
|
|
1433
1397
|
expected: "string",
|
|
1434
1398
|
value: input3.id
|
|
@@ -1444,8 +1408,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1444
1408
|
path: _path2 + ".child_types",
|
|
1445
1409
|
expected: "(Array<string> | undefined)",
|
|
1446
1410
|
value: input3.child_types
|
|
1447
|
-
})) && input3.child_types.map((elem,
|
|
1448
|
-
path: _path2 + ".child_types[" +
|
|
1411
|
+
})) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1412
|
+
path: _path2 + ".child_types[" + _index16 + "]",
|
|
1449
1413
|
expected: "string",
|
|
1450
1414
|
value: elem
|
|
1451
1415
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1460,8 +1424,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1460
1424
|
path: _path2 + ".included_types",
|
|
1461
1425
|
expected: "(Array<string> | undefined)",
|
|
1462
1426
|
value: input3.included_types
|
|
1463
|
-
})) && input3.included_types.map((elem,
|
|
1464
|
-
path: _path2 + ".included_types[" +
|
|
1427
|
+
})) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
|
|
1428
|
+
path: _path2 + ".included_types[" + _index17 + "]",
|
|
1465
1429
|
expected: "string",
|
|
1466
1430
|
value: elem
|
|
1467
1431
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -1476,15 +1440,15 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1476
1440
|
path: _path2 + ".values",
|
|
1477
1441
|
expected: "(TermValues | undefined)",
|
|
1478
1442
|
value: input3.values
|
|
1479
|
-
})) && $
|
|
1443
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1480
1444
|
path: _path2 + ".values",
|
|
1481
1445
|
expected: "(TermValues | undefined)",
|
|
1482
1446
|
value: input3.values
|
|
1483
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1447
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1484
1448
|
path: _path2 + ".groupsetting",
|
|
1485
1449
|
expected: "EnabledTermGroupSetting",
|
|
1486
1450
|
value: input3.groupsetting
|
|
1487
|
-
})) && $
|
|
1451
|
+
})) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1488
1452
|
path: _path2 + ".groupsetting",
|
|
1489
1453
|
expected: "EnabledTermGroupSetting",
|
|
1490
1454
|
value: input3.groupsetting
|
|
@@ -1509,6 +1473,60 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1509
1473
|
expected: "(number | undefined)",
|
|
1510
1474
|
value: input3.stop
|
|
1511
1475
|
})].every((flag) => flag);
|
|
1476
|
+
const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1477
|
+
path: _path2 + ".disabled",
|
|
1478
|
+
expected: "(boolean | undefined)",
|
|
1479
|
+
value: input3.disabled
|
|
1480
|
+
}), (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1481
|
+
path: _path2 + ".lst",
|
|
1482
|
+
expected: "Array<Groupset>",
|
|
1483
|
+
value: input3.lst
|
|
1484
|
+
})) && input3.lst.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1485
|
+
path: _path2 + ".lst[" + _index18 + "]",
|
|
1486
|
+
expected: "Groupset",
|
|
1487
|
+
value: elem
|
|
1488
|
+
})) && $vo34(elem, _path2 + ".lst[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1489
|
+
path: _path2 + ".lst[" + _index18 + "]",
|
|
1490
|
+
expected: "Groupset",
|
|
1491
|
+
value: elem
|
|
1492
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1493
|
+
path: _path2 + ".lst",
|
|
1494
|
+
expected: "Array<Groupset>",
|
|
1495
|
+
value: input3.lst
|
|
1496
|
+
})].every((flag) => flag);
|
|
1497
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
1498
|
+
path: _path2 + ".name",
|
|
1499
|
+
expected: "string",
|
|
1500
|
+
value: input3.name
|
|
1501
|
+
}), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
|
|
1502
|
+
path: _path2 + ".is_grade",
|
|
1503
|
+
expected: "(boolean | undefined)",
|
|
1504
|
+
value: input3.is_grade
|
|
1505
|
+
}), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
|
|
1506
|
+
path: _path2 + ".is_subcondition",
|
|
1507
|
+
expected: "(boolean | undefined)",
|
|
1508
|
+
value: input3.is_subcondition
|
|
1509
|
+
}), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1510
|
+
path: _path2 + ".id",
|
|
1511
|
+
expected: "(string | undefined)",
|
|
1512
|
+
value: input3.id
|
|
1513
|
+
}), (Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
1514
|
+
path: _path2 + ".groups",
|
|
1515
|
+
expected: "Array<GroupEntry>",
|
|
1516
|
+
value: input3.groups
|
|
1517
|
+
})) && input3.groups.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
1518
|
+
path: _path2 + ".groups[" + _index19 + "]",
|
|
1519
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1520
|
+
value: elem
|
|
1521
|
+
})) && $vu0(elem, _path2 + ".groups[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1522
|
+
path: _path2 + ".groups[" + _index19 + "]",
|
|
1523
|
+
expected: "(FilterGroup | ValuesGroup)",
|
|
1524
|
+
value: elem
|
|
1525
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
1526
|
+
path: _path2 + ".groups",
|
|
1527
|
+
expected: "Array<GroupEntry>",
|
|
1528
|
+
value: input3.groups
|
|
1529
|
+
})].every((flag) => flag);
|
|
1512
1530
|
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1513
1531
|
path: _path2 + ".id",
|
|
1514
1532
|
expected: "string",
|
|
@@ -1557,15 +1575,15 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1557
1575
|
path: _path2 + ".values",
|
|
1558
1576
|
expected: "(TermValues | undefined)",
|
|
1559
1577
|
value: input3.values
|
|
1560
|
-
})) && $
|
|
1578
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
1561
1579
|
path: _path2 + ".values",
|
|
1562
1580
|
expected: "(TermValues | undefined)",
|
|
1563
1581
|
value: input3.values
|
|
1564
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1582
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1565
1583
|
path: _path2 + ".groupsetting",
|
|
1566
1584
|
expected: "EnabledTermGroupSetting",
|
|
1567
1585
|
value: input3.groupsetting
|
|
1568
|
-
})) && $
|
|
1586
|
+
})) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1569
1587
|
path: _path2 + ".groupsetting",
|
|
1570
1588
|
expected: "EnabledTermGroupSetting",
|
|
1571
1589
|
value: input3.groupsetting
|
|
@@ -1718,7 +1736,24 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1718
1736
|
expected: '("germline" | "somatic" | undefined)',
|
|
1719
1737
|
value: input3.origin
|
|
1720
1738
|
})].every((flag) => flag);
|
|
1721
|
-
const $vo40 = (input3, _path2, _exceptionable2 = true) => [
|
|
1739
|
+
const $vo40 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1740
|
+
path: _path2 + ".disabled",
|
|
1741
|
+
expected: "boolean",
|
|
1742
|
+
value: input3.disabled
|
|
1743
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1744
|
+
path: _path2 + ".lst",
|
|
1745
|
+
expected: "([] | undefined)",
|
|
1746
|
+
value: input3.lst
|
|
1747
|
+
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
1748
|
+
path: _path2 + ".lst",
|
|
1749
|
+
expected: "[]",
|
|
1750
|
+
value: input3.lst
|
|
1751
|
+
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
1752
|
+
path: _path2 + ".lst",
|
|
1753
|
+
expected: "([] | undefined)",
|
|
1754
|
+
value: input3.lst
|
|
1755
|
+
})].every((flag) => flag);
|
|
1756
|
+
const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1722
1757
|
path: _path2 + ".id",
|
|
1723
1758
|
expected: "(string | undefined)",
|
|
1724
1759
|
value: input3.id
|
|
@@ -1746,7 +1781,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1746
1781
|
path: _path2 + ".term",
|
|
1747
1782
|
expected: "NumericTerm",
|
|
1748
1783
|
value: input3.term
|
|
1749
|
-
})) && $
|
|
1784
|
+
})) && $vo19(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1750
1785
|
path: _path2 + ".term",
|
|
1751
1786
|
expected: "NumericTerm",
|
|
1752
1787
|
value: input3.term
|
|
@@ -1759,7 +1794,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1759
1794
|
expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
|
|
1760
1795
|
value: input3.q
|
|
1761
1796
|
})].every((flag) => flag);
|
|
1762
|
-
const $
|
|
1797
|
+
const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1763
1798
|
path: _path2 + ".hiddenValues",
|
|
1764
1799
|
expected: "(HiddenValues | undefined)",
|
|
1765
1800
|
value: input3.hiddenValues
|
|
@@ -1819,7 +1854,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1819
1854
|
expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
|
|
1820
1855
|
value: input3.lst
|
|
1821
1856
|
})].every((flag) => flag);
|
|
1822
|
-
const $
|
|
1857
|
+
const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1823
1858
|
path: _path2 + ".hiddenValues",
|
|
1824
1859
|
expected: "(HiddenValues | undefined)",
|
|
1825
1860
|
value: input3.hiddenValues
|
|
@@ -1856,7 +1891,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1856
1891
|
expected: "undefined",
|
|
1857
1892
|
value: input3.type
|
|
1858
1893
|
}))].every((flag) => flag);
|
|
1859
|
-
const $
|
|
1894
|
+
const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1860
1895
|
path: _path2 + ".hiddenValues",
|
|
1861
1896
|
expected: "(HiddenValues | undefined)",
|
|
1862
1897
|
value: input3.hiddenValues
|
|
@@ -1888,7 +1923,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1888
1923
|
path: _path2 + ".knots[" + _index30 + "]",
|
|
1889
1924
|
expected: "__type.o6",
|
|
1890
1925
|
value: elem
|
|
1891
|
-
})) && $
|
|
1926
|
+
})) && $vo45(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
1892
1927
|
path: _path2 + ".knots[" + _index30 + "]",
|
|
1893
1928
|
expected: "__type.o6",
|
|
1894
1929
|
value: elem
|
|
@@ -1905,12 +1940,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1905
1940
|
expected: "undefined",
|
|
1906
1941
|
value: input3.type
|
|
1907
1942
|
}))].every((flag) => flag);
|
|
1908
|
-
const $
|
|
1943
|
+
const $vo45 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
|
|
1909
1944
|
path: _path2 + ".value",
|
|
1910
1945
|
expected: "number",
|
|
1911
1946
|
value: input3.value
|
|
1912
1947
|
})].every((flag) => flag);
|
|
1913
|
-
const $
|
|
1948
|
+
const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
1914
1949
|
path: _path2 + ".id",
|
|
1915
1950
|
expected: "(string | undefined)",
|
|
1916
1951
|
value: input3.id
|
|
@@ -1938,7 +1973,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1938
1973
|
path: _path2 + ".q",
|
|
1939
1974
|
expected: "SnpsQ",
|
|
1940
1975
|
value: input3.q
|
|
1941
|
-
})) && $
|
|
1976
|
+
})) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
1942
1977
|
path: _path2 + ".q",
|
|
1943
1978
|
expected: "SnpsQ",
|
|
1944
1979
|
value: input3.q
|
|
@@ -1946,12 +1981,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1946
1981
|
path: _path2 + ".term",
|
|
1947
1982
|
expected: "SnpsTerm",
|
|
1948
1983
|
value: input3.term
|
|
1949
|
-
})) && $
|
|
1984
|
+
})) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
1950
1985
|
path: _path2 + ".term",
|
|
1951
1986
|
expected: "SnpsTerm",
|
|
1952
1987
|
value: input3.term
|
|
1953
1988
|
})].every((flag) => flag);
|
|
1954
|
-
const $
|
|
1989
|
+
const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
1955
1990
|
path: _path2 + ".hiddenValues",
|
|
1956
1991
|
expected: "(HiddenValues | undefined)",
|
|
1957
1992
|
value: input3.hiddenValues
|
|
@@ -1975,9 +2010,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
1975
2010
|
path: _path2 + ".reuseId",
|
|
1976
2011
|
expected: "(string | undefined)",
|
|
1977
2012
|
value: input3.reuseId
|
|
1978
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
2013
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
1979
2014
|
path: _path2 + ".type",
|
|
1980
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2015
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
1981
2016
|
value: input3.type
|
|
1982
2017
|
}), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
|
|
1983
2018
|
path: _path2 + ".AFcutoff",
|
|
@@ -2007,7 +2042,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2007
2042
|
path: _path2 + ".restrictAncestry",
|
|
2008
2043
|
expected: "RestrictAncestry",
|
|
2009
2044
|
value: input3.restrictAncestry
|
|
2010
|
-
})) && $
|
|
2045
|
+
})) && $vo48(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
|
|
2011
2046
|
path: _path2 + ".restrictAncestry",
|
|
2012
2047
|
expected: "RestrictAncestry",
|
|
2013
2048
|
value: input3.restrictAncestry
|
|
@@ -2015,7 +2050,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2015
2050
|
path: _path2 + ".variant_filter",
|
|
2016
2051
|
expected: "Filter",
|
|
2017
2052
|
value: input3.variant_filter
|
|
2018
|
-
})) && $
|
|
2053
|
+
})) && $vo16(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2019
2054
|
path: _path2 + ".variant_filter",
|
|
2020
2055
|
expected: "Filter",
|
|
2021
2056
|
value: input3.variant_filter
|
|
@@ -2032,7 +2067,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2032
2067
|
expected: "number",
|
|
2033
2068
|
value: input3.stop
|
|
2034
2069
|
})].every((flag) => flag);
|
|
2035
|
-
const $
|
|
2070
|
+
const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
2036
2071
|
path: _path2 + ".name",
|
|
2037
2072
|
expected: "string",
|
|
2038
2073
|
value: input3.name
|
|
@@ -2045,7 +2080,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2045
2080
|
expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
|
|
2046
2081
|
value: input3.tvs
|
|
2047
2082
|
})].every((flag) => flag);
|
|
2048
|
-
const $
|
|
2083
|
+
const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2049
2084
|
path: _path2 + ".id",
|
|
2050
2085
|
expected: "string",
|
|
2051
2086
|
value: input3.id
|
|
@@ -2093,11 +2128,11 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2093
2128
|
path: _path2 + ".values",
|
|
2094
2129
|
expected: "(TermValues | undefined)",
|
|
2095
2130
|
value: input3.values
|
|
2096
|
-
})) && $
|
|
2131
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2097
2132
|
path: _path2 + ".values",
|
|
2098
2133
|
expected: "(TermValues | undefined)",
|
|
2099
2134
|
value: input3.values
|
|
2100
|
-
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2135
|
+
}), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2101
2136
|
path: _path2 + ".reachedVariantLimit",
|
|
2102
2137
|
expected: "(boolean | undefined)",
|
|
2103
2138
|
value: input3.reachedVariantLimit
|
|
@@ -2109,7 +2144,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2109
2144
|
path: _path2 + ".snps[" + _index33 + "]",
|
|
2110
2145
|
expected: "SnpsEntry",
|
|
2111
2146
|
value: elem
|
|
2112
|
-
})) && $
|
|
2147
|
+
})) && $vo50(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2113
2148
|
path: _path2 + ".snps[" + _index33 + "]",
|
|
2114
2149
|
expected: "SnpsEntry",
|
|
2115
2150
|
value: elem
|
|
@@ -2118,7 +2153,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2118
2153
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2119
2154
|
value: input3.snps
|
|
2120
2155
|
})].every((flag) => flag);
|
|
2121
|
-
const $
|
|
2156
|
+
const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
|
|
2122
2157
|
path: _path2 + ".altAlleles",
|
|
2123
2158
|
expected: "(Array<string> | undefined)",
|
|
2124
2159
|
value: input3.altAlleles
|
|
@@ -2138,7 +2173,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2138
2173
|
path: _path2 + ".alleles[" + _index35 + "]",
|
|
2139
2174
|
expected: "AllelesEntry",
|
|
2140
2175
|
value: elem
|
|
2141
|
-
})) && $
|
|
2176
|
+
})) && $vo51(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2142
2177
|
path: _path2 + ".alleles[" + _index35 + "]",
|
|
2143
2178
|
expected: "AllelesEntry",
|
|
2144
2179
|
value: elem
|
|
@@ -2154,7 +2189,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2154
2189
|
path: _path2 + ".gt2count",
|
|
2155
2190
|
expected: "(__type.o7 | undefined)",
|
|
2156
2191
|
value: input3.gt2count
|
|
2157
|
-
})) && $
|
|
2192
|
+
})) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
|
|
2158
2193
|
path: _path2 + ".gt2count",
|
|
2159
2194
|
expected: "(__type.o7 | undefined)",
|
|
2160
2195
|
value: input3.gt2count
|
|
@@ -2183,7 +2218,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2183
2218
|
expected: "(number | undefined)",
|
|
2184
2219
|
value: input3.pos
|
|
2185
2220
|
})].every((flag) => flag);
|
|
2186
|
-
const $
|
|
2221
|
+
const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
|
|
2187
2222
|
path: _path2 + ".allele",
|
|
2188
2223
|
expected: "string",
|
|
2189
2224
|
value: input3.allele
|
|
@@ -2196,7 +2231,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2196
2231
|
expected: "boolean",
|
|
2197
2232
|
value: input3.isRef
|
|
2198
2233
|
})].every((flag) => flag);
|
|
2199
|
-
const $
|
|
2234
|
+
const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
|
|
2200
2235
|
path: _path2 + ".k",
|
|
2201
2236
|
expected: "string",
|
|
2202
2237
|
value: input3.k
|
|
@@ -2205,7 +2240,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2205
2240
|
expected: "(number | string)",
|
|
2206
2241
|
value: input3.v
|
|
2207
2242
|
})].every((flag) => flag);
|
|
2208
|
-
const $
|
|
2243
|
+
const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
|
|
2209
2244
|
path: _path2 + ".id",
|
|
2210
2245
|
expected: "(string | undefined)",
|
|
2211
2246
|
value: input3.id
|
|
@@ -2231,22 +2266,22 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2231
2266
|
value: input3.minNumSamples
|
|
2232
2267
|
}), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2233
2268
|
path: _path2 + ".term",
|
|
2234
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2269
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2235
2270
|
value: input3.term
|
|
2236
2271
|
})) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2237
2272
|
path: _path2 + ".term",
|
|
2238
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2273
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2239
2274
|
value: input3.term
|
|
2240
2275
|
}), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
|
|
2241
2276
|
path: _path2 + ".q",
|
|
2242
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2277
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2243
2278
|
value: input3.q
|
|
2244
2279
|
})) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
|
|
2245
2280
|
path: _path2 + ".q",
|
|
2246
|
-
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2281
|
+
expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
|
|
2247
2282
|
value: input3.q
|
|
2248
2283
|
})].every((flag) => flag);
|
|
2249
|
-
const $
|
|
2284
|
+
const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2250
2285
|
path: _path2 + ".id",
|
|
2251
2286
|
expected: "string",
|
|
2252
2287
|
value: input3.id
|
|
@@ -2294,20 +2329,20 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2294
2329
|
path: _path2 + ".values",
|
|
2295
2330
|
expected: "(TermValues | undefined)",
|
|
2296
2331
|
value: input3.values
|
|
2297
|
-
})) && $
|
|
2332
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2298
2333
|
path: _path2 + ".values",
|
|
2299
2334
|
expected: "(TermValues | undefined)",
|
|
2300
2335
|
value: input3.values
|
|
2301
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2336
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2302
2337
|
path: _path2 + ".groupsetting",
|
|
2303
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2338
|
+
expected: "(EnabledTermGroupSetting | __type.o5)",
|
|
2304
2339
|
value: input3.groupsetting
|
|
2305
2340
|
})) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2306
2341
|
path: _path2 + ".groupsetting",
|
|
2307
|
-
expected: "(EnabledTermGroupSetting | __type.
|
|
2342
|
+
expected: "(EnabledTermGroupSetting | __type.o5)",
|
|
2308
2343
|
value: input3.groupsetting
|
|
2309
2344
|
})].every((flag) => flag);
|
|
2310
|
-
const $
|
|
2345
|
+
const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2311
2346
|
path: _path2 + ".id",
|
|
2312
2347
|
expected: "string",
|
|
2313
2348
|
value: input3.id
|
|
@@ -2315,9 +2350,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2315
2350
|
path: _path2 + ".name",
|
|
2316
2351
|
expected: "string",
|
|
2317
2352
|
value: input3.name
|
|
2318
|
-
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
|
|
2353
|
+
}), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
|
|
2319
2354
|
path: _path2 + ".type",
|
|
2320
|
-
expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2355
|
+
expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
|
|
2321
2356
|
value: input3.type
|
|
2322
2357
|
}), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
|
|
2323
2358
|
path: _path2 + ".child_types",
|
|
@@ -2355,15 +2390,15 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2355
2390
|
path: _path2 + ".values",
|
|
2356
2391
|
expected: "(TermValues | undefined)",
|
|
2357
2392
|
value: input3.values
|
|
2358
|
-
})) && $
|
|
2393
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2359
2394
|
path: _path2 + ".values",
|
|
2360
2395
|
expected: "(TermValues | undefined)",
|
|
2361
2396
|
value: input3.values
|
|
2362
|
-
}), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2397
|
+
}), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
|
|
2363
2398
|
path: _path2 + ".bins",
|
|
2364
2399
|
expected: "PresetNumericBins",
|
|
2365
2400
|
value: input3.bins
|
|
2366
|
-
})) && $
|
|
2401
|
+
})) && $vo20(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
|
|
2367
2402
|
path: _path2 + ".bins",
|
|
2368
2403
|
expected: "PresetNumericBins",
|
|
2369
2404
|
value: input3.bins
|
|
@@ -2373,14 +2408,14 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2373
2408
|
value: input3.unit
|
|
2374
2409
|
}), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
|
|
2375
2410
|
path: _path2 + ".continuousColorScale",
|
|
2376
|
-
expected: "(__type.
|
|
2411
|
+
expected: "(__type.o3 | undefined)",
|
|
2377
2412
|
value: input3.continuousColorScale
|
|
2378
|
-
})) && $
|
|
2413
|
+
})) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
|
|
2379
2414
|
path: _path2 + ".continuousColorScale",
|
|
2380
|
-
expected: "(__type.
|
|
2415
|
+
expected: "(__type.o3 | undefined)",
|
|
2381
2416
|
value: input3.continuousColorScale
|
|
2382
2417
|
})].every((flag) => flag);
|
|
2383
|
-
const $
|
|
2418
|
+
const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2384
2419
|
path: _path2 + ".id",
|
|
2385
2420
|
expected: "string",
|
|
2386
2421
|
value: input3.id
|
|
@@ -2428,12 +2463,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2428
2463
|
path: _path2 + ".values",
|
|
2429
2464
|
expected: "(TermValues | undefined)",
|
|
2430
2465
|
value: input3.values
|
|
2431
|
-
})) && $
|
|
2466
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2432
2467
|
path: _path2 + ".values",
|
|
2433
2468
|
expected: "(TermValues | undefined)",
|
|
2434
2469
|
value: input3.values
|
|
2435
|
-
})].every((flag) => flag);
|
|
2436
|
-
const $
|
|
2470
|
+
}), true].every((flag) => flag);
|
|
2471
|
+
const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2437
2472
|
path: _path2 + ".id",
|
|
2438
2473
|
expected: "string",
|
|
2439
2474
|
value: input3.id
|
|
@@ -2481,15 +2516,15 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2481
2516
|
path: _path2 + ".values",
|
|
2482
2517
|
expected: "(TermValues | undefined)",
|
|
2483
2518
|
value: input3.values
|
|
2484
|
-
})) && $
|
|
2519
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2485
2520
|
path: _path2 + ".values",
|
|
2486
2521
|
expected: "(TermValues | undefined)",
|
|
2487
2522
|
value: input3.values
|
|
2488
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2523
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2489
2524
|
path: _path2 + ".groupsetting",
|
|
2490
2525
|
expected: "EnabledTermGroupSetting",
|
|
2491
2526
|
value: input3.groupsetting
|
|
2492
|
-
})) && $
|
|
2527
|
+
})) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2493
2528
|
path: _path2 + ".groupsetting",
|
|
2494
2529
|
expected: "EnabledTermGroupSetting",
|
|
2495
2530
|
value: input3.groupsetting
|
|
@@ -2514,7 +2549,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2514
2549
|
expected: "(number | undefined)",
|
|
2515
2550
|
value: input3.stop
|
|
2516
2551
|
})].every((flag) => flag);
|
|
2517
|
-
const $
|
|
2552
|
+
const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2518
2553
|
path: _path2 + ".id",
|
|
2519
2554
|
expected: "string",
|
|
2520
2555
|
value: input3.id
|
|
@@ -2562,15 +2597,15 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2562
2597
|
path: _path2 + ".values",
|
|
2563
2598
|
expected: "(TermValues | undefined)",
|
|
2564
2599
|
value: input3.values
|
|
2565
|
-
})) && $
|
|
2600
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2566
2601
|
path: _path2 + ".values",
|
|
2567
2602
|
expected: "(TermValues | undefined)",
|
|
2568
2603
|
value: input3.values
|
|
2569
|
-
}), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2604
|
+
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
2570
2605
|
path: _path2 + ".groupsetting",
|
|
2571
2606
|
expected: "EnabledTermGroupSetting",
|
|
2572
2607
|
value: input3.groupsetting
|
|
2573
|
-
})) && $
|
|
2608
|
+
})) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
2574
2609
|
path: _path2 + ".groupsetting",
|
|
2575
2610
|
expected: "EnabledTermGroupSetting",
|
|
2576
2611
|
value: input3.groupsetting
|
|
@@ -2591,7 +2626,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2591
2626
|
expected: "number",
|
|
2592
2627
|
value: input3.stop
|
|
2593
2628
|
})].every((flag) => flag);
|
|
2594
|
-
const $
|
|
2629
|
+
const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2595
2630
|
path: _path2 + ".id",
|
|
2596
2631
|
expected: "string",
|
|
2597
2632
|
value: input3.id
|
|
@@ -2639,11 +2674,11 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2639
2674
|
path: _path2 + ".values",
|
|
2640
2675
|
expected: "(TermValues | undefined)",
|
|
2641
2676
|
value: input3.values
|
|
2642
|
-
})) && $
|
|
2677
|
+
})) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2643
2678
|
path: _path2 + ".values",
|
|
2644
2679
|
expected: "(TermValues | undefined)",
|
|
2645
2680
|
value: input3.values
|
|
2646
|
-
}), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2681
|
+
}), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
|
|
2647
2682
|
path: _path2 + ".reachedVariantLimit",
|
|
2648
2683
|
expected: "(boolean | undefined)",
|
|
2649
2684
|
value: input3.reachedVariantLimit
|
|
@@ -2655,7 +2690,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2655
2690
|
path: _path2 + ".snps[" + _index48 + "]",
|
|
2656
2691
|
expected: "SnpsEntry",
|
|
2657
2692
|
value: elem
|
|
2658
|
-
})) && $
|
|
2693
|
+
})) && $vo50(elem, _path2 + ".snps[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2659
2694
|
path: _path2 + ".snps[" + _index48 + "]",
|
|
2660
2695
|
expected: "SnpsEntry",
|
|
2661
2696
|
value: elem
|
|
@@ -2664,7 +2699,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2664
2699
|
expected: "(Array<SnpsEntry> | undefined)",
|
|
2665
2700
|
value: input3.snps
|
|
2666
2701
|
})].every((flag) => flag);
|
|
2667
|
-
const $
|
|
2702
|
+
const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
2668
2703
|
path: _path2 + ".id",
|
|
2669
2704
|
expected: "string",
|
|
2670
2705
|
value: input3.id
|
|
@@ -2712,12 +2747,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2712
2747
|
path: _path2 + ".values",
|
|
2713
2748
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2714
2749
|
value: input3.values
|
|
2715
|
-
})) && $
|
|
2750
|
+
})) && $vo61(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
|
|
2716
2751
|
path: _path2 + ".values",
|
|
2717
2752
|
expected: "(TermValues & SampleLstTermValues | undefined)",
|
|
2718
2753
|
value: input3.values
|
|
2719
|
-
})].every((flag) => flag);
|
|
2720
|
-
const $
|
|
2754
|
+
}), true].every((flag) => flag);
|
|
2755
|
+
const $vo61 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
2721
2756
|
const value = input3[key];
|
|
2722
2757
|
if (void 0 === value)
|
|
2723
2758
|
return true;
|
|
@@ -2726,7 +2761,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2726
2761
|
path: _path2 + $join(key),
|
|
2727
2762
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2728
2763
|
value
|
|
2729
|
-
})) && $
|
|
2764
|
+
})) && $vo62(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2730
2765
|
path: _path2 + $join(key),
|
|
2731
2766
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2732
2767
|
value
|
|
@@ -2736,14 +2771,14 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2736
2771
|
path: _path2 + $join(key),
|
|
2737
2772
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2738
2773
|
value
|
|
2739
|
-
})) && $
|
|
2774
|
+
})) && $vo62(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
2740
2775
|
path: _path2 + $join(key),
|
|
2741
2776
|
expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
|
|
2742
2777
|
value
|
|
2743
2778
|
});
|
|
2744
2779
|
return true;
|
|
2745
2780
|
}).every((flag) => flag)].every((flag) => flag);
|
|
2746
|
-
const $
|
|
2781
|
+
const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
|
|
2747
2782
|
path: _path2 + ".key",
|
|
2748
2783
|
expected: "(string | undefined)",
|
|
2749
2784
|
value: input3.key
|
|
@@ -2771,7 +2806,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2771
2806
|
path: _path2 + ".filter",
|
|
2772
2807
|
expected: "(Filter | undefined)",
|
|
2773
2808
|
value: input3.filter
|
|
2774
|
-
})) && $
|
|
2809
|
+
})) && $vo16(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
|
|
2775
2810
|
path: _path2 + ".filter",
|
|
2776
2811
|
expected: "(Filter | undefined)",
|
|
2777
2812
|
value: input3.filter
|
|
@@ -2791,7 +2826,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2791
2826
|
path: _path2 + ".list[" + _index51 + "]",
|
|
2792
2827
|
expected: "__type.o8",
|
|
2793
2828
|
value: elem
|
|
2794
|
-
})) && $
|
|
2829
|
+
})) && $vo63(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
2795
2830
|
path: _path2 + ".list[" + _index51 + "]",
|
|
2796
2831
|
expected: "__type.o8",
|
|
2797
2832
|
value: elem
|
|
@@ -2800,7 +2835,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2800
2835
|
expected: "Array<__type>.o3",
|
|
2801
2836
|
value: input3.list
|
|
2802
2837
|
}), true].every((flag) => flag);
|
|
2803
|
-
const $
|
|
2838
|
+
const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
|
|
2804
2839
|
path: _path2 + ".sampleId",
|
|
2805
2840
|
expected: "string",
|
|
2806
2841
|
value: input3.sampleId
|
|
@@ -2809,7 +2844,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2809
2844
|
expected: "string",
|
|
2810
2845
|
value: input3.sample
|
|
2811
2846
|
})].every((flag) => flag);
|
|
2812
|
-
const $
|
|
2847
|
+
const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2813
2848
|
path: _path2 + ".hiddenValues",
|
|
2814
2849
|
expected: "(HiddenValues | undefined)",
|
|
2815
2850
|
value: input3.hiddenValues
|
|
@@ -2833,12 +2868,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2833
2868
|
path: _path2 + ".reuseId",
|
|
2834
2869
|
expected: "(string | undefined)",
|
|
2835
2870
|
value: input3.reuseId
|
|
2836
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
2871
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
2837
2872
|
path: _path2 + ".type",
|
|
2838
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2873
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
2839
2874
|
value: input3.type
|
|
2840
2875
|
})].every((flag) => flag);
|
|
2841
|
-
const $
|
|
2876
|
+
const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2842
2877
|
path: _path2 + ".hiddenValues",
|
|
2843
2878
|
expected: "(HiddenValues | undefined)",
|
|
2844
2879
|
value: input3.hiddenValues
|
|
@@ -2903,7 +2938,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2903
2938
|
expected: "(boolean | undefined)",
|
|
2904
2939
|
value: input3.value_by_computable_grade
|
|
2905
2940
|
}), true].every((flag) => flag);
|
|
2906
|
-
const $
|
|
2941
|
+
const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2907
2942
|
path: _path2 + ".hiddenValues",
|
|
2908
2943
|
expected: "(HiddenValues | undefined)",
|
|
2909
2944
|
value: input3.hiddenValues
|
|
@@ -2968,7 +3003,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
2968
3003
|
expected: '"values"',
|
|
2969
3004
|
value: input3.type
|
|
2970
3005
|
})].every((flag) => flag);
|
|
2971
|
-
const $
|
|
3006
|
+
const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
2972
3007
|
path: _path2 + ".hiddenValues",
|
|
2973
3008
|
expected: "(HiddenValues | undefined)",
|
|
2974
3009
|
value: input3.hiddenValues
|
|
@@ -3024,6 +3059,71 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3024
3059
|
path: _path2 + ".origin",
|
|
3025
3060
|
expected: "(string | undefined)",
|
|
3026
3061
|
value: input3.origin
|
|
3062
|
+
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
|
|
3063
|
+
path: _path2 + ".mode",
|
|
3064
|
+
expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
|
|
3065
|
+
value: input3.mode
|
|
3066
|
+
}), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
3067
|
+
path: _path2 + ".type",
|
|
3068
|
+
expected: '("filter" | undefined)',
|
|
3069
|
+
value: input3.type
|
|
3070
|
+
})].every((flag) => flag);
|
|
3071
|
+
const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3072
|
+
path: _path2 + ".hiddenValues",
|
|
3073
|
+
expected: "(HiddenValues | undefined)",
|
|
3074
|
+
value: input3.hiddenValues
|
|
3075
|
+
})) && $vo5(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
|
|
3076
|
+
path: _path2 + ".hiddenValues",
|
|
3077
|
+
expected: "(HiddenValues | undefined)",
|
|
3078
|
+
value: input3.hiddenValues
|
|
3079
|
+
}), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
|
|
3080
|
+
path: _path2 + ".isAtomic",
|
|
3081
|
+
expected: "(true | undefined)",
|
|
3082
|
+
value: input3.isAtomic
|
|
3083
|
+
}), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
|
|
3084
|
+
path: _path2 + ".name",
|
|
3085
|
+
expected: "(string | undefined)",
|
|
3086
|
+
value: input3.name
|
|
3087
|
+
}), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
|
|
3088
|
+
path: _path2 + ".reuseId",
|
|
3089
|
+
expected: "(string | undefined)",
|
|
3090
|
+
value: input3.reuseId
|
|
3091
|
+
}), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
|
|
3092
|
+
path: _path2 + ".cnvGainCutoff",
|
|
3093
|
+
expected: "(number | undefined)",
|
|
3094
|
+
value: input3.cnvGainCutoff
|
|
3095
|
+
}), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
|
|
3096
|
+
path: _path2 + ".cnvMaxLength",
|
|
3097
|
+
expected: "(number | undefined)",
|
|
3098
|
+
value: input3.cnvMaxLength
|
|
3099
|
+
}), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
|
|
3100
|
+
path: _path2 + ".cnvMinAbsValue",
|
|
3101
|
+
expected: "(number | undefined)",
|
|
3102
|
+
value: input3.cnvMinAbsValue
|
|
3103
|
+
}), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
|
|
3104
|
+
path: _path2 + ".cnvLossCutoff",
|
|
3105
|
+
expected: "(number | undefined)",
|
|
3106
|
+
value: input3.cnvLossCutoff
|
|
3107
|
+
}), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
|
|
3108
|
+
path: _path2 + ".exclude",
|
|
3109
|
+
expected: "Array<string>",
|
|
3110
|
+
value: input3.exclude
|
|
3111
|
+
})) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3112
|
+
path: _path2 + ".exclude[" + _index55 + "]",
|
|
3113
|
+
expected: "string",
|
|
3114
|
+
value: elem
|
|
3115
|
+
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
3116
|
+
path: _path2 + ".exclude",
|
|
3117
|
+
expected: "Array<string>",
|
|
3118
|
+
value: input3.exclude
|
|
3119
|
+
}), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
|
|
3120
|
+
path: _path2 + ".dt",
|
|
3121
|
+
expected: "(number | undefined)",
|
|
3122
|
+
value: input3.dt
|
|
3123
|
+
}), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
|
|
3124
|
+
path: _path2 + ".origin",
|
|
3125
|
+
expected: "(string | undefined)",
|
|
3126
|
+
value: input3.origin
|
|
3027
3127
|
}), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
|
|
3028
3128
|
path: _path2 + ".mode",
|
|
3029
3129
|
expected: '("binary" | "discrete" | undefined)',
|
|
@@ -3037,7 +3137,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3037
3137
|
expected: "number",
|
|
3038
3138
|
value: input3.predefined_groupset_idx
|
|
3039
3139
|
})].every((flag) => flag);
|
|
3040
|
-
const $
|
|
3140
|
+
const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3041
3141
|
path: _path2 + ".hiddenValues",
|
|
3042
3142
|
expected: "(HiddenValues | undefined)",
|
|
3043
3143
|
value: input3.hiddenValues
|
|
@@ -3077,8 +3177,8 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3077
3177
|
path: _path2 + ".exclude",
|
|
3078
3178
|
expected: "Array<string>",
|
|
3079
3179
|
value: input3.exclude
|
|
3080
|
-
})) && input3.exclude.map((elem,
|
|
3081
|
-
path: _path2 + ".exclude[" +
|
|
3180
|
+
})) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
|
|
3181
|
+
path: _path2 + ".exclude[" + _index56 + "]",
|
|
3082
3182
|
expected: "string",
|
|
3083
3183
|
value: elem
|
|
3084
3184
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3105,12 +3205,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3105
3205
|
path: _path2 + ".customset",
|
|
3106
3206
|
expected: "BaseGroupSet",
|
|
3107
3207
|
value: input3.customset
|
|
3108
|
-
})) && $
|
|
3208
|
+
})) && $vo9(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
|
|
3109
3209
|
path: _path2 + ".customset",
|
|
3110
3210
|
expected: "BaseGroupSet",
|
|
3111
3211
|
value: input3.customset
|
|
3112
3212
|
})].every((flag) => flag);
|
|
3113
|
-
const $
|
|
3213
|
+
const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
|
|
3114
3214
|
path: _path2 + ".hiddenValues",
|
|
3115
3215
|
expected: "(HiddenValues | undefined)",
|
|
3116
3216
|
value: input3.hiddenValues
|
|
@@ -3134,20 +3234,20 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3134
3234
|
path: _path2 + ".reuseId",
|
|
3135
3235
|
expected: "(string | undefined)",
|
|
3136
3236
|
value: input3.reuseId
|
|
3137
|
-
}), void 0 === input3.type || "values" === input3.type || "
|
|
3237
|
+
}), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
|
|
3138
3238
|
path: _path2 + ".type",
|
|
3139
|
-
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
3239
|
+
expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
|
|
3140
3240
|
value: input3.type
|
|
3141
3241
|
}), ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) || $report(_exceptionable2, {
|
|
3142
3242
|
path: _path2 + ".groups",
|
|
3143
3243
|
expected: "SampleLstTermValues",
|
|
3144
3244
|
value: input3.groups
|
|
3145
|
-
})) && $
|
|
3245
|
+
})) && $vo71(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
|
|
3146
3246
|
path: _path2 + ".groups",
|
|
3147
3247
|
expected: "SampleLstTermValues",
|
|
3148
3248
|
value: input3.groups
|
|
3149
3249
|
})].every((flag) => flag);
|
|
3150
|
-
const $
|
|
3250
|
+
const $vo71 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
|
|
3151
3251
|
const value = input3[key];
|
|
3152
3252
|
if (void 0 === value)
|
|
3153
3253
|
return true;
|
|
@@ -3156,7 +3256,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3156
3256
|
path: _path2 + $join(key),
|
|
3157
3257
|
expected: "__type.o9",
|
|
3158
3258
|
value
|
|
3159
|
-
})) && $
|
|
3259
|
+
})) && $vo72(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3160
3260
|
path: _path2 + $join(key),
|
|
3161
3261
|
expected: "__type.o9",
|
|
3162
3262
|
value
|
|
@@ -3166,14 +3266,14 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3166
3266
|
path: _path2 + $join(key),
|
|
3167
3267
|
expected: "__type.o9",
|
|
3168
3268
|
value
|
|
3169
|
-
})) && $
|
|
3269
|
+
})) && $vo72(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
|
|
3170
3270
|
path: _path2 + $join(key),
|
|
3171
3271
|
expected: "__type.o9",
|
|
3172
3272
|
value
|
|
3173
3273
|
});
|
|
3174
3274
|
return true;
|
|
3175
3275
|
}).every((flag) => flag)].every((flag) => flag);
|
|
3176
|
-
const $
|
|
3276
|
+
const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
|
|
3177
3277
|
path: _path2 + ".name",
|
|
3178
3278
|
expected: "string",
|
|
3179
3279
|
value: input3.name
|
|
@@ -3185,12 +3285,12 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3185
3285
|
path: _path2 + ".list",
|
|
3186
3286
|
expected: "Array<__type>.o3",
|
|
3187
3287
|
value: input3.list
|
|
3188
|
-
})) && input3.list.map((elem,
|
|
3189
|
-
path: _path2 + ".list[" +
|
|
3288
|
+
})) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
|
|
3289
|
+
path: _path2 + ".list[" + _index57 + "]",
|
|
3190
3290
|
expected: "__type.o8",
|
|
3191
3291
|
value: elem
|
|
3192
|
-
})) && $
|
|
3193
|
-
path: _path2 + ".list[" +
|
|
3292
|
+
})) && $vo63(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
|
|
3293
|
+
path: _path2 + ".list[" + _index57 + "]",
|
|
3194
3294
|
expected: "__type.o8",
|
|
3195
3295
|
value: elem
|
|
3196
3296
|
})).every((flag) => flag) || $report(_exceptionable2, {
|
|
@@ -3200,9 +3300,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3200
3300
|
}), true].every((flag) => flag);
|
|
3201
3301
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3202
3302
|
if ("string" === typeof input3.type)
|
|
3203
|
-
return $
|
|
3303
|
+
return $vo10(input3, _path2, _exceptionable2);
|
|
3204
3304
|
if ("filter" === input3.type)
|
|
3205
|
-
return $
|
|
3305
|
+
return $vo12(input3, _path2, _exceptionable2);
|
|
3206
3306
|
return $report(_exceptionable2, {
|
|
3207
3307
|
path: _path2,
|
|
3208
3308
|
expected: "(ValuesGroup | FilterGroup)",
|
|
@@ -3211,17 +3311,17 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3211
3311
|
})();
|
|
3212
3312
|
const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3213
3313
|
if (void 0 !== input3.type)
|
|
3214
|
-
return $
|
|
3314
|
+
return $vo16(input3, _path2, _exceptionable2);
|
|
3215
3315
|
if (void 0 !== input3.ranges)
|
|
3216
|
-
return $
|
|
3217
|
-
return $
|
|
3316
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
3317
|
+
return $vo17(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
|
|
3218
3318
|
})();
|
|
3219
3319
|
const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3220
3320
|
if (true === input3.startunbounded)
|
|
3221
|
-
return $
|
|
3321
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3222
3322
|
if (true === input3.stopunbounded)
|
|
3223
|
-
return $
|
|
3224
|
-
return $
|
|
3323
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3324
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3225
3325
|
})();
|
|
3226
3326
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3227
3327
|
if (2 === input3.dt)
|
|
@@ -3240,9 +3340,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3240
3340
|
})();
|
|
3241
3341
|
const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3242
3342
|
if (true === input3.startunbounded)
|
|
3243
|
-
return $
|
|
3343
|
+
return $vo22(input3, _path2, _exceptionable2);
|
|
3244
3344
|
if (void 0 !== input3.start)
|
|
3245
|
-
return $
|
|
3345
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3246
3346
|
return $report(_exceptionable2, {
|
|
3247
3347
|
path: _path2,
|
|
3248
3348
|
expected: "(StartUnboundedBin | FullyBoundedBin)",
|
|
@@ -3251,9 +3351,9 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3251
3351
|
})();
|
|
3252
3352
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3253
3353
|
if (void 0 !== input3.stop)
|
|
3254
|
-
return $
|
|
3354
|
+
return $vo23(input3, _path2, _exceptionable2);
|
|
3255
3355
|
if (true === input3.stopunbounded)
|
|
3256
|
-
return $
|
|
3356
|
+
return $vo24(input3, _path2, _exceptionable2);
|
|
3257
3357
|
return $report(_exceptionable2, {
|
|
3258
3358
|
path: _path2,
|
|
3259
3359
|
expected: "(FullyBoundedBin | StopUnboundedBin)",
|
|
@@ -3263,31 +3363,27 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3263
3363
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3264
3364
|
if (void 0 !== input3.type)
|
|
3265
3365
|
return $vo2(input3, _path2, _exceptionable2);
|
|
3266
|
-
return $
|
|
3366
|
+
return $vo53(input3, _path2, false) || $vo46(input3, _path2, false) || $vo41(input3, _path2, false);
|
|
3267
3367
|
})();
|
|
3268
3368
|
const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3269
3369
|
if ("values" === input3.type)
|
|
3270
3370
|
return $vo4(input3, _path2, _exceptionable2);
|
|
3271
3371
|
if ("predefined-groupset" === input3.type)
|
|
3272
|
-
return $vo6(input3, _path2, _exceptionable2);
|
|
3273
|
-
if ("custom-groupset" === input3.type)
|
|
3274
3372
|
return $vo7(input3, _path2, _exceptionable2);
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
value: input3
|
|
3279
|
-
});
|
|
3373
|
+
if ("custom-groupset" === input3.type)
|
|
3374
|
+
return $vo8(input3, _path2, _exceptionable2);
|
|
3375
|
+
return $vo6(input3, _path2, _exceptionable2);
|
|
3280
3376
|
})();
|
|
3281
3377
|
const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3282
|
-
if (Array.isArray(input3.lst) && input3.lst.map((elem,
|
|
3283
|
-
return $
|
|
3284
|
-
return $
|
|
3378
|
+
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo34(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
|
|
3379
|
+
return $vo33(input3, _path2, _exceptionable2);
|
|
3380
|
+
return $vo40(input3, _path2, _exceptionable2);
|
|
3285
3381
|
})();
|
|
3286
3382
|
const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3287
3383
|
if ("regular-bin" === input3.type)
|
|
3288
|
-
return $
|
|
3384
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3289
3385
|
if ("custom-bin" === input3.type)
|
|
3290
|
-
return $
|
|
3386
|
+
return $vo25(input3, _path2, _exceptionable2);
|
|
3291
3387
|
return $report(_exceptionable2, {
|
|
3292
3388
|
path: _path2,
|
|
3293
3389
|
expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
|
|
@@ -3296,7 +3392,7 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3296
3392
|
})();
|
|
3297
3393
|
const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3298
3394
|
if ("gene" === input3.kind)
|
|
3299
|
-
return $
|
|
3395
|
+
return $vo32(input3, _path2, _exceptionable2);
|
|
3300
3396
|
if ("coord" === input3.kind)
|
|
3301
3397
|
return $vo35(input3, _path2, _exceptionable2);
|
|
3302
3398
|
return $report(_exceptionable2, {
|
|
@@ -3307,44 +3403,44 @@ var validTermsByIdsResponse = (input) => {
|
|
|
3307
3403
|
})();
|
|
3308
3404
|
const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3309
3405
|
if ("regular-bin" === input3.type)
|
|
3310
|
-
return $
|
|
3406
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3311
3407
|
if ("continuous" === input3.mode)
|
|
3312
|
-
return $vo42(input3, _path2, _exceptionable2);
|
|
3313
|
-
if ("spline" === input3.mode)
|
|
3314
3408
|
return $vo43(input3, _path2, _exceptionable2);
|
|
3315
|
-
|
|
3409
|
+
if ("spline" === input3.mode)
|
|
3410
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
3411
|
+
return $vo25(input3, _path2, false) || $vo42(input3, _path2, false);
|
|
3316
3412
|
})();
|
|
3317
3413
|
const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3318
3414
|
if (void 0 !== input3.ranges)
|
|
3319
|
-
return $
|
|
3320
|
-
return $
|
|
3415
|
+
return $vo18(input3, _path2, _exceptionable2);
|
|
3416
|
+
return $vo17(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
|
|
3321
3417
|
})();
|
|
3322
3418
|
const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3323
3419
|
if ("categorical" === input3.type)
|
|
3324
|
-
return $vo53(input3, _path2, _exceptionable2);
|
|
3325
|
-
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
|
|
3326
3420
|
return $vo54(input3, _path2, _exceptionable2);
|
|
3327
|
-
if ("
|
|
3421
|
+
if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
|
|
3328
3422
|
return $vo55(input3, _path2, _exceptionable2);
|
|
3329
|
-
if ("
|
|
3423
|
+
if ("condition" === input3.type)
|
|
3330
3424
|
return $vo56(input3, _path2, _exceptionable2);
|
|
3331
|
-
if ("
|
|
3425
|
+
if ("gene" === input3.kind)
|
|
3332
3426
|
return $vo57(input3, _path2, _exceptionable2);
|
|
3333
|
-
|
|
3427
|
+
if ("coord" === input3.kind)
|
|
3428
|
+
return $vo58(input3, _path2, _exceptionable2);
|
|
3429
|
+
return $vo59(input3, _path2, false) || $vo60(input3, _path2, false);
|
|
3334
3430
|
})();
|
|
3335
3431
|
const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
3336
3432
|
if (void 0 !== input3.bin_size)
|
|
3337
|
-
return $
|
|
3433
|
+
return $vo21(input3, _path2, _exceptionable2);
|
|
3338
3434
|
if (void 0 !== input3.knots)
|
|
3339
|
-
return $
|
|
3435
|
+
return $vo44(input3, _path2, _exceptionable2);
|
|
3340
3436
|
if (void 0 !== input3.AFcutoff)
|
|
3341
|
-
return $
|
|
3437
|
+
return $vo47(input3, _path2, _exceptionable2);
|
|
3342
3438
|
if (void 0 !== input3.timeScale)
|
|
3343
|
-
return $
|
|
3439
|
+
return $vo65(input3, _path2, _exceptionable2);
|
|
3344
3440
|
return (() => {
|
|
3345
3441
|
if (void 0 !== input3.groups)
|
|
3346
|
-
return $
|
|
3347
|
-
return $
|
|
3442
|
+
return $vo70(input3, _path2, _exceptionable2);
|
|
3443
|
+
return $vo6(input3, _path2, false) || $vo64(input3, _path2, false) || $vo4(input3, _path2, false) || $vo7(input3, _path2, false) || $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false) || $vo67(input3, _path2, false) || $vo66(input3, _path2, false) || $vo68(input3, _path2, false) || $vo69(input3, _path2, false);
|
|
3348
3444
|
})();
|
|
3349
3445
|
})();
|
|
3350
3446
|
return ("object" === typeof input2 && null !== input2 || $report(true, {
|