@sjcrh/proteinpaint-types 2.146.4-1 → 2.147.2-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 (43) hide show
  1. package/dist/aiProjectSelectedWSImages.js +1 -1
  2. package/dist/aiProjectTrainModel.js +11 -0
  3. package/dist/brainImaging.js +1 -1
  4. package/dist/{chunk-75OHIZMS.js → chunk-225Q2ZUA.js} +2 -6
  5. package/dist/{chunk-NBV7HYBA.js → chunk-3SKFYOKV.js} +407 -515
  6. package/dist/{chunk-G5KSPYQG.js → chunk-4SJC57Y6.js} +403 -511
  7. package/dist/{chunk-C246BWQE.js → chunk-5MGSKBUU.js} +268 -92
  8. package/dist/{chunk-4VEXL32Q.js → chunk-75GS5ZG5.js} +381 -489
  9. package/dist/{chunk-2BHWLFKE.js → chunk-ETMCI34A.js} +2 -6
  10. package/dist/{chunk-74B7B2CV.js → chunk-KQNLROUN.js} +258 -82
  11. package/dist/{chunk-7ICZFAGK.js → chunk-KSVIBMFQ.js} +1049 -797
  12. package/dist/{chunk-5KADNZH2.js → chunk-RA7IEGS4.js} +408 -516
  13. package/dist/{chunk-4DNCZQOB.js → chunk-TTUU5XQC.js} +258 -82
  14. package/dist/chunk-UYJA4UM7.js +97 -0
  15. package/dist/{chunk-GCAZSDCW.js → chunk-WL7ZVGZS.js} +403 -511
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +48 -40
  18. package/dist/samplewsimages.js +1 -1
  19. package/dist/termdb.boxplot.js +1 -1
  20. package/dist/termdb.categories.js +1 -1
  21. package/dist/termdb.cluster.js +1 -1
  22. package/dist/termdb.descrstats.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/package.json +1 -1
  27. package/src/dataset.ts +15 -12
  28. package/src/index.ts +2 -0
  29. package/src/routes/aiProjectSelectedWSImages.ts +0 -1
  30. package/src/routes/aiProjectTrainModel.ts +20 -0
  31. package/src/routes/brainImaging.ts +3 -3
  32. package/src/terms/categorical.ts +9 -90
  33. package/src/terms/date.ts +1 -1
  34. package/src/terms/geneExpression.ts +3 -1
  35. package/src/terms/metaboliteIntensity.ts +4 -2
  36. package/src/terms/numeric.ts +5 -1
  37. package/src/terms/q.ts +5 -1
  38. package/src/terms/qualitative.ts +73 -0
  39. package/src/terms/singleCellCellType.ts +6 -10
  40. package/src/terms/snp.ts +9 -13
  41. package/src/terms/ssGSEA.ts +5 -1
  42. package/src/terms/term.ts +2 -2
  43. package/src/terms/tw.ts +3 -4
@@ -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__) && $io79(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;
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__) && $io75(input3.__protected__));
62
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "QualTWValues" === input3.type;
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -81,12 +81,12 @@ var validCategoriesRequest = (input) => {
81
81
  });
82
82
  const $io5 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter));
83
83
  const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
84
- const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
84
+ const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
85
85
  const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io5(elem)));
86
- const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $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)));
86
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
87
87
  const $io10 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
88
88
  const $io11 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
89
- const $io12 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $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);
89
+ const $io12 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
90
90
  const $io13 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
91
91
  const $io14 = (input3) => Object.keys(input3).every((key) => {
92
92
  const value = input3[key];
@@ -110,7 +110,7 @@ var validCategoriesRequest = (input) => {
110
110
  const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
111
111
  const $io27 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
112
112
  const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
113
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $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.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
114
114
  const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
115
115
  const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
116
116
  const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
@@ -121,46 +121,42 @@ var validCategoriesRequest = (input) => {
121
121
  const $io37 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
122
122
  const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
123
123
  const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
124
- const $io40 = (input3) => (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 && $iu12(input3.q));
148
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
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 || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
150
- const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io67(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io69(input3.term));
151
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $io68(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;
152
- const $io68 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
153
- const $io69 = (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 && $io70(elem)));
154
- const $io70 = (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 && $io71(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io72(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);
155
- const $io71 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
156
- const $io72 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
157
- const $io73 = (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 && $iu13(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io78(input3.term));
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.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === 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.reuseId || "string" === typeof input3.reuseId) && "filter" === input3.type;
160
- const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
161
- const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
162
- const $io78 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
163
- const $io79 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && true;
124
+ const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
125
+ const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
126
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
127
+ const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "QualTWPredefinedGS" === input3.type;
128
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
129
+ const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && "QualTWCustomGS" === input3.type;
130
+ const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io47(input3.customset));
131
+ const $io47 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
132
+ const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
133
+ const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
134
+ const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io51(input3.q));
135
+ const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
136
+ const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io53(input3.q));
137
+ const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
138
+ const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q));
139
+ const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io56(elem))) && (null !== input3.type && void 0 === input3.type);
140
+ const $io56 = (input3) => "number" === typeof input3.value;
141
+ const $io57 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
142
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
143
+ const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
144
+ const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
145
+ const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
146
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
147
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
148
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io47(input3.customset));
149
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
150
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
151
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
152
+ const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io71(input3.term));
153
+ const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io70(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
154
+ const $io70 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
155
+ const $io71 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io72(elem)));
156
+ const $io72 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io73(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io74(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
157
+ const $io73 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
158
+ const $io74 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
159
+ const $io75 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && true;
164
160
  const $iu0 = (input3) => (() => {
165
161
  if ("tvslst" === input3.type)
166
162
  return $io6(input3);
@@ -204,37 +200,44 @@ var validCategoriesRequest = (input) => {
204
200
  return false;
205
201
  })();
206
202
  const $iu6 = (input3) => (() => {
207
- if ("SnpTW" === input3.type)
208
- return $io73(input3);
209
203
  if ("SnpsTW" === input3.type)
210
- return $io66(input3);
204
+ return $io68(input3);
211
205
  if ("ConditionTW" === input3.type)
212
- return $io63(input3);
206
+ return $io65(input3);
213
207
  if ("GvCustomGsTW" === input3.type)
214
- return $io61(input3);
208
+ return $io63(input3);
215
209
  if ("GvPredefinedGsTW" === input3.type)
216
- return $io59(input3);
210
+ return $io61(input3);
217
211
  if ("GvValuesTW" === input3.type)
218
- return $io55(input3);
212
+ return $io57(input3);
219
213
  if ("NumTWSpline" === input3.type)
220
- return $io52(input3);
214
+ return $io54(input3);
221
215
  if ("NumTWCont" === input3.type)
222
- return $io50(input3);
216
+ return $io52(input3);
223
217
  if ("NumTWBinary" === input3.type)
224
- return $io48(input3);
218
+ return $io50(input3);
225
219
  if ("NumTWCustomBin" === input3.type)
226
- return $io47(input3);
220
+ return $io49(input3);
227
221
  if ("NumTWRegularBin" === input3.type)
228
- return $io46(input3);
229
- if ("CatTWCustomGS" === input3.type)
222
+ return $io48(input3);
223
+ if ("QualTWCustomGS" === input3.type)
224
+ return $io45(input3);
225
+ if ("QualTWPredefinedGS" === input3.type)
230
226
  return $io43(input3);
231
- if ("CatTWPredefinedGS" === input3.type)
232
- return $io41(input3);
233
- if ("CatTWValues" === input3.type)
227
+ if ("QualTWValues" === input3.type)
234
228
  return $io1(input3);
235
229
  return false;
236
230
  })();
237
231
  const $iu7 = (input3) => (() => {
232
+ if ("categorical" === input3.type)
233
+ return $io3(input3);
234
+ if ("snp" === input3.type)
235
+ return $io40(input3);
236
+ if ("singleCellCellType" === input3.type)
237
+ return $io41(input3);
238
+ return false;
239
+ })();
240
+ const $iu8 = (input3) => (() => {
238
241
  if (void 0 !== input3.ranges)
239
242
  return $io9(input3);
240
243
  return (() => {
@@ -247,7 +250,7 @@ var validCategoriesRequest = (input) => {
247
250
  return false;
248
251
  })();
249
252
  })();
250
- const $iu8 = (input3) => (() => {
253
+ const $iu9 = (input3) => (() => {
251
254
  if ("integer" === input3.type || "float" === input3.type)
252
255
  return $io10(input3);
253
256
  if ("metaboliteIntensity" === input3.type)
@@ -264,43 +267,32 @@ var validCategoriesRequest = (input) => {
264
267
  return false;
265
268
  })();
266
269
  })();
267
- const $iu9 = (input3) => (() => {
270
+ const $iu10 = (input3) => (() => {
268
271
  if ("regular-bin" === input3.type)
269
272
  return $io13(input3);
270
273
  if ("custom-bin" === input3.type)
271
274
  return $io18(input3);
272
275
  return false;
273
276
  })();
274
- const $iu10 = (input3) => (() => {
277
+ const $iu11 = (input3) => (() => {
275
278
  if ("gene" === input3.kind)
276
279
  return $io30(input3);
277
280
  if ("coord" === input3.kind)
278
281
  return $io38(input3);
279
282
  return false;
280
283
  })();
281
- const $iu11 = (input3) => (() => {
284
+ const $iu12 = (input3) => (() => {
282
285
  if ("gene" === input3.kind)
283
- return $io56(input3);
286
+ return $io58(input3);
284
287
  if ("coord" === input3.kind)
285
- return $io57(input3);
288
+ return $io59(input3);
286
289
  return false;
287
290
  })();
288
- const $iu12 = (input3) => (() => {
291
+ const $iu13 = (input3) => (() => {
289
292
  if ("grade" === input3.valueFor)
290
- return $io64(input3);
293
+ return $io66(input3);
291
294
  if ("children" === input3.valueFor)
292
- return $io65(input3);
293
- return false;
294
- })();
295
- const $iu13 = (input3) => (() => {
296
- if ("values" === input3.type)
297
- return $io74(input3);
298
- if ("filter" === input3.type)
299
- return $io75(input3);
300
- if ("predefined-groupset" === input3.type)
301
- return $io76(input3);
302
- if ("custom-groupset" === input3.type)
303
- return $io77(input3);
295
+ return $io67(input3);
304
296
  return false;
305
297
  })();
306
298
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -323,11 +315,11 @@ var validCategoriesRequest = (input) => {
323
315
  value: input3.embedder
324
316
  }), ("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
325
317
  path: _path2 + ".tw",
326
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
318
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
327
319
  value: input3.tw
328
320
  })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
329
321
  path: _path2 + ".tw",
330
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
322
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
331
323
  value: input3.tw
332
324
  }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
333
325
  path: _path2 + ".filter",
@@ -353,7 +345,7 @@ var validCategoriesRequest = (input) => {
353
345
  path: _path2 + ".__protected__",
354
346
  expected: "(__type.o8 | undefined)",
355
347
  value: input3.__protected__
356
- })) && $vo79(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
348
+ })) && $vo75(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
357
349
  path: _path2 + ".__protected__",
358
350
  expected: "(__type.o8 | undefined)",
359
351
  value: input3.__protected__
@@ -384,23 +376,23 @@ var validCategoriesRequest = (input) => {
384
376
  value: input3.minNumSamples
385
377
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
386
378
  path: _path2 + ".term",
387
- expected: "CategoricalTerm",
379
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
388
380
  value: input3.term
389
- })) && $vo3(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
381
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
390
382
  path: _path2 + ".term",
391
- expected: "CategoricalTerm",
383
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
392
384
  value: input3.term
393
385
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
394
386
  path: _path2 + ".q",
395
387
  expected: "ValuesQ",
396
388
  value: input3.q
397
- })) && $vo40(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
389
+ })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
398
390
  path: _path2 + ".q",
399
391
  expected: "ValuesQ",
400
392
  value: input3.q
401
- }), "CatTWValues" === input3.type || $report(_exceptionable2, {
393
+ }), "QualTWValues" === input3.type || $report(_exceptionable2, {
402
394
  path: _path2 + ".type",
403
- expected: '"CatTWValues"',
395
+ expected: '"QualTWValues"',
404
396
  value: input3.type
405
397
  })].every((flag) => flag);
