@sjcrh/proteinpaint-types 2.141.0 → 2.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-77RH7U6G.js → chunk-2VDOPTRV.js} +474 -384
  3. package/dist/{chunk-WCWYMCZD.js → chunk-3BQ57P2P.js} +219 -123
  4. package/dist/{chunk-EOBFYFLQ.js → chunk-3L3ASC3B.js} +449 -353
  5. package/dist/{chunk-T3GTEGQN.js → chunk-4R265LDJ.js} +219 -123
  6. package/dist/{chunk-QWAPDNYB.js → chunk-CEDL2QZT.js} +453 -357
  7. package/dist/{chunk-424IUJWR.js → chunk-DMJFOII6.js} +219 -123
  8. package/dist/{chunk-S6OBK4RE.js → chunk-FVBXC7SY.js} +219 -123
  9. package/dist/{chunk-VMQUAU5V.js → chunk-GDM7YUXH.js} +449 -353
  10. package/dist/{chunk-UYBVE3DL.js → chunk-IR4QSJI7.js} +449 -353
  11. package/dist/{chunk-I7FTK55B.js → chunk-MVMUZSLL.js} +435 -339
  12. package/dist/{chunk-56JQGGZJ.js → chunk-SMVDKR2O.js} +781 -561
  13. package/dist/{chunk-KEJROUTM.js → chunk-SOM5WKDM.js} +255 -261
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -1
  27. package/src/terms/date.ts +7 -5
  28. package/src/terms/geneExpression.ts +22 -8
  29. package/src/terms/metaboliteIntensity.ts +13 -3
  30. package/src/terms/numeric.ts +1 -1
  31. package/src/terms/ssGSEA.ts +4 -2
  32. package/src/terms/tw.ts +2 -2
@@ -58,8 +58,8 @@ var validCategoriesRequest = (input) => {
58
58
  const errors = [];
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
- const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $io77(input3.__protected__));
62
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io39(input3.q)) && "CatTWValues" === input3.type;
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $io78(input3.__protected__));
62
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io40(input3.q)) && "CatTWValues" === input3.type;
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -68,7 +68,7 @@ var validCategoriesRequest = (input) => {
68
68
  return true;
69
69
  return true;
70
70
  });
71
- const $io3 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting));
71
+ const $io3 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
72
72
  const $io4 = (input3) => Object.keys(input3).every((key) => {
73
73
  const value = input3[key];
74
74
  if (void 0 === value)
@@ -83,7 +83,7 @@ var validCategoriesRequest = (input) => {
83
83
  const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
84
84
  const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
85
85
  const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io5(elem)));
86
- const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)));
86
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
87
87
  const $io10 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
88
88
  const $io11 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
89
89
  const $io12 = (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);
