@sjcrh/proteinpaint-types 2.137.2 → 2.137.3

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.
Files changed (33) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-SUL2XLYM.js → chunk-2YASZMH3.js} +665 -229
  3. package/dist/{chunk-6LRQCE3E.js → chunk-6HAS5WRS.js} +243 -41
  4. package/dist/{chunk-6H6TQ3MA.js → chunk-7FTOFTNK.js} +243 -41
  5. package/dist/{chunk-PAQX4HYF.js → chunk-AL4VFH5I.js} +520 -286
  6. package/dist/{chunk-7YFANJ2A.js → chunk-CC3OBRKE.js} +479 -245
  7. package/dist/{chunk-FMSTAFII.js → chunk-DD2RLZHC.js} +243 -41
  8. package/dist/{chunk-YW6G7WTF.js → chunk-GGZUN2GE.js} +5 -1
  9. package/dist/{chunk-CBPDONEQ.js → chunk-HCBXL376.js} +494 -246
  10. package/dist/{chunk-MDPMNCMV.js → chunk-HWRFIXJA.js} +480 -246
  11. package/dist/{chunk-IE3MSHTB.js → chunk-I2BMMKPN.js} +480 -246
  12. package/dist/{chunk-QCGBPQ7S.js → chunk-JKBVXIRQ.js} +247 -45
  13. package/dist/{chunk-657TS66W.js → chunk-LTGT4NK4.js} +713 -277
  14. package/dist/{chunk-YGOZU46P.js → chunk-S2M5SN7Q.js} +243 -41
  15. package/dist/correlationVolcano.js +1 -1
  16. package/dist/index.js +13 -13
  17. package/dist/termdb.boxplot.js +1 -1
  18. package/dist/termdb.categories.js +1 -1
  19. package/dist/termdb.cluster.js +1 -1
  20. package/dist/termdb.descrstats.js +1 -1
  21. package/dist/termdb.numericcategories.js +1 -1
  22. package/dist/termdb.percentile.js +1 -1
  23. package/dist/termdb.singleSampleMutation.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  27. package/dist/termdb.violin.js +1 -1
  28. package/package.json +1 -1
  29. package/src/dataset.ts +5 -7
  30. package/src/routes/termdb.categories.ts +5 -0
  31. package/src/routes/termdb.descrstats.ts +1 -0
  32. package/src/routes/termdb.singleSampleMutation.ts +3 -1
  33. package/src/terms/geneVariant.ts +11 -3
@@ -58,8 +58,8 @@ var validCategoriesRequest = (input) => {
58
58
  const errors = [];
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
- const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu5(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true;
62
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io15(input3.term));
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $io68(input3.__protected__));
62
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("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 && $io15(input3.term));
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -85,7 +85,7 @@ var validCategoriesRequest = (input) => {
85
85
  const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
86
86
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "string" === typeof input3.color;
87
87
  const $io12 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
88
- const $io13 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
88
+ const $io13 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
89
89
  const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io15(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) && $io17(elem)));
90
90
  const $io15 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