406
398
  const $vo2 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
@@ -576,7 +568,7 @@ var validCategoriesRequest = (input) => {
576
568
  path: _path2 + ".tvs",
577
569
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
578
570
  value: input3.tvs
579
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
571
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
580
572
  path: _path2 + ".tvs",
581
573
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
582
574
  value: input3.tvs
@@ -630,7 +622,7 @@ var validCategoriesRequest = (input) => {
630
622
  path: _path2 + ".term",
631
623
  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)',
632
624
  value: input3.term
633
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
625
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
634
626
  path: _path2 + ".term",
635
627
  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)',
636
628
  value: input3.term
@@ -757,7 +749,7 @@ var validCategoriesRequest = (input) => {
757
749
  path: _path2 + '["default"]',
758
750
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
759
751
  value: input3["default"]
760
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
752
+ })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
761
753
  path: _path2 + '["default"]',
762
754
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
763
755
  value: input3["default"]
@@ -765,7 +757,7 @@ var validCategoriesRequest = (input) => {
765
757
  path: _path2 + ".less",
766
758
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
767
759
  value: input3.less
768
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
760
+ })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
769
761
  path: _path2 + ".less",
770
762
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
771
763
  value: input3.less
@@ -1651,7 +1643,7 @@ var validCategoriesRequest = (input) => {
1651
1643
  path: _path2 + ".parentTerm",
1652
1644
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1653
1645
  value: input3.parentTerm
1654
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1646
+ })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1655
1647
  path: _path2 + ".parentTerm",
1656
1648
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1657
1649
  value: input3.parentTerm
@@ -2186,7 +2178,173 @@ var validCategoriesRequest = (input) => {
2186
2178
  expected: "string",
2187
2179
  value: input3.value
2188
2180
  })].every((flag) => flag);