@@ -100,65 +100,66 @@ var validCategoriesRequest = (input) => {
100
100
  const $io16 = (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);
101
101
  const $io17 = (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);
102
102
  const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu1(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
103
- const $io19 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
104
- const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
105
- const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
106
- const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
107
- const $io23 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
108
- const $io24 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io25(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 && $io26(elem)));
109
- const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
110
- const $io26 = (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;
111
- const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
112
- const $io28 = (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) && $io4(input3.values));
113
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
114
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
115
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
116
- const $io32 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
117
- const $io33 = (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 && $iu3(elem)));
118
- const $io34 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
119
- const $io35 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
120
- const $io36 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
121
- const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
122
- const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
123
- const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io41(input3.q)) && "CatTWPredefinedGS" === input3.type;
125
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
126
- const $io42 = (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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "CatTWCustomGS" === input3.type;
127
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io44(input3.customset));
128
- const $io44 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
130
- const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
131
- const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q));
132
- const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
133
- const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io50(input3.q));
134
- const $io50 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
135
- const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
136
- const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io53(elem))) && (null !== input3.type && void 0 === input3.type);
137
- const $io53 = (input3) => "number" === typeof input3.value;
138
- const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
139
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
140
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
141
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
142
- const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q));
143
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
144
- const $io60 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
145
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io44(input3.customset));
146
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io25(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
147
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
148
- const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io67(input3.term));
149
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io66(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
150
- const $io66 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
151
- const $io67 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io68(elem)));
152
- const $io68 = (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 && $io69(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io70(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);
153
- const $io69 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
154
- const $io70 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
155
- const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io76(input3.term));
156
- const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type);
157
- const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
158
- const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "predefined-groupset" === input3.type) && "number" === typeof input3.predefined_groupset_idx;
159
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "custom-groupset" === input3.type) && ("object" === typeof input3.customset && null !== input3.customset && $io44(input3.customset));
160
- const $io76 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting));
161
- const $io77 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && true;
103
+ const $io19 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins)) && (void 0 === input3.kind || "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);
104
+ const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
105
+ const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
106
+ const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
107
+ const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
108
+ const $io24 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
109
+ const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(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 && $io27(elem)));
110
+ const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
111
+ const $io27 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
112
+ const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
113
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $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) && $io4(input3.values));
114
+ const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
115
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
116
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
117
+ const $io33 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
118
+ const $io34 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
119
+ const $io35 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
120
+ const $io36 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
121
+ const $io37 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
122
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
123
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
124
+ const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
125
+ const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "CatTWPredefinedGS" === input3.type;
126
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
127
+ const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "CatTWCustomGS" === input3.type;
128
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
129
+ const $io45 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
130
+ const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
131
+ const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
132
+ const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q));
133
+ const $io49 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
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 && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io51(input3.q));
135
+ const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q));
137
+ const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io54(elem))) && (null !== input3.type && void 0 === input3.type);
138
+ const $io54 = (input3) => "number" === typeof input3.value;
139
+ const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
140
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
141
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
142
+ const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
143
+ const $io59 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
144
+ const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
145
+ const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
146
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
147
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
148
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "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;
149
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io68(input3.term));
150
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "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 && $io67(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
151
+ const $io67 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
152
+ const $io68 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io69(elem)));
153
+ const $io69 = (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 && $io70(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io71(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);
154
+ const $io70 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
155
+ const $io71 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
156
+ const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io77(input3.term));
157
+ const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type);
158
+ const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
159
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "predefined-groupset" === input3.type) && "number" === typeof input3.predefined_groupset_idx;
160
+ const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "custom-groupset" === input3.type) && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
161
+ const $io77 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
162
+ const $io78 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && true;
162
163
  const $iu0 = (input3) => (() => {
163
164
  if ("tvslst" === input3.type)
164
165
  return $io6(input3);
@@ -175,16 +176,16 @@ var validCategoriesRequest = (input) => {
175
176
  })();
176
177
  const $iu2 = (input3) => (() => {
177
178
  if ("gene" === input3.kind)
178
- return $io30(input3);
179
- if ("coord" === input3.kind)
180
179
  return $io31(input3);
180
+ if ("coord" === input3.kind)
181
+ return $io32(input3);
181
182
  return false;
182
183
  })();
183
184
  const $iu3 = (input3) => (() => {
184
185
  if ("string" === typeof input3.type)
185
- return $io34(input3);
186
+ return $io35(input3);
186
187
  if ("filter" === input3.type)
187
- return $io36(input3);
188
+ return $io37(input3);
188
189
  return false;
189
190
  })();
190
191
  const $iu4 = (input3) => (() => {
@@ -203,31 +204,31 @@ var validCategoriesRequest = (input) => {
203
204
  })();
204
205
  const $iu6 = (input3) => (() => {
205
206
  if ("SnpTW" === input3.type)
206
- return $io71(input3);
207
+ return $io72(input3);
207
208
  if ("SnpsTW" === input3.type)
208
- return $io64(input3);
209
+ return $io65(input3);
209
210
  if ("ConditionTW" === input3.type)
210
- return $io62(input3);
211
+ return $io63(input3);
211
212
  if ("GvCustomGsTW" === input3.type)
212
- return $io60(input3);
213
+ return $io61(input3);
213
214
  if ("GvPredefinedGsTW" === input3.type)
214
- return $io58(input3);
215
+ return $io59(input3);
215
216
  if ("GvValuesTW" === input3.type)
216
- return $io54(input3);
217
+ return $io55(input3);
217
218
  if ("NumTWSpline" === input3.type)
218
- return $io51(input3);
219
+ return $io52(input3);
219
220
  if ("NumTWCont" === input3.type)
220
- return $io49(input3);
221
+ return $io50(input3);
221
222
  if ("NumTWBinary" === input3.type)
222
- return $io47(input3);
223
+ return $io48(input3);
223
224
  if ("NumTWCustomBin" === input3.type)
224
- return $io46(input3);
225
+ return $io47(input3);
225
226
  if ("NumTWRegularBin" === input3.type)
226
- return $io45(input3);
227
+ return $io46(input3);
227
228
  if ("CatTWCustomGS" === input3.type)
228
- return $io42(input3);
229
+ return $io43(input3);
229
230
  if ("CatTWPredefinedGS" === input3.type)
230
- return $io40(input3);
231
+ return $io41(input3);
231
232
  if ("CatTWValues" === input3.type)
232
233
  return $io1(input3);
233
234
  return false;
@@ -238,25 +239,29 @@ var validCategoriesRequest = (input) => {
238
239
  return (() => {
239
240
  if ($io8(input3))
240
241
  return $io8(input3);
241
- if ($io24(input3))
242
- return $io24(input3);
243
- if ($io27(input3))
244
- return $io27(input3);
242
+ if ($io25(input3))
243
+ return $io25(input3);
244
+ if ($io28(input3))
245
+ return $io28(input3);
245
246
  return false;
246
247
  })();
247
248
  })();
248
249
  const $iu8 = (input3) => (() => {
249
250
  if ("integer" === input3.type || "float" === input3.type)
250
251
  return $io10(input3);
251
- if ("geneExpression" === input3.type)
252
- return $io19(input3);
253
- if ("date" === input3.type)
254
- return $io21(input3);
255
252
  if ("metaboliteIntensity" === input3.type)
256
- return $io20(input3);
257
- if ("ssGSEA" === input3.type)
253
+ return $io21(input3);
254
+ if ("date" === input3.type)
258
255
  return $io22(input3);
259
- return false;
256
+ if ("ssGSEA" === input3.type)
257
+ return $io23(input3);
258
+ return (() => {
259
+ if ($io20(input3))
260
+ return $io20(input3);
261
+ if ($io19(input3))
262
+ return $io19(input3);
263
+ return false;
264
+ })();
260
265
  })();
261
266
  const $iu9 = (input3) => (() => {
262
267
  if ("regular-bin" === input3.type)
@@ -267,28 +272,28 @@ var validCategoriesRequest = (input) => {
267
272
  })();
268
273
  const $iu10 = (input3) => (() => {
269
274
  if ("gene" === input3.kind)
270
- return $io29(input3);
275
+ return $io30(input3);
271
276
  if ("coord" === input3.kind)
272
- return $io37(input3);
277
+ return $io38(input3);
273
278
  return false;
274
279
  })();
275
280
  const $iu11 = (input3) => (() => {
276
281
  if ("gene" === input3.kind)
277
- return $io55(input3);
278
- if ("coord" === input3.kind)
279
282
  return $io56(input3);
283
+ if ("coord" === input3.kind)
284
+ return $io57(input3);
280
285
  return false;
281
286
  })();
282
287
  const $iu12 = (input3) => (() => {
283
288
  if (void 0 !== input3.predefined_groupset_idx)
284
- return $io74(input3);
285
- if (void 0 !== input3.customset)
286
289
  return $io75(input3);
290
+ if (void 0 !== input3.customset)
291
+ return $io76(input3);
287
292
  return (() => {
293
+ if ($io74(input3))
294
+ return $io74(input3);
288
295
  if ($io73(input3))
289
296
  return $io73(input3);
290
- if ($io72(input3))
291
- return $io72(input3);
292
297
  return false;
293
298
  })();
294
299
  })();
@@ -342,7 +347,7 @@ var validCategoriesRequest = (input) => {
342
347
  path: _path2 + ".__protected__",
343
348
  expected: "(__type.o8 | undefined)",
344
349
  value: input3.__protected__
345
- })) && $vo77(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
350
+ })) && $vo78(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
346
351
  path: _path2 + ".__protected__",
347
352
  expected: "(__type.o8 | undefined)",
348
353
  value: input3.__protected__
@@ -383,7 +388,7 @@ var validCategoriesRequest = (input) => {
383
388
  path: _path2 + ".q",
384
389
  expected: "ValuesQ",
385
390
  value: input3.q
386
- })) && $vo39(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
391
+ })) && $vo40(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
387
392
  path: _path2 + ".q",
388
393
  expected: "ValuesQ",
389
394
  value: input3.q
@@ -460,7 +465,7 @@ var validCategoriesRequest = (input) => {
460
465
  path: _path2 + ".groupsetting",
461
466
  expected: "TermGroupSetting",
462
467
  value: input3.groupsetting
463
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
468
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
464
469
  path: _path2 + ".groupsetting",
465
470
  expected: "TermGroupSetting",
466
471
  value: input3.groupsetting
@@ -617,11 +622,11 @@ var validCategoriesRequest = (input) => {
617
622
  value: input3.isnot
618
623
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
619
624
  path: _path2 + ".term",
620
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
625
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
621
626
  value: input3.term
622
627
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
623
628
  path: _path2 + ".term",
624
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
629
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
625
630
  value: input3.term
626
631
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
627
632
  path: _path2 + ".ranges",
@@ -647,7 +652,7 @@ var validCategoriesRequest = (input) => {
647
652
  path: _path2 + ".values[" + _index7 + "]",
648
653
  expected: "__type.o3",
649
654
  value: elem
650
- })) && $vo23(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
655
+ })) && $vo24(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
651
656
  path: _path2 + ".values[" + _index7 + "]",
652
657
  expected: "__type.o3",
653
658
  value: elem
@@ -1058,10 +1063,6 @@ var validCategoriesRequest = (input) => {
1058
1063
  path: _path2 + ".unit",
1059
1064
  expected: "(string | undefined)",
1060
1065
  value: input3.unit
1061
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1062
- path: _path2 + ".gene",
1063
- expected: "string",
1064
- value: input3.gene
1065
1066
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1066
1067
  path: _path2 + ".bins",
1067
1068
  expected: "(PresetNumericBins | undefined)",
@@ -1070,6 +1071,14 @@ var validCategoriesRequest = (input) => {
1070
1071
  path: _path2 + ".bins",
1071
1072
  expected: "(PresetNumericBins | undefined)",
1072
1073
  value: input3.bins
1074
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1075
+ path: _path2 + ".kind",
1076
+ expected: '("gene" | undefined)',
1077
+ value: input3.kind
1078
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1079
+ path: _path2 + ".gene",
1080
+ expected: "string",
1081
+ value: input3.gene
1073
1082
  }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1074
1083
  path: _path2 + ".chr",
1075
1084
  expected: "(string | undefined)",
@@ -1091,9 +1100,9 @@ var validCategoriesRequest = (input) => {
1091
1100
  path: _path2 + ".name",
1092
1101
  expected: "string",
1093
1102
  value: input3.name
1094
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1103
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1095
1104
  path: _path2 + ".type",
1096
- expected: '"metaboliteIntensity"',
1105
+ expected: '"geneExpression"',
1097
1106
  value: input3.type
1098
1107
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1099
1108
  path: _path2 + ".child_types",
@@ -1151,10 +1160,6 @@ var validCategoriesRequest = (input) => {
1151
1160
  path: _path2 + ".unit",
1152
1161
  expected: "(string | undefined)",
1153
1162
  value: input3.unit
1154
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1155
- path: _path2 + ".metabolite",
1156
- expected: "string",
1157
- value: input3.metabolite
1158
1163
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1159
1164
  path: _path2 + ".bins",
1160
1165
  expected: "(PresetNumericBins | undefined)",
@@ -1163,6 +1168,26 @@ var validCategoriesRequest = (input) => {
1163
1168
  path: _path2 + ".bins",
1164
1169
  expected: "(PresetNumericBins | undefined)",
1165
1170
  value: input3.bins
1171
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1172
+ path: _path2 + ".kind",
1173
+ expected: '("coord" | undefined)',
1174
+ value: input3.kind
1175
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1176
+ path: _path2 + ".gene",
1177
+ expected: "(string | undefined)",
1178
+ value: input3.gene
1179
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1180
+ path: _path2 + ".chr",
1181
+ expected: "string",
1182
+ value: input3.chr
1183
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1184
+ path: _path2 + ".start",
1185
+ expected: "number",
1186
+ value: input3.start
1187
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1188
+ path: _path2 + ".stop",
1189
+ expected: "number",
1190
+ value: input3.stop
1166
1191
  })].every((flag) => flag);
1167
1192
  const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1168
1193
  path: _path2 + ".id",
@@ -1172,9 +1197,9 @@ var validCategoriesRequest = (input) => {
1172
1197
  path: _path2 + ".name",
1173
1198
  expected: "string",
1174
1199
  value: input3.name
1175
- }), "date" === input3.type || $report(_exceptionable2, {
1200
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1176
1201
  path: _path2 + ".type",
1177
- expected: '"date"',
1202
+ expected: '"metaboliteIntensity"',
1178
1203
  value: input3.type
1179
1204
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1180
1205
  path: _path2 + ".child_types",
@@ -1253,9 +1278,9 @@ var validCategoriesRequest = (input) => {
1253
1278
  path: _path2 + ".name",
1254
1279
  expected: "string",
1255
1280
  value: input3.name
1256
- }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1281
+ }), "date" === input3.type || $report(_exceptionable2, {
1257
1282
  path: _path2 + ".type",
1258
- expected: '"ssGSEA"',
1283
+ expected: '"date"',
1259
1284
  value: input3.type
1260
1285
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1261
1286
  path: _path2 + ".child_types",
@@ -1313,12 +1338,89 @@ var validCategoriesRequest = (input) => {
1313
1338
  path: _path2 + ".unit",
1314
1339
  expected: "(string | undefined)",
1315
1340
  value: input3.unit
1341
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1342
+ path: _path2 + ".bins",
1343
+ expected: "(PresetNumericBins | undefined)",
1344
+ value: input3.bins
1345
+ })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1346
+ path: _path2 + ".bins",
1347
+ expected: "(PresetNumericBins | undefined)",
1348
+ value: input3.bins
1349
+ })].every((flag) => flag);
1350
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1351
+ path: _path2 + ".id",
1352
+ expected: "string",
1353
+ value: input3.id
1354
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1355
+ path: _path2 + ".name",
1356
+ expected: "string",
1357
+ value: input3.name
1358
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1359
+ path: _path2 + ".type",
1360
+ expected: '"ssGSEA"',
1361
+ value: input3.type
1362
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1363
+ path: _path2 + ".child_types",
1364
+ expected: "(Array<string> | undefined)",
1365
+ value: input3.child_types
1366
+ })) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1367
+ path: _path2 + ".child_types[" + _index19 + "]",
1368
+ expected: "string",
1369
+ value: elem
1370
+ })).every((flag) => flag) || $report(_exceptionable2, {
1371
+ path: _path2 + ".child_types",
1372
+ expected: "(Array<string> | undefined)",
1373
+ value: input3.child_types
1374
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1375
+ path: _path2 + ".hashtmldetail",
1376
+ expected: "(boolean | undefined)",
1377
+ value: input3.hashtmldetail
1378
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1379
+ path: _path2 + ".included_types",
1380
+ expected: "(Array<string> | undefined)",
1381
+ value: input3.included_types
1382
+ })) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1383
+ path: _path2 + ".included_types[" + _index20 + "]",
1384
+ expected: "string",
1385
+ value: elem
1386
+ })).every((flag) => flag) || $report(_exceptionable2, {
1387
+ path: _path2 + ".included_types",
1388
+ expected: "(Array<string> | undefined)",
1389
+ value: input3.included_types
1390
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1391
+ path: _path2 + ".isleaf",
1392
+ expected: "(boolean | undefined)",
1393
+ value: input3.isleaf
1394
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1395
+ path: _path2 + ".values",
1396
+ expected: "(TermValues | undefined)",
1397
+ value: input3.values
1398
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1399
+ path: _path2 + ".values",
1400
+ expected: "(TermValues | undefined)",
1401
+ value: input3.values
1402
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1403
+ path: _path2 + ".skipValuesBuild",
1404
+ expected: "(boolean | undefined)",
1405
+ value: input3.skipValuesBuild
1406
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1407
+ path: _path2 + ".continuousColorScale",
1408
+ expected: "(__type.o2 | undefined)",
1409
+ value: input3.continuousColorScale
1410
+ })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1411
+ path: _path2 + ".continuousColorScale",
1412
+ expected: "(__type.o2 | undefined)",
1413
+ value: input3.continuousColorScale
1414
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1415
+ path: _path2 + ".unit",
1416
+ expected: "(string | undefined)",
1417
+ value: input3.unit
1316
1418
  }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1317