91
91
  const $io16 = (input3) => Object.keys(input3).every((key) => {
@@ -103,8 +103,8 @@ var validCategoriesRequest = (input) => {
103
103
  const $io19 = (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.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
104
104
  const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(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 && $io29(elem)));
105
105
  const $io21 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
106
- const $io22 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(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);
107
- const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
106
+ const $io22 = (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);
107
+ const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
108
108
  const $io24 = (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);
109
109
  const $io25 = (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);
110
110
  const $io26 = (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);
@@ -114,57 +114,60 @@ var validCategoriesRequest = (input) => {
114
114
  const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(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 && $io32(elem)));
115
115
  const $io31 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
116
116
  const $io32 = (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;
117
- const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
118
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values));
119
- 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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
120
- const $io36 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
121
- const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
122
- const $io38 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q));
123
- const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
124
- const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
125
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $io42(elem))) && (null !== input3.type && void 0 === input3.type);
126
- const $io42 = (input3) => "number" === typeof input3.value;
127
- const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term));
128
- const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $io45(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
129
- const $io45 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
130
- const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io47(elem)));
131
- const $io47 = (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 && $io48(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io49(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);
132
- const $io48 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
133
- const $io49 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
134
- const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
135
- const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
136
- const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
137
- const $io53 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
138
- const $io54 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
139
- const $io55 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
140
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io47(elem)));
141
- const $io57 = (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) && $io58(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
142
- const $io58 = (input3) => Object.keys(input3).every((key) => {
117
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
118
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values));
119
+ 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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
120
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
121
+ const $io37 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
122
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
123
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
124
+ const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
125
+ const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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]))));
126
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
127
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
128
+ const $io44 = (input3) => "number" === typeof input3.value;
129
+ const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
130
+ const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
131
+ const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
132
+ const $io48 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
133
+ const $io49 = (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 && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(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);
134
+ const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
135
+ const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
136
+ const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
137
+ const $io53 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
138
+ const $io54 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
139
+ const $io55 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
140
+ const $io56 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
141
+ const $io57 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
142
+ const $io58 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
143
+ 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) && $io60(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
144
+ const $io60 = (input3) => Object.keys(input3).every((key) => {
143
145
  const value = input3[key];
144
146
  if (void 0 === value)
145
147
  return true;
146
148
  if (RegExp(/(.*)/).test(key))
147
- return "object" === typeof value && null !== value && $io59(value);
149
+ return "object" === typeof value && null !== value && $io61(value);
148
150
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
149
- return "object" === typeof value && null !== value && $io59(value);
151
+ return "object" === typeof value && null !== value && $io61(value);
150
152
  return true;
151
153
  });
152
- const $io59 = (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 && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
153
- const $io60 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
154
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
155
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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;
156
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && $io64(input3.groups));
157
- const $io64 = (input3) => Object.keys(input3).every((key) => {
154
+ const $io61 = (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 && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
155
+ const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
156
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
157
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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;
158
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && $io66(input3.groups));
159
+ const $io66 = (input3) => Object.keys(input3).every((key) => {
158
160
  const value = input3[key];
159
161
  if (void 0 === value)
160
162
  return true;
161
163
  if (RegExp(/(.*)/).test(key))
162
- return "object" === typeof value && null !== value && $io65(value);
164
+ return "object" === typeof value && null !== value && $io67(value);
163
165
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
164
- return "object" === typeof value && null !== value && $io65(value);
166
+ return "object" === typeof value && null !== value && $io67(value);
165
167
  return true;
166
168
  });
167
- const $io65 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
169
+ const $io67 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
170
+ const $io68 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && true;
168
171
  const $iu0 = (input3) => (() => {
169
172
  if ("string" === typeof input3.type)
170
173
  return $io9(input3);
@@ -187,33 +190,40 @@ var validCategoriesRequest = (input) => {
187
190
  return $io25(input3);
188
191
  })();
189
192
  const $iu3 = (input3) => (() => {
193
+ if ("gene" === input3.kind)
194
+ return $io36(input3);
195
+ if ("coord" === input3.kind)
196
+ return $io37(input3);
197
+ return false;
198
+ })();
199
+ const $iu4 = (input3) => (() => {
190
200
  if (true === input3.startunbounded)
191
201
  return $io24(input3);
192
202
  if (void 0 !== input3.start)
193
203
  return $io25(input3);
194
204
  return false;
195
205
  })();
196
- const $iu4 = (input3) => (() => {
206
+ const $iu5 = (input3) => (() => {
197
207
  if (void 0 !== input3.stop)
198
208
  return $io25(input3);
199
209
  if (true === input3.stopunbounded)
200
210
  return $io26(input3);
201
211
  return false;
202
212
  })();
203
- const $iu5 = (input3) => (() => {
213
+ const $iu6 = (input3) => (() => {
204
214
  if (void 0 !== input3.type)
205
215
  return $io1(input3);
206
216
  return (() => {
207
- if ($io50(input3))
208
- return $io50(input3);
209
- if ($io43(input3))
210
- return $io43(input3);
211
- if ($io38(input3))
212
- return $io38(input3);
217
+ if ($io52(input3))
218
+ return $io52(input3);
219
+ if ($io45(input3))
220
+ return $io45(input3);
221
+ if ($io40(input3))
222
+ return $io40(input3);
213
223
  return false;
214
224
  })();
215
225
  })();
216
- const $iu6 = (input3) => (() => {
226
+ const $iu7 = (input3) => (() => {
217
227
  if ("values" === input3.type)
218
228
  return $io3(input3);
219
229
  if ("predefined-groupset" === input3.type)
@@ -222,7 +232,7 @@ var validCategoriesRequest = (input) => {
222
232
  return $io7(input3);
223
233
  return $io5(input3);
224
234
  })();
225
- const $iu7 = (input3) => (() => {
235
+ const $iu8 = (input3) => (() => {
226
236
  if (void 0 !== input3.ranges)
227
237
  return $io20(input3);
228
238
  return (() => {
@@ -235,55 +245,55 @@ var validCategoriesRequest = (input) => {
235
245
  return false;
236
246
  })();
237
247
  })();
238
- const $iu8 = (input3) => (() => {
248
+ const $iu9 = (input3) => (() => {
239
249
  if ("regular-bin" === input3.type)
240
250
  return $io23(input3);
241
251
  if ("custom-bin" === input3.type)
242
252
  return $io27(input3);
243
253
  return false;
244
254
  })();
245
- const $iu9 = (input3) => (() => {
255
+ const $iu10 = (input3) => (() => {
246
256
  if ("gene" === input3.kind)
247
257
  return $io35(input3);
248
258
  if ("coord" === input3.kind)
249
- return $io36(input3);
259
+ return $io38(input3);
250
260
  return false;
251
261
  })();
252
- const $iu10 = (input3) => (() => {
262
+ const $iu11 = (input3) => (() => {
253
263
  if ("regular-bin" === input3.type)
254
264
  return $io23(input3);
255
265
  if ("continuous" === input3.mode)
256
- return $io40(input3);
266
+ return $io42(input3);
257
267
  if ("spline" === input3.mode)
258
- return $io41(input3);
268
+ return $io43(input3);
259
269
  return (() => {
260
270
  if ($io27(input3))
261
271
  return $io27(input3);
262
- if ($io39(input3))
263
- return $io39(input3);
272
+ if ($io41(input3))
273
+ return $io41(input3);
264
274
  return false;
265
275
  })();
266
276
  })();
267
- const $iu11 = (input3) => (() => {
277
+ const $iu12 = (input3) => (() => {
268
278
  if ("gene" === input3.kind)
269
- return $io51(input3);
279
+ return $io53(input3);
270
280
  if ("coord" === input3.kind)
271
- return $io52(input3);
281
+ return $io54(input3);
272
282
  if ("categorical" === input3.type)
273
- return $io53(input3);
283
+ return $io55(input3);
274
284
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
275
- return $io54(input3);
285
+ return $io56(input3);
276
286
  if ("condition" === input3.type)
277
- return $io55(input3);
287
+ return $io57(input3);
278
288
  return (() => {
279
- if ($io56(input3))
280
- return $io56(input3);
281
- if ($io57(input3))
282
- return $io57(input3);
289
+ if ($io58(input3))
290
+ return $io58(input3);
291
+ if ($io59(input3))
292
+ return $io59(input3);
283
293
  return false;
284
294
  })();
285
295
  })();
286
- const $iu12 = (input3) => (() => {
296
+ const $iu13 = (input3) => (() => {
287
297
  if (void 0 !== input3.predefined_groupset_idx)
288
298
  return $io6(input3);
289
299
  if (void 0 !== input3.customset)
@@ -291,27 +301,27 @@ var validCategoriesRequest = (input) => {
291
301
  if (void 0 !== input3.bin_size)
292
302
  return $io23(input3);
293
303
  if (void 0 !== input3.knots)
294
- return $io41(input3);
304
+ return $io43(input3);
295
305
  if (void 0 !== input3.AFcutoff)
296
- return $io44(input3);
306
+ return $io46(input3);
297
307
  if (void 0 !== input3.timeScale)
298
- return $io62(input3);
308
+ return $io64(input3);
299
309
  return (() => {
300
310
  if (void 0 !== input3.groups)
301
- return $io63(input3);
311
+ return $io65(input3);
302
312
  return (() => {
303
313
  if ($io5(input3))
304
314
  return $io5(input3);
305
- if ($io61(input3))
306
- return $io61(input3);
315
+ if ($io63(input3))
316
+ return $io63(input3);
307
317
  if ($io3(input3))
308
318
  return $io3(input3);
309
319
  if ($io27(input3))
310
320
  return $io27(input3);
311
- if ($io39(input3))
312
- return $io39(input3);
313
- if ($io40(input3))
314
- return $io40(input3);
321
+ if ($io41(input3))
322
+ return $io41(input3);
323
+ if ($io42(input3))
324
+ return $io42(input3);
315
325
  return false;
316
326
  })();
317
327
  })();
@@ -338,7 +348,7 @@ var validCategoriesRequest = (input) => {
338
348
  path: _path2 + ".tw",
339
349
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
340
350
  value: input3.tw
341
- })) && $vu5(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
351
+ })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
342
352
  path: _path2 + ".tw",
343
353
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
344
354
  value: input3.tw
@@ -362,7 +372,15 @@ var validCategoriesRequest = (input) => {
362
372
  path: _path2 + ".currentGeneNames",
363
373
  expected: "(Array<string> | undefined)",
364
374
  value: input3.currentGeneNames
365
- }), true].every((flag) => flag);
375
+ }), true, void 0 === input3.__protected__ || ("object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) || $report(_exceptionable2, {
376
+ path: _path2 + ".__protected__",
377
+ expected: "(__type.o10 | undefined)",
378
+ value: input3.__protected__
379
+ })) && $vo68(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
380
+ path: _path2 + ".__protected__",
381
+ expected: "(__type.o10 | undefined)",
382
+ value: input3.__protected__
383
+ })].every((flag) => flag);
366
384
  const $vo1 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
367
385
  path: _path2 + ".id",
368
386
  expected: "(string | undefined)",
@@ -395,7 +413,7 @@ var validCategoriesRequest = (input) => {
395
413
  path: _path2 + ".q",
396
414
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
397
415
  value: input3.q
398
- })) && $vu6(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
416
+ })) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
399
417
  path: _path2 + ".q",
400
418
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
401
419
  value: input3.q
@@ -673,7 +691,7 @@ var validCategoriesRequest = (input) => {
673
691
  path: _path2 + ".tvs",
674
692
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
675
693
  value: input3.tvs
676
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
694
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
677
695
  path: _path2 + ".tvs",
678
696
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
679
697
  value: input3.tvs
@@ -1023,7 +1041,7 @@ var validCategoriesRequest = (input) => {
1023
1041
  path: _path2 + '["default"]',
1024
1042
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1025
1043
  value: input3["default"]
1026
- })) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1044
+ })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1027
1045
  path: _path2 + '["default"]',
1028
1046
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1029
1047
  value: input3["default"]
@@ -1031,7 +1049,7 @@ var validCategoriesRequest = (input) => {
1031
1049
  path: _path2 + ".less",
1032
1050
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1033
1051
  value: input3.less
1034
- })) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1052
+ })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1035
1053
  path: _path2 + ".less",
1036
1054
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1037
1055
  value: input3.less
@@ -1092,7 +1110,7 @@ var validCategoriesRequest = (input) => {
1092
1110
  path: _path2 + ".first_bin",
1093
1111
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1094
1112
  value: input3.first_bin
1095
- })) && $vu3(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1113
+ })) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1096
1114
  path: _path2 + ".first_bin",
1097
1115
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1098
1116
  value: input3.first_bin
@@ -1100,7 +1118,7 @@ var validCategoriesRequest = (input) => {
1100
1118
  path: _path2 + ".last_bin",
1101
1119
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1102
1120
  value: input3.last_bin
1103
- })) && $vu4(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1121
+ })) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1104
1122
  path: _path2 + ".last_bin",
1105
1123
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1106
1124
  value: input3.last_bin
@@ -1424,7 +1442,7 @@ var validCategoriesRequest = (input) => {
1424
1442
  path: _path2 + ".values[" + _index18 + "]",
1425
1443
  expected: "__type.o5",
1426
1444
  value: elem
1427
- })) && $vo37(elem, _path2 + ".values[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
1445
+ })) && $vo39(elem, _path2 + ".values[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
1428
1446
  path: _path2 + ".values[" + _index18 + "]",
1429
1447
  expected: "__type.o5",
1430
1448
  value: elem
@@ -1459,11 +1477,11 @@ var validCategoriesRequest = (input) => {
1459
1477
  value: input3.name_noOrigin
1460
1478
  }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1461
1479
  path: _path2 + ".parentTerm",
1462
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1480
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1463
1481
  value: input3.parentTerm
1464
- })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1482
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1465
1483
  path: _path2 + ".parentTerm",