2189
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2181
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2182
+ path: _path2 + ".id",
2183
+ expected: "string",
2184
+ value: input3.id
2185
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2186
+ path: _path2 + ".name",
2187
+ expected: "string",
2188
+ value: input3.name
2189
+ }), "snp" === input3.type || $report(_exceptionable2, {
2190
+ path: _path2 + ".type",
2191
+ expected: '"snp"',
2192
+ value: input3.type
2193
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2194
+ path: _path2 + ".child_types",
2195
+ expected: "(Array<string> | undefined)",
2196
+ value: input3.child_types
2197
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2198
+ path: _path2 + ".child_types[" + _index41 + "]",
2199
+ expected: "string",
2200
+ value: elem
2201
+ })).every((flag) => flag) || $report(_exceptionable2, {
2202
+ path: _path2 + ".child_types",
2203
+ expected: "(Array<string> | undefined)",
2204
+ value: input3.child_types
2205
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2206
+ path: _path2 + ".hashtmldetail",
2207
+ expected: "(boolean | undefined)",
2208
+ value: input3.hashtmldetail
2209
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2210
+ path: _path2 + ".included_types",
2211
+ expected: "(Array<string> | undefined)",
2212
+ value: input3.included_types
2213
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2214
+ path: _path2 + ".included_types[" + _index42 + "]",
2215
+ expected: "string",
2216
+ value: elem
2217
+ })).every((flag) => flag) || $report(_exceptionable2, {
2218
+ path: _path2 + ".included_types",
2219
+ expected: "(Array<string> | undefined)",
2220
+ value: input3.included_types
2221
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2222
+ path: _path2 + ".isleaf",
2223
+ expected: "(boolean | undefined)",
2224
+ value: input3.isleaf
2225
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2226
+ path: _path2 + ".values",
2227
+ expected: "(TermValues | undefined)",
2228
+ value: input3.values
2229
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2230
+ path: _path2 + ".values",
2231
+ expected: "(TermValues | undefined)",
2232
+ value: input3.values
2233
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2234
+ path: _path2 + ".skipValuesBuild",
2235
+ expected: "(boolean | undefined)",
2236
+ value: input3.skipValuesBuild
2237
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2238
+ path: _path2 + ".chr",
2239
+ expected: "string",
2240
+ value: input3.chr
2241
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2242
+ path: _path2 + ".start",
2243
+ expected: "number",
2244
+ value: input3.start
2245
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2246
+ path: _path2 + ".stop",
2247
+ expected: "number",
2248
+ value: input3.stop
2249
+ }), "string" === typeof input3.ref || $report(_exceptionable2, {
2250
+ path: _path2 + ".ref",
2251
+ expected: "string",
2252
+ value: input3.ref
2253
+ }), (Array.isArray(input3.alt) || $report(_exceptionable2, {
2254
+ path: _path2 + ".alt",
2255
+ expected: "Array<string>",
2256
+ value: input3.alt
2257
+ })) && input3.alt.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2258
+ path: _path2 + ".alt[" + _index43 + "]",
2259
+ expected: "string",
2260
+ value: elem
2261
+ })).every((flag) => flag) || $report(_exceptionable2, {
2262
+ path: _path2 + ".alt",
2263
+ expected: "Array<string>",
2264
+ value: input3.alt
2265
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2266
+ path: _path2 + ".groupsetting",
2267
+ expected: "TermGroupSetting",
2268
+ value: input3.groupsetting
2269
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2270
+ path: _path2 + ".groupsetting",
2271
+ expected: "TermGroupSetting",
2272
+ value: input3.groupsetting
2273
+ })].every((flag) => flag);
2274
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2275
+ path: _path2 + ".id",
2276
+ expected: "string",
2277
+ value: input3.id
2278
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2279
+ path: _path2 + ".name",
2280
+ expected: "string",
2281
+ value: input3.name
2282
+ }), "singleCellCellType" === input3.type || $report(_exceptionable2, {
2283
+ path: _path2 + ".type",
2284
+ expected: '"singleCellCellType"',
2285
+ value: input3.type
2286
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2287
+ path: _path2 + ".child_types",
2288
+ expected: "(Array<string> | undefined)",
2289
+ value: input3.child_types
2290
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2291
+ path: _path2 + ".child_types[" + _index44 + "]",
2292
+ expected: "string",
2293
+ value: elem
2294
+ })).every((flag) => flag) || $report(_exceptionable2, {
2295
+ path: _path2 + ".child_types",
2296
+ expected: "(Array<string> | undefined)",
2297
+ value: input3.child_types
2298
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2299
+ path: _path2 + ".hashtmldetail",
2300
+ expected: "(boolean | undefined)",
2301
+ value: input3.hashtmldetail
2302
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2303
+ path: _path2 + ".included_types",
2304
+ expected: "(Array<string> | undefined)",
2305
+ value: input3.included_types
2306
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2307
+ path: _path2 + ".included_types[" + _index45 + "]",
2308
+ expected: "string",
2309
+ value: elem
2310
+ })).every((flag) => flag) || $report(_exceptionable2, {
2311
+ path: _path2 + ".included_types",
2312
+ expected: "(Array<string> | undefined)",
2313
+ value: input3.included_types
2314
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2315
+ path: _path2 + ".isleaf",
2316
+ expected: "(boolean | undefined)",
2317
+ value: input3.isleaf
2318
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2319
+ path: _path2 + ".values",
2320
+ expected: "(TermValues | undefined)",
2321
+ value: input3.values
2322
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2323
+ path: _path2 + ".values",
2324
+ expected: "(TermValues | undefined)",
2325
+ value: input3.values
2326
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2327
+ path: _path2 + ".skipValuesBuild",
2328
+ expected: "(boolean | undefined)",
2329
+ value: input3.skipValuesBuild
2330
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
2331
+ path: _path2 + ".sample",
2332
+ expected: "string",
2333
+ value: input3.sample
2334
+ }), "string" === typeof input3.plot || $report(_exceptionable2, {
2335
+ path: _path2 + ".plot",
2336
+ expected: "string",
2337
+ value: input3.plot
2338
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2339
+ path: _path2 + ".groupsetting",
2340
+ expected: "TermGroupSetting",
2341
+ value: input3.groupsetting
2342
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2343
+ path: _path2 + ".groupsetting",
2344
+ expected: "TermGroupSetting",
2345
+ value: input3.groupsetting
2346
+ })].every((flag) => flag);
2347
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2190
2348
  path: _path2 + ".hiddenValues",
2191
2349
  expected: "(HiddenValues | undefined)",
2192
2350
  value: input3.hiddenValues
@@ -2215,7 +2373,7 @@ var validCategoriesRequest = (input) => {
2215
2373
  expected: '"values"',
2216
2374
  value: input3.type
2217
2375
  })].every((flag) => flag);
2218
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2376
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2219
2377
  path: _path2 + ".id",
2220
2378
  expected: "(string | undefined)",
2221
2379
  value: input3.id
@@ -2241,26 +2399,26 @@ var validCategoriesRequest = (input) => {
2241
2399
  value: input3.minNumSamples
2242
2400
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2243
2401
  path: _path2 + ".term",
2244
- expected: "CategoricalTerm",
2402
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2245
2403
  value: input3.term
2246
- })) && $vo3(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2404
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2247
2405
  path: _path2 + ".term",
2248
- expected: "CategoricalTerm",
2406
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2249
2407
  value: input3.term
2250
2408
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2251
2409
  path: _path2 + ".q",
2252
2410
  expected: "PredefinedGroupSettingQ",
2253
2411
  value: input3.q
2254
- })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2412
+ })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2255
2413
  path: _path2 + ".q",
2256
2414
  expected: "PredefinedGroupSettingQ",
2257
2415
  value: input3.q
2258
- }), "CatTWPredefinedGS" === input3.type || $report(_exceptionable2, {
2416
+ }), "QualTWPredefinedGS" === input3.type || $report(_exceptionable2, {
2259
2417
  path: _path2 + ".type",
2260
- expected: '"CatTWPredefinedGS"',
2418
+ expected: '"QualTWPredefinedGS"',
2261
2419
  value: input3.type
2262
2420
  })].every((flag) => flag);
2263
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2421
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2264
2422
  path: _path2 + ".hiddenValues",
2265
2423
  expected: "(HiddenValues | undefined)",
2266
2424
  value: input3.hiddenValues
@@ -2293,7 +2451,7 @@ var validCategoriesRequest = (input) => {
2293
2451
  expected: "number",
2294
2452
  value: input3.predefined_groupset_idx
2295
2453
  })].every((flag) => flag);
2296
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2454
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2297
2455
  path: _path2 + ".id",
2298
2456
  expected: "(string | undefined)",
2299
2457
  value: input3.id
@@ -2319,26 +2477,26 @@ var validCategoriesRequest = (input) => {
2319
2477
  value: input3.minNumSamples
2320
2478
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2321
2479
  path: _path2 + ".term",
2322
- expected: "CategoricalTerm",
2480
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2323
2481
  value: input3.term
2324
- })) && $vo3(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2482
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2325
2483
  path: _path2 + ".term",
2326
- expected: "CategoricalTerm",
2484
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2327
2485
  value: input3.term
2328
2486
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2329
2487
  path: _path2 + ".q",
2330
2488
  expected: "CustomGroupSettingQ",
2331
2489
  value: input3.q
2332
- })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2490
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2333
2491
  path: _path2 + ".q",
2334
2492
  expected: "CustomGroupSettingQ",
2335
2493
  value: input3.q
2336
- }), "CatTWCustomGS" === input3.type || $report(_exceptionable2, {
2494
+ }), "QualTWCustomGS" === input3.type || $report(_exceptionable2, {
2337
2495
  path: _path2 + ".type",
2338
- expected: '"CatTWCustomGS"',
2496
+ expected: '"QualTWCustomGS"',
2339
2497
  value: input3.type
2340
2498
  })].every((flag) => flag);
2341
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2499
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2342
2500
  path: _path2 + ".hiddenValues",
2343
2501
  expected: "(HiddenValues | undefined)",
2344
2502
  value: input3.hiddenValues
@@ -2370,21 +2528,21 @@ var validCategoriesRequest = (input) => {
2370
2528
  path: _path2 + ".customset",
2371
2529
  expected: "BaseGroupSet",
2372
2530
  value: input3.customset
2373
- })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2531
+ })) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2374
2532
  path: _path2 + ".customset",
2375
2533
  expected: "BaseGroupSet",
2376
2534
  value: input3.customset
2377
2535
  })].every((flag) => flag);
2378
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2536
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2379
2537
  path: _path2 + ".groups",
2380
2538
  expected: "Array<GroupEntry>",
2381
2539
  value: input3.groups
2382
- })) && input3.groups.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2383
- path: _path2 + ".groups[" + _index41 + "]",
2540
+ })) && input3.groups.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2541
+ path: _path2 + ".groups[" + _index46 + "]",
2384
2542
  expected: "(FilterGroup | ValuesGroup)",
2385
2543
  value: elem
2386
- })) && $vu3(elem, _path2 + ".groups[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2387
- path: _path2 + ".groups[" + _index41 + "]",
2544
+ })) && $vu3(elem, _path2 + ".groups[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2545
+ path: _path2 + ".groups[" + _index46 + "]",
2388
2546
  expected: "(FilterGroup | ValuesGroup)",
2389
2547
  value: elem
2390
2548
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2392,7 +2550,7 @@ var validCategoriesRequest = (input) => {
2392
2550
  expected: "Array<GroupEntry>",
2393
2551
  value: input3.groups
2394
2552
  })].every((flag) => flag);