1419
  path: _path2 + ".genes",
1318
1420
  expected: "(Array<string> | undefined)",
1319
1421
  value: input3.genes
1320
- })) && input3.genes.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1321
- path: _path2 + ".genes[" + _index19 + "]",
1422
+ })) && input3.genes.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1423
+ path: _path2 + ".genes[" + _index21 + "]",
1322
1424
  expected: "string",
1323
1425
  value: elem
1324
1426
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1334,7 +1436,7 @@ var validCategoriesRequest = (input) => {
1334
1436
  expected: "(PresetNumericBins | undefined)",
1335
1437
  value: input3.bins
1336
1438
  })].every((flag) => flag);
1337
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1439
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1338
1440
  path: _path2 + ".key",
1339
1441
  expected: "string",
1340
1442
  value: input3.key
@@ -1351,7 +1453,7 @@ var validCategoriesRequest = (input) => {
1351
1453
  expected: "(string | undefined)",
1352
1454
  value: input3.label
1353
1455
  })].every((flag) => flag);
1354
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1456
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1355
1457
  path: _path2 + ".join",
1356
1458
  expected: "(string | undefined)",
1357
1459
  value: input3.join
@@ -1363,7 +1465,7 @@ var validCategoriesRequest = (input) => {
1363
1465
  path: _path2 + ".term",
1364
1466
  expected: "ConditionTerm",
1365
1467
  value: input3.term
1366
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1468
+ })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1367
1469
  path: _path2 + ".term",
1368
1470
  expected: "ConditionTerm",
1369
1471
  value: input3.term
@@ -1383,12 +1485,12 @@ var validCategoriesRequest = (input) => {
1383
1485
  path: _path2 + ".grade_and_child",
1384
1486
  expected: "(Array<GradeAndChildEntry> | undefined)",
1385
1487
  value: input3.grade_and_child
1386
- })) && input3.grade_and_child.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1387
- path: _path2 + ".grade_and_child[" + _index20 + "]",
1488
+ })) && input3.grade_and_child.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1489
+ path: _path2 + ".grade_and_child[" + _index22 + "]",
1388
1490
  expected: "GradeAndChildEntry",
1389
1491
  value: elem
1390
- })) && $vo26(elem, _path2 + ".grade_and_child[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1391
- path: _path2 + ".grade_and_child[" + _index20 + "]",
1492
+ })) && $vo27(elem, _path2 + ".grade_and_child[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1493
+ path: _path2 + ".grade_and_child[" + _index22 + "]",
1392
1494
  expected: "GradeAndChildEntry",
1393
1495
  value: elem
1394
1496
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1396,7 +1498,7 @@ var validCategoriesRequest = (input) => {
1396
1498
  expected: "(Array<GradeAndChildEntry> | undefined)",
1397
1499
  value: input3.grade_and_child
1398
1500
  })].every((flag) => flag);
1399
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1501
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1400
1502
  path: _path2 + ".id",
1401
1503
  expected: "string",
1402
1504
  value: input3.id
@@ -1412,8 +1514,8 @@ var validCategoriesRequest = (input) => {
1412
1514
  path: _path2 + ".child_types",
1413
1515
  expected: "(Array<string> | undefined)",
1414
1516
  value: input3.child_types
1415
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1416
- path: _path2 + ".child_types[" + _index21 + "]",
1517
+ })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1518
+ path: _path2 + ".child_types[" + _index23 + "]",
1417
1519
  expected: "string",
1418
1520
  value: elem
1419
1521
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1428,8 +1530,8 @@ var validCategoriesRequest = (input) => {
1428
1530
  path: _path2 + ".included_types",
1429
1531
  expected: "(Array<string> | undefined)",
1430
1532
  value: input3.included_types
1431
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1432
- path: _path2 + ".included_types[" + _index22 + "]",
1533
+ })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1534
+ path: _path2 + ".included_types[" + _index24 + "]",
1433
1535
  expected: "string",
1434
1536
  value: elem
1435
1537
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1453,7 +1555,7 @@ var validCategoriesRequest = (input) => {
1453
1555
  expected: "(boolean | undefined)",
1454
1556
  value: input3.skipValuesBuild
1455
1557
  })].every((flag) => flag);
1456
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1558
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1457
1559
  path: _path2 + ".grade",
1458
1560
  expected: "number",
1459
1561
  value: input3.grade
@@ -1470,7 +1572,7 @@ var validCategoriesRequest = (input) => {
1470
1572
  expected: "string",
1471
1573
  value: input3.child_label
1472
1574
  })].every((flag) => flag);
1473
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1575
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1474
1576
  path: _path2 + ".join",
1475
1577
  expected: "(string | undefined)",
1476
1578
  value: input3.join
@@ -1482,7 +1584,7 @@ var validCategoriesRequest = (input) => {
1482
1584
  path: _path2 + ".term",
1483
1585
  expected: "DtTerm",
1484
1586
  value: input3.term
1485
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1587
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1486
1588
  path: _path2 + ".term",
1487
1589
  expected: "DtTerm",
1488
1590
  value: input3.term
@@ -1490,12 +1592,12 @@ var validCategoriesRequest = (input) => {
1490
1592
  path: _path2 + ".values",
1491
1593
  expected: "Array<__type>.o2",
1492
1594
  value: input3.values
1493
- })) && input3.values.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1494
- path: _path2 + ".values[" + _index23 + "]",
1595
+ })) && input3.values.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1596
+ path: _path2 + ".values[" + _index25 + "]",
1495
1597
  expected: "__type.o5",
1496
1598
  value: elem
1497
- })) && $vo38(elem, _path2 + ".values[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1498
- path: _path2 + ".values[" + _index23 + "]",
1599
+ })) && $vo39(elem, _path2 + ".values[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1600
+ path: _path2 + ".values[" + _index25 + "]",
1499
1601
  expected: "__type.o5",
1500
1602
  value: elem
1501
1603
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1511,7 +1613,7 @@ var validCategoriesRequest = (input) => {
1511
1613
  expected: "(boolean | undefined)",
1512
1614
  value: input3.excludeGeneName
1513
1615
  })].every((flag) => flag);
1514
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1616
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1515
1617
  path: _path2 + ".id",
1516
1618
  expected: "string",
1517
1619
  value: input3.id
@@ -1560,7 +1662,7 @@ var validCategoriesRequest = (input) => {
1560
1662
  expected: "TermValues",
1561
1663
  value: input3.values
1562
1664
  })].every((flag) => flag);
1563
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1665
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1564
1666
  path: _path2 + ".id",
1565
1667
  expected: "string",
1566
1668
  value: input3.id
@@ -1576,8 +1678,8 @@ var validCategoriesRequest = (input) => {
1576
1678
  path: _path2 + ".child_types",
1577
1679
  expected: "(Array<string> | undefined)",
1578
1680
  value: input3.child_types
1579
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1580
- path: _path2 + ".child_types[" + _index24 + "]",
1681
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1682
+ path: _path2 + ".child_types[" + _index26 + "]",
1581
1683
  expected: "string",
1582
1684
  value: elem
1583
1685
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1592,8 +1694,8 @@ var validCategoriesRequest = (input) => {
1592
1694
  path: _path2 + ".included_types",
1593
1695
  expected: "(Array<string> | undefined)",
1594
1696
  value: input3.included_types
1595
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1596
- path: _path2 + ".included_types[" + _index25 + "]",
1697
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1698
+ path: _path2 + ".included_types[" + _index27 + "]",
1597
1699
  expected: "string",
1598
1700
  value: elem
1599
1701
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1640,12 +1742,12 @@ var validCategoriesRequest = (input) => {
1640
1742
  path: _path2 + ".genes",
1641
1743
  expected: "Array<GvGeneTerm>",
1642
1744
  value: input3.genes
1643
- })) && input3.genes.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1644
- path: _path2 + ".genes[" + _index26 + "]",
1745
+ })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1746
+ path: _path2 + ".genes[" + _index28 + "]",
1645
1747
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1646
1748
  value: elem
1647
- })) && $vu2(elem, _path2 + ".genes[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1648
- path: _path2 + ".genes[" + _index26 + "]",
1749
+ })) && $vu2(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1750
+ path: _path2 + ".genes[" + _index28 + "]",
1649
1751
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1650
1752
  value: elem
1651
1753
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1656,7 +1758,7 @@ var validCategoriesRequest = (input) => {
1656
1758
  path: _path2 + ".groupsetting",
1657
1759
  expected: "(TermGroupSetting | undefined)",
1658
1760
  value: input3.groupsetting
1659
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1761
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1660
1762
  path: _path2 + ".groupsetting",
1661
1763
  expected: "(TermGroupSetting | undefined)",
1662
1764
  value: input3.groupsetting
@@ -1664,12 +1766,12 @@ var validCategoriesRequest = (input) => {
1664
1766
  path: _path2 + ".childTerms",
1665
1767
  expected: "(Array<DtTerm> | undefined)",
1666
1768
  value: input3.childTerms
1667
- })) && input3.childTerms.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1668
- path: _path2 + ".childTerms[" + _index27 + "]",
1769
+ })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1770
+ path: _path2 + ".childTerms[" + _index29 + "]",
1669
1771
  expected: "DtTerm",
1670
1772
  value: elem
1671
- })) && $vo28(elem, _path2 + ".childTerms[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1672
- path: _path2 + ".childTerms[" + _index27 + "]",
1773
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1774
+ path: _path2 + ".childTerms[" + _index29 + "]",
1673
1775
  expected: "DtTerm",
1674
1776
  value: elem
1675
1777
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1677,7 +1779,7 @@ var validCategoriesRequest = (input) => {
1677
1779
  expected: "(Array<DtTerm> | undefined)",
1678
1780
  value: input3.childTerms
1679
1781
  })].every((flag) => flag);
1680
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1782
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1681
1783
  path: _path2 + ".id",
1682
1784
  expected: "string",
1683
1785
  value: input3.id