1466
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1484
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1467
1485
  value: input3.parentTerm
1468
1486
  }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1469
1487
  path: _path2 + ".isleaf",
@@ -1566,6 +1584,22 @@ var validCategoriesRequest = (input) => {
1566
1584
  path: _path2 + ".stop",
1567
1585
  expected: "(number | undefined)",
1568
1586
  value: input3.stop
1587
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1588
+ path: _path2 + ".genes",
1589
+ expected: "Array<GvGeneTerm>",
1590
+ value: input3.genes
1591
+ })) && input3.genes.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1592
+ path: _path2 + ".genes[" + _index21 + "]",
1593
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1594
+ value: elem
1595
+ })) && $vu3(elem, _path2 + ".genes[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1596
+ path: _path2 + ".genes[" + _index21 + "]",
1597
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1598
+ value: elem
1599
+ })).every((flag) => flag) || $report(_exceptionable2, {
1600
+ path: _path2 + ".genes",
1601
+ expected: "Array<GvGeneTerm>",
1602
+ value: input3.genes
1569
1603
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1570
1604
  path: _path2 + ".groupsetting",
1571
1605
  expected: "(TermGroupSetting | undefined)",
@@ -1578,12 +1612,12 @@ var validCategoriesRequest = (input) => {
1578
1612
  path: _path2 + ".childTerms",
1579
1613
  expected: "(Array<DtTerm> | undefined)",
1580
1614
  value: input3.childTerms
1581
- })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1582
- path: _path2 + ".childTerms[" + _index21 + "]",
1615
+ })) && input3.childTerms.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1616
+ path: _path2 + ".childTerms[" + _index22 + "]",
1583
1617
  expected: "DtTerm",
1584
1618
  value: elem
1585
- })) && $vo34(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1586
- path: _path2 + ".childTerms[" + _index21 + "]",
1619
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1620
+ path: _path2 + ".childTerms[" + _index22 + "]",
1587
1621
  expected: "DtTerm",
1588
1622
  value: elem
1589
1623
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1599,6 +1633,156 @@ var validCategoriesRequest = (input) => {
1599
1633
  path: _path2 + ".name",
1600
1634
  expected: "string",
1601
1635
  value: input3.name
1636
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1637
+ path: _path2 + ".type",
1638
+ expected: "string",
1639
+ value: input3.type
1640
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1641
+ path: _path2 + ".child_types",
1642
+ expected: "(Array<string> | undefined)",
1643
+ value: input3.child_types
1644
+ })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1645
+ path: _path2 + ".child_types[" + _index23 + "]",
1646
+ expected: "string",
1647
+ value: elem
1648
+ })).every((flag) => flag) || $report(_exceptionable2, {
1649
+ path: _path2 + ".child_types",
1650
+ expected: "(Array<string> | undefined)",
1651
+ value: input3.child_types
1652
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1653
+ path: _path2 + ".hashtmldetail",
1654
+ expected: "(boolean | undefined)",
1655
+ value: input3.hashtmldetail
1656
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1657
+ path: _path2 + ".included_types",
1658
+ expected: "(Array<string> | undefined)",
1659
+ value: input3.included_types
1660
+ })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1661
+ path: _path2 + ".included_types[" + _index24 + "]",
1662
+ expected: "string",
1663
+ value: elem
1664
+ })).every((flag) => flag) || $report(_exceptionable2, {
1665
+ path: _path2 + ".included_types",
1666
+ expected: "(Array<string> | undefined)",
1667
+ value: input3.included_types
1668
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1669
+ path: _path2 + ".isleaf",
1670
+ expected: "(boolean | undefined)",
1671
+ value: input3.isleaf
1672
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1673
+ path: _path2 + ".values",
1674
+ expected: "(TermValues | undefined)",
1675
+ value: input3.values
1676
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1677
+ path: _path2 + ".values",
1678
+ expected: "(TermValues | undefined)",
1679
+ value: input3.values
1680
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1681
+ path: _path2 + ".skipValuesBuild",
1682
+ expected: "(boolean | undefined)",
1683
+ value: input3.skipValuesBuild
1684
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1685
+ path: _path2 + ".kind",
1686
+ expected: '"gene"',
1687
+ value: input3.kind
1688
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1689
+ path: _path2 + ".gene",
1690
+ expected: "string",
1691
+ value: input3.gene
1692
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1693
+ path: _path2 + ".chr",
1694
+ expected: "(string | undefined)",
1695
+ value: input3.chr
1696
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1697
+ path: _path2 + ".start",
1698
+ expected: "(number | undefined)",
1699
+ value: input3.start
1700
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1701
+ path: _path2 + ".stop",
1702
+ expected: "(number | undefined)",
1703
+ value: input3.stop
1704
+ })].every((flag) => flag);
1705
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1706
+ path: _path2 + ".id",
1707
+ expected: "string",
1708
+ value: input3.id
1709
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1710
+ path: _path2 + ".name",
1711
+ expected: "string",
1712
+ value: input3.name
1713
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1714
+ path: _path2 + ".type",
1715
+ expected: "string",
1716
+ value: input3.type
1717
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1718
+ path: _path2 + ".child_types",
1719
+ expected: "(Array<string> | undefined)",
1720
+ value: input3.child_types
1721
+ })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1722
+ path: _path2 + ".child_types[" + _index25 + "]",
1723
+ expected: "string",
1724
+ value: elem
1725
+ })).every((flag) => flag) || $report(_exceptionable2, {
1726
+ path: _path2 + ".child_types",
1727
+ expected: "(Array<string> | undefined)",
1728
+ value: input3.child_types
1729
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1730
+ path: _path2 + ".hashtmldetail",
1731
+ expected: "(boolean | undefined)",
1732
+ value: input3.hashtmldetail
1733
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1734
+ path: _path2 + ".included_types",
1735
+ expected: "(Array<string> | undefined)",
1736
+ value: input3.included_types
1737
+ })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1738
+ path: _path2 + ".included_types[" + _index26 + "]",
1739
+ expected: "string",
1740
+ value: elem
1741
+ })).every((flag) => flag) || $report(_exceptionable2, {
1742
+ path: _path2 + ".included_types",
1743
+ expected: "(Array<string> | undefined)",
1744
+ value: input3.included_types
1745
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1746
+ path: _path2 + ".isleaf",
1747
+ expected: "(boolean | undefined)",
1748
+ value: input3.isleaf
1749
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1750
+ path: _path2 + ".values",
1751
+ expected: "(TermValues | undefined)",
1752
+ value: input3.values
1753
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1754
+ path: _path2 + ".values",
1755
+ expected: "(TermValues | undefined)",
1756
+ value: input3.values
1757
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1758
+ path: _path2 + ".skipValuesBuild",
1759
+ expected: "(boolean | undefined)",
1760
+ value: input3.skipValuesBuild
1761
+ }), "coord" === input3.kind || $report(_exceptionable2, {
1762
+ path: _path2 + ".kind",
1763
+ expected: '"coord"',
1764
+ value: input3.kind
1765
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1766
+ path: _path2 + ".chr",
1767
+ expected: "string",
1768
+ value: input3.chr
1769
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1770
+ path: _path2 + ".start",
1771
+ expected: "number",
1772
+ value: input3.start
1773
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1774
+ path: _path2 + ".stop",
1775
+ expected: "number",
1776
+ value: input3.stop
1777
+ })].every((flag) => flag);
1778
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1779
+ path: _path2 + ".id",
1780
+ expected: "string",
1781
+ value: input3.id
1782
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1783
+ path: _path2 + ".name",
1784
+ expected: "string",
1785
+ value: input3.name
1602
1786
  }), "geneVariant" === input3.type || $report(_exceptionable2, {
1603
1787
  path: _path2 + ".type",
1604
1788
  expected: '"geneVariant"',
@@ -1607,8 +1791,8 @@ var validCategoriesRequest = (input) => {
1607
1791
  path: _path2 + ".child_types",
1608
1792
  expected: "(Array<string> | undefined)",
1609
1793
  value: input3.child_types
1610
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1611
- path: _path2 + ".child_types[" + _index22 + "]",
1794
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1795
+ path: _path2 + ".child_types[" + _index27 + "]",
1612
1796
  expected: "string",
1613
1797
  value: elem
1614
1798
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1623,8 +1807,8 @@ var validCategoriesRequest = (input) => {
1623
1807
  path: _path2 + ".included_types",
1624
1808
  expected: "(Array<string> | undefined)",
1625
1809
  value: input3.included_types
1626
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1627
- path: _path2 + ".included_types[" + _index23 + "]",
1810
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1811
+ path: _path2 + ".included_types[" + _index28 + "]",
1628
1812
  expected: "string",
1629
1813
  value: elem
1630
1814
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1663,6 +1847,22 @@ var validCategoriesRequest = (input) => {
1663
1847
  path: _path2 + ".stop",
1664
1848
  expected: "number",
1665
1849
  value: input3.stop
1850
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1851
+ path: _path2 + ".genes",
1852
+ expected: "Array<GvGeneTerm>",
1853
+ value: input3.genes
1854
+ })) && input3.genes.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1855
+ path: _path2 + ".genes[" + _index29 + "]",
1856
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1857
+ value: elem
1858
+ })) && $vu3(elem, _path2 + ".genes[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1859
+ path: _path2 + ".genes[" + _index29 + "]",
1860
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1861
+ value: elem
1862
+ })).every((flag) => flag) || $report(_exceptionable2, {
1863
+ path: _path2 + ".genes",
1864
+ expected: "Array<GvGeneTerm>",
1865
+ value: input3.genes
1666
1866
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1667
1867
  path: _path2 + ".groupsetting",
1668
1868
  expected: "(TermGroupSetting | undefined)",
@@ -1675,12 +1875,12 @@ var validCategoriesRequest = (input) => {
1675
1875
  path: _path2 + ".childTerms",
1676
1876
  expected: "(Array<DtTerm> | undefined)",
1677
1877
  value: input3.childTerms
1678
- })) && input3.childTerms.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1679
- path: _path2 + ".childTerms[" + _index24 + "]",
1878
+ })) && input3.childTerms.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1879
+ path: _path2 + ".childTerms[" + _index30 + "]",
1680
1880
  expected: "DtTerm",