2395
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2553
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2396
2554
  path: _path2 + ".id",
2397
2555
  expected: "(string | undefined)",
2398
2556
  value: input3.id
@@ -2424,7 +2582,7 @@ var validCategoriesRequest = (input) => {
2424
2582
  path: _path2 + ".term",
2425
2583
  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)',
2426
2584
  value: input3.term
2427
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2585
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2428
2586
  path: _path2 + ".term",
2429
2587
  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)',
2430
2588
  value: input3.term
@@ -2437,7 +2595,7 @@ var validCategoriesRequest = (input) => {
2437
2595
  expected: "RegularNumericBinConfig",
2438
2596
  value: input3.q
2439
2597
  })].every((flag) => flag);
2440
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2598
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2441
2599
  path: _path2 + ".id",
2442
2600
  expected: "(string | undefined)",
2443
2601
  value: input3.id
@@ -2469,7 +2627,7 @@ var validCategoriesRequest = (input) => {
2469
2627
  path: _path2 + ".term",
2470
2628
  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)',
2471
2629
  value: input3.term
2472
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2630
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2473
2631
  path: _path2 + ".term",
2474
2632
  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)',
2475
2633
  value: input3.term
@@ -2482,7 +2640,7 @@ var validCategoriesRequest = (input) => {
2482
2640
  expected: "CustomNumericBinConfig",
2483
2641
  value: input3.q
2484
2642
  })].every((flag) => flag);
2485
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2643
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2486
2644
  path: _path2 + ".id",
2487
2645
  expected: "(string | undefined)",
2488
2646
  value: input3.id
@@ -2514,7 +2672,7 @@ var validCategoriesRequest = (input) => {
2514
2672
  path: _path2 + ".term",
2515
2673
  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)',
2516
2674
  value: input3.term
2517
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2675
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2518
2676
  path: _path2 + ".term",
2519
2677
  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)',
2520
2678
  value: input3.term
@@ -2522,12 +2680,12 @@ var validCategoriesRequest = (input) => {
2522
2680
  path: _path2 + ".q",
2523
2681
  expected: "BinaryNumericQ",
2524
2682
  value: input3.q
2525
- })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2683
+ })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2526
2684
  path: _path2 + ".q",
2527
2685
  expected: "BinaryNumericQ",
2528
2686
  value: input3.q
2529
2687
  })].every((flag) => flag);
2530
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2688
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2531
2689
  path: _path2 + ".hiddenValues",
2532
2690
  expected: "(HiddenValues | undefined)",
2533
2691
  value: input3.hiddenValues
@@ -2587,7 +2745,7 @@ var validCategoriesRequest = (input) => {
2587
2745
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2588
2746
  value: input3.lst
2589
2747
  })].every((flag) => flag);
2590
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2748
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2591
2749
  path: _path2 + ".id",
2592
2750
  expected: "(string | undefined)",
2593
2751
  value: input3.id
@@ -2619,7 +2777,7 @@ var validCategoriesRequest = (input) => {
2619
2777
  path: _path2 + ".term",
2620
2778
  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)',
2621
2779
  value: input3.term
2622
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2780
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2623
2781
  path: _path2 + ".term",
2624
2782
  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)',
2625
2783
  value: input3.term
@@ -2627,12 +2785,12 @@ var validCategoriesRequest = (input) => {
2627
2785
  path: _path2 + ".q",
2628
2786
  expected: "ContinuousNumericQ",
2629
2787
  value: input3.q
2630
- })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2788
+ })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2631
2789
  path: _path2 + ".q",
2632
2790
  expected: "ContinuousNumericQ",
2633
2791
  value: input3.q
2634
2792
  })].every((flag) => flag);
2635
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2793
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2636
2794
  path: _path2 + ".hiddenValues",
2637
2795
  expected: "(HiddenValues | undefined)",
2638
2796
  value: input3.hiddenValues
@@ -2669,7 +2827,7 @@ var validCategoriesRequest = (input) => {
2669
2827
  expected: "undefined",
2670
2828
  value: input3.type
2671
2829
  }))].every((flag) => flag);
2672
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2830
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2673
2831
  path: _path2 + ".id",
2674
2832
  expected: "(string | undefined)",
2675
2833
  value: input3.id
@@ -2701,7 +2859,7 @@ var validCategoriesRequest = (input) => {
2701
2859
  path: _path2 + ".term",
2702
2860
  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)',
2703
2861
  value: input3.term
2704
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2862
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2705
2863
  path: _path2 + ".term",
2706
2864
  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)',
2707
2865
  value: input3.term
@@ -2709,12 +2867,12 @@ var validCategoriesRequest = (input) => {
2709
2867
  path: _path2 + ".q",
2710
2868
  expected: "SplineNumericQ",
2711
2869
  value: input3.q
2712
- })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2870
+ })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2713
2871
  path: _path2 + ".q",
2714
2872
  expected: "SplineNumericQ",
2715
2873
  value: input3.q
2716
2874
  })].every((flag) => flag);
2717
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2875
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2718
2876
  path: _path2 + ".hiddenValues",
2719
2877
  expected: "(HiddenValues | undefined)",
2720
2878
  value: input3.hiddenValues
@@ -2742,12 +2900,12 @@ var validCategoriesRequest = (input) => {
2742
2900
  path: _path2 + ".knots",
2743
2901
  expected: "Array<__type>.o3",
2744
2902
  value: input3.knots
2745
- })) && input3.knots.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2746
- path: _path2 + ".knots[" + _index42 + "]",
2903
+ })) && input3.knots.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2904
+ path: _path2 + ".knots[" + _index47 + "]",
2747
2905
  expected: "__type.o6",
2748
2906
  value: elem
2749
- })) && $vo54(elem, _path2 + ".knots[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2750
- path: _path2 + ".knots[" + _index42 + "]",
2907
+ })) && $vo56(elem, _path2 + ".knots[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2908
+ path: _path2 + ".knots[" + _index47 + "]",
2751
2909
  expected: "__type.o6",
2752
2910
  value: elem
2753
2911
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2763,12 +2921,12 @@ var validCategoriesRequest = (input) => {
2763
2921
  expected: "undefined",
2764
2922
  value: input3.type
2765
2923
  }))].every((flag) => flag);
2766
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2924
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2767
2925
  path: _path2 + ".value",
2768
2926
  expected: "number",
2769
2927
  value: input3.value
2770
2928
  })].every((flag) => flag);
2771
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2929
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2772
2930
  path: _path2 + ".id",
2773
2931
  expected: "(string | undefined)",
2774
2932
  value: input3.id
@@ -2800,7 +2958,7 @@ var validCategoriesRequest = (input) => {
2800
2958
  path: _path2 + ".term",
2801
2959
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
2802
2960
  value: input3.term
2803
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2961
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2804
2962
  path: _path2 + ".term",
2805
2963
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
2806
2964
  value: input3.term
@@ -2808,12 +2966,12 @@ var validCategoriesRequest = (input) => {
2808
2966
  path: _path2 + ".q",
2809
2967
  expected: "GvValuesQ",
2810
2968
  value: input3.q
2811
- })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2969
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2812
2970
  path: _path2 + ".q",
2813
2971
  expected: "GvValuesQ",
2814
2972
  value: input3.q
2815
2973
  })].every((flag) => flag);
2816
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2974
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2817
2975
  path: _path2 + ".id",
2818
2976
  expected: "string",
2819
2977
  value: input3.id
@@ -2829,8 +2987,8 @@ var validCategoriesRequest = (input) => {
2829
2987
  path: _path2 + ".child_types",
2830
2988
  expected: "(Array<string> | undefined)",
2831
2989
  value: input3.child_types
2832
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2833
- path: _path2 + ".child_types[" + _index43 + "]",
2990
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2991
+ path: _path2 + ".child_types[" + _index48 + "]",
2834
2992
  expected: "string",
2835
2993
  value: elem
2836
2994
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2845,8 +3003,8 @@ var validCategoriesRequest = (input) => {
2845
3003
  path: _path2 + ".included_types",
2846
3004
  expected: "(Array<string> | undefined)",
2847
3005
  value: input3.included_types
2848
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2849
- path: _path2 + ".included_types[" + _index44 + "]",
3006
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
3007
+ path: _path2 + ".included_types[" + _index49 + "]",
2850
3008
  expected: "string",
2851
3009
  value: elem
2852
3010
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2893,12 +3051,12 @@ var validCategoriesRequest = (input) => {
2893
3051
  path: _path2 + ".genes",
2894
3052
  expected: "Array<GvGeneTerm>",
2895
3053
  value: input3.genes
2896
- })) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2897
- path: _path2 + ".genes[" + _index45 + "]",
3054
+ })) && input3.genes.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3055
+ path: _path2 + ".genes[" + _index50 + "]",
2898
3056
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2899
3057
  value: elem