@@ -1693,8 +1795,8 @@ var validCategoriesRequest = (input) => {
1693
1795
  path: _path2 + ".child_types",
1694
1796
  expected: "(Array<string> | undefined)",
1695
1797
  value: input3.child_types
1696
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1697
- path: _path2 + ".child_types[" + _index28 + "]",
1798
+ })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1799
+ path: _path2 + ".child_types[" + _index30 + "]",
1698
1800
  expected: "string",
1699
1801
  value: elem
1700
1802
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1709,8 +1811,8 @@ var validCategoriesRequest = (input) => {
1709
1811
  path: _path2 + ".included_types",
1710
1812
  expected: "(Array<string> | undefined)",
1711
1813
  value: input3.included_types
1712
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1713
- path: _path2 + ".included_types[" + _index29 + "]",
1814
+ })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1815
+ path: _path2 + ".included_types[" + _index31 + "]",
1714
1816
  expected: "string",
1715
1817
  value: elem
1716
1818
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1754,7 +1856,7 @@ var validCategoriesRequest = (input) => {
1754
1856
  expected: "(number | undefined)",
1755
1857
  value: input3.stop
1756
1858
  })].every((flag) => flag);
1757
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1859
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1758
1860
  path: _path2 + ".id",
1759
1861
  expected: "string",
1760
1862
  value: input3.id
@@ -1770,8 +1872,8 @@ var validCategoriesRequest = (input) => {
1770
1872
  path: _path2 + ".child_types",
1771
1873
  expected: "(Array<string> | undefined)",
1772
1874
  value: input3.child_types
1773
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1774
- path: _path2 + ".child_types[" + _index30 + "]",
1875
+ })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1876
+ path: _path2 + ".child_types[" + _index32 + "]",
1775
1877
  expected: "string",
1776
1878
  value: elem
1777
1879
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1786,8 +1888,8 @@ var validCategoriesRequest = (input) => {
1786
1888
  path: _path2 + ".included_types",
1787
1889
  expected: "(Array<string> | undefined)",
1788
1890
  value: input3.included_types
1789
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1790
- path: _path2 + ".included_types[" + _index31 + "]",
1891
+ })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1892
+ path: _path2 + ".included_types[" + _index33 + "]",
1791
1893
  expected: "string",
1792
1894
  value: elem
1793
1895
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1827,7 +1929,7 @@ var validCategoriesRequest = (input) => {
1827
1929
  expected: "number",
1828
1930
  value: input3.stop
1829
1931
  })].every((flag) => flag);
1830
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1932
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1831
1933
  path: _path2 + ".disabled",
1832
1934
  expected: "boolean",
1833
1935
  value: input3.disabled
@@ -1835,12 +1937,12 @@ var validCategoriesRequest = (input) => {
1835
1937
  path: _path2 + ".lst",
1836
1938
  expected: "(Array<Groupset> | undefined)",
1837
1939
  value: input3.lst
1838
- })) && input3.lst.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1839
- path: _path2 + ".lst[" + _index32 + "]",
1940
+ })) && input3.lst.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1941
+ path: _path2 + ".lst[" + _index34 + "]",
1840
1942
  expected: "Groupset",
1841
1943
  value: elem
1842
- })) && $vo33(elem, _path2 + ".lst[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1843
- path: _path2 + ".lst[" + _index32 + "]",
1944
+ })) && $vo34(elem, _path2 + ".lst[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
1945
+ path: _path2 + ".lst[" + _index34 + "]",
1844
1946
  expected: "Groupset",
1845
1947
  value: elem
1846
1948
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1848,7 +1950,7 @@ var validCategoriesRequest = (input) => {
1848
1950
  expected: "(Array<Groupset> | undefined)",
1849
1951
  value: input3.lst
1850
1952
  })].every((flag) => flag);
1851
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1953
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1852
1954
  path: _path2 + ".name",
1853
1955
  expected: "string",
1854
1956
  value: input3.name
@@ -1868,12 +1970,12 @@ var validCategoriesRequest = (input) => {
1868
1970
  path: _path2 + ".groups",
1869
1971
  expected: "Array<GroupEntry>",
1870
1972
  value: input3.groups
1871
- })) && input3.groups.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1872
- path: _path2 + ".groups[" + _index33 + "]",
1973
+ })) && input3.groups.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1974
+ path: _path2 + ".groups[" + _index35 + "]",
1873
1975
  expected: "(FilterGroup | ValuesGroup)",
1874
1976
  value: elem
1875
- })) && $vu3(elem, _path2 + ".groups[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1876
- path: _path2 + ".groups[" + _index33 + "]",
1977
+ })) && $vu3(elem, _path2 + ".groups[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
1978
+ path: _path2 + ".groups[" + _index35 + "]",
1877
1979
  expected: "(FilterGroup | ValuesGroup)",
1878
1980
  value: elem
1879
1981
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1881,7 +1983,7 @@ var validCategoriesRequest = (input) => {
1881
1983
  expected: "Array<GroupEntry>",
1882
1984
  value: input3.groups
1883
1985
  })].every((flag) => flag);
1884
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1986
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1885
1987
  path: _path2 + ".name",
1886
1988
  expected: "string",
1887
1989
  value: input3.name
@@ -1893,12 +1995,12 @@ var validCategoriesRequest = (input) => {
1893
1995
  path: _path2 + ".values",
1894
1996
  expected: "Array<__type>.o1",
1895
1997
  value: input3.values
1896
- })) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1897
- path: _path2 + ".values[" + _index34 + "]",
1998
+ })) && input3.values.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1999
+ path: _path2 + ".values[" + _index36 + "]",
1898
2000
  expected: "__type.o4",
1899
2001
  value: elem
1900
- })) && $vo35(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
1901
- path: _path2 + ".values[" + _index34 + "]",
2002
+ })) && $vo36(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2003
+ path: _path2 + ".values[" + _index36 + "]",
1902
2004
  expected: "__type.o4",
1903
2005
  value: elem
1904
2006
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1910,7 +2012,7 @@ var validCategoriesRequest = (input) => {
1910
2012
  expected: "(boolean | undefined)",
1911
2013
  value: input3.uncomputable
1912
2014
  })].every((flag) => flag);
1913
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2015
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
1914
2016
  path: _path2 + ".key",
1915
2017
  expected: "(number | string)",
1916
2018
  value: input3.key
@@ -1919,7 +2021,7 @@ var validCategoriesRequest = (input) => {
1919
2021
  expected: "string",
1920
2022
  value: input3.label
1921
2023
  })].every((flag) => flag);
1922
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2024
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1923
2025
  path: _path2 + ".name",
1924
2026
  expected: "string",
1925
2027
  value: input3.name
@@ -1940,7 +2042,7 @@ var validCategoriesRequest = (input) => {
1940
2042
  expected: "string",
1941
2043
  value: input3.color
1942
2044
  })].every((flag) => flag);
1943
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2045
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1944
2046
  path: _path2 + ".id",
1945
2047
  expected: "string",
1946
2048
  value: input3.id
@@ -1956,8 +2058,8 @@ var validCategoriesRequest = (input) => {
1956
2058
  path: _path2 + ".child_types",
1957
2059
  expected: "(Array<string> | undefined)",
1958
2060
  value: input3.child_types
1959
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1960
- path: _path2 + ".child_types[" + _index35 + "]",
2061
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2062
+ path: _path2 + ".child_types[" + _index37 + "]",
1961
2063
  expected: "string",
1962
2064
  value: elem
1963
2065
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1972,8 +2074,8 @@ var validCategoriesRequest = (input) => {
1972
2074
  path: _path2 + ".included_types",
1973
2075
  expected: "(Array<string> | undefined)",
1974
2076
  value: input3.included_types
1975
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1976
- path: _path2 + ".included_types[" + _index36 + "]",
2077
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2078
+ path: _path2 + ".included_types[" + _index38 + "]",
1977
2079
  expected: "string",
1978
2080
  value: elem
1979
2081
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2016,12 +2118,12 @@ var validCategoriesRequest = (input) => {
2016
2118
  path: _path2 + ".genes",
2017
2119
  expected: "Array<GvGeneTerm>",
2018
2120
  value: input3.genes
2019
- })) && input3.genes.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2020
- path: _path2 + ".genes[" + _index37 + "]",
2121
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2122
+ path: _path2 + ".genes[" + _index39 + "]",
2021
2123
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2022
2124
  value: elem
2023
- })) && $vu2(elem, _path2 + ".genes[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2024
- path: _path2 + ".genes[" + _index37 + "]",
2125
+ })) && $vu2(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2126
+ path: _path2 + ".genes[" + _index39 + "]",
2025
2127
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2026
2128
  value: elem
2027
2129
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2032,7 +2134,7 @@ var validCategoriesRequest = (input) => {
2032
2134
  path: _path2 + ".groupsetting",
2033
2135
  expected: "(TermGroupSetting | undefined)",
2034
2136
  value: input3.groupsetting
2035
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2137
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2036
2138
  path: _path2 + ".groupsetting",
2037
2139
  expected: "(TermGroupSetting | undefined)",
2038
2140
  value: input3.groupsetting
@@ -2040,12 +2142,12 @@ var validCategoriesRequest = (input) => {
2040
2142
  path: _path2 + ".childTerms",
2041
2143
  expected: "(Array<DtTerm> | undefined)",
2042
2144
  value: input3.childTerms
2043
- })) && input3.childTerms.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2044
- path: _path2 + ".childTerms[" + _index38 + "]",
2145
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2146
+ path: _path2 + ".childTerms[" + _index40 + "]",
2045
2147
  expected: "DtTerm",
2046
2148
  value: elem
2047
- })) && $vo28(elem, _path2 + ".childTerms[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2048
- path: _path2 + ".childTerms[" + _index38 + "]",
2149
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2150
+ path: _path2 + ".childTerms[" + _index40 + "]",
2049
2151
  expected: "DtTerm",
2050
2152
  value: elem
2051
2153
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2053,7 +2155,7 @@ var validCategoriesRequest = (input) => {
2053
2155
  expected: "(Array<DtTerm> | undefined)",
2054
2156
  value: input3.childTerms
2055
2157
  })].every((flag) => flag);
2056
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2158
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2057
2159
  path: _path2 + ".key",
2058
2160
  expected: "string",
2059
2161
  value: input3.key
@@ -2066,7 +2168,7 @@ var validCategoriesRequest = (input) => {
2066
2168
  expected: "string",
2067
2169
  value: input3.value
2068
2170
  })].every((flag) => flag);