1681
1881
  value: elem
1682
- })) && $vo34(elem, _path2 + ".childTerms[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1683
- path: _path2 + ".childTerms[" + _index24 + "]",
1882
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1883
+ path: _path2 + ".childTerms[" + _index30 + "]",
1684
1884
  expected: "DtTerm",
1685
1885
  value: elem
1686
1886
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1688,7 +1888,7 @@ var validCategoriesRequest = (input) => {
1688
1888
  expected: "(Array<DtTerm> | undefined)",
1689
1889
  value: input3.childTerms
1690
1890
  })].every((flag) => flag);
1691
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1891
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1692
1892
  path: _path2 + ".key",
1693
1893
  expected: "string",
1694
1894
  value: input3.key
@@ -1701,7 +1901,7 @@ var validCategoriesRequest = (input) => {
1701
1901
  expected: "string",
1702
1902
  value: input3.value
1703
1903
  })].every((flag) => flag);
1704
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1904
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1705
1905
  path: _path2 + ".id",
1706
1906
  expected: "(string | undefined)",
1707
1907
  value: input3.id
@@ -1737,12 +1937,12 @@ var validCategoriesRequest = (input) => {
1737
1937
  path: _path2 + ".q",
1738
1938
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1739
1939
  value: input3.q
1740
- })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1940
+ })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1741
1941
  path: _path2 + ".q",
1742
1942
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1743
1943
  value: input3.q
1744
1944
  })].every((flag) => flag);
1745
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1945
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1746
1946
  path: _path2 + ".hiddenValues",
1747
1947
  expected: "(HiddenValues | undefined)",
1748
1948
  value: input3.hiddenValues
@@ -1783,7 +1983,7 @@ var validCategoriesRequest = (input) => {
1783
1983
  path: _path2 + ".lst[0]",
1784
1984
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1785
1985
  value: input3.lst[0]
1786
- })) && $vu3(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1986
+ })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1787
1987
  path: _path2 + ".lst[0]",
1788
1988
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1789
1989
  value: input3.lst[0]
@@ -1792,7 +1992,7 @@ var validCategoriesRequest = (input) => {
1792
1992
  path: _path2 + ".lst[1]",
1793
1993
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1794
1994
  value: input3.lst[1]
1795
- })) && $vu4(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1995
+ })) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1796
1996
  path: _path2 + ".lst[1]",
1797
1997
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1798
1998
  value: input3.lst[1]
@@ -1802,7 +2002,7 @@ var validCategoriesRequest = (input) => {
1802
2002
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1803
2003
  value: input3.lst
1804
2004
  })].every((flag) => flag);
1805
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2005
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1806
2006
  path: _path2 + ".hiddenValues",
1807
2007
  expected: "(HiddenValues | undefined)",
1808
2008
  value: input3.hiddenValues
@@ -1839,7 +2039,7 @@ var validCategoriesRequest = (input) => {
1839
2039
  expected: "undefined",
1840
2040
  value: input3.type
1841
2041
  }))].every((flag) => flag);
1842
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2042
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1843
2043
  path: _path2 + ".hiddenValues",
1844
2044
  expected: "(HiddenValues | undefined)",
1845
2045
  value: input3.hiddenValues
@@ -1867,12 +2067,12 @@ var validCategoriesRequest = (input) => {
1867
2067
  path: _path2 + ".knots",
1868
2068
  expected: "Array<__type>.o3",
1869
2069
  value: input3.knots
1870
- })) && input3.knots.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1871
- path: _path2 + ".knots[" + _index25 + "]",
2070
+ })) && input3.knots.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2071
+ path: _path2 + ".knots[" + _index31 + "]",
1872
2072
  expected: "__type.o6",
1873
2073
  value: elem
1874
- })) && $vo42(elem, _path2 + ".knots[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1875
- path: _path2 + ".knots[" + _index25 + "]",
2074
+ })) && $vo44(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
2075
+ path: _path2 + ".knots[" + _index31 + "]",
1876
2076
  expected: "__type.o6",
1877
2077
  value: elem
1878
2078
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1888,12 +2088,12 @@ var validCategoriesRequest = (input) => {
1888
2088
  expected: "undefined",
1889
2089
  value: input3.type
1890
2090
  }))].every((flag) => flag);
1891
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2091
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1892
2092
  path: _path2 + ".value",
1893
2093
  expected: "number",
1894
2094
  value: input3.value
1895
2095
  })].every((flag) => flag);
1896
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2096
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1897
2097
  path: _path2 + ".id",
1898
2098
  expected: "(string | undefined)",
1899
2099
  value: input3.id
@@ -1921,7 +2121,7 @@ var validCategoriesRequest = (input) => {
1921
2121
  path: _path2 + ".q",
1922
2122
  expected: "SnpsQ",
1923
2123
  value: input3.q
1924
- })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2124
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1925
2125
  path: _path2 + ".q",
1926
2126
  expected: "SnpsQ",
1927
2127
  value: input3.q
@@ -1929,12 +2129,12 @@ var validCategoriesRequest = (input) => {
1929
2129
  path: _path2 + ".term",
1930
2130
  expected: "SnpsTerm",
1931
2131
  value: input3.term
1932
- })) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2132
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1933
2133
  path: _path2 + ".term",
1934
2134
  expected: "SnpsTerm",
1935
2135
  value: input3.term
1936
2136
  })].every((flag) => flag);
1937
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2137
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1938
2138
  path: _path2 + ".hiddenValues",
1939
2139
  expected: "(HiddenValues | undefined)",
1940
2140
  value: input3.hiddenValues
@@ -1990,7 +2190,7 @@ var validCategoriesRequest = (input) => {
1990
2190
  path: _path2 + ".restrictAncestry",
1991
2191
  expected: "RestrictAncestry",
1992
2192
  value: input3.restrictAncestry
1993
- })) && $vo45(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2193
+ })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
1994
2194
  path: _path2 + ".restrictAncestry",
1995
2195
  expected: "RestrictAncestry",
1996
2196
  value: input3.restrictAncestry
@@ -2015,7 +2215,7 @@ var validCategoriesRequest = (input) => {
2015
2215
  expected: "number",
2016
2216
  value: input3.stop
2017
2217
  })].every((flag) => flag);
2018
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2218
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2019
2219
  path: _path2 + ".name",
2020
2220
  expected: "string",
2021
2221
  value: input3.name