2900
- })) && $vu2(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2901
- path: _path2 + ".genes[" + _index45 + "]",
3058
+ })) && $vu2(elem, _path2 + ".genes[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3059
+ path: _path2 + ".genes[" + _index50 + "]",
2902
3060
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2903
3061
  value: elem
2904
3062
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2917,12 +3075,12 @@ var validCategoriesRequest = (input) => {
2917
3075
  path: _path2 + ".childTerms",
2918
3076
  expected: "Array<DtTerm>",
2919
3077
  value: input3.childTerms
2920
- })) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2921
- path: _path2 + ".childTerms[" + _index46 + "]",
3078
+ })) && input3.childTerms.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3079
+ path: _path2 + ".childTerms[" + _index51 + "]",
2922
3080
  expected: "DtTerm",
2923
3081
  value: elem
2924
- })) && $vo29(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2925
- path: _path2 + ".childTerms[" + _index46 + "]",
3082
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
3083
+ path: _path2 + ".childTerms[" + _index51 + "]",
2926
3084
  expected: "DtTerm",
2927
3085
  value: elem
2928
3086
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2930,7 +3088,7 @@ var validCategoriesRequest = (input) => {
2930
3088
  expected: "Array<DtTerm>",
2931
3089
  value: input3.childTerms
2932
3090
  })].every((flag) => flag);
2933
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3091
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2934
3092
  path: _path2 + ".id",
2935
3093
  expected: "string",
2936
3094
  value: input3.id
@@ -2946,8 +3104,8 @@ var validCategoriesRequest = (input) => {
2946
3104
  path: _path2 + ".child_types",
2947
3105
  expected: "(Array<string> | undefined)",
2948
3106
  value: input3.child_types
2949
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2950
- path: _path2 + ".child_types[" + _index47 + "]",
3107
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3108
+ path: _path2 + ".child_types[" + _index52 + "]",
2951
3109
  expected: "string",
2952
3110
  value: elem
2953
3111
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2962,8 +3120,8 @@ var validCategoriesRequest = (input) => {
2962
3120
  path: _path2 + ".included_types",
2963
3121
  expected: "(Array<string> | undefined)",
2964
3122
  value: input3.included_types
2965
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2966
- path: _path2 + ".included_types[" + _index48 + "]",
3123
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3124
+ path: _path2 + ".included_types[" + _index53 + "]",
2967
3125
  expected: "string",
2968
3126
  value: elem
2969
3127
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3006,12 +3164,12 @@ var validCategoriesRequest = (input) => {
3006
3164
  path: _path2 + ".genes",
3007
3165
  expected: "Array<GvGeneTerm>",
3008
3166
  value: input3.genes
3009
- })) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3010
- path: _path2 + ".genes[" + _index49 + "]",
3167
+ })) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3168
+ path: _path2 + ".genes[" + _index54 + "]",
3011
3169
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3012
3170
  value: elem
3013
- })) && $vu2(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3014
- path: _path2 + ".genes[" + _index49 + "]",
3171
+ })) && $vu2(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3172
+ path: _path2 + ".genes[" + _index54 + "]",
3015
3173
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3016
3174
  value: elem
3017
3175
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3030,12 +3188,12 @@ var validCategoriesRequest = (input) => {
3030
3188
  path: _path2 + ".childTerms",
3031
3189
  expected: "Array<DtTerm>",
3032
3190
  value: input3.childTerms
3033
- })) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3034
- path: _path2 + ".childTerms[" + _index50 + "]",
3191
+ })) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3192
+ path: _path2 + ".childTerms[" + _index55 + "]",
3035
3193
  expected: "DtTerm",
3036
3194
  value: elem
3037
- })) && $vo29(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3038
- path: _path2 + ".childTerms[" + _index50 + "]",
3195
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3196
+ path: _path2 + ".childTerms[" + _index55 + "]",
3039
3197
  expected: "DtTerm",
3040
3198
  value: elem
3041
3199
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3043,7 +3201,7 @@ var validCategoriesRequest = (input) => {
3043
3201
  expected: "Array<DtTerm>",
3044
3202
  value: input3.childTerms
3045
3203
  })].every((flag) => flag);
3046
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3204
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3047
3205
  path: _path2 + ".hiddenValues",
3048
3206
  expected: "(HiddenValues | undefined)",
3049
3207
  value: input3.hiddenValues
@@ -3084,7 +3242,7 @@ var validCategoriesRequest = (input) => {
3084
3242
  expected: '"values"',
3085
3243
  value: input3.type
3086
3244
  })].every((flag) => flag);
3087
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3245
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3088
3246
  path: _path2 + ".id",
3089
3247
  expected: "(string | undefined)",
3090
3248
  value: input3.id
@@ -3116,7 +3274,7 @@ var validCategoriesRequest = (input) => {
3116
3274
  path: _path2 + ".term",
3117
3275
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3118
3276
  value: input3.term
3119
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3277
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3120
3278
  path: _path2 + ".term",
3121
3279
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3122
3280
  value: input3.term
@@ -3124,12 +3282,12 @@ var validCategoriesRequest = (input) => {
3124
3282
  path: _path2 + ".q",
3125
3283
  expected: "GvPredefinedGsQ",
3126
3284
  value: input3.q
3127
- })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3285
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3128
3286
  path: _path2 + ".q",
3129
3287
  expected: "GvPredefinedGsQ",
3130
3288
  value: input3.q
3131
3289
  })].every((flag) => flag);
3132
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3290
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3133
3291
  path: _path2 + ".hiddenValues",
3134
3292
  expected: "(HiddenValues | undefined)",
3135
3293
  value: input3.hiddenValues
@@ -3174,7 +3332,7 @@ var validCategoriesRequest = (input) => {
3174
3332
  expected: "number",
3175
3333
  value: input3.predefined_groupset_idx
3176
3334
  })].every((flag) => flag);
3177
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3335
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3178
3336
  path: _path2 + ".id",
3179
3337
  expected: "(string | undefined)",
3180
3338
  value: input3.id
@@ -3206,7 +3364,7 @@ var validCategoriesRequest = (input) => {
3206
3364
  path: _path2 + ".term",
3207
3365
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3208
3366
  value: input3.term
3209
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3367
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3210
3368
  path: _path2 + ".term",
3211
3369
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3212
3370
  value: input3.term
@@ -3214,12 +3372,12 @@ var validCategoriesRequest = (input) => {
3214
3372
  path: _path2 + ".q",
3215
3373
  expected: "GvCustomGsQ",
3216
3374
  value: input3.q
3217
- })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3375
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3218
3376
  path: _path2 + ".q",
3219
3377
  expected: "GvCustomGsQ",
3220
3378
  value: input3.q
3221
3379
  })].every((flag) => flag);
3222
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3380
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3223
3381
  path: _path2 + ".hiddenValues",
3224
3382
  expected: "(HiddenValues | undefined)",
3225
3383
  value: input3.hiddenValues
@@ -3263,12 +3421,12 @@ var validCategoriesRequest = (input) => {
3263
3421
  path: _path2 + ".customset",
3264
3422
  expected: "BaseGroupSet",
3265
3423
  value: input3.customset
3266
- })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3424
+ })) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3267
3425
  path: _path2 + ".customset",
3268
3426
  expected: "BaseGroupSet",
3269
3427
  value: input3.customset
3270
3428
  })].every((flag) => flag);
3271
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3429
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3272
3430
  path: _path2 + ".id",
3273
3431
  expected: "(string | undefined)",
3274
3432
  value: input3.id
@@ -3308,12 +3466,12 @@ var validCategoriesRequest = (input) => {
3308
3466
  path: _path2 + ".q",
3309
3467
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3310
3468
  value: input3.q
3311
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3469
+ })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3312
3470
  path: _path2 + ".q",
3313
3471
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3314
3472
  value: input3.q
3315
3473
  })].every((flag) => flag);
3316
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3474
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3317
3475
  path: _path2 + ".hiddenValues",
3318
3476
  expected: "(HiddenValues | undefined)",
3319
3477
  value: input3.hiddenValues