2069
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2171
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2070
2172
  path: _path2 + ".hiddenValues",
2071
2173
  expected: "(HiddenValues | undefined)",
2072
2174
  value: input3.hiddenValues
@@ -2095,7 +2197,7 @@ var validCategoriesRequest = (input) => {
2095
2197
  expected: '"values"',
2096
2198
  value: input3.type
2097
2199
  })].every((flag) => flag);
2098
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2200
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2099
2201
  path: _path2 + ".id",
2100
2202
  expected: "(string | undefined)",
2101
2203
  value: input3.id
@@ -2131,7 +2233,7 @@ var validCategoriesRequest = (input) => {
2131
2233
  path: _path2 + ".q",
2132
2234
  expected: "PredefinedGroupSettingQ",
2133
2235
  value: input3.q
2134
- })) && $vo41(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2236
+ })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2135
2237
  path: _path2 + ".q",
2136
2238
  expected: "PredefinedGroupSettingQ",
2137
2239
  value: input3.q
@@ -2140,7 +2242,7 @@ var validCategoriesRequest = (input) => {
2140
2242
  expected: '"CatTWPredefinedGS"',
2141
2243
  value: input3.type
2142
2244
  })].every((flag) => flag);
2143
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2245
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2144
2246
  path: _path2 + ".hiddenValues",
2145
2247
  expected: "(HiddenValues | undefined)",
2146
2248
  value: input3.hiddenValues
@@ -2173,7 +2275,7 @@ var validCategoriesRequest = (input) => {
2173
2275
  expected: "number",
2174
2276
  value: input3.predefined_groupset_idx
2175
2277
  })].every((flag) => flag);
2176
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2278
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2177
2279
  path: _path2 + ".id",
2178
2280
  expected: "(string | undefined)",
2179
2281
  value: input3.id
@@ -2209,7 +2311,7 @@ var validCategoriesRequest = (input) => {
2209
2311
  path: _path2 + ".q",
2210
2312
  expected: "CustomGroupSettingQ",
2211
2313
  value: input3.q
2212
- })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2314
+ })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2213
2315
  path: _path2 + ".q",
2214
2316
  expected: "CustomGroupSettingQ",
2215
2317
  value: input3.q
@@ -2218,7 +2320,7 @@ var validCategoriesRequest = (input) => {
2218
2320
  expected: '"CatTWCustomGS"',
2219
2321
  value: input3.type
2220
2322
  })].every((flag) => flag);
2221
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2323
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2222
2324
  path: _path2 + ".hiddenValues",
2223
2325
  expected: "(HiddenValues | undefined)",
2224
2326
  value: input3.hiddenValues
@@ -2250,21 +2352,21 @@ var validCategoriesRequest = (input) => {
2250
2352
  path: _path2 + ".customset",
2251
2353
  expected: "BaseGroupSet",
2252
2354
  value: input3.customset
2253
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2355
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2254
2356
  path: _path2 + ".customset",
2255
2357
  expected: "BaseGroupSet",
2256
2358
  value: input3.customset
2257
2359
  })].every((flag) => flag);
2258
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2360
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2259
2361
  path: _path2 + ".groups",
2260
2362
  expected: "Array<GroupEntry>",
2261
2363
  value: input3.groups
2262
- })) && input3.groups.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2263
- path: _path2 + ".groups[" + _index39 + "]",
2364
+ })) && input3.groups.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2365
+ path: _path2 + ".groups[" + _index41 + "]",
2264
2366
  expected: "(FilterGroup | ValuesGroup)",
2265
2367
  value: elem
2266
- })) && $vu3(elem, _path2 + ".groups[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2267
- path: _path2 + ".groups[" + _index39 + "]",
2368
+ })) && $vu3(elem, _path2 + ".groups[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2369
+ path: _path2 + ".groups[" + _index41 + "]",
2268
2370
  expected: "(FilterGroup | ValuesGroup)",
2269
2371
  value: elem
2270
2372
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2272,7 +2374,7 @@ var validCategoriesRequest = (input) => {
2272
2374
  expected: "Array<GroupEntry>",
2273
2375
  value: input3.groups
2274
2376
  })].every((flag) => flag);
2275
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2377
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2276
2378
  path: _path2 + ".id",
2277
2379
  expected: "(string | undefined)",
2278
2380
  value: input3.id
@@ -2302,11 +2404,11 @@ var validCategoriesRequest = (input) => {
2302
2404
  value: input3.type
2303
2405
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2304
2406
  path: _path2 + ".term",
2305
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2407
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2306
2408
  value: input3.term
2307
2409
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2308
2410
  path: _path2 + ".term",
2309
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2411
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2310
2412
  value: input3.term
2311
2413
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2312
2414
  path: _path2 + ".q",
@@ -2317,7 +2419,7 @@ var validCategoriesRequest = (input) => {
2317
2419
  expected: "RegularNumericBinConfig",
2318
2420
  value: input3.q
2319
2421
  })].every((flag) => flag);
2320
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2422
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2321
2423
  path: _path2 + ".id",
2322
2424
  expected: "(string | undefined)",
2323
2425
  value: input3.id
@@ -2347,11 +2449,11 @@ var validCategoriesRequest = (input) => {
2347
2449
  value: input3.type
2348
2450
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2349
2451
  path: _path2 + ".term",
2350
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2452
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2351
2453
  value: input3.term
2352
2454
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2353
2455
  path: _path2 + ".term",
2354
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2456
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2355
2457
  value: input3.term
2356
2458
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2357
2459
  path: _path2 + ".q",
@@ -2362,7 +2464,7 @@ var validCategoriesRequest = (input) => {
2362
2464
  expected: "CustomNumericBinConfig",
2363
2465
  value: input3.q
2364
2466
  })].every((flag) => flag);
2365
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2467
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2366
2468
  path: _path2 + ".id",
2367
2469
  expected: "(string | undefined)",
2368
2470
  value: input3.id
@@ -2392,22 +2494,22 @@ var validCategoriesRequest = (input) => {
2392
2494
  value: input3.type
2393
2495
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2394
2496
  path: _path2 + ".term",
2395
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2497
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2396
2498
  value: input3.term
2397
2499
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2398
2500
  path: _path2 + ".term",
2399
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2501
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2400
2502
  value: input3.term
2401
2503
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2402
2504
  path: _path2 + ".q",
2403
2505
  expected: "BinaryNumericQ",
2404
2506
  value: input3.q
2405
- })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2507
+ })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2406
2508
  path: _path2 + ".q",
2407
2509
  expected: "BinaryNumericQ",
2408
2510
  value: input3.q
2409
2511
  })].every((flag) => flag);
2410
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2512
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2411
2513
  path: _path2 + ".hiddenValues",
2412
2514
  expected: "(HiddenValues | undefined)",
2413
2515
  value: input3.hiddenValues
@@ -2467,7 +2569,7 @@ var validCategoriesRequest = (input) => {
2467
2569
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2468
2570
  value: input3.lst
2469
2571
  })].every((flag) => flag);
2470
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2572
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2471
2573
  path: _path2 + ".id",
2472
2574
  expected: "(string | undefined)",
2473
2575
  value: input3.id
@@ -2497,22 +2599,22 @@ var validCategoriesRequest = (input) => {
2497
2599
  value: input3.type
2498
2600
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2499
2601
  path: _path2 + ".term",
2500
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2602
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2501
2603
  value: input3.term
2502
2604
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2503
2605
  path: _path2 + ".term",
2504
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2606
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2505
2607
  value: input3.term
2506
2608
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2507
2609
  path: _path2 + ".q",
2508
2610
  expected: "ContinuousNumericQ",
2509
2611
  value: input3.q
2510
- })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2612
+ })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2511
2613
  path: _path2 + ".q",
2512
2614
  expected: "ContinuousNumericQ",
2513
2615
  value: input3.q
2514
2616
  })].every((flag) => flag);
2515
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2617
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2516
2618
  path: _path2 + ".hiddenValues",
2517
2619
  expected: "(HiddenValues | undefined)",
2518
2620
  value: input3.hiddenValues
@@ -2549,7 +2651,7 @@ var validCategoriesRequest = (input) => {
2549
2651
  expected: "undefined",
2550
2652
  value: input3.type
2551
2653
  }))].every((flag) => flag);
2552
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2654
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2553
2655
  path: _path2 + ".id",
2554
2656
  expected: "(string | undefined)",
2555
2657
  value: input3.id
@@ -2579,22 +2681,22 @@ var validCategoriesRequest = (input) => {
2579
2681
  value: input3.type
2580
2682
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2581
2683
  path: _path2 + ".term",
2582
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2684
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2583
2685
  value: input3.term
2584
2686
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2585
2687
  path: _path2 + ".term",
2586
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2688
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2587
2689
  value: input3.term
2588
2690
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2589
2691
  path: _path2 + ".q",
2590
2692
  expected: "SplineNumericQ",
2591
2693
  value: input3.q
2592
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2694
+ })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2593
2695
  path: _path2 + ".q",
2594
2696
  expected: "SplineNumericQ",
2595
2697
  value: input3.q
2596
2698
  })].every((flag) => flag);
2597
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2699
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2598
2700
  path: _path2 + ".hiddenValues",
2599
2701
  expected: "(HiddenValues | undefined)",
2600
2702
  value: input3.hiddenValues
@@ -2622,12 +2724,12 @@ var validCategoriesRequest = (input) => {
2622
2724
  path: _path2 + ".knots",
2623
2725
  expected: "Array<__type>.o3",
2624
2726
  value: input3.knots
2625
- })) && input3.knots.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2626
- path: _path2 + ".knots[" + _index40 + "]",
2727
+ })) && input3.knots.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2728
+ path: _path2 + ".knots[" + _index42 + "]",
2627
2729
  expected: "__type.o6",
2628
2730
  value: elem
2629
- })) && $vo53(elem, _path2 + ".knots[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2630
- path: _path2 + ".knots[" + _index40 + "]",
2731
+ })) && $vo54(elem, _path2 + ".knots[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2732
+ path: _path2 + ".knots[" + _index42 + "]",
2631
2733
  expected: "__type.o6",
2632
2734
  value: elem
2633
2735
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2643,12 +2745,12 @@ var validCategoriesRequest = (input) => {
2643
2745
  expected: "undefined",
2644
2746
  value: input3.type
2645
2747
  }))].every((flag) => flag);
2646
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2748
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2647
2749
  path: _path2 + ".value",