@@ -2023,12 +2223,12 @@ var validCategoriesRequest = (input) => {
2023
2223
  path: _path2 + ".tvs",
2024
2224
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2025
2225
  value: input3.tvs
2026
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2226
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2027
2227
  path: _path2 + ".tvs",
2028
2228
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2029
2229
  value: input3.tvs
2030
2230
  })].every((flag) => flag);
2031
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2231
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2032
2232
  path: _path2 + ".id",
2033
2233
  expected: "string",
2034
2234
  value: input3.id
@@ -2044,8 +2244,8 @@ var validCategoriesRequest = (input) => {
2044
2244
  path: _path2 + ".child_types",
2045
2245
  expected: "(Array<string> | undefined)",
2046
2246
  value: input3.child_types
2047
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
2048
- path: _path2 + ".child_types[" + _index26 + "]",
2247
+ })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2248
+ path: _path2 + ".child_types[" + _index32 + "]",
2049
2249
  expected: "string",
2050
2250
  value: elem
2051
2251
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2060,8 +2260,8 @@ var validCategoriesRequest = (input) => {
2060
2260
  path: _path2 + ".included_types",
2061
2261
  expected: "(Array<string> | undefined)",
2062
2262
  value: input3.included_types
2063
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
2064
- path: _path2 + ".included_types[" + _index27 + "]",
2263
+ })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2264
+ path: _path2 + ".included_types[" + _index33 + "]",
2065
2265
  expected: "string",
2066
2266
  value: elem
2067
2267
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2092,12 +2292,12 @@ var validCategoriesRequest = (input) => {
2092
2292
  path: _path2 + ".snps",
2093
2293
  expected: "(Array<SnpsEntry> | undefined)",
2094
2294
  value: input3.snps
2095
- })) && input3.snps.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2096
- path: _path2 + ".snps[" + _index28 + "]",
2295
+ })) && input3.snps.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2296
+ path: _path2 + ".snps[" + _index34 + "]",
2097
2297
  expected: "SnpsEntry",
2098
2298
  value: elem
2099
- })) && $vo47(elem, _path2 + ".snps[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
2100
- path: _path2 + ".snps[" + _index28 + "]",
2299
+ })) && $vo49(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2300
+ path: _path2 + ".snps[" + _index34 + "]",
2101
2301
  expected: "SnpsEntry",
2102
2302
  value: elem
2103
2303
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2105,12 +2305,12 @@ var validCategoriesRequest = (input) => {
2105
2305
  expected: "(Array<SnpsEntry> | undefined)",
2106
2306
  value: input3.snps
2107
2307
  })].every((flag) => flag);
2108
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2308
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2109
2309
  path: _path2 + ".altAlleles",
2110
2310
  expected: "(Array<string> | undefined)",
2111
2311
  value: input3.altAlleles
2112
- })) && input3.altAlleles.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
2113
- path: _path2 + ".altAlleles[" + _index29 + "]",
2312
+ })) && input3.altAlleles.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2313
+ path: _path2 + ".altAlleles[" + _index35 + "]",
2114
2314
  expected: "string",
2115
2315
  value: elem
2116
2316
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2121,12 +2321,12 @@ var validCategoriesRequest = (input) => {
2121
2321
  path: _path2 + ".alleles",
2122
2322
  expected: "(Array<AllelesEntry> | undefined)",
2123
2323
  value: input3.alleles
2124
- })) && input3.alleles.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2125
- path: _path2 + ".alleles[" + _index30 + "]",
2324
+ })) && input3.alleles.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2325
+ path: _path2 + ".alleles[" + _index36 + "]",
2126
2326
  expected: "AllelesEntry",
2127
2327
  value: elem
2128
- })) && $vo48(elem, _path2 + ".alleles[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2129
- path: _path2 + ".alleles[" + _index30 + "]",
2328
+ })) && $vo50(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2329
+ path: _path2 + ".alleles[" + _index36 + "]",
2130
2330
  expected: "AllelesEntry",
2131
2331
  value: elem
2132
2332
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2141,7 +2341,7 @@ var validCategoriesRequest = (input) => {
2141
2341
  path: _path2 + ".gt2count",
2142
2342
  expected: "(__type.o7 | undefined)",
2143
2343
  value: input3.gt2count
2144
- })) && $vo49(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2344
+ })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2145
2345
  path: _path2 + ".gt2count",
2146
2346
  expected: "(__type.o7 | undefined)",
2147
2347
  value: input3.gt2count
@@ -2170,7 +2370,7 @@ var validCategoriesRequest = (input) => {
2170
2370
  expected: "(number | undefined)",
2171
2371
  value: input3.pos
2172
2372
  })].every((flag) => flag);
2173
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2373
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2174
2374
  path: _path2 + ".allele",
2175
2375
  expected: "string",
2176
2376
  value: input3.allele
@@ -2183,7 +2383,7 @@ var validCategoriesRequest = (input) => {
2183
2383
  expected: "boolean",
2184
2384
  value: input3.isRef
2185
2385
  })].every((flag) => flag);
2186
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2386
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2187
2387
  path: _path2 + ".k",
2188
2388
  expected: "string",
2189
2389
  value: input3.k
@@ -2192,7 +2392,7 @@ var validCategoriesRequest = (input) => {
2192
2392
  expected: "(number | string)",
2193
2393
  value: input3.v
2194
2394
  })].every((flag) => flag);
2195
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2395
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2196
2396
  path: _path2 + ".id",
2197
2397
  expected: "(string | undefined)",
2198
2398
  value: input3.id
@@ -2218,22 +2418,22 @@ var validCategoriesRequest = (input) => {
2218
2418
  value: input3.minNumSamples
2219
2419
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2220
2420
  path: _path2 + ".term",
2221
- 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"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
2421
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | 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 & { values: SampleLstTermValues; })',
2222
2422
  value: input3.term
2223
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2423
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2224
2424
  path: _path2 + ".term",
2225
- 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"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
2425
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | 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 & { values: SampleLstTermValues; })',
2226
2426
  value: input3.term
2227
2427
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2228
2428
  path: _path2 + ".q",
2229
2429
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2230
2430
  value: input3.q
2231
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2431
+ })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2232
2432
  path: _path2 + ".q",
2233
2433
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2234
2434
  value: input3.q
2235
2435
  })].every((flag) => flag);
2236
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2436
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2237
2437
  path: _path2 + ".id",
2238
2438
  expected: "string",
2239
2439
  value: input3.id
@@ -2249,8 +2449,8 @@ var validCategoriesRequest = (input) => {
2249
2449
  path: _path2 + ".child_types",
2250
2450
  expected: "(Array<string> | undefined)",
2251
2451
  value: input3.child_types
2252
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2253
- path: _path2 + ".child_types[" + _index31 + "]",
2452
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2453
+ path: _path2 + ".child_types[" + _index37 + "]",
2254
2454
  expected: "string",
2255
2455
  value: elem
2256
2456
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2265,8 +2465,8 @@ var validCategoriesRequest = (input) => {
2265
2465
  path: _path2 + ".included_types",
2266
2466
  expected: "(Array<string> | undefined)",
2267
2467
  value: input3.included_types
2268
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2269
- path: _path2 + ".included_types[" + _index32 + "]",
2468
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2469
+ path: _path2 + ".included_types[" + _index38 + "]",
2270
2470
  expected: "string",
2271
2471
  value: elem
2272
2472
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2309,6 +2509,22 @@ var validCategoriesRequest = (input) => {
2309
2509
  path: _path2 + ".stop",
2310
2510
  expected: "(number | undefined)",
2311
2511
  value: input3.stop
2512
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2513
+ path: _path2 + ".genes",
2514
+ expected: "Array<GvGeneTerm>",
2515
+ value: input3.genes
2516
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2517
+ path: _path2 + ".genes[" + _index39 + "]",
2518
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2519
+ value: elem
2520
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2521
+ path: _path2 + ".genes[" + _index39 + "]",
2522
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2523
+ value: elem
2524
+ })).every((flag) => flag) || $report(_exceptionable2, {
2525
+ path: _path2 + ".genes",
2526
+ expected: "Array<GvGeneTerm>",
2527
+ value: input3.genes
2312
2528
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2313
2529
  path: _path2 + ".groupsetting",
2314
2530
  expected: "TermGroupSetting",
@@ -2321,12 +2537,12 @@ var validCategoriesRequest = (input) => {
2321
2537
  path: _path2 + ".childTerms",
2322
2538
  expected: "Array<DtTerm>",
2323
2539
  value: input3.childTerms
2324
- })) && input3.childTerms.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2325
- path: _path2 + ".childTerms[" + _index33 + "]",
2540
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2541
+ path: _path2 + ".childTerms[" + _index40 + "]",
2326
2542
  expected: "DtTerm",