@@ -3353,8 +3511,8 @@ var validCategoriesRequest = (input) => {
3353
3511
  path: _path2 + ".breaks",
3354
3512
  expected: "(Array<number> | undefined)",
3355
3513
  value: input3.breaks
3356
- })) && input3.breaks.map((elem, _index51) => "number" === typeof elem || $report(_exceptionable2, {
3357
- path: _path2 + ".breaks[" + _index51 + "]",
3514
+ })) && input3.breaks.map((elem, _index56) => "number" === typeof elem || $report(_exceptionable2, {
3515
+ path: _path2 + ".breaks[" + _index56 + "]",
3358
3516
  expected: "number",
3359
3517
  value: elem
3360
3518
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3374,7 +3532,7 @@ var validCategoriesRequest = (input) => {
3374
3532
  expected: "(boolean | undefined)",
3375
3533
  value: input3.value_by_computable_grade
3376
3534
  }), true].every((flag) => flag);
3377
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3535
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3378
3536
  path: _path2 + ".hiddenValues",
3379
3537
  expected: "(HiddenValues | undefined)",
3380
3538
  value: input3.hiddenValues
@@ -3407,7 +3565,7 @@ var validCategoriesRequest = (input) => {
3407
3565
  expected: "true",
3408
3566
  value: input3.bar_by_children
3409
3567
  }), true].every((flag) => flag);
3410
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3568
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3411
3569
  path: _path2 + ".id",
3412
3570
  expected: "(string | undefined)",
3413
3571
  value: input3.id
@@ -3439,7 +3597,7 @@ var validCategoriesRequest = (input) => {
3439
3597
  path: _path2 + ".q",
3440
3598
  expected: "SnpsQ",
3441
3599
  value: input3.q
3442
- })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3600
+ })) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3443
3601
  path: _path2 + ".q",
3444
3602
  expected: "SnpsQ",
3445
3603
  value: input3.q
@@ -3447,12 +3605,12 @@ var validCategoriesRequest = (input) => {
3447
3605
  path: _path2 + ".term",
3448
3606
  expected: "SnpsTerm",
3449
3607
  value: input3.term
3450
- })) && $vo69(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3608
+ })) && $vo71(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3451
3609
  path: _path2 + ".term",
3452
3610
  expected: "SnpsTerm",
3453
3611
  value: input3.term
3454
3612
  })].every((flag) => flag);
3455
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3613
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3456
3614
  path: _path2 + ".hiddenValues",
3457
3615
  expected: "(HiddenValues | undefined)",
3458
3616
  value: input3.hiddenValues
@@ -3500,7 +3658,7 @@ var validCategoriesRequest = (input) => {
3500
3658
  path: _path2 + ".restrictAncestry",
3501
3659
  expected: "RestrictAncestry",
3502
3660
  value: input3.restrictAncestry
3503
- })) && $vo68(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3661
+ })) && $vo70(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3504
3662
  path: _path2 + ".restrictAncestry",
3505
3663
  expected: "RestrictAncestry",
3506
3664
  value: input3.restrictAncestry
@@ -3525,7 +3683,7 @@ var validCategoriesRequest = (input) => {
3525
3683
  expected: "number",
3526
3684
  value: input3.stop
3527
3685
  })].every((flag) => flag);
3528
- const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3686
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3529
3687
  path: _path2 + ".name",
3530
3688
  expected: "string",
3531
3689
  value: input3.name
@@ -3533,12 +3691,12 @@ var validCategoriesRequest = (input) => {
3533
3691
  path: _path2 + ".tvs",
3534
3692
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3535
3693
  value: input3.tvs
3536
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3694
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3537
3695
  path: _path2 + ".tvs",
3538
3696
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3539
3697
  value: input3.tvs
3540
3698
  })].every((flag) => flag);
3541
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3699
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3542
3700
  path: _path2 + ".id",
3543
3701
  expected: "string",
3544
3702
  value: input3.id
@@ -3554,8 +3712,8 @@ var validCategoriesRequest = (input) => {
3554
3712
  path: _path2 + ".child_types",
3555
3713
  expected: "(Array<string> | undefined)",
3556
3714
  value: input3.child_types
3557
- })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3558
- path: _path2 + ".child_types[" + _index52 + "]",
3715
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3716
+ path: _path2 + ".child_types[" + _index57 + "]",
3559
3717
  expected: "string",
3560
3718
  value: elem
3561
3719
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3570,8 +3728,8 @@ var validCategoriesRequest = (input) => {
3570
3728
  path: _path2 + ".included_types",
3571
3729
  expected: "(Array<string> | undefined)",
3572
3730
  value: input3.included_types
3573
- })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3574
- path: _path2 + ".included_types[" + _index53 + "]",
3731
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3732
+ path: _path2 + ".included_types[" + _index58 + "]",
3575
3733
  expected: "string",
3576
3734
  value: elem
3577
3735
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3602,12 +3760,12 @@ var validCategoriesRequest = (input) => {
3602
3760
  path: _path2 + ".snps",
3603
3761
  expected: "(Array<SnpsEntry> | undefined)",
3604
3762
  value: input3.snps
3605
- })) && input3.snps.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3606
- path: _path2 + ".snps[" + _index54 + "]",
3763
+ })) && input3.snps.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3764
+ path: _path2 + ".snps[" + _index59 + "]",
3607
3765
  expected: "SnpsEntry",
3608
3766
  value: elem
3609
- })) && $vo70(elem, _path2 + ".snps[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3610
- path: _path2 + ".snps[" + _index54 + "]",
3767
+ })) && $vo72(elem, _path2 + ".snps[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3768
+ path: _path2 + ".snps[" + _index59 + "]",
3611
3769
  expected: "SnpsEntry",
3612
3770
  value: elem
3613
3771
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3615,12 +3773,12 @@ var validCategoriesRequest = (input) => {
3615
3773
  expected: "(Array<SnpsEntry> | undefined)",
3616
3774
  value: input3.snps
3617
3775
  })].every((flag) => flag);
3618
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3776
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3619
3777
  path: _path2 + ".altAlleles",
3620
3778
  expected: "(Array<string> | undefined)",
3621
3779
  value: input3.altAlleles
3622
- })) && input3.altAlleles.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3623
- path: _path2 + ".altAlleles[" + _index55 + "]",
3780
+ })) && input3.altAlleles.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3781
+ path: _path2 + ".altAlleles[" + _index60 + "]",
3624
3782
  expected: "string",
3625
3783
  value: elem
3626
3784
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3631,12 +3789,12 @@ var validCategoriesRequest = (input) => {
3631
3789
  path: _path2 + ".alleles",
3632
3790
  expected: "(Array<AllelesEntry> | undefined)",
3633
3791
  value: input3.alleles
3634
- })) && input3.alleles.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3635
- path: _path2 + ".alleles[" + _index56 + "]",
3792
+ })) && input3.alleles.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3793
+ path: _path2 + ".alleles[" + _index61 + "]",
3636
3794
  expected: "AllelesEntry",
3637
3795
  value: elem
3638
- })) && $vo71(elem, _path2 + ".alleles[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3639
- path: _path2 + ".alleles[" + _index56 + "]",
3796
+ })) && $vo73(elem, _path2 + ".alleles[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3797
+ path: _path2 + ".alleles[" + _index61 + "]",
3640
3798
  expected: "AllelesEntry",
3641
3799
  value: elem
3642
3800
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3651,7 +3809,7 @@ var validCategoriesRequest = (input) => {
3651
3809
  path: _path2 + ".gt2count",
3652
3810
  expected: "(__type.o7 | undefined)",
3653
3811
  value: input3.gt2count
3654
- })) && $vo72(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3812
+ })) && $vo74(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3655
3813
  path: _path2 + ".gt2count",
3656
3814
  expected: "(__type.o7 | undefined)",
3657
3815
  value: input3.gt2count
@@ -3680,7 +3838,7 @@ var validCategoriesRequest = (input) => {
3680
3838
  expected: "(number | undefined)",
3681
3839
  value: input3.pos
3682
3840
  })].every((flag) => flag);
3683
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3841
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3684
3842
  path: _path2 + ".allele",
3685
3843
  expected: "string",
3686
3844
  value: input3.allele
@@ -3693,7 +3851,7 @@ var validCategoriesRequest = (input) => {
3693
3851
  expected: "boolean",
3694
3852
  value: input3.isRef
3695
3853
  })].every((flag) => flag);
3696
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3854
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3697
3855
  path: _path2 + ".k",
3698
3856
  expected: "string",
3699
3857
  value: input3.k