2648
2750
  expected: "number",
2649
2751
  value: input3.value
2650
2752
  })].every((flag) => flag);
2651
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2753
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2652
2754
  path: _path2 + ".id",
2653
2755
  expected: "(string | undefined)",
2654
2756
  value: input3.id
@@ -2688,12 +2790,12 @@ var validCategoriesRequest = (input) => {
2688
2790
  path: _path2 + ".q",
2689
2791
  expected: "GvValuesQ",
2690
2792
  value: input3.q
2691
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2793
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2692
2794
  path: _path2 + ".q",
2693
2795
  expected: "GvValuesQ",
2694
2796
  value: input3.q
2695
2797
  })].every((flag) => flag);
2696
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2798
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2697
2799
  path: _path2 + ".id",
2698
2800
  expected: "string",
2699
2801
  value: input3.id
@@ -2709,8 +2811,8 @@ var validCategoriesRequest = (input) => {
2709
2811
  path: _path2 + ".child_types",
2710
2812
  expected: "(Array<string> | undefined)",
2711
2813
  value: input3.child_types
2712
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2713
- path: _path2 + ".child_types[" + _index41 + "]",
2814
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2815
+ path: _path2 + ".child_types[" + _index43 + "]",
2714
2816
  expected: "string",
2715
2817
  value: elem
2716
2818
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2725,8 +2827,8 @@ var validCategoriesRequest = (input) => {
2725
2827
  path: _path2 + ".included_types",
2726
2828
  expected: "(Array<string> | undefined)",
2727
2829
  value: input3.included_types
2728
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2729
- path: _path2 + ".included_types[" + _index42 + "]",
2830
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2831
+ path: _path2 + ".included_types[" + _index44 + "]",
2730
2832
  expected: "string",
2731
2833
  value: elem
2732
2834
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2773,12 +2875,12 @@ var validCategoriesRequest = (input) => {
2773
2875
  path: _path2 + ".genes",
2774
2876
  expected: "Array<GvGeneTerm>",
2775
2877
  value: input3.genes
2776
- })) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2777
- path: _path2 + ".genes[" + _index43 + "]",
2878
+ })) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2879
+ path: _path2 + ".genes[" + _index45 + "]",
2778
2880
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2779
2881
  value: elem
2780
- })) && $vu2(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2781
- path: _path2 + ".genes[" + _index43 + "]",
2882
+ })) && $vu2(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2883
+ path: _path2 + ".genes[" + _index45 + "]",
2782
2884
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2783
2885
  value: elem
2784
2886
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2789,7 +2891,7 @@ var validCategoriesRequest = (input) => {
2789
2891
  path: _path2 + ".groupsetting",
2790
2892
  expected: "TermGroupSetting",
2791
2893
  value: input3.groupsetting
2792
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2894
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2793
2895
  path: _path2 + ".groupsetting",
2794
2896
  expected: "TermGroupSetting",
2795
2897
  value: input3.groupsetting
@@ -2797,12 +2899,12 @@ var validCategoriesRequest = (input) => {
2797
2899
  path: _path2 + ".childTerms",
2798
2900
  expected: "Array<DtTerm>",
2799
2901
  value: input3.childTerms
2800
- })) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2801
- path: _path2 + ".childTerms[" + _index44 + "]",
2902
+ })) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2903
+ path: _path2 + ".childTerms[" + _index46 + "]",
2802
2904
  expected: "DtTerm",
2803
2905
  value: elem
2804
- })) && $vo28(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2805
- path: _path2 + ".childTerms[" + _index44 + "]",
2906
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2907
+ path: _path2 + ".childTerms[" + _index46 + "]",
2806
2908
  expected: "DtTerm",
2807
2909
  value: elem
2808
2910
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2810,7 +2912,7 @@ var validCategoriesRequest = (input) => {
2810
2912
  expected: "Array<DtTerm>",
2811
2913
  value: input3.childTerms
2812
2914
  })].every((flag) => flag);
2813
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2915
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2814
2916
  path: _path2 + ".id",
2815
2917
  expected: "string",
2816
2918
  value: input3.id
@@ -2826,8 +2928,8 @@ var validCategoriesRequest = (input) => {
2826
2928
  path: _path2 + ".child_types",
2827
2929
  expected: "(Array<string> | undefined)",
2828
2930
  value: input3.child_types
2829
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2830
- path: _path2 + ".child_types[" + _index45 + "]",
2931
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2932
+ path: _path2 + ".child_types[" + _index47 + "]",
2831
2933
  expected: "string",
2832
2934
  value: elem
2833
2935
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2842,8 +2944,8 @@ var validCategoriesRequest = (input) => {
2842
2944
  path: _path2 + ".included_types",
2843
2945
  expected: "(Array<string> | undefined)",
2844
2946
  value: input3.included_types
2845
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2846
- path: _path2 + ".included_types[" + _index46 + "]",
2947
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2948
+ path: _path2 + ".included_types[" + _index48 + "]",
2847
2949
  expected: "string",
2848
2950
  value: elem
2849
2951
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2886,12 +2988,12 @@ var validCategoriesRequest = (input) => {
2886
2988
  path: _path2 + ".genes",
2887
2989
  expected: "Array<GvGeneTerm>",
2888
2990
  value: input3.genes
2889
- })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2890
- path: _path2 + ".genes[" + _index47 + "]",
2991
+ })) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2992
+ path: _path2 + ".genes[" + _index49 + "]",
2891
2993
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2892
2994
  value: elem
2893
- })) && $vu2(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2894
- path: _path2 + ".genes[" + _index47 + "]",
2995
+ })) && $vu2(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2996
+ path: _path2 + ".genes[" + _index49 + "]",
2895
2997
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2896
2998
  value: elem
2897
2999
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2902,7 +3004,7 @@ var validCategoriesRequest = (input) => {
2902
3004
  path: _path2 + ".groupsetting",
2903
3005
  expected: "TermGroupSetting",
2904
3006
  value: input3.groupsetting
2905
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3007
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2906
3008
  path: _path2 + ".groupsetting",
2907
3009
  expected: "TermGroupSetting",
2908
3010
  value: input3.groupsetting
@@ -2910,12 +3012,12 @@ var validCategoriesRequest = (input) => {
2910
3012
  path: _path2 + ".childTerms",
2911
3013
  expected: "Array<DtTerm>",
2912
3014
  value: input3.childTerms
2913
- })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2914
- path: _path2 + ".childTerms[" + _index48 + "]",
3015
+ })) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3016
+ path: _path2 + ".childTerms[" + _index50 + "]",
2915
3017
  expected: "DtTerm",
2916
3018
  value: elem
2917
- })) && $vo28(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2918
- path: _path2 + ".childTerms[" + _index48 + "]",
3019
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3020
+ path: _path2 + ".childTerms[" + _index50 + "]",
2919
3021
  expected: "DtTerm",
2920
3022
  value: elem
2921
3023
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2923,7 +3025,7 @@ var validCategoriesRequest = (input) => {
2923
3025
  expected: "Array<DtTerm>",
2924
3026
  value: input3.childTerms
2925
3027
  })].every((flag) => flag);
2926
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3028
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2927
3029
  path: _path2 + ".hiddenValues",
2928
3030
  expected: "(HiddenValues | undefined)",
2929
3031
  value: input3.hiddenValues
@@ -2964,7 +3066,7 @@ var validCategoriesRequest = (input) => {
2964
3066
  expected: '"values"',
2965
3067
  value: input3.type
2966
3068
  })].every((flag) => flag);
2967
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3069
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2968
3070
  path: _path2 + ".id",
2969
3071
  expected: "(string | undefined)",
2970
3072
  value: input3.id
@@ -3004,12 +3106,12 @@ var validCategoriesRequest = (input) => {
3004
3106
  path: _path2 + ".q",
3005
3107
  expected: "GvPredefinedGsQ",
3006
3108
  value: input3.q
3007
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3109
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3008
3110
  path: _path2 + ".q",
3009
3111
  expected: "GvPredefinedGsQ",
3010
3112
  value: input3.q
3011
3113
  })].every((flag) => flag);
3012
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3114
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3013
3115
  path: _path2 + ".hiddenValues",
3014
3116
  expected: "(HiddenValues | undefined)",
3015
3117
  value: input3.hiddenValues
@@ -3054,7 +3156,7 @@ var validCategoriesRequest = (input) => {
3054
3156
  expected: "number",
3055
3157
  value: input3.predefined_groupset_idx
3056
3158
  })].every((flag) => flag);
3057
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3159
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3058
3160
  path: _path2 + ".id",
3059
3161
  expected: "(string | undefined)",
3060
3162
  value: input3.id
@@ -3094,12 +3196,12 @@ var validCategoriesRequest = (input) => {
3094
3196
  path: _path2 + ".q",
3095
3197
  expected: "GvCustomGsQ",
3096
3198
  value: input3.q
3097
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3199
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3098
3200
  path: _path2 + ".q",
3099
3201
  expected: "GvCustomGsQ",
3100
3202
  value: input3.q
3101
3203
  })].every((flag) => flag);
3102
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3204
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3103
3205
  path: _path2 + ".hiddenValues",
3104
3206
  expected: "(HiddenValues | undefined)",
3105
3207
  value: input3.hiddenValues
@@ -3143,12 +3245,12 @@ var validCategoriesRequest = (input) => {
3143
3245
  path: _path2 + ".customset",
3144
3246
  expected: "BaseGroupSet",
3145
3247
  value: input3.customset
3146
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3248
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3147
3249
  path: _path2 + ".customset",
3148
3250
  expected: "BaseGroupSet",
3149
3251
  value: input3.customset
3150
3252
  })].every((flag) => flag);
3151
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3253
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3152
3254
  path: _path2 + ".id",
3153
3255
  expected: "(string | undefined)",
3154
3256
  value: input3.id
@@ -3180,7 +3282,7 @@ var validCategoriesRequest = (input) => {
3180
3282
  path: _path2 + ".term",
3181
3283
  expected: "ConditionTerm",
3182
3284
  value: input3.term
3183
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3285
+ })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3184
3286
  path: _path2 + ".term",
3185
3287
  expected: "ConditionTerm",
3186
3288
  value: input3.term