2327
2543
  value: elem
2328
- })) && $vo34(elem, _path2 + ".childTerms[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2329
- path: _path2 + ".childTerms[" + _index33 + "]",
2544
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2545
+ path: _path2 + ".childTerms[" + _index40 + "]",
2330
2546
  expected: "DtTerm",
2331
2547
  value: elem
2332
2548
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2334,7 +2550,7 @@ var validCategoriesRequest = (input) => {
2334
2550
  expected: "Array<DtTerm>",
2335
2551
  value: input3.childTerms
2336
2552
  })].every((flag) => flag);
2337
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2553
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2338
2554
  path: _path2 + ".id",
2339
2555
  expected: "string",
2340
2556
  value: input3.id
@@ -2350,8 +2566,8 @@ var validCategoriesRequest = (input) => {
2350
2566
  path: _path2 + ".child_types",
2351
2567
  expected: "(Array<string> | undefined)",
2352
2568
  value: input3.child_types
2353
- })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2354
- path: _path2 + ".child_types[" + _index34 + "]",
2569
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2570
+ path: _path2 + ".child_types[" + _index41 + "]",
2355
2571
  expected: "string",
2356
2572
  value: elem
2357
2573
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2366,8 +2582,8 @@ var validCategoriesRequest = (input) => {
2366
2582
  path: _path2 + ".included_types",
2367
2583
  expected: "(Array<string> | undefined)",
2368
2584
  value: input3.included_types
2369
- })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2370
- path: _path2 + ".included_types[" + _index35 + "]",
2585
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2586
+ path: _path2 + ".included_types[" + _index42 + "]",
2371
2587
  expected: "string",
2372
2588
  value: elem
2373
2589
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2406,6 +2622,22 @@ var validCategoriesRequest = (input) => {
2406
2622
  path: _path2 + ".stop",
2407
2623
  expected: "number",
2408
2624
  value: input3.stop
2625
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2626
+ path: _path2 + ".genes",
2627
+ expected: "Array<GvGeneTerm>",
2628
+ value: input3.genes
2629
+ })) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2630
+ path: _path2 + ".genes[" + _index43 + "]",
2631
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2632
+ value: elem
2633
+ })) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2634
+ path: _path2 + ".genes[" + _index43 + "]",
2635
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2636
+ value: elem
2637
+ })).every((flag) => flag) || $report(_exceptionable2, {
2638
+ path: _path2 + ".genes",
2639
+ expected: "Array<GvGeneTerm>",
2640
+ value: input3.genes
2409
2641
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2410
2642
  path: _path2 + ".groupsetting",
2411
2643
  expected: "TermGroupSetting",
@@ -2418,12 +2650,12 @@ var validCategoriesRequest = (input) => {
2418
2650
  path: _path2 + ".childTerms",
2419
2651
  expected: "Array<DtTerm>",
2420
2652
  value: input3.childTerms
2421
- })) && input3.childTerms.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2422
- path: _path2 + ".childTerms[" + _index36 + "]",
2653
+ })) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2654
+ path: _path2 + ".childTerms[" + _index44 + "]",
2423
2655
  expected: "DtTerm",
2424
2656
  value: elem
2425
- })) && $vo34(elem, _path2 + ".childTerms[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2426
- path: _path2 + ".childTerms[" + _index36 + "]",
2657
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2658
+ path: _path2 + ".childTerms[" + _index44 + "]",
2427
2659
  expected: "DtTerm",
2428
2660
  value: elem
2429
2661
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2431,7 +2663,7 @@ var validCategoriesRequest = (input) => {
2431
2663
  expected: "Array<DtTerm>",
2432
2664
  value: input3.childTerms
2433
2665
  })].every((flag) => flag);
2434
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2666
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2435
2667
  path: _path2 + ".id",
2436
2668
  expected: "string",
2437
2669
  value: input3.id
@@ -2447,8 +2679,8 @@ var validCategoriesRequest = (input) => {
2447
2679
  path: _path2 + ".child_types",
2448
2680
  expected: "(Array<string> | undefined)",
2449
2681
  value: input3.child_types
2450
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2451
- path: _path2 + ".child_types[" + _index37 + "]",
2682
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2683
+ path: _path2 + ".child_types[" + _index45 + "]",
2452
2684
  expected: "string",
2453
2685
  value: elem
2454
2686
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2463,8 +2695,8 @@ var validCategoriesRequest = (input) => {
2463
2695
  path: _path2 + ".included_types",
2464
2696
  expected: "(Array<string> | undefined)",
2465
2697
  value: input3.included_types
2466
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2467
- path: _path2 + ".included_types[" + _index38 + "]",
2698
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2699
+ path: _path2 + ".included_types[" + _index46 + "]",
2468
2700
  expected: "string",
2469
2701
  value: elem
2470
2702
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2496,7 +2728,7 @@ var validCategoriesRequest = (input) => {
2496
2728
  expected: "TermGroupSetting",
2497
2729
  value: input3.groupsetting
2498
2730
  })].every((flag) => flag);
2499
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2731
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2500
2732
  path: _path2 + ".id",
2501
2733
  expected: "string",
2502
2734
  value: input3.id
@@ -2512,8 +2744,8 @@ var validCategoriesRequest = (input) => {
2512
2744
  path: _path2 + ".child_types",
2513
2745
  expected: "(Array<string> | undefined)",
2514
2746
  value: input3.child_types
2515
- })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2516
- path: _path2 + ".child_types[" + _index39 + "]",
2747
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2748
+ path: _path2 + ".child_types[" + _index47 + "]",
2517
2749
  expected: "string",
2518
2750
  value: elem
2519
2751
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2528,8 +2760,8 @@ var validCategoriesRequest = (input) => {
2528
2760
  path: _path2 + ".included_types",
2529
2761
  expected: "(Array<string> | undefined)",
2530
2762
  value: input3.included_types
2531
- })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2532
- path: _path2 + ".included_types[" + _index40 + "]",
2763
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2764
+ path: _path2 + ".included_types[" + _index48 + "]",
2533
2765
  expected: "string",
2534
2766
  value: elem
2535
2767
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2573,7 +2805,7 @@ var validCategoriesRequest = (input) => {
2573
2805
  expected: "(__type.o3 | undefined)",
2574
2806
  value: input3.continuousColorScale
2575
2807
  })].every((flag) => flag);
2576
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2808
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2577
2809
  path: _path2 + ".id",
2578
2810
  expected: "string",
2579
2811
  value: input3.id
@@ -2589,8 +2821,8 @@ var validCategoriesRequest = (input) => {
2589
2821
  path: _path2 + ".child_types",
2590
2822
  expected: "(Array<string> | undefined)",
2591
2823
  value: input3.child_types
2592
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2593
- path: _path2 + ".child_types[" + _index41 + "]",
2824
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2825
+ path: _path2 + ".child_types[" + _index49 + "]",
2594
2826
  expected: "string",
2595
2827
  value: elem
2596
2828
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2605,8 +2837,8 @@ var validCategoriesRequest = (input) => {
2605
2837
  path: _path2 + ".included_types",
2606
2838
  expected: "(Array<string> | undefined)",
2607
2839
  value: input3.included_types
2608
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2609
- path: _path2 + ".included_types[" + _index42 + "]",
2840
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2841
+ path: _path2 + ".included_types[" + _index50 + "]",
2610
2842
  expected: "string",
2611
2843
  value: elem
2612
2844
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2630,7 +2862,7 @@ var validCategoriesRequest = (input) => {
2630
2862
  expected: "(boolean | undefined)",
2631
2863
  value: input3.skipValuesBuild
2632
2864
  })].every((flag) => flag);
2633
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2865
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2634
2866
  path: _path2 + ".id",
2635
2867
  expected: "string",
2636
2868
  value: input3.id