@@ -3702,270 +3860,8 @@ var validCategoriesRequest = (input) => {
3702
3860
  expected: "(number | string)",
3703
3861
  value: input3.v
3704
3862
  })].every((flag) => flag);
3705
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3706
- path: _path2 + ".id",
3707
- expected: "(string | undefined)",
3708
- value: input3.id
3709
- }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
3710
- path: _path2 + ".$id",
3711
- expected: "(string | undefined)",
3712
- value: input3.$id
3713
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3714
- path: _path2 + ".isAtomic",
3715
- expected: "(true | undefined)",
3716
- value: input3.isAtomic
3717
- }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3718
- path: _path2 + ".settings",
3719
- expected: "(__type | undefined)",
3720
- value: input3.settings
3721
- })) && $vo2(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3722
- path: _path2 + ".settings",
3723
- expected: "(__type | undefined)",
3724
- value: input3.settings
3725
- }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3726
- path: _path2 + ".minNumSamples",
3727
- expected: "(number | undefined)",
3728
- value: input3.minNumSamples
3729
- }), true, "SnpTW" === input3.type || $report(_exceptionable2, {
3730
- path: _path2 + ".type",
3731
- expected: '"SnpTW"',
3732
- value: input3.type
3733
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3734
- path: _path2 + ".q",
3735
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
3736
- value: input3.q
3737
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3738
- path: _path2 + ".q",
3739
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
3740
- value: input3.q
3741
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3742
- path: _path2 + ".term",
3743
- expected: "SnpTerm",
3744
- value: input3.term
3745
- })) && $vo78(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3746
- path: _path2 + ".term",
3747
- expected: "SnpTerm",
3748
- value: input3.term
3749
- })].every((flag) => flag);
3750
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3751
- path: _path2 + ".hiddenValues",
3752
- expected: "(HiddenValues | undefined)",
3753
- value: input3.hiddenValues
3754
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3755
- path: _path2 + ".hiddenValues",
3756
- expected: "(HiddenValues | undefined)",
3757
- value: input3.hiddenValues
3758
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3759
- path: _path2 + ".isAtomic",
3760
- expected: "(true | undefined)",
3761
- value: input3.isAtomic
3762
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3763
- path: _path2 + ".name",
3764
- expected: "(string | undefined)",
3765
- value: input3.name
3766
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3767
- path: _path2 + ".reuseId",
3768
- expected: "(string | undefined)",
3769
- value: input3.reuseId
3770
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3771
- path: _path2 + ".mode",
3772
- expected: '("binary" | "discrete" | undefined)',
3773
- value: input3.mode
3774
- }), "values" === input3.type || $report(_exceptionable2, {
3775
- path: _path2 + ".type",
3776
- expected: '"values"',
3777
- value: input3.type
3778
- })].every((flag) => flag);
3779
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3780
- path: _path2 + ".hiddenValues",
3781
- expected: "(HiddenValues | undefined)",
3782
- value: input3.hiddenValues
3783
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3784
- path: _path2 + ".hiddenValues",
3785
- expected: "(HiddenValues | undefined)",
3786
- value: input3.hiddenValues
3787
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3788
- path: _path2 + ".isAtomic",
3789
- expected: "(true | undefined)",
3790
- value: input3.isAtomic
3791
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3792
- path: _path2 + ".name",
3793
- expected: "(string | undefined)",
3794
- value: input3.name
3795
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3796
- path: _path2 + ".reuseId",
3797
- expected: "(string | undefined)",
3798
- value: input3.reuseId
3799
- }), "filter" === input3.type || $report(_exceptionable2, {
3800
- path: _path2 + ".type",
3801
- expected: '"filter"',
3802
- value: input3.type
3803
- })].every((flag) => flag);
3804
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3805
- path: _path2 + ".hiddenValues",
3806
- expected: "(HiddenValues | undefined)",
3807
- value: input3.hiddenValues
3808
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3809
- path: _path2 + ".hiddenValues",
3810
- expected: "(HiddenValues | undefined)",
3811
- value: input3.hiddenValues
3812
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3813
- path: _path2 + ".isAtomic",
3814
- expected: "(true | undefined)",
3815
- value: input3.isAtomic
3816
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3817
- path: _path2 + ".name",
3818
- expected: "(string | undefined)",
3819
- value: input3.name
3820
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3821
- path: _path2 + ".reuseId",
3822
- expected: "(string | undefined)",
3823
- value: input3.reuseId
3824
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3825
- path: _path2 + ".mode",
3826
- expected: '("binary" | "discrete" | undefined)',
3827
- value: input3.mode
3828
- }), "predefined-groupset" === input3.type || $report(_exceptionable2, {
3829
- path: _path2 + ".type",
3830
- expected: '"predefined-groupset"',
3831
- value: input3.type
3832
- }), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
3833
- path: _path2 + ".predefined_groupset_idx",
3834
- expected: "number",
3835
- value: input3.predefined_groupset_idx
3836
- })].every((flag) => flag);
3837
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3838
- path: _path2 + ".hiddenValues",
3839
- expected: "(HiddenValues | undefined)",
3840
- value: input3.hiddenValues
3841
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3842
- path: _path2 + ".hiddenValues",
3843
- expected: "(HiddenValues | undefined)",
3844
- value: input3.hiddenValues
3845
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3846
- path: _path2 + ".isAtomic",
3847
- expected: "(true | undefined)",
3848
- value: input3.isAtomic
3849
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3850
- path: _path2 + ".name",
3851
- expected: "(string | undefined)",
3852
- value: input3.name
3853
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3854
- path: _path2 + ".reuseId",
3855
- expected: "(string | undefined)",
3856
- value: input3.reuseId
3857
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3858
- path: _path2 + ".mode",
3859
- expected: '("binary" | "discrete" | undefined)',
3860
- value: input3.mode
3861
- }), "custom-groupset" === input3.type || $report(_exceptionable2, {
3862
- path: _path2 + ".type",
3863
- expected: '"custom-groupset"',
3864
- value: input3.type
3865
- }), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
3866
- path: _path2 + ".customset",
3867
- expected: "BaseGroupSet",
3868
- value: input3.customset
3869
- })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3870
- path: _path2 + ".customset",
3871
- expected: "BaseGroupSet",
3872
- value: input3.customset
3873
- })].every((flag) => flag);
3874
- const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3875
- path: _path2 + ".id",
3876
- expected: "string",
3877
- value: input3.id
3878
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3879
- path: _path2 + ".name",
3880
- expected: "string",
3881
- value: input3.name
3882
- }), "string" === typeof input3.type || $report(_exceptionable2, {
3883
- path: _path2 + ".type",
3884
- expected: "string",
3885
- value: input3.type
3886
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
3887
- path: _path2 + ".child_types",
3888
- expected: "(Array<string> | undefined)",
3889
- value: input3.child_types
3890
- })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3891
- path: _path2 + ".child_types[" + _index57 + "]",
3892
- expected: "string",
3893
- value: elem
3894
- })).every((flag) => flag) || $report(_exceptionable2, {
3895
- path: _path2 + ".child_types",
3896
- expected: "(Array<string> | undefined)",
3897
- value: input3.child_types
3898
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
3899
- path: _path2 + ".hashtmldetail",
3900
- expected: "(boolean | undefined)",
3901
- value: input3.hashtmldetail
3902
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
3903
- path: _path2 + ".included_types",
3904
- expected: "(Array<string> | undefined)",
3905
- value: input3.included_types
3906
- })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3907
- path: _path2 + ".included_types[" + _index58 + "]",
3908
- expected: "string",
3909
- value: elem
3910
- })).every((flag) => flag) || $report(_exceptionable2, {
3911
- path: _path2 + ".included_types",
3912
- expected: "(Array<string> | undefined)",
3913
- value: input3.included_types
3914
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
3915
- path: _path2 + ".isleaf",
3916
- expected: "(boolean | undefined)",
3917
- value: input3.isleaf
3918
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3919
- path: _path2 + ".values",
3920
- expected: "(TermValues | undefined)",
3921
- value: input3.values
3922
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3923
- path: _path2 + ".values",
3924
- expected: "(TermValues | undefined)",
3925
- value: input3.values
3926
- }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
3927
- path: _path2 + ".skipValuesBuild",
3928
- expected: "(boolean | undefined)",
3929
- value: input3.skipValuesBuild
3930
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
3931
- path: _path2 + ".chr",
3932
- expected: "string",
3933
- value: input3.chr
3934
- }), "number" === typeof input3.start || $report(_exceptionable2, {
3935
- path: _path2 + ".start",
3936
- expected: "number",
3937
- value: input3.start
3938
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
3939
- path: _path2 + ".stop",
3940
- expected: "number",
3941
- value: input3.stop
3942
- }), "string" === typeof input3.ref || $report(_exceptionable2, {
3943
- path: _path2 + ".ref",
3944
- expected: "string",
3945
- value: input3.ref
3946
- }), (Array.isArray(input3.alt) || $report(_exceptionable2, {
3947
- path: _path2 + ".alt",
3948
- expected: "Array<string>",
3949
- value: input3.alt
3950
- })) && input3.alt.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3951
- path: _path2 + ".alt[" + _index59 + "]",
3952
- expected: "string",
3953
- value: elem
3954
- })).every((flag) => flag) || $report(_exceptionable2, {
3955
- path: _path2 + ".alt",
3956
- expected: "Array<string>",
3957
- value: input3.alt
3958
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
3959
- path: _path2 + ".groupsetting",
3960
- expected: "TermGroupSetting",
3961
- value: input3.groupsetting
3962
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3963
- path: _path2 + ".groupsetting",
3964
- expected: "TermGroupSetting",
3965
- value: input3.groupsetting
3966
- })].every((flag) => flag);
3967
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
3968
- path: _path2 + ".sessionId",
3863
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
3864
+ path: _path2 + ".sessionId",
3969
3865
  expected: "(string | undefined)",