@@ -3188,12 +3290,12 @@ var validCategoriesRequest = (input) => {
3188
3290
  path: _path2 + ".q",
3189
3291
  expected: "ConditionQ",
3190
3292
  value: input3.q
3191
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3293
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3192
3294
  path: _path2 + ".q",
3193
3295
  expected: "ConditionQ",
3194
3296
  value: input3.q
3195
3297
  })].every((flag) => flag);
3196
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3298
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3197
3299
  path: _path2 + ".hiddenValues",
3198
3300
  expected: "(HiddenValues | undefined)",
3199
3301
  value: input3.hiddenValues
@@ -3233,8 +3335,8 @@ var validCategoriesRequest = (input) => {
3233
3335
  path: _path2 + ".breaks",
3234
3336
  expected: "(Array<number> | undefined)",
3235
3337
  value: input3.breaks
3236
- })) && input3.breaks.map((elem, _index49) => "number" === typeof elem || $report(_exceptionable2, {
3237
- path: _path2 + ".breaks[" + _index49 + "]",
3338
+ })) && input3.breaks.map((elem, _index51) => "number" === typeof elem || $report(_exceptionable2, {
3339
+ path: _path2 + ".breaks[" + _index51 + "]",
3238
3340
  expected: "number",
3239
3341
  value: elem
3240
3342
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3258,7 +3360,7 @@ var validCategoriesRequest = (input) => {
3258
3360
  expected: "(boolean | undefined)",
3259
3361
  value: input3.value_by_computable_grade
3260
3362
  }), true].every((flag) => flag);
3261
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3363
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3262
3364
  path: _path2 + ".id",
3263
3365
  expected: "(string | undefined)",
3264
3366
  value: input3.id
@@ -3290,7 +3392,7 @@ var validCategoriesRequest = (input) => {
3290
3392
  path: _path2 + ".q",
3291
3393
  expected: "SnpsQ",
3292
3394
  value: input3.q
3293
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3395
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3294
3396
  path: _path2 + ".q",
3295
3397
  expected: "SnpsQ",
3296
3398
  value: input3.q
@@ -3298,12 +3400,12 @@ var validCategoriesRequest = (input) => {
3298
3400
  path: _path2 + ".term",
3299
3401
  expected: "SnpsTerm",
3300
3402
  value: input3.term
3301
- })) && $vo67(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3403
+ })) && $vo68(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3302
3404
  path: _path2 + ".term",
3303
3405
  expected: "SnpsTerm",
3304
3406
  value: input3.term
3305
3407
  })].every((flag) => flag);
3306
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3408
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3307
3409
  path: _path2 + ".hiddenValues",
3308
3410
  expected: "(HiddenValues | undefined)",
3309
3411
  value: input3.hiddenValues
@@ -3359,7 +3461,7 @@ var validCategoriesRequest = (input) => {
3359
3461
  path: _path2 + ".restrictAncestry",
3360
3462
  expected: "RestrictAncestry",
3361
3463
  value: input3.restrictAncestry
3362
- })) && $vo66(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3464
+ })) && $vo67(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3363
3465
  path: _path2 + ".restrictAncestry",
3364
3466
  expected: "RestrictAncestry",
3365
3467
  value: input3.restrictAncestry
@@ -3384,7 +3486,7 @@ var validCategoriesRequest = (input) => {
3384
3486
  expected: "number",
3385
3487
  value: input3.stop
3386
3488
  })].every((flag) => flag);
3387
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3489
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3388
3490
  path: _path2 + ".name",
3389
3491
  expected: "string",
3390
3492
  value: input3.name
@@ -3397,7 +3499,7 @@ var validCategoriesRequest = (input) => {
3397
3499
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3398
3500
  value: input3.tvs
3399
3501
  })].every((flag) => flag);
3400
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3502
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3401
3503
  path: _path2 + ".id",
3402
3504
  expected: "string",
3403
3505
  value: input3.id
@@ -3413,8 +3515,8 @@ var validCategoriesRequest = (input) => {
3413
3515
  path: _path2 + ".child_types",
3414
3516
  expected: "(Array<string> | undefined)",
3415
3517
  value: input3.child_types
3416
- })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
3417
- path: _path2 + ".child_types[" + _index50 + "]",
3518
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3519
+ path: _path2 + ".child_types[" + _index52 + "]",
3418
3520
  expected: "string",
3419
3521
  value: elem
3420
3522
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3429,8 +3531,8 @@ var validCategoriesRequest = (input) => {
3429
3531
  path: _path2 + ".included_types",
3430
3532
  expected: "(Array<string> | undefined)",
3431
3533
  value: input3.included_types
3432
- })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3433
- path: _path2 + ".included_types[" + _index51 + "]",
3534
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3535
+ path: _path2 + ".included_types[" + _index53 + "]",
3434
3536
  expected: "string",
3435
3537
  value: elem
3436
3538
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3461,12 +3563,12 @@ var validCategoriesRequest = (input) => {
3461
3563
  path: _path2 + ".snps",
3462
3564
  expected: "(Array<SnpsEntry> | undefined)",
3463
3565
  value: input3.snps
3464
- })) && input3.snps.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3465
- path: _path2 + ".snps[" + _index52 + "]",
3566
+ })) && input3.snps.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3567
+ path: _path2 + ".snps[" + _index54 + "]",
3466
3568
  expected: "SnpsEntry",
3467
3569
  value: elem
3468
- })) && $vo68(elem, _path2 + ".snps[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
3469
- path: _path2 + ".snps[" + _index52 + "]",
3570
+ })) && $vo69(elem, _path2 + ".snps[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3571
+ path: _path2 + ".snps[" + _index54 + "]",
3470
3572
  expected: "SnpsEntry",
3471
3573
  value: elem
3472
3574
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3474,12 +3576,12 @@ var validCategoriesRequest = (input) => {
3474
3576
  expected: "(Array<SnpsEntry> | undefined)",
3475
3577
  value: input3.snps
3476
3578
  })].every((flag) => flag);
3477
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3579
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3478
3580
  path: _path2 + ".altAlleles",
3479
3581
  expected: "(Array<string> | undefined)",
3480
3582
  value: input3.altAlleles
3481
- })) && input3.altAlleles.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3482
- path: _path2 + ".altAlleles[" + _index53 + "]",
3583
+ })) && input3.altAlleles.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3584
+ path: _path2 + ".altAlleles[" + _index55 + "]",
3483
3585
  expected: "string",
3484
3586
  value: elem
3485
3587
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3490,12 +3592,12 @@ var validCategoriesRequest = (input) => {
3490
3592
  path: _path2 + ".alleles",
3491
3593
  expected: "(Array<AllelesEntry> | undefined)",
3492
3594
  value: input3.alleles
3493
- })) && input3.alleles.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3494
- path: _path2 + ".alleles[" + _index54 + "]",
3595
+ })) && input3.alleles.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3596
+ path: _path2 + ".alleles[" + _index56 + "]",
3495
3597
  expected: "AllelesEntry",
3496
3598
  value: elem
3497
- })) && $vo69(elem, _path2 + ".alleles[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3498
- path: _path2 + ".alleles[" + _index54 + "]",
3599
+ })) && $vo70(elem, _path2 + ".alleles[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3600
+ path: _path2 + ".alleles[" + _index56 + "]",
3499
3601
  expected: "AllelesEntry",
3500
3602
  value: elem
3501
3603
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3510,7 +3612,7 @@ var validCategoriesRequest = (input) => {
3510
3612
  path: _path2 + ".gt2count",
3511
3613
  expected: "(__type.o7 | undefined)",
3512
3614
  value: input3.gt2count
3513
- })) && $vo70(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3615
+ })) && $vo71(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3514
3616
  path: _path2 + ".gt2count",
3515
3617
  expected: "(__type.o7 | undefined)",
3516
3618
  value: input3.gt2count
@@ -3539,7 +3641,7 @@ var validCategoriesRequest = (input) => {
3539
3641
  expected: "(number | undefined)",
3540
3642
  value: input3.pos
3541
3643
  })].every((flag) => flag);
3542
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3644
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3543
3645
  path: _path2 + ".allele",
3544
3646
  expected: "string",
3545
3647
  value: input3.allele
@@ -3552,7 +3654,7 @@ var validCategoriesRequest = (input) => {
3552
3654
  expected: "boolean",
3553
3655
  value: input3.isRef
3554
3656
  })].every((flag) => flag);
3555
- const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3657
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3556
3658
  path: _path2 + ".k",
3557
3659
  expected: "string",
3558
3660
  value: input3.k
@@ -3561,7 +3663,7 @@ var validCategoriesRequest = (input) => {
3561
3663
  expected: "(number | string)",
3562
3664
  value: input3.v
3563
3665
  })].every((flag) => flag);
3564
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3666
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3565
3667
  path: _path2 + ".id",
3566
3668
  expected: "(string | undefined)",
3567
3669
  value: input3.id
@@ -3601,12 +3703,12 @@ var validCategoriesRequest = (input) => {
3601
3703
  path: _path2 + ".term",
3602
3704
  expected: "SnpTerm",
3603
3705
  value: input3.term
3604
- })) && $vo76(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3706
+ })) && $vo77(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3605
3707
  path: _path2 + ".term",
3606
3708
  expected: "SnpTerm",
3607
3709
  value: input3.term
3608
3710
  })].every((flag) => flag);
3609
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3711
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3610
3712
  path: _path2 + ".hiddenValues",
3611
3713
  expected: "(HiddenValues | undefined)",
3612
3714
  value: input3.hiddenValues
@@ -3635,7 +3737,7 @@ var validCategoriesRequest = (input) => {
3635
3737
  expected: '("values" | undefined)',
3636
3738
  value: input3.type
3637
3739
  })].every((flag) => flag);
3638
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3740
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3639
3741
  path: _path2 + ".hiddenValues",
3640
3742
  expected: "(HiddenValues | undefined)",
3641
3743
  value: input3.hiddenValues
@@ -3664,7 +3766,7 @@ var validCategoriesRequest = (input) => {
3664
3766
  expected: '("filter" | undefined)',
3665
3767
  value: input3.type
3666
3768
  })].every((flag) => flag);
3667
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3769
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3668
3770
  path: _path2 + ".hiddenValues",
3669
3771
  expected: "(HiddenValues | undefined)",
3670
3772
  value: input3.hiddenValues
@@ -3697,7 +3799,7 @@ var validCategoriesRequest = (input) => {
3697
3799
  expected: "number",
3698
3800
  value: input3.predefined_groupset_idx
3699
3801
  })].every((flag) => flag);