@@ -2646,8 +2878,8 @@ var validCategoriesRequest = (input) => {
2646
2878
  path: _path2 + ".child_types",
2647
2879
  expected: "(Array<string> | undefined)",
2648
2880
  value: input3.child_types
2649
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2650
- path: _path2 + ".child_types[" + _index43 + "]",
2881
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2882
+ path: _path2 + ".child_types[" + _index51 + "]",
2651
2883
  expected: "string",
2652
2884
  value: elem
2653
2885
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2662,8 +2894,8 @@ var validCategoriesRequest = (input) => {
2662
2894
  path: _path2 + ".included_types",
2663
2895
  expected: "(Array<string> | undefined)",
2664
2896
  value: input3.included_types
2665
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2666
- path: _path2 + ".included_types[" + _index44 + "]",
2897
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2898
+ path: _path2 + ".included_types[" + _index52 + "]",
2667
2899
  expected: "string",
2668
2900
  value: elem
2669
2901
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2694,12 +2926,12 @@ var validCategoriesRequest = (input) => {
2694
2926
  path: _path2 + ".snps",
2695
2927
  expected: "(Array<SnpsEntry> | undefined)",
2696
2928
  value: input3.snps
2697
- })) && input3.snps.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2698
- path: _path2 + ".snps[" + _index45 + "]",
2929
+ })) && input3.snps.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2930
+ path: _path2 + ".snps[" + _index53 + "]",
2699
2931
  expected: "SnpsEntry",
2700
2932
  value: elem
2701
- })) && $vo47(elem, _path2 + ".snps[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2702
- path: _path2 + ".snps[" + _index45 + "]",
2933
+ })) && $vo49(elem, _path2 + ".snps[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
2934
+ path: _path2 + ".snps[" + _index53 + "]",
2703
2935
  expected: "SnpsEntry",
2704
2936
  value: elem
2705
2937
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2707,7 +2939,7 @@ var validCategoriesRequest = (input) => {
2707
2939
  expected: "(Array<SnpsEntry> | undefined)",
2708
2940
  value: input3.snps
2709
2941
  })].every((flag) => flag);
2710
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2942
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2711
2943
  path: _path2 + ".id",
2712
2944
  expected: "string",
2713
2945
  value: input3.id
@@ -2723,8 +2955,8 @@ var validCategoriesRequest = (input) => {
2723
2955
  path: _path2 + ".child_types",
2724
2956
  expected: "(Array<string> | undefined)",
2725
2957
  value: input3.child_types
2726
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2727
- path: _path2 + ".child_types[" + _index46 + "]",
2958
+ })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2959
+ path: _path2 + ".child_types[" + _index54 + "]",
2728
2960
  expected: "string",
2729
2961
  value: elem
2730
2962
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2739,8 +2971,8 @@ var validCategoriesRequest = (input) => {
2739
2971
  path: _path2 + ".included_types",
2740
2972
  expected: "(Array<string> | undefined)",
2741
2973
  value: input3.included_types
2742
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2743
- path: _path2 + ".included_types[" + _index47 + "]",
2974
+ })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2975
+ path: _path2 + ".included_types[" + _index55 + "]",
2744
2976
  expected: "string",
2745
2977
  value: elem
2746
2978
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2755,7 +2987,7 @@ var validCategoriesRequest = (input) => {
2755
2987
  path: _path2 + ".values",
2756
2988
  expected: "(TermValues & SampleLstTermValues | undefined)",
2757
2989
  value: input3.values
2758
- })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2990
+ })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2759
2991
  path: _path2 + ".values",
2760
2992
  expected: "(TermValues & SampleLstTermValues | undefined)",
2761
2993
  value: input3.values
@@ -2764,7 +2996,7 @@ var validCategoriesRequest = (input) => {
2764
2996
  expected: "(boolean | undefined)",
2765
2997
  value: input3.skipValuesBuild
2766
2998
  })].every((flag) => flag);
2767
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2999
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2768
3000
  const value = input3[key];
2769
3001
  if (void 0 === value)
2770
3002
  return true;
@@ -2773,7 +3005,7 @@ var validCategoriesRequest = (input) => {
2773
3005
  path: _path2 + $join(key),
2774
3006
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2775
3007
  value
2776
- })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3008
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2777
3009
  path: _path2 + $join(key),
2778
3010
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2779
3011
  value
@@ -2783,14 +3015,14 @@ var validCategoriesRequest = (input) => {
2783
3015
  path: _path2 + $join(key),
2784
3016
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2785
3017
  value
2786
- })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3018
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2787
3019
  path: _path2 + $join(key),
2788
3020
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2789
3021
  value
2790
3022
  });
2791
3023
  return true;
2792
3024
  }).every((flag) => flag)].every((flag) => flag);
2793
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3025
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2794
3026
  path: _path2 + ".key",
2795
3027
  expected: "(string | undefined)",
2796
3028
  value: input3.key
@@ -2834,12 +3066,12 @@ var validCategoriesRequest = (input) => {
2834
3066
  path: _path2 + ".list",
2835
3067
  expected: "Array<__type>.o4",
2836
3068
  value: input3.list
2837
- })) && input3.list.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2838
- path: _path2 + ".list[" + _index48 + "]",
3069
+ })) && input3.list.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3070
+ path: _path2 + ".list[" + _index56 + "]",
2839
3071
  expected: "__type.o8",
2840
3072
  value: elem
2841
- })) && $vo60(elem, _path2 + ".list[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2842
- path: _path2 + ".list[" + _index48 + "]",
3073
+ })) && $vo62(elem, _path2 + ".list[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3074
+ path: _path2 + ".list[" + _index56 + "]",
2843
3075
  expected: "__type.o8",
2844
3076
  value: elem
2845
3077
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2847,7 +3079,7 @@ var validCategoriesRequest = (input) => {
2847
3079
  expected: "Array<__type>.o4",
2848
3080
  value: input3.list
2849
3081
  }), true].every((flag) => flag);
2850
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3082
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2851
3083
  path: _path2 + ".sampleId",
2852
3084
  expected: "string",
2853
3085
  value: input3.sampleId
@@ -2856,7 +3088,7 @@ var validCategoriesRequest = (input) => {
2856
3088
  expected: "string",
2857
3089
  value: input3.sample
2858
3090
  })].every((flag) => flag);
2859
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3091
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2860
3092
  path: _path2 + ".hiddenValues",
2861
3093
  expected: "(HiddenValues | undefined)",
2862
3094
  value: input3.hiddenValues
@@ -2885,7 +3117,7 @@ var validCategoriesRequest = (input) => {
2885
3117
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2886
3118
  value: input3.type
2887
3119
  })].every((flag) => flag);
2888
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3120
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2889
3121
  path: _path2 + ".hiddenValues",
2890
3122
  expected: "(HiddenValues | undefined)",
2891
3123
  value: input3.hiddenValues
@@ -2925,8 +3157,8 @@ var validCategoriesRequest = (input) => {
2925
3157
  path: _path2 + ".breaks",
2926
3158
  expected: "(Array<number> | undefined)",
2927
3159
  value: input3.breaks
2928
- })) && input3.breaks.map((elem, _index49) => "number" === typeof elem || $report(_exceptionable2, {
2929
- path: _path2 + ".breaks[" + _index49 + "]",
3160
+ })) && input3.breaks.map((elem, _index57) => "number" === typeof elem || $report(_exceptionable2, {
3161
+ path: _path2 + ".breaks[" + _index57 + "]",
2930
3162
  expected: "number",
2931
3163
  value: elem
2932
3164
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2950,7 +3182,7 @@ var validCategoriesRequest = (input) => {
2950
3182
  expected: "(boolean | undefined)",
2951
3183
  value: input3.value_by_computable_grade
2952
3184
  }), true].every((flag) => flag);
2953
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3185
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2954
3186
  path: _path2 + ".hiddenValues",
2955
3187
  expected: "(HiddenValues | undefined)",
2956
3188
  value: input3.hiddenValues
@@ -2982,12 +3214,12 @@ var validCategoriesRequest = (input) => {
2982
3214
  path: _path2 + ".groups",
2983
3215
  expected: "SampleLstTermValues",
2984
3216
  value: input3.groups
2985
- })) && $vo64(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3217
+ })) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
2986
3218
  path: _path2 + ".groups",
2987
3219
  expected: "SampleLstTermValues",
2988
3220
  value: input3.groups
2989
3221
  })].every((flag) => flag);
2990
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3222
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2991
3223
  const value = input3[key];
2992
3224
  if (void 0 === value)
2993
3225
  return true;
@@ -2996,7 +3228,7 @@ var validCategoriesRequest = (input) => {
2996
3228
  path: _path2 + $join(key),
2997
3229
  expected: "__type.o9",
2998
3230
  value
2999
- })) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3231
+ })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3000
3232
  path: _path2 + $join(key),
3001
3233
  expected: "__type.o9",
3002
3234
  value