3970
3866
  value: input3.sessionId
3971
3867
  }), true, true].every((flag) => flag);
@@ -4032,46 +3928,57 @@ var validCategoriesRequest = (input) => {
4032
3928
  });
4033
3929
  })();
4034
3930
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
4035
- if ("SnpTW" === input3.type)
4036
- return $vo73(input3, _path2, _exceptionable2);
4037
3931
  if ("SnpsTW" === input3.type)
4038
- return $vo66(input3, _path2, _exceptionable2);
3932
+ return $vo68(input3, _path2, _exceptionable2);
4039
3933
  if ("ConditionTW" === input3.type)
4040
- return $vo63(input3, _path2, _exceptionable2);
3934
+ return $vo65(input3, _path2, _exceptionable2);
4041
3935
  if ("GvCustomGsTW" === input3.type)
4042
- return $vo61(input3, _path2, _exceptionable2);
3936
+ return $vo63(input3, _path2, _exceptionable2);
4043
3937
  if ("GvPredefinedGsTW" === input3.type)
4044
- return $vo59(input3, _path2, _exceptionable2);
3938
+ return $vo61(input3, _path2, _exceptionable2);
4045
3939
  if ("GvValuesTW" === input3.type)
4046
- return $vo55(input3, _path2, _exceptionable2);
3940
+ return $vo57(input3, _path2, _exceptionable2);
4047
3941
  if ("NumTWSpline" === input3.type)
4048
- return $vo52(input3, _path2, _exceptionable2);
3942
+ return $vo54(input3, _path2, _exceptionable2);
4049
3943
  if ("NumTWCont" === input3.type)
4050
- return $vo50(input3, _path2, _exceptionable2);
3944
+ return $vo52(input3, _path2, _exceptionable2);
4051
3945
  if ("NumTWBinary" === input3.type)
4052
- return $vo48(input3, _path2, _exceptionable2);
3946
+ return $vo50(input3, _path2, _exceptionable2);
4053
3947
  if ("NumTWCustomBin" === input3.type)
4054
- return $vo47(input3, _path2, _exceptionable2);
3948
+ return $vo49(input3, _path2, _exceptionable2);
4055
3949
  if ("NumTWRegularBin" === input3.type)
4056
- return $vo46(input3, _path2, _exceptionable2);
4057
- if ("CatTWCustomGS" === input3.type)
3950
+ return $vo48(input3, _path2, _exceptionable2);
3951
+ if ("QualTWCustomGS" === input3.type)
3952
+ return $vo45(input3, _path2, _exceptionable2);
3953
+ if ("QualTWPredefinedGS" === input3.type)
4058
3954
  return $vo43(input3, _path2, _exceptionable2);
4059
- if ("CatTWPredefinedGS" === input3.type)
4060
- return $vo41(input3, _path2, _exceptionable2);
4061
- if ("CatTWValues" === input3.type)
3955
+ if ("QualTWValues" === input3.type)
4062
3956
  return $vo1(input3, _path2, _exceptionable2);
4063
3957
  return $report(_exceptionable2, {
4064
3958
  path: _path2,
4065
- expected: "(SnpTW | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | CatTWCustomGS | CatTWPredefinedGS | CatTWValues)",
3959
+ expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4066
3960
  value: input3
4067
3961
  });
4068
3962
  })();
4069
3963
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3964
+ if ("categorical" === input3.type)
3965
+ return $vo3(input3, _path2, _exceptionable2);
3966
+ if ("snp" === input3.type)
3967
+ return $vo40(input3, _path2, _exceptionable2);
3968
+ if ("singleCellCellType" === input3.type)
3969
+ return $vo41(input3, _path2, _exceptionable2);
3970
+ return $report(_exceptionable2, {
3971
+ path: _path2,
3972
+ expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
3973
+ value: input3
3974
+ });
3975
+ })();
3976
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
4070
3977
  if (void 0 !== input3.ranges)
4071
3978
  return $vo9(input3, _path2, _exceptionable2);
4072
3979
  return $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
4073
3980
  })();
4074
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3981
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
4075
3982
  if ("integer" === input3.type || "float" === input3.type)
4076
3983
  return $vo10(input3, _path2, _exceptionable2);
4077
3984
  if ("metaboliteIntensity" === input3.type)
@@ -4082,7 +3989,7 @@ var validCategoriesRequest = (input) => {
4082
3989
  return $vo23(input3, _path2, _exceptionable2);
4083
3990
  return $vo20(input3, _path2, false) || $vo19(input3, _path2, false);
4084
3991
  })();
4085
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3992
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4086
3993
  if ("regular-bin" === input3.type)
4087
3994
  return $vo13(input3, _path2, _exceptionable2);
4088
3995
  if ("custom-bin" === input3.type)
@@ -4093,7 +4000,7 @@ var validCategoriesRequest = (input) => {
4093
4000
  value: input3
4094
4001
  });
4095
4002
  })();
4096
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4003
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4097
4004
  if ("gene" === input3.kind)
4098
4005
  return $vo30(input3, _path2, _exceptionable2);
4099
4006
  if ("coord" === input3.kind)
@@ -4104,43 +4011,28 @@ var validCategoriesRequest = (input) => {
4104
4011
  value: input3
4105
4012
  });
4106
4013
  })();
4107
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4014
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4108
4015
  if ("gene" === input3.kind)
4109
- return $vo56(input3, _path2, _exceptionable2);
4016
+ return $vo58(input3, _path2, _exceptionable2);
4110
4017
  if ("coord" === input3.kind)
4111
- return $vo57(input3, _path2, _exceptionable2);
4018
+ return $vo59(input3, _path2, _exceptionable2);
4112
4019
  return $report(_exceptionable2, {
4113
4020
  path: _path2,
4114
4021
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4115
4022
  value: input3
4116
4023
  });
4117
4024
  })();
4118
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4025
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4119
4026
  if ("grade" === input3.valueFor)
4120
- return $vo64(input3, _path2, _exceptionable2);
4027
+ return $vo66(input3, _path2, _exceptionable2);
4121
4028
  if ("children" === input3.valueFor)
4122
- return $vo65(input3, _path2, _exceptionable2);
4029
+ return $vo67(input3, _path2, _exceptionable2);
4123
4030
  return $report(_exceptionable2, {
4124
4031
  path: _path2,
4125
4032
  expected: "(ConditionGradeQ | ConditionChildrenQ)",
4126
4033
  value: input3
4127
4034
  });
4128
4035
  })();
4129
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4130
- if ("values" === input3.type)
4131
- return $vo74(input3, _path2, _exceptionable2);
4132
- if ("filter" === input3.type)
4133
- return $vo75(input3, _path2, _exceptionable2);
4134
- if ("predefined-groupset" === input3.type)
4135
- return $vo76(input3, _path2, _exceptionable2);
4136
- if ("custom-groupset" === input3.type)
4137
- return $vo77(input3, _path2, _exceptionable2);
4138
- return $report(_exceptionable2, {
4139
- path: _path2,
4140
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; })',
4141
- value: input3
4142
- });
4143
- })();
4144
4036
  return ("object" === typeof input2 && null !== input2 || $report(true, {
4145
4037
  path: _path + "",
4146
4038
  expected: "CategoriesRequest",