3700
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3802
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3701
3803
  path: _path2 + ".hiddenValues",
3702
3804
  expected: "(HiddenValues | undefined)",
3703
3805
  value: input3.hiddenValues
@@ -3729,12 +3831,12 @@ var validCategoriesRequest = (input) => {
3729
3831
  path: _path2 + ".customset",
3730
3832
  expected: "BaseGroupSet",
3731
3833
  value: input3.customset
3732
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3834
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3733
3835
  path: _path2 + ".customset",
3734
3836
  expected: "BaseGroupSet",
3735
3837
  value: input3.customset
3736
3838
  })].every((flag) => flag);
3737
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3839
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3738
3840
  path: _path2 + ".id",
3739
3841
  expected: "string",
3740
3842
  value: input3.id
@@ -3750,8 +3852,8 @@ var validCategoriesRequest = (input) => {
3750
3852
  path: _path2 + ".child_types",
3751
3853
  expected: "(Array<string> | undefined)",
3752
3854
  value: input3.child_types
3753
- })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3754
- path: _path2 + ".child_types[" + _index55 + "]",
3855
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3856
+ path: _path2 + ".child_types[" + _index57 + "]",
3755
3857
  expected: "string",
3756
3858
  value: elem
3757
3859
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3766,8 +3868,8 @@ var validCategoriesRequest = (input) => {
3766
3868
  path: _path2 + ".included_types",
3767
3869
  expected: "(Array<string> | undefined)",
3768
3870
  value: input3.included_types
3769
- })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3770
- path: _path2 + ".included_types[" + _index56 + "]",
3871
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3872
+ path: _path2 + ".included_types[" + _index58 + "]",
3771
3873
  expected: "string",
3772
3874
  value: elem
3773
3875
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3810,8 +3912,8 @@ var validCategoriesRequest = (input) => {
3810
3912
  path: _path2 + ".alt",
3811
3913
  expected: "Array<string>",
3812
3914
  value: input3.alt
3813
- })) && input3.alt.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3814
- path: _path2 + ".alt[" + _index57 + "]",
3915
+ })) && input3.alt.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3916
+ path: _path2 + ".alt[" + _index59 + "]",
3815
3917
  expected: "string",
3816
3918
  value: elem
3817
3919
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3822,12 +3924,12 @@ var validCategoriesRequest = (input) => {
3822
3924
  path: _path2 + ".groupsetting",
3823
3925
  expected: "TermGroupSetting",
3824
3926
  value: input3.groupsetting
3825
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3927
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3826
3928
  path: _path2 + ".groupsetting",
3827
3929
  expected: "TermGroupSetting",
3828
3930
  value: input3.groupsetting
3829
3931
  })].every((flag) => flag);
3830
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
3932
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
3831
3933
  path: _path2 + ".sessionId",
3832
3934
  expected: "(string | undefined)",
3833
3935
  value: input3.sessionId
@@ -3852,9 +3954,9 @@ var validCategoriesRequest = (input) => {
3852
3954
  })();
3853
3955
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3854
3956
  if ("gene" === input3.kind)
3855
- return $vo30(input3, _path2, _exceptionable2);
3856
- if ("coord" === input3.kind)
3857
3957
  return $vo31(input3, _path2, _exceptionable2);
3958
+ if ("coord" === input3.kind)
3959
+ return $vo32(input3, _path2, _exceptionable2);
3858
3960
  return $report(_exceptionable2, {
3859
3961
  path: _path2,
3860
3962
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3863,9 +3965,9 @@ var validCategoriesRequest = (input) => {
3863
3965
  })();
3864
3966
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3865
3967
  if ("string" === typeof input3.type)
3866
- return $vo34(input3, _path2, _exceptionable2);
3968
+ return $vo35(input3, _path2, _exceptionable2);
3867
3969
  if ("filter" === input3.type)
3868
- return $vo36(input3, _path2, _exceptionable2);
3970
+ return $vo37(input3, _path2, _exceptionable2);
3869
3971
  return $report(_exceptionable2, {
3870
3972
  path: _path2,
3871
3973
  expected: "(ValuesGroup | FilterGroup)",
@@ -3896,31 +3998,31 @@ var validCategoriesRequest = (input) => {
3896
3998
  })();
3897
3999
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3898
4000
  if ("SnpTW" === input3.type)
3899
- return $vo71(input3, _path2, _exceptionable2);
4001
+ return $vo72(input3, _path2, _exceptionable2);
3900
4002
  if ("SnpsTW" === input3.type)
3901
- return $vo64(input3, _path2, _exceptionable2);
4003
+ return $vo65(input3, _path2, _exceptionable2);
3902
4004
  if ("ConditionTW" === input3.type)
3903
- return $vo62(input3, _path2, _exceptionable2);
4005
+ return $vo63(input3, _path2, _exceptionable2);
3904
4006
  if ("GvCustomGsTW" === input3.type)
3905
- return $vo60(input3, _path2, _exceptionable2);
4007
+ return $vo61(input3, _path2, _exceptionable2);
3906
4008
  if ("GvPredefinedGsTW" === input3.type)
3907
- return $vo58(input3, _path2, _exceptionable2);
4009
+ return $vo59(input3, _path2, _exceptionable2);
3908
4010
  if ("GvValuesTW" === input3.type)
3909
- return $vo54(input3, _path2, _exceptionable2);
4011
+ return $vo55(input3, _path2, _exceptionable2);
3910
4012
  if ("NumTWSpline" === input3.type)
3911
- return $vo51(input3, _path2, _exceptionable2);
4013
+ return $vo52(input3, _path2, _exceptionable2);
3912
4014
  if ("NumTWCont" === input3.type)
3913
- return $vo49(input3, _path2, _exceptionable2);
4015
+ return $vo50(input3, _path2, _exceptionable2);
3914
4016
  if ("NumTWBinary" === input3.type)
3915
- return $vo47(input3, _path2, _exceptionable2);
4017
+ return $vo48(input3, _path2, _exceptionable2);
3916
4018
  if ("NumTWCustomBin" === input3.type)
3917
- return $vo46(input3, _path2, _exceptionable2);
4019
+ return $vo47(input3, _path2, _exceptionable2);
3918
4020
  if ("NumTWRegularBin" === input3.type)
3919
- return $vo45(input3, _path2, _exceptionable2);
4021
+ return $vo46(input3, _path2, _exceptionable2);
3920
4022
  if ("CatTWCustomGS" === input3.type)
3921
- return $vo42(input3, _path2, _exceptionable2);
4023
+ return $vo43(input3, _path2, _exceptionable2);
3922
4024
  if ("CatTWPredefinedGS" === input3.type)
3923
- return $vo40(input3, _path2, _exceptionable2);
4025
+ return $vo41(input3, _path2, _exceptionable2);
3924
4026
  if ("CatTWValues" === input3.type)
3925
4027
  return $vo1(input3, _path2, _exceptionable2);
3926
4028
  return $report(_exceptionable2, {
@@ -3932,24 +4034,18 @@ var validCategoriesRequest = (input) => {
3932
4034
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3933
4035
  if (void 0 !== input3.ranges)
3934
4036
  return $vo9(input3, _path2, _exceptionable2);
3935
- return $vo8(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
4037
+ return $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
3936
4038
  })();
3937
4039
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3938
4040
  if ("integer" === input3.type || "float" === input3.type)
3939
4041
  return $vo10(input3, _path2, _exceptionable2);
3940
- if ("geneExpression" === input3.type)
3941
- return $vo19(input3, _path2, _exceptionable2);
3942
- if ("date" === input3.type)
3943
- return $vo21(input3, _path2, _exceptionable2);
3944
4042
  if ("metaboliteIntensity" === input3.type)
3945
- return $vo20(input3, _path2, _exceptionable2);
3946
- if ("ssGSEA" === input3.type)
4043
+ return $vo21(input3, _path2, _exceptionable2);
4044
+ if ("date" === input3.type)
3947
4045
  return $vo22(input3, _path2, _exceptionable2);
3948
- return $report(_exceptionable2, {
3949
- path: _path2,
3950
- expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
3951
- value: input3
3952
- });
4046
+ if ("ssGSEA" === input3.type)
4047
+ return $vo23(input3, _path2, _exceptionable2);
4048
+ return $vo20(input3, _path2, false) || $vo19(input3, _path2, false);
3953
4049
  })();
3954
4050
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3955
4051
  if ("regular-bin" === input3.type)
@@ -3964,9 +4060,9 @@ var validCategoriesRequest = (input) => {
3964
4060
  })();
3965
4061
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3966
4062
  if ("gene" === input3.kind)
3967
- return $vo29(input3, _path2, _exceptionable2);
4063
+ return $vo30(input3, _path2, _exceptionable2);
3968
4064
  if ("coord" === input3.kind)
3969
- return $vo37(input3, _path2, _exceptionable2);
4065
+ return $vo38(input3, _path2, _exceptionable2);
3970
4066
  return $report(_exceptionable2, {
3971
4067
  path: _path2,
3972
4068
  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; })',
@@ -3975,9 +4071,9 @@ var validCategoriesRequest = (input) => {
3975
4071
  })();
3976
4072
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3977
4073
  if ("gene" === input3.kind)
3978
- return $vo55(input3, _path2, _exceptionable2);
3979
- if ("coord" === input3.kind)
3980
4074
  return $vo56(input3, _path2, _exceptionable2);
4075
+ if ("coord" === input3.kind)
4076
+ return $vo57(input3, _path2, _exceptionable2);
3981
4077
  return $report(_exceptionable2, {
3982
4078
  path: _path2,
3983
4079
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -3986,10 +4082,10 @@ var validCategoriesRequest = (input) => {
3986
4082
  })();
3987
4083
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3988
4084
  if (void 0 !== input3.predefined_groupset_idx)
3989
- return $vo74(input3, _path2, _exceptionable2);
3990
- if (void 0 !== input3.customset)
3991
4085
  return $vo75(input3, _path2, _exceptionable2);
3992
- return $vo73(input3, _path2, false) || $vo72(input3, _path2, false);
4086
+ if (void 0 !== input3.customset)
4087
+ return $vo76(input3, _path2, _exceptionable2);
4088
+ return $vo74(input3, _path2, false) || $vo73(input3, _path2, false);
3993
4089
  })();
3994
4090
  return ("object" === typeof input2 && null !== input2 || $report(true, {
3995
4091
  path: _path + "",