@@ -3006,14 +3238,14 @@ var validCategoriesRequest = (input) => {
3006
3238
  path: _path2 + $join(key),
3007
3239
  expected: "__type.o9",
3008
3240
  value
3009
- })) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3241
+ })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3010
3242
  path: _path2 + $join(key),
3011
3243
  expected: "__type.o9",
3012
3244
  value
3013
3245
  });
3014
3246
  return true;
3015
3247
  }).every((flag) => flag)].every((flag) => flag);
3016
- const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3248
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3017
3249
  path: _path2 + ".name",
3018
3250
  expected: "string",
3019
3251
  value: input3.name
@@ -3025,12 +3257,12 @@ var validCategoriesRequest = (input) => {
3025
3257
  path: _path2 + ".list",
3026
3258
  expected: "Array<__type>.o4",
3027
3259
  value: input3.list
3028
- })) && input3.list.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3029
- path: _path2 + ".list[" + _index50 + "]",
3260
+ })) && input3.list.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3261
+ path: _path2 + ".list[" + _index58 + "]",
3030
3262
  expected: "__type.o8",
3031
3263
  value: elem
3032
- })) && $vo60(elem, _path2 + ".list[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3033
- path: _path2 + ".list[" + _index50 + "]",
3264
+ })) && $vo62(elem, _path2 + ".list[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3265
+ path: _path2 + ".list[" + _index58 + "]",
3034
3266
  expected: "__type.o8",
3035
3267
  value: elem
3036
3268
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3038,6 +3270,11 @@ var validCategoriesRequest = (input) => {
3038
3270
  expected: "Array<__type>.o4",
3039
3271
  value: input3.list
3040
3272
  }), true].every((flag) => flag);
3273
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
3274
+ path: _path2 + ".sessionId",
3275
+ expected: "(string | undefined)",
3276
+ value: input3.sessionId
3277
+ }), true, true].every((flag) => flag);
3041
3278
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3042
3279
  if ("string" === typeof input3.type)
3043
3280
  return $vo9(input3, _path2, _exceptionable2);
@@ -3068,6 +3305,17 @@ var validCategoriesRequest = (input) => {
3068
3305
  return $vo25(input3, _path2, _exceptionable2);
3069
3306
  })();
3070
3307
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3308
+ if ("gene" === input3.kind)
3309
+ return $vo36(input3, _path2, _exceptionable2);
3310
+ if ("coord" === input3.kind)
3311
+ return $vo37(input3, _path2, _exceptionable2);
3312
+ return $report(_exceptionable2, {
3313
+ path: _path2,
3314
+ expected: "(BaseTerm & Gene | BaseTerm & Coord)",
3315
+ value: input3
3316
+ });
3317
+ })();
3318
+ const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3071
3319
  if (true === input3.startunbounded)
3072
3320
  return $vo24(input3, _path2, _exceptionable2);
3073
3321
  if (void 0 !== input3.start)
@@ -3078,7 +3326,7 @@ var validCategoriesRequest = (input) => {
3078
3326
  value: input3
3079
3327
  });
3080
3328
  })();
3081
- const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3329
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3082
3330
  if (void 0 !== input3.stop)
3083
3331
  return $vo25(input3, _path2, _exceptionable2);
3084
3332
  if (true === input3.stopunbounded)
@@ -3089,12 +3337,12 @@ var validCategoriesRequest = (input) => {
3089
3337
  value: input3
3090
3338
  });
3091
3339
  })();
3092
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3340
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3093
3341
  if (void 0 !== input3.type)
3094
3342
  return $vo1(input3, _path2, _exceptionable2);
3095
- return $vo50(input3, _path2, false) || $vo43(input3, _path2, false) || $vo38(input3, _path2, false);
3343
+ return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3096
3344
  })();
3097
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3345
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3098
3346
  if ("values" === input3.type)
3099
3347
  return $vo3(input3, _path2, _exceptionable2);
3100
3348
  if ("predefined-groupset" === input3.type)
@@ -3103,12 +3351,12 @@ var validCategoriesRequest = (input) => {
3103
3351
  return $vo7(input3, _path2, _exceptionable2);
3104
3352
  return $vo5(input3, _path2, _exceptionable2);
3105
3353
  })();
3106
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3354
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3107
3355
  if (void 0 !== input3.ranges)
3108
3356
  return $vo20(input3, _path2, _exceptionable2);
3109
3357
  return $vo14(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3110
3358
  })();
3111
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3359
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3112
3360
  if ("regular-bin" === input3.type)
3113
3361
  return $vo23(input3, _path2, _exceptionable2);
3114
3362
  if ("custom-bin" === input3.type)
@@ -3119,40 +3367,40 @@ var validCategoriesRequest = (input) => {
3119
3367
  value: input3
3120
3368
  });
3121
3369
  })();
3122
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3370
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3123
3371
  if ("gene" === input3.kind)
3124
3372
  return $vo35(input3, _path2, _exceptionable2);
3125
3373
  if ("coord" === input3.kind)
3126
- return $vo36(input3, _path2, _exceptionable2);
3374
+ return $vo38(input3, _path2, _exceptionable2);
3127
3375
  return $report(_exceptionable2, {
3128
3376
  path: _path2,
3129
- expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3377
+ expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3130
3378
  value: input3
3131
3379
  });
3132
3380
  })();
3133
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3381
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3134
3382
  if ("regular-bin" === input3.type)
3135
3383
  return $vo23(input3, _path2, _exceptionable2);
3136
3384
  if ("continuous" === input3.mode)
3137
- return $vo40(input3, _path2, _exceptionable2);
3385
+ return $vo42(input3, _path2, _exceptionable2);
3138
3386
  if ("spline" === input3.mode)
3139
- return $vo41(input3, _path2, _exceptionable2);
3140
- return $vo27(input3, _path2, false) || $vo39(input3, _path2, false);
3387
+ return $vo43(input3, _path2, _exceptionable2);
3388
+ return $vo27(input3, _path2, false) || $vo41(input3, _path2, false);
3141
3389
  })();
3142
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3390
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3143
3391
  if ("gene" === input3.kind)
3144
- return $vo51(input3, _path2, _exceptionable2);
3392
+ return $vo53(input3, _path2, _exceptionable2);
3145
3393
  if ("coord" === input3.kind)
3146
- return $vo52(input3, _path2, _exceptionable2);
3394
+ return $vo54(input3, _path2, _exceptionable2);
3147
3395
  if ("categorical" === input3.type)
3148
- return $vo53(input3, _path2, _exceptionable2);
3396
+ return $vo55(input3, _path2, _exceptionable2);
3149
3397
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3150
- return $vo54(input3, _path2, _exceptionable2);
3398
+ return $vo56(input3, _path2, _exceptionable2);
3151
3399
  if ("condition" === input3.type)
3152
- return $vo55(input3, _path2, _exceptionable2);
3153
- return $vo56(input3, _path2, false) || $vo57(input3, _path2, false);
3400
+ return $vo57(input3, _path2, _exceptionable2);
3401
+ return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3154
3402
  })();
3155
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3403
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3156
3404
  if (void 0 !== input3.predefined_groupset_idx)
3157
3405
  return $vo6(input3, _path2, _exceptionable2);
3158
3406
  if (void 0 !== input3.customset)
@@ -3160,15 +3408,15 @@ var validCategoriesRequest = (input) => {
3160
3408
  if (void 0 !== input3.bin_size)
3161
3409
  return $vo23(input3, _path2, _exceptionable2);
3162
3410
  if (void 0 !== input3.knots)
3163
- return $vo41(input3, _path2, _exceptionable2);
3411
+ return $vo43(input3, _path2, _exceptionable2);
3164
3412
  if (void 0 !== input3.AFcutoff)
3165
- return $vo44(input3, _path2, _exceptionable2);
3413
+ return $vo46(input3, _path2, _exceptionable2);
3166
3414
  if (void 0 !== input3.timeScale)
3167
- return $vo62(input3, _path2, _exceptionable2);
3415
+ return $vo64(input3, _path2, _exceptionable2);
3168
3416
  return (() => {
3169
3417
  if (void 0 !== input3.groups)
3170
- return $vo63(input3, _path2, _exceptionable2);
3171
- return $vo5(input3, _path2, false) || $vo61(input3, _path2, false) || $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false);
3418
+ return $vo65(input3, _path2, _exceptionable2);
3419
+ return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
3172
3420
  })();
3173
3421
  })();
3174
3422
  return ("object" === typeof input2 && null !== input2 || $report(true, {