@sjcrh/proteinpaint-types 2.178.0 → 2.179.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 (38) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-GAYJUXNZ.js → chunk-4J5BPYYR.js} +429 -201
  3. package/dist/{chunk-WXCXZRKP.js → chunk-6DWX22RA.js} +707 -479
  4. package/dist/{chunk-UWAVSKMD.js → chunk-7V7USAKJ.js} +705 -477
  5. package/dist/{chunk-2XQJCZEO.js → chunk-A2FMYVMI.js} +520 -292
  6. package/dist/{chunk-FQYNRDHB.js → chunk-CC4IBTKW.js} +429 -201
  7. package/dist/{chunk-2Y7WE3JU.js → chunk-CSK3ZCDF.js} +705 -477
  8. package/dist/{chunk-UFYKXOY2.js → chunk-DUFHC6EI.js} +1073 -625
  9. package/dist/{chunk-NRV6MPRM.js → chunk-E2O4N7OC.js} +1346 -898
  10. package/dist/{chunk-CYQDO4FX.js → chunk-FQLGK65A.js} +742 -456
  11. package/dist/{chunk-HZEV7D5E.js → chunk-JTZQYNIT.js} +705 -477
  12. package/dist/{chunk-CX2Y673E.js → chunk-MKM4A5NU.js} +429 -201
  13. package/dist/{chunk-26UKKPK2.js → chunk-QQNDJ6BY.js} +713 -485
  14. package/dist/{chunk-PHRILOVX.js → chunk-RANWGPF7.js} +429 -201
  15. package/dist/{chunk-VBNF7BRI.js → chunk-XAHE4RNZ.js} +452 -224
  16. package/dist/{chunk-YHKFJCXG.js → chunk-YI63CW7Y.js} +646 -426
  17. package/dist/correlationVolcano.js +1 -1
  18. package/dist/grin2.js +1 -1
  19. package/dist/index.js +15 -15
  20. package/dist/termdb.boxplot.js +1 -1
  21. package/dist/termdb.categories.js +1 -1
  22. package/dist/termdb.chat.js +429 -201
  23. package/dist/termdb.chat2.js +1 -1
  24. package/dist/termdb.cluster.js +1 -1
  25. package/dist/termdb.descrstats.js +1 -1
  26. package/dist/termdb.dmr.js +1 -1
  27. package/dist/termdb.numericcategories.js +1 -1
  28. package/dist/termdb.percentile.js +1 -1
  29. package/dist/termdb.termsbyids.js +1 -1
  30. package/dist/termdb.topTermsByType.js +1 -1
  31. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  32. package/dist/termdb.violin.js +1 -1
  33. package/package.json +1 -1
  34. package/src/dataset.ts +28 -8
  35. package/src/filter.ts +33 -4
  36. package/src/routes/termdb.chat2.ts +13 -2
  37. package/src/routes/termdb.dmr.ts +17 -2
  38. package/src/terms/termCollection.ts +0 -3
@@ -58,8 +58,8 @@ var validCategoriesRequest = (input) => {
58
58
  const errors = [];
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
- const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $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;
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 && $io55(input3.q)) && "QualTWValues" === 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 && $iu7(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;
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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(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)
@@ -68,7 +68,7 @@ var validCategoriesRequest = (input) => {
68
68
  return true;
69
69
  return true;
70
70
  });
71
- const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
71
+ const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting));
72
72
  const $io4 = (input3) => Object.keys(input3).every((key) => {
73
73
  const value = input3[key];
74
74
  if (void 0 === value)
@@ -80,15 +80,15 @@ var validCategoriesRequest = (input) => {
80
80
  return true;
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
- 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 && $iu8(input3.tvs));
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 && $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 && $io29(elem)));
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))) && (void 0 === input3.$id || "string" === typeof input3.$id);
84
+ const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
85
+ const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("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))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
86
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
88
88
  const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
89
89
  const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
90
- const $io13 = (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);
91
- const $io14 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
90
+ const $io13 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu11(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu11(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);
91
+ const $io14 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
92
92
  const $io15 = (input3) => Object.keys(input3).every((key) => {
93
93
  const value = input3[key];
94
94
  if (void 0 === value)
@@ -100,7 +100,7 @@ var validCategoriesRequest = (input) => {
100
100
  const $io16 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
101
101
  const $io17 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
102
102
  const $io18 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
103
- const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu1(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
103
+ const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
104
104
  const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
105
105
  const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
106
106
  const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
@@ -110,34 +110,45 @@ var validCategoriesRequest = (input) => {
110
110
  const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
111
111
  const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
112
112
  const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
113
- const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
114
- const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
115
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
116
- const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
117
- const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
118
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $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));
119
- const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
120
- const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
121
- const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
122
- const $io38 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
123
- const $io39 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
124
- const $io40 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io41(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
125
- const $io41 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
126
- const $io42 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
127
- const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
128
- const $io44 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
129
- const $io45 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
130
- const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
131
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
132
- const $io48 = (input3) => Object.keys(input3).every((key) => {
113
+ const $io29 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
114
+ const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
115
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io33(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
116
+ const $io32 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
117
+ const $io33 = (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;
118
+ const $io34 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
119
+ if (["key", "label"].some((prop) => key === prop))
120
+ return true;
133
121
  const value = input3[key];
134
122
  if (void 0 === value)
135
123
  return true;
136
124
  if (RegExp(/(.*)/).test(key))
137
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io49(value);
125
+ return true;
138
126
  return true;
139
127
  });
140
- const $io49 = (input3) => Object.keys(input3).every((key) => {
128
+ const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io46(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
129
+ const $io36 = (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 && $iu12(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));
130
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
131
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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);
132
+ const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
133
+ const $io40 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io41(elem)));
134
+ const $io41 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
135
+ const $io42 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
136
+ const $io43 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
137
+ const $io44 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
138
+ const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
139
+ const $io46 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
140
+ const $io47 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && "number" === typeof input3.ratio;
141
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io49(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io50(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
142
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
143
+ const $io50 = (input3) => Object.keys(input3).every((key) => {
144
+ const value = input3[key];
145
+ if (void 0 === value)
146
+ return true;
147
+ if (RegExp(/(.*)/).test(key))
148
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io51(value);
149
+ return true;
150
+ });
151
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
141
152
  const value = input3[key];
142
153
  if (void 0 === value)
143
154
  return true;
@@ -145,47 +156,47 @@ var validCategoriesRequest = (input) => {
145
156
  return true;
146
157
  return true;
147
158
  });
148
- const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
149
- const $io51 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
150
- const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
151
- const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
152
- const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
153
- const $io56 = (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 && $io57(input3.q)) && "QualTWPredefinedGS" === input3.type;
154
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
155
- const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWCustomGS" === input3.type;
156
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io60(input3.customset));
157
- const $io60 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
158
- 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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
159
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
160
- 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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
161
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
162
- 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 && "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) && $io66(input3.q));
163
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
164
- const $io67 = (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 && $io68(input3.q));
165
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io69(elem))) && (null !== input3.type && void 0 === input3.type);
166
- const $io69 = (input3) => "number" === typeof input3.value;
167
- const $io70 = (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 && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io73(input3.q));
168
- const $io71 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
169
- const $io72 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
170
- const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
171
- const $io74 = (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 && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
172
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
173
- const $io76 = (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 && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
174
- const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io60(input3.customset)) && Array.isArray(input3.dtLst);
175
- const $io78 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu14(input3.q));
176
- const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("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;
177
- const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
178
- const $io81 = (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 && $io82(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io84(input3.term));
179
- const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io83(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;
180
- const $io83 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
181
- const $io84 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io85(elem)));
182
- const $io85 = (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 && $io86(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io87(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);
183
- const $io86 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
184
- const $io87 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
185
- const $io88 = (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 && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io89(input3.q));
186
- const $io89 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
187
- const $io90 = (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 && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
188
- const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
159
+ const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io49(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io50(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
160
+ const $io53 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
161
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting));
162
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting));
163
+ const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
164
+ const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWPredefinedGS" === input3.type;
165
+ const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
166
+ const $io60 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWCustomGS" === input3.type;
167
+ const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io62(input3.customset));
168
+ const $io62 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
169
+ 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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
170
+ const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
171
+ 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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q));
172
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
173
+ const $io67 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io68(input3.q));
174
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
175
+ const $io69 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
176
+ const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io71(elem))) && (null !== input3.type && void 0 === input3.type);
177
+ const $io71 = (input3) => "number" === typeof input3.value;
178
+ const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
179
+ const $io73 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
180
+ const $io74 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
181
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
182
+ const $io76 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
183
+ const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
184
+ const $io78 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
185
+ const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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 && $io62(input3.customset)) && Array.isArray(input3.dtLst);
186
+ const $io80 = (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 && $io32(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
187
+ const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
188
+ const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
189
+ const $io83 = (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 && $io84(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io86(input3.term));
190
+ const $io84 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io85(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;
191
+ const $io85 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
192
+ const $io86 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io87(elem)));
193
+ const $io87 = (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 && $io88(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io89(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);
194
+ const $io88 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
195
+ const $io89 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
196
+ const $io90 = (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 && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
197
+ const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
198
+ const $io92 = (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 && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io52(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io93(input3.q));
199
+ const $io93 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
189
200
  const $iu0 = (input3) => (() => {
190
201
  if ("tvslst" === input3.type)
191
202
  return $io6(input3);
@@ -198,94 +209,103 @@ var validCategoriesRequest = (input) => {
198
209
  return $io16(input3);
199
210
  if (true === input3.stopunbounded)
200
211
  return $io18(input3);
212
+ if (void 0 !== input3.value)
213
+ return $io29(input3);
201
214
  return $io17(input3);
202
215
  })();
203
216
  const $iu2 = (input3) => (() => {
204
217
  if ("gene" === input3.kind)
205
- return $io36(input3);
218
+ return $io38(input3);
206
219
  if ("coord" === input3.kind)
207
- return $io37(input3);
220
+ return $io39(input3);
208
221
  return false;
209
222
  })();
210
223
  const $iu3 = (input3) => (() => {
211
224
  if ("string" === typeof input3.type)
212
- return $io40(input3);
213
- if ("filter" === input3.type)
214
225
  return $io42(input3);
226
+ if ("filter" === input3.type)
227
+ return $io44(input3);
215
228
  return false;
216
229
  })();
217
230
  const $iu4 = (input3) => (() => {
231
+ if (true === input3.startunbounded)
232
+ return $io16(input3);
233
+ if (true === input3.stopunbounded)
234
+ return $io18(input3);
235
+ return $io17(input3);
236
+ })();
237
+ const $iu5 = (input3) => (() => {
218
238
  if (true === input3.startunbounded)
219
239
  return $io16(input3);
220
240
  if (void 0 !== input3.start)
221
241
  return $io17(input3);
222
242
  return false;
223
243
  })();
224
- const $iu5 = (input3) => (() => {
244
+ const $iu6 = (input3) => (() => {
225
245
  if (void 0 !== input3.stop)
226
246
  return $io17(input3);
227
247
  if (true === input3.stopunbounded)
228
248
  return $io18(input3);
229
249
  return false;
230
250
  })();
231
- const $iu6 = (input3) => (() => {
251
+ const $iu7 = (input3) => (() => {
232
252
  if ("TermCollectionTWQual" === input3.type)
233
- return $io90(input3);
253
+ return $io92(input3);
234
254
  if ("TermCollectionTWCont" === input3.type)
235
- return $io88(input3);
255
+ return $io90(input3);
236
256
  if ("SnpsTW" === input3.type)
237
- return $io81(input3);
257
+ return $io83(input3);
238
258
  if ("ConditionTW" === input3.type)
239
- return $io78(input3);
259
+ return $io80(input3);
240
260
  if ("GvCustomGsTW" === input3.type)
241
- return $io76(input3);
261
+ return $io78(input3);
242
262
  if ("GvPredefinedGsTW" === input3.type)
243
- return $io74(input3);
263
+ return $io76(input3);
244
264
  if ("GvValuesTW" === input3.type)
245
- return $io70(input3);
265
+ return $io72(input3);
246
266
  if ("NumTWSpline" === input3.type)
247
- return $io67(input3);
267
+ return $io69(input3);
248
268
  if ("NumTWCont" === input3.type)
249
- return $io65(input3);
269
+ return $io67(input3);
250
270
  if ("NumTWBinary" === input3.type)
251
- return $io63(input3);
271
+ return $io65(input3);
252
272
  if ("NumTWCustomBin" === input3.type)
253
- return $io62(input3);
273
+ return $io64(input3);
254
274
  if ("NumTWRegularBin" === input3.type)
255
- return $io61(input3);
275
+ return $io63(input3);
256
276
  if ("QualTWCustomGS" === input3.type)
257
- return $io58(input3);
277
+ return $io60(input3);
258
278
  if ("QualTWPredefinedGS" === input3.type)
259
- return $io56(input3);
279
+ return $io58(input3);
260
280
  if ("QualTWValues" === input3.type)
261
281
  return $io1(input3);
262
282
  return false;
263
283
  })();
264
- const $iu7 = (input3) => (() => {
284
+ const $iu8 = (input3) => (() => {
265
285
  if ("categorical" === input3.type)
266
286
  return $io3(input3);
267
287
  if ("snp" === input3.type)
268
- return $io52(input3);
288
+ return $io54(input3);
269
289
  if ("singleCellCellType" === input3.type)
270
- return $io53(input3);
290
+ return $io55(input3);
271
291
  return false;
272
292
  })();
273
- const $iu8 = (input3) => (() => {
293
+ const $iu9 = (input3) => (() => {
274
294
  if (void 0 !== input3.ranges)
275
295
  return $io9(input3);
276
296
  if (void 0 !== input3.ratio)
277
- return $io45(input3);
297
+ return $io47(input3);
278
298
  return (() => {
279
299
  if ($io8(input3))
280
300
  return $io8(input3);
281
- if ($io30(input3))
282
- return $io30(input3);
283
- if ($io33(input3))
284
- return $io33(input3);
301
+ if ($io31(input3))
302
+ return $io31(input3);
303
+ if ($io35(input3))
304
+ return $io35(input3);
285
305
  return false;
286
306
  })();
287
307
  })();
288
- const $iu9 = (input3) => (() => {
308
+ const $iu10 = (input3) => (() => {
289
309
  if ("integer" === input3.type || "float" === input3.type)
290
310
  return $io10(input3);
291
311
  if ("metaboliteIntensity" === input3.type)
@@ -310,39 +330,39 @@ var validCategoriesRequest = (input) => {
310
330
  return false;
311
331
  })();
312
332
  })();
313
- const $iu10 = (input3) => (() => {
333
+ const $iu11 = (input3) => (() => {
314
334
  if ("regular-bin" === input3.type)
315
335
  return $io14(input3);
316
336
  if ("custom-bin" === input3.type)
317
337
  return $io19(input3);
318
338
  return false;
319
339
  })();
320
- const $iu11 = (input3) => (() => {
340
+ const $iu12 = (input3) => (() => {
321
341
  if ("gene" === input3.kind)
322
- return $io35(input3);
342
+ return $io37(input3);
323
343
  if ("coord" === input3.kind)
324
- return $io43(input3);
344
+ return $io45(input3);
325
345
  return false;
326
346
  })();
327
- const $iu12 = (input3) => (() => {
347
+ const $iu13 = (input3) => (() => {
328
348
  if ("numeric" === input3.memberType)
329
- return $io46(input3);
349
+ return $io48(input3);
330
350
  if ("categorical" === input3.memberType)
331
- return $io50(input3);
351
+ return $io52(input3);
332
352
  return false;
333
353
  })();
334
- const $iu13 = (input3) => (() => {
354
+ const $iu14 = (input3) => (() => {
335
355
  if ("gene" === input3.kind)
336
- return $io71(input3);
356
+ return $io73(input3);
337
357
  if ("coord" === input3.kind)
338
- return $io72(input3);
358
+ return $io74(input3);
339
359
  return false;
340
360
  })();
341
- const $iu14 = (input3) => (() => {
361
+ const $iu15 = (input3) => (() => {
342
362
  if ("grade" === input3.valueFor)
343
- return $io79(input3);
363
+ return $io81(input3);
344
364
  if ("children" === input3.valueFor)
345
- return $io80(input3);
365
+ return $io82(input3);
346
366
  return false;
347
367
  })();
348
368
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -367,7 +387,7 @@ var validCategoriesRequest = (input) => {
367
387
  path: _path2 + ".tw",
368
388
  expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
369
389
  value: input3.tw
370
- })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
390
+ })) && $vu7(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
371
391
  path: _path2 + ".tw",
372
392
  expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
373
393
  value: input3.tw
@@ -420,7 +440,7 @@ var validCategoriesRequest = (input) => {
420
440
  path: _path2 + ".term",
421
441
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
422
442
  value: input3.term
423
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
443
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
424
444
  path: _path2 + ".term",
425
445
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
426
446
  value: input3.term
@@ -428,7 +448,7 @@ var validCategoriesRequest = (input) => {
428
448
  path: _path2 + ".q",
429
449
  expected: "ValuesQ",
430
450
  value: input3.q
431
- })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
451
+ })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
432
452
  path: _path2 + ".q",
433
453
  expected: "ValuesQ",
434
454
  value: input3.q
@@ -513,7 +533,7 @@ var validCategoriesRequest = (input) => {
513
533
  path: _path2 + ".groupsetting",
514
534
  expected: "TermGroupSetting",
515
535
  value: input3.groupsetting
516
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
536
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
517
537
  path: _path2 + ".groupsetting",
518
538
  expected: "TermGroupSetting",
519
539
  value: input3.groupsetting
@@ -609,6 +629,10 @@ var validCategoriesRequest = (input) => {
609
629
  path: _path2 + ".lst",
610
630
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
611
631
  value: input3.lst
632
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
633
+ path: _path2 + ".$id",
634
+ expected: "(string | undefined)",
635
+ value: input3.$id
612
636
  })].every((flag) => flag);
613
637
  const $vo7 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
614
638
  path: _path2 + ".type",
@@ -618,7 +642,7 @@ var validCategoriesRequest = (input) => {
618
642
  path: _path2 + ".tvs",
619
643
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
620
644
  value: input3.tvs
621
- })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
645
+ })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
622
646
  path: _path2 + ".tvs",
623
647
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
624
648
  value: input3.tvs
@@ -631,6 +655,26 @@ var validCategoriesRequest = (input) => {
631
655
  path: _path2 + ".isnot",
632
656
  expected: "(boolean | undefined)",
633
657
  value: input3.isnot
658
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
659
+ path: _path2 + ".bar_by_grade",
660
+ expected: "(boolean | undefined)",
661
+ value: input3.bar_by_grade
662
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
663
+ path: _path2 + ".bar_by_children",
664
+ expected: "(boolean | undefined)",
665
+ value: input3.bar_by_children
666
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
667
+ path: _path2 + ".value_by_max_grade",
668
+ expected: "(boolean | undefined)",
669
+ value: input3.value_by_max_grade
670
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
671
+ path: _path2 + ".value_by_most_recent",
672
+ expected: "(boolean | undefined)",
673
+ value: input3.value_by_most_recent
674
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
675
+ path: _path2 + ".value_by_computable_grade",
676
+ expected: "(boolean | undefined)",
677
+ value: input3.value_by_computable_grade
634
678
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
635
679
  path: _path2 + ".term",
636
680
  expected: "CategoricalTerm",
@@ -659,6 +703,10 @@ var validCategoriesRequest = (input) => {
659
703
  path: _path2 + ".values",
660
704
  expected: "Array<BaseValue>",
661
705
  value: input3.values
706
+ }), void 0 === input3.valueset || input3.valueset instanceof Set || $report(_exceptionable2, {
707
+ path: _path2 + ".valueset",
708
+ expected: "(Set<any> | undefined)",
709
+ value: input3.valueset
662
710
  })].every((flag) => flag);
663
711
  const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
664
712
  path: _path2 + ".join",
@@ -668,45 +716,65 @@ var validCategoriesRequest = (input) => {
668
716
  path: _path2 + ".isnot",
669
717
  expected: "(boolean | undefined)",
670
718
  value: input3.isnot
719
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
720
+ path: _path2 + ".bar_by_grade",
721
+ expected: "(boolean | undefined)",
722
+ value: input3.bar_by_grade
723
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
724
+ path: _path2 + ".bar_by_children",
725
+ expected: "(boolean | undefined)",
726
+ value: input3.bar_by_children
727
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
728
+ path: _path2 + ".value_by_max_grade",
729
+ expected: "(boolean | undefined)",
730
+ value: input3.value_by_max_grade
731
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
732
+ path: _path2 + ".value_by_most_recent",
733
+ expected: "(boolean | undefined)",
734
+ value: input3.value_by_most_recent
735
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
736
+ path: _path2 + ".value_by_computable_grade",
737
+ expected: "(boolean | undefined)",
738
+ value: input3.value_by_computable_grade
671
739
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
672
740
  path: _path2 + ".term",
673
741
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
674
742
  value: input3.term
675
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
743
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
676
744
  path: _path2 + ".term",
677
745
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
678
746
  value: input3.term
679
747
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
680
748
  path: _path2 + ".ranges",
681
- expected: "Array<NumericBin>",
749
+ expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
682
750
  value: input3.ranges
683
751
  })) && input3.ranges.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
684
752
  path: _path2 + ".ranges[" + _index6 + "]",
685
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
753
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
686
754
  value: elem
687
755
  })) && $vu1(elem, _path2 + ".ranges[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
688
756
  path: _path2 + ".ranges[" + _index6 + "]",
689
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
757
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
690
758
  value: elem
691
759
  })).every((flag) => flag) || $report(_exceptionable2, {
692
760
  path: _path2 + ".ranges",
693
- expected: "Array<NumericBin>",
761
+ expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
694
762
  value: input3.ranges
695
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
763
+ }), void 0 === input3.values || (Array.isArray(input3.values) || $report(_exceptionable2, {
696
764
  path: _path2 + ".values",
697
- expected: "Array<__type>",
765
+ expected: "(Array<__type> | undefined)",
698
766
  value: input3.values
699
767
  })) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
700
768
  path: _path2 + ".values[" + _index7 + "]",
701
- expected: "__type.o4",
769
+ expected: "__type.o5",
702
770
  value: elem
703
- })) && $vo29(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
771
+ })) && $vo30(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
704
772
  path: _path2 + ".values[" + _index7 + "]",
705
- expected: "__type.o4",
773
+ expected: "__type.o5",
706
774
  value: elem
707
775
  })).every((flag) => flag) || $report(_exceptionable2, {
708
776
  path: _path2 + ".values",
709
- expected: "Array<__type>",
777
+ expected: "(Array<__type> | undefined)",
710
778
  value: input3.values
711
779
  })].every((flag) => flag);
712
780
  const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -820,7 +888,7 @@ var validCategoriesRequest = (input) => {
820
888
  path: _path2 + '["default"]',
821
889
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
822
890
  value: input3["default"]
823
- })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
891
+ })) && $vu11(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
824
892
  path: _path2 + '["default"]',
825
893
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
826
894
  value: input3["default"]
@@ -828,7 +896,7 @@ var validCategoriesRequest = (input) => {
828
896
  path: _path2 + ".less",
829
897
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
830
898
  value: input3.less
831
- })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
899
+ })) && $vu11(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
832
900
  path: _path2 + ".less",
833
901
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
834
902
  value: input3.less
@@ -889,7 +957,7 @@ var validCategoriesRequest = (input) => {
889
957
  path: _path2 + ".first_bin",
890
958
  expected: "(FullyBoundedBin | StartUnboundedBin)",
891
959
  value: input3.first_bin
892
- })) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
960
+ })) && $vu5(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
893
961
  path: _path2 + ".first_bin",
894
962
  expected: "(FullyBoundedBin | StartUnboundedBin)",
895
963
  value: input3.first_bin
@@ -897,7 +965,7 @@ var validCategoriesRequest = (input) => {
897
965
  path: _path2 + ".last_bin",
898
966
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
899
967
  value: input3.last_bin
900
- })) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
968
+ })) && $vu6(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
901
969
  path: _path2 + ".last_bin",
902
970
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
903
971
  value: input3.last_bin
@@ -1062,7 +1130,7 @@ var validCategoriesRequest = (input) => {
1062
1130
  path: _path2 + ".lst[0]",
1063
1131
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1064
1132
  value: input3.lst[0]
1065
- })) && $vu1(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1133
+ })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1066
1134
  path: _path2 + ".lst[0]",
1067
1135
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1068
1136
  value: input3.lst[0]
@@ -1075,7 +1143,7 @@ var validCategoriesRequest = (input) => {
1075
1143
  path: _path2 + ".lst[" + (1 + _index10) + "]",
1076
1144
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1077
1145
  value: elem
1078
- })) && $vu1(elem, _path2 + ".lst[" + (1 + _index10) + "]", _exceptionable2) || $report(_exceptionable2, {
1146
+ })) && $vu4(elem, _path2 + ".lst[" + (1 + _index10) + "]", _exceptionable2) || $report(_exceptionable2, {
1079
1147
  path: _path2 + ".lst[" + (1 + _index10) + "]",
1080
1148
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1081
1149
  value: elem
@@ -1981,7 +2049,20 @@ var validCategoriesRequest = (input) => {
1981
2049
  expected: "number",
1982
2050
  value: input3.stop
1983
2051
  })].every((flag) => flag);
1984
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2052
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2053
+ path: _path2 + ".value",
2054
+ expected: "number",
2055
+ value: input3.value
2056
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2057
+ path: _path2 + ".label",
2058
+ expected: "(string | undefined)",
2059
+ value: input3.label
2060
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2061
+ path: _path2 + ".name",
2062
+ expected: "(string | undefined)",
2063
+ value: input3.name
2064
+ })].every((flag) => flag);
2065
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1985
2066
  path: _path2 + ".key",
1986
2067
  expected: "string",
1987
2068
  value: input3.key
@@ -1998,7 +2079,7 @@ var validCategoriesRequest = (input) => {
1998
2079
  expected: "(string | undefined)",
1999
2080
  value: input3.label
2000
2081
  })].every((flag) => flag);
2001
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2082
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2002
2083
  path: _path2 + ".join",
2003
2084
  expected: "(string | undefined)",
2004
2085
  value: input3.join
@@ -2006,14 +2087,14 @@ var validCategoriesRequest = (input) => {
2006
2087
  path: _path2 + ".isnot",
2007
2088
  expected: "(boolean | undefined)",
2008
2089
  value: input3.isnot
2009
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2010
- path: _path2 + ".term",
2011
- expected: "ConditionTerm",
2012
- value: input3.term
2013
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2014
- path: _path2 + ".term",
2015
- expected: "ConditionTerm",
2016
- value: input3.term
2090
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2091
+ path: _path2 + ".bar_by_grade",
2092
+ expected: "(boolean | undefined)",
2093
+ value: input3.bar_by_grade
2094
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2095
+ path: _path2 + ".bar_by_children",
2096
+ expected: "(boolean | undefined)",
2097
+ value: input3.bar_by_children
2017
2098
  }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2018
2099
  path: _path2 + ".value_by_max_grade",
2019
2100
  expected: "(boolean | undefined)",
@@ -2026,6 +2107,14 @@ var validCategoriesRequest = (input) => {
2026
2107
  path: _path2 + ".value_by_computable_grade",
2027
2108
  expected: "(boolean | undefined)",
2028
2109
  value: input3.value_by_computable_grade
2110
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2111
+ path: _path2 + ".term",
2112
+ expected: "ConditionTerm",
2113
+ value: input3.term
2114
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2115
+ path: _path2 + ".term",
2116
+ expected: "ConditionTerm",
2117
+ value: input3.term
2029
2118
  }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
2030
2119
  path: _path2 + ".grade_and_child",
2031
2120
  expected: "(Array<GradeAndChildEntry> | undefined)",
@@ -2034,7 +2123,7 @@ var validCategoriesRequest = (input) => {
2034
2123
  path: _path2 + ".grade_and_child[" + _index30 + "]",
2035
2124
  expected: "GradeAndChildEntry",
2036
2125
  value: elem
2037
- })) && $vo32(elem, _path2 + ".grade_and_child[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2126
+ })) && $vo33(elem, _path2 + ".grade_and_child[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2038
2127
  path: _path2 + ".grade_and_child[" + _index30 + "]",
2039
2128
  expected: "GradeAndChildEntry",
2040
2129
  value: elem
@@ -2042,8 +2131,24 @@ var validCategoriesRequest = (input) => {
2042
2131
  path: _path2 + ".grade_and_child",
2043
2132
  expected: "(Array<GradeAndChildEntry> | undefined)",
2044
2133
  value: input3.grade_and_child
2134
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2135
+ path: _path2 + ".values",
2136
+ expected: "Array<__type>.o1",
2137
+ value: input3.values
2138
+ })) && input3.values.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2139
+ path: _path2 + ".values[" + _index31 + "]",
2140
+ expected: "__type.o6",
2141
+ value: elem
2142
+ })) && $vo34(elem, _path2 + ".values[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
2143
+ path: _path2 + ".values[" + _index31 + "]",
2144
+ expected: "__type.o6",
2145
+ value: elem
2146
+ })).every((flag) => flag) || $report(_exceptionable2, {
2147
+ path: _path2 + ".values",
2148
+ expected: "Array<__type>.o1",
2149
+ value: input3.values
2045
2150
  })].every((flag) => flag);
2046
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2151
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2047
2152
  path: _path2 + ".id",
2048
2153
  expected: "string",
2049
2154
  value: input3.id
@@ -2059,8 +2164,8 @@ var validCategoriesRequest = (input) => {
2059
2164
  path: _path2 + ".child_types",
2060
2165
  expected: "(Array<string> | undefined)",
2061
2166
  value: input3.child_types
2062
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2063
- path: _path2 + ".child_types[" + _index31 + "]",
2167
+ })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2168
+ path: _path2 + ".child_types[" + _index32 + "]",
2064
2169
  expected: "string",
2065
2170
  value: elem
2066
2171
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2075,8 +2180,8 @@ var validCategoriesRequest = (input) => {
2075
2180
  path: _path2 + ".included_types",
2076
2181
  expected: "(Array<string> | undefined)",
2077
2182
  value: input3.included_types
2078
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2079
- path: _path2 + ".included_types[" + _index32 + "]",
2183
+ })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2184
+ path: _path2 + ".included_types[" + _index33 + "]",
2080
2185
  expected: "string",
2081
2186
  value: elem
2082
2187
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2108,7 +2213,7 @@ var validCategoriesRequest = (input) => {
2108
2213
  expected: "(__type.o2 | undefined)",
2109
2214
  value: input3.valueConversion
2110
2215
  })].every((flag) => flag);
2111
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2216
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2112
2217
  path: _path2 + ".grade",
2113
2218
  expected: "number",
2114
2219
  value: input3.grade
@@ -2125,7 +2230,25 @@ var validCategoriesRequest = (input) => {
2125
2230
  expected: "string",
2126
2231
  value: input3.child_label
2127
2232
  })].every((flag) => flag);
2128
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2233
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2234
+ path: _path2 + ".key",
2235
+ expected: "(number | string)",
2236
+ value: input3.key
2237
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2238
+ path: _path2 + ".label",
2239
+ expected: "(string | undefined)",
2240
+ value: input3.label
2241
+ }), false === _exceptionable2 || Object.keys(input3).map((key) => {
2242
+ if (["key", "label"].some((prop) => key === prop))
2243
+ return true;
2244
+ const value = input3[key];
2245
+ if (void 0 === value)
2246
+ return true;
2247
+ if (RegExp(/(.*)/).test(key))
2248
+ return true;
2249
+ return true;
2250
+ }).every((flag) => flag)].every((flag) => flag);
2251
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2129
2252
  path: _path2 + ".join",
2130
2253
  expected: "(string | undefined)",
2131
2254
  value: input3.join
@@ -2133,29 +2256,49 @@ var validCategoriesRequest = (input) => {
2133
2256
  path: _path2 + ".isnot",
2134
2257
  expected: "(boolean | undefined)",
2135
2258
  value: input3.isnot
2259
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2260
+ path: _path2 + ".bar_by_grade",
2261
+ expected: "(boolean | undefined)",
2262
+ value: input3.bar_by_grade
2263
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2264
+ path: _path2 + ".bar_by_children",
2265
+ expected: "(boolean | undefined)",
2266
+ value: input3.bar_by_children
2267
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2268
+ path: _path2 + ".value_by_max_grade",
2269
+ expected: "(boolean | undefined)",
2270
+ value: input3.value_by_max_grade
2271
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2272
+ path: _path2 + ".value_by_most_recent",
2273
+ expected: "(boolean | undefined)",
2274
+ value: input3.value_by_most_recent
2275
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2276
+ path: _path2 + ".value_by_computable_grade",
2277
+ expected: "(boolean | undefined)",
2278
+ value: input3.value_by_computable_grade
2136
2279
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2137
2280
  path: _path2 + ".term",
2138
2281
  expected: "DtTerm",
2139
2282
  value: input3.term
2140
- })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2283
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2141
2284
  path: _path2 + ".term",
2142
2285
  expected: "DtTerm",
2143
2286
  value: input3.term
2144
2287
  }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2145
2288
  path: _path2 + ".values",
2146
- expected: "Array<__type>.o2",
2289
+ expected: "Array<GeneVariantValue>",
2147
2290
  value: input3.values
2148
- })) && input3.values.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2149
- path: _path2 + ".values[" + _index33 + "]",
2150
- expected: "__type.o6",
2291
+ })) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2292
+ path: _path2 + ".values[" + _index34 + "]",
2293
+ expected: "GeneVariantValue",
2151
2294
  value: elem
2152
- })) && $vo44(elem, _path2 + ".values[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2153
- path: _path2 + ".values[" + _index33 + "]",
2154
- expected: "__type.o6",
2295
+ })) && $vo46(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2296
+ path: _path2 + ".values[" + _index34 + "]",
2297
+ expected: "GeneVariantValue",
2155
2298
  value: elem
2156
2299
  })).every((flag) => flag) || $report(_exceptionable2, {
2157
2300
  path: _path2 + ".values",
2158
- expected: "Array<__type>.o2",
2301
+ expected: "Array<GeneVariantValue>",
2159
2302
  value: input3.values
2160
2303
  }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
2161
2304
  path: _path2 + ".includeNotTested",
@@ -2165,8 +2308,40 @@ var validCategoriesRequest = (input) => {
2165
2308
  path: _path2 + ".excludeGeneName",
2166
2309
  expected: "(boolean | undefined)",
2167
2310
  value: input3.excludeGeneName
2311
+ }), void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype || $report(_exceptionable2, {
2312
+ path: _path2 + ".genotype",
2313
+ expected: '("nt" | "variant" | "wt" | undefined)',
2314
+ value: input3.genotype
2315
+ }), void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount || $report(_exceptionable2, {
2316
+ path: _path2 + ".mcount",
2317
+ expected: '("all" | "any" | "multiple" | "single" | undefined)',
2318
+ value: input3.mcount
2319
+ }), void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv || $report(_exceptionable2, {
2320
+ path: _path2 + ".continuousCnv",
2321
+ expected: "(boolean | undefined)",
2322
+ value: input3.continuousCnv
2323
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
2324
+ path: _path2 + ".cnvLossCutoff",
2325
+ expected: "(number | undefined)",
2326
+ value: input3.cnvLossCutoff
2327
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
2328
+ path: _path2 + ".cnvGainCutoff",
2329
+ expected: "(number | undefined)",
2330
+ value: input3.cnvGainCutoff
2331
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
2332
+ path: _path2 + ".cnvMaxLength",
2333
+ expected: "(number | undefined)",
2334
+ value: input3.cnvMaxLength
2335
+ }), void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT || $report(_exceptionable2, {
2336
+ path: _path2 + ".cnvWT",
2337
+ expected: "(boolean | undefined)",
2338
+ value: input3.cnvWT
2339
+ }), void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap || $report(_exceptionable2, {
2340
+ path: _path2 + ".fractionOverlap",
2341
+ expected: "(number | undefined)",
2342
+ value: input3.fractionOverlap
2168
2343
  })].every((flag) => flag);
2169
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2344
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2170
2345
  path: _path2 + ".id",
2171
2346
  expected: "string",
2172
2347
  value: input3.id
@@ -2186,7 +2361,7 @@ var validCategoriesRequest = (input) => {
2186
2361
  path: _path2 + ".parentTerm",
2187
2362
  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)',
2188
2363
  value: input3.parentTerm
2189
- })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2364
+ })) && $vu12(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2190
2365
  path: _path2 + ".parentTerm",
2191
2366
  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)',
2192
2367
  value: input3.parentTerm
@@ -2215,7 +2390,7 @@ var validCategoriesRequest = (input) => {
2215
2390
  expected: "TermValues",
2216
2391
  value: input3.values
2217
2392
  })].every((flag) => flag);
2218
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2393
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2219
2394
  path: _path2 + ".id",
2220
2395
  expected: "string",
2221
2396
  value: input3.id
@@ -2231,8 +2406,8 @@ var validCategoriesRequest = (input) => {
2231
2406
  path: _path2 + ".child_types",
2232
2407
  expected: "(Array<string> | undefined)",
2233
2408
  value: input3.child_types
2234
- })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2235
- path: _path2 + ".child_types[" + _index34 + "]",
2409
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2410
+ path: _path2 + ".child_types[" + _index35 + "]",
2236
2411
  expected: "string",
2237
2412
  value: elem
2238
2413
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2247,8 +2422,8 @@ var validCategoriesRequest = (input) => {
2247
2422
  path: _path2 + ".included_types",
2248
2423
  expected: "(Array<string> | undefined)",
2249
2424
  value: input3.included_types
2250
- })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2251
- path: _path2 + ".included_types[" + _index35 + "]",
2425
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2426
+ path: _path2 + ".included_types[" + _index36 + "]",
2252
2427
  expected: "string",
2253
2428
  value: elem
2254
2429
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2303,12 +2478,12 @@ var validCategoriesRequest = (input) => {
2303
2478
  path: _path2 + ".genes",
2304
2479
  expected: "Array<GvGeneTerm>",
2305
2480
  value: input3.genes
2306
- })) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2307
- path: _path2 + ".genes[" + _index36 + "]",
2481
+ })) && input3.genes.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2482
+ path: _path2 + ".genes[" + _index37 + "]",
2308
2483
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2309
2484
  value: elem
2310
- })) && $vu2(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2311
- path: _path2 + ".genes[" + _index36 + "]",
2485
+ })) && $vu2(elem, _path2 + ".genes[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2486
+ path: _path2 + ".genes[" + _index37 + "]",
2312
2487
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2313
2488
  value: elem
2314
2489
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2319,7 +2494,7 @@ var validCategoriesRequest = (input) => {
2319
2494
  path: _path2 + ".groupsetting",
2320
2495
  expected: "(TermGroupSetting | undefined)",
2321
2496
  value: input3.groupsetting
2322
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2497
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2323
2498
  path: _path2 + ".groupsetting",
2324
2499
  expected: "(TermGroupSetting | undefined)",
2325
2500
  value: input3.groupsetting
@@ -2327,12 +2502,12 @@ var validCategoriesRequest = (input) => {
2327
2502
  path: _path2 + ".childTerms",
2328
2503
  expected: "(Array<DtTerm> | undefined)",
2329
2504
  value: input3.childTerms
2330
- })) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2331
- path: _path2 + ".childTerms[" + _index37 + "]",
2505
+ })) && input3.childTerms.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2506
+ path: _path2 + ".childTerms[" + _index38 + "]",
2332
2507
  expected: "DtTerm",
2333
2508
  value: elem
2334
- })) && $vo34(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2335
- path: _path2 + ".childTerms[" + _index37 + "]",
2509
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2510
+ path: _path2 + ".childTerms[" + _index38 + "]",
2336
2511
  expected: "DtTerm",
2337
2512
  value: elem
2338
2513
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2340,7 +2515,7 @@ var validCategoriesRequest = (input) => {
2340
2515
  expected: "(Array<DtTerm> | undefined)",
2341
2516
  value: input3.childTerms
2342
2517
  })].every((flag) => flag);
2343
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2518
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2344
2519
  path: _path2 + ".id",
2345
2520
  expected: "string",
2346
2521
  value: input3.id
@@ -2356,8 +2531,8 @@ var validCategoriesRequest = (input) => {
2356
2531
  path: _path2 + ".child_types",
2357
2532
  expected: "(Array<string> | undefined)",
2358
2533
  value: input3.child_types
2359
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2360
- path: _path2 + ".child_types[" + _index38 + "]",
2534
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2535
+ path: _path2 + ".child_types[" + _index39 + "]",
2361
2536
  expected: "string",
2362
2537
  value: elem
2363
2538
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2372,8 +2547,8 @@ var validCategoriesRequest = (input) => {
2372
2547
  path: _path2 + ".included_types",
2373
2548
  expected: "(Array<string> | undefined)",
2374
2549
  value: input3.included_types
2375
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2376
- path: _path2 + ".included_types[" + _index39 + "]",
2550
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2551
+ path: _path2 + ".included_types[" + _index40 + "]",
2377
2552
  expected: "string",
2378
2553
  value: elem
2379
2554
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2425,7 +2600,7 @@ var validCategoriesRequest = (input) => {
2425
2600
  expected: "(number | undefined)",
2426
2601
  value: input3.stop
2427
2602
  })].every((flag) => flag);
2428
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2603
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2429
2604
  path: _path2 + ".id",
2430
2605
  expected: "string",
2431
2606
  value: input3.id
@@ -2441,8 +2616,8 @@ var validCategoriesRequest = (input) => {
2441
2616
  path: _path2 + ".child_types",
2442
2617
  expected: "(Array<string> | undefined)",
2443
2618
  value: input3.child_types
2444
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2445
- path: _path2 + ".child_types[" + _index40 + "]",
2619
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2620
+ path: _path2 + ".child_types[" + _index41 + "]",
2446
2621
  expected: "string",
2447
2622
  value: elem
2448
2623
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2457,8 +2632,8 @@ var validCategoriesRequest = (input) => {
2457
2632
  path: _path2 + ".included_types",
2458
2633
  expected: "(Array<string> | undefined)",
2459
2634
  value: input3.included_types
2460
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2461
- path: _path2 + ".included_types[" + _index41 + "]",
2635
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2636
+ path: _path2 + ".included_types[" + _index42 + "]",
2462
2637
  expected: "string",
2463
2638
  value: elem
2464
2639
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2506,7 +2681,7 @@ var validCategoriesRequest = (input) => {
2506
2681
  expected: "number",
2507
2682
  value: input3.stop
2508
2683
  })].every((flag) => flag);
2509
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2684
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2510
2685
  path: _path2 + ".disabled",
2511
2686
  expected: "boolean",
2512
2687
  value: input3.disabled
@@ -2514,12 +2689,12 @@ var validCategoriesRequest = (input) => {
2514
2689
  path: _path2 + ".lst",
2515
2690
  expected: "(Array<Groupset> | undefined)",
2516
2691
  value: input3.lst
2517
- })) && input3.lst.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2518
- path: _path2 + ".lst[" + _index42 + "]",
2692
+ })) && input3.lst.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2693
+ path: _path2 + ".lst[" + _index43 + "]",
2519
2694
  expected: "Groupset",
2520
2695
  value: elem
2521
- })) && $vo39(elem, _path2 + ".lst[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2522
- path: _path2 + ".lst[" + _index42 + "]",
2696
+ })) && $vo41(elem, _path2 + ".lst[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2697
+ path: _path2 + ".lst[" + _index43 + "]",
2523
2698
  expected: "Groupset",
2524
2699
  value: elem
2525
2700
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2527,7 +2702,7 @@ var validCategoriesRequest = (input) => {
2527
2702
  expected: "(Array<Groupset> | undefined)",
2528
2703
  value: input3.lst
2529
2704
  })].every((flag) => flag);
2530
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2705
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2531
2706
  path: _path2 + ".name",
2532
2707
  expected: "string",
2533
2708
  value: input3.name
@@ -2547,12 +2722,12 @@ var validCategoriesRequest = (input) => {
2547
2722
  path: _path2 + ".groups",
2548
2723
  expected: "Array<GroupEntry>",
2549
2724
  value: input3.groups
2550
- })) && input3.groups.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2551
- path: _path2 + ".groups[" + _index43 + "]",
2725
+ })) && input3.groups.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2726
+ path: _path2 + ".groups[" + _index44 + "]",
2552
2727
  expected: "(FilterGroup | ValuesGroup)",
2553
2728
  value: elem
2554
- })) && $vu3(elem, _path2 + ".groups[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2555
- path: _path2 + ".groups[" + _index43 + "]",
2729
+ })) && $vu3(elem, _path2 + ".groups[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2730
+ path: _path2 + ".groups[" + _index44 + "]",
2556
2731
  expected: "(FilterGroup | ValuesGroup)",
2557
2732
  value: elem
2558
2733
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2560,7 +2735,7 @@ var validCategoriesRequest = (input) => {
2560
2735
  expected: "Array<GroupEntry>",
2561
2736
  value: input3.groups
2562
2737
  })].every((flag) => flag);
2563
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2738
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2564
2739
  path: _path2 + ".name",
2565
2740
  expected: "string",
2566
2741
  value: input3.name
@@ -2570,26 +2745,26 @@ var validCategoriesRequest = (input) => {
2570
2745
  value: input3.type
2571
2746
  }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2572
2747
  path: _path2 + ".values",
2573
- expected: "Array<__type>.o1",
2748
+ expected: "Array<__type>.o2",
2574
2749
  value: input3.values
2575
- })) && input3.values.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2576
- path: _path2 + ".values[" + _index44 + "]",
2577
- expected: "__type.o5",
2750
+ })) && input3.values.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2751
+ path: _path2 + ".values[" + _index45 + "]",
2752
+ expected: "__type.o7",
2578
2753
  value: elem
2579
- })) && $vo41(elem, _path2 + ".values[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2580
- path: _path2 + ".values[" + _index44 + "]",
2581
- expected: "__type.o5",
2754
+ })) && $vo43(elem, _path2 + ".values[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2755
+ path: _path2 + ".values[" + _index45 + "]",
2756
+ expected: "__type.o7",
2582
2757
  value: elem
2583
2758
  })).every((flag) => flag) || $report(_exceptionable2, {
2584
2759
  path: _path2 + ".values",
2585
- expected: "Array<__type>.o1",
2760
+ expected: "Array<__type>.o2",
2586
2761
  value: input3.values
2587
2762
  }), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
2588
2763
  path: _path2 + ".uncomputable",
2589
2764
  expected: "(boolean | undefined)",
2590
2765
  value: input3.uncomputable
2591
2766
  })].every((flag) => flag);
2592
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2767
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2593
2768
  path: _path2 + ".key",
2594
2769
  expected: "(number | string)",
2595
2770
  value: input3.key
@@ -2598,7 +2773,7 @@ var validCategoriesRequest = (input) => {
2598
2773
  expected: "string",
2599
2774
  value: input3.label
2600
2775
  })].every((flag) => flag);
2601
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2776
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2602
2777
  path: _path2 + ".name",
2603
2778
  expected: "string",
2604
2779
  value: input3.name
@@ -2619,7 +2794,7 @@ var validCategoriesRequest = (input) => {
2619
2794
  expected: "string",
2620
2795
  value: input3.color
2621
2796
  })].every((flag) => flag);
2622
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2797
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2623
2798
  path: _path2 + ".id",
2624
2799
  expected: "string",
2625
2800
  value: input3.id
@@ -2635,8 +2810,8 @@ var validCategoriesRequest = (input) => {
2635
2810
  path: _path2 + ".child_types",
2636
2811
  expected: "(Array<string> | undefined)",
2637
2812
  value: input3.child_types
2638
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2639
- path: _path2 + ".child_types[" + _index45 + "]",
2813
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2814
+ path: _path2 + ".child_types[" + _index46 + "]",
2640
2815
  expected: "string",
2641
2816
  value: elem
2642
2817
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2651,8 +2826,8 @@ var validCategoriesRequest = (input) => {
2651
2826
  path: _path2 + ".included_types",
2652
2827
  expected: "(Array<string> | undefined)",
2653
2828
  value: input3.included_types
2654
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2655
- path: _path2 + ".included_types[" + _index46 + "]",
2829
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2830
+ path: _path2 + ".included_types[" + _index47 + "]",
2656
2831
  expected: "string",
2657
2832
  value: elem
2658
2833
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2703,12 +2878,12 @@ var validCategoriesRequest = (input) => {
2703
2878
  path: _path2 + ".genes",
2704
2879
  expected: "Array<GvGeneTerm>",
2705
2880
  value: input3.genes
2706
- })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2707
- path: _path2 + ".genes[" + _index47 + "]",
2881
+ })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2882
+ path: _path2 + ".genes[" + _index48 + "]",
2708
2883
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2709
2884
  value: elem
2710
- })) && $vu2(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2711
- path: _path2 + ".genes[" + _index47 + "]",
2885
+ })) && $vu2(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2886
+ path: _path2 + ".genes[" + _index48 + "]",
2712
2887
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2713
2888
  value: elem
2714
2889
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2719,7 +2894,7 @@ var validCategoriesRequest = (input) => {
2719
2894
  path: _path2 + ".groupsetting",
2720
2895
  expected: "(TermGroupSetting | undefined)",
2721
2896
  value: input3.groupsetting
2722
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2897
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2723
2898
  path: _path2 + ".groupsetting",
2724
2899
  expected: "(TermGroupSetting | undefined)",
2725
2900
  value: input3.groupsetting
@@ -2727,12 +2902,12 @@ var validCategoriesRequest = (input) => {
2727
2902
  path: _path2 + ".childTerms",
2728
2903
  expected: "(Array<DtTerm> | undefined)",
2729
2904
  value: input3.childTerms
2730
- })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2731
- path: _path2 + ".childTerms[" + _index48 + "]",
2905
+ })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2906
+ path: _path2 + ".childTerms[" + _index49 + "]",
2732
2907
  expected: "DtTerm",
2733
2908
  value: elem
2734
- })) && $vo34(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2735
- path: _path2 + ".childTerms[" + _index48 + "]",
2909
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2910
+ path: _path2 + ".childTerms[" + _index49 + "]",
2736
2911
  expected: "DtTerm",
2737
2912
  value: elem
2738
2913
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2740,20 +2915,52 @@ var validCategoriesRequest = (input) => {
2740
2915
  expected: "(Array<DtTerm> | undefined)",
2741
2916
  value: input3.childTerms
2742
2917
  })].every((flag) => flag);
2743
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2918
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2744
2919
  path: _path2 + ".key",
2745
- expected: "string",
2920
+ expected: "(string | undefined)",
2746
2921
  value: input3.key
2747
- }), "string" === typeof input3.label || $report(_exceptionable2, {
2922
+ }), void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label || $report(_exceptionable2, {
2748
2923
  path: _path2 + ".label",
2749
- expected: "string",
2924
+ expected: "(number | string | undefined)",
2750
2925
  value: input3.label
2751
- }), "string" === typeof input3.value || $report(_exceptionable2, {
2926
+ }), void 0 === input3.value || "string" === typeof input3.value || $report(_exceptionable2, {
2752
2927
  path: _path2 + ".value",
2753
- expected: "string",
2928
+ expected: "(string | undefined)",
2754
2929
  value: input3.value
2930
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
2931
+ path: _path2 + ".dt",
2932
+ expected: "(number | undefined)",
2933
+ value: input3.dt
2934
+ }), void 0 === input3.mclasslst || (Array.isArray(input3.mclasslst) || $report(_exceptionable2, {
2935
+ path: _path2 + ".mclasslst",
2936
+ expected: "(Array<string> | undefined)",
2937
+ value: input3.mclasslst
2938
+ })) && input3.mclasslst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2939
+ path: _path2 + ".mclasslst[" + _index50 + "]",
2940
+ expected: "string",
2941
+ value: elem
2942
+ })).every((flag) => flag) || $report(_exceptionable2, {
2943
+ path: _path2 + ".mclasslst",
2944
+ expected: "(Array<string> | undefined)",
2945
+ value: input3.mclasslst
2946
+ }), void 0 === input3.mclassExcludeLst || (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
2947
+ path: _path2 + ".mclassExcludeLst",
2948
+ expected: "(Array<string> | undefined)",
2949
+ value: input3.mclassExcludeLst
2950
+ })) && input3.mclassExcludeLst.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2951
+ path: _path2 + ".mclassExcludeLst[" + _index51 + "]",
2952
+ expected: "string",
2953
+ value: elem
2954
+ })).every((flag) => flag) || $report(_exceptionable2, {
2955
+ path: _path2 + ".mclassExcludeLst",
2956
+ expected: "(Array<string> | undefined)",
2957
+ value: input3.mclassExcludeLst
2958
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
2959
+ path: _path2 + ".origin",
2960
+ expected: "(string | undefined)",
2961
+ value: input3.origin
2755
2962
  })].every((flag) => flag);
2756
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2963
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2757
2964
  path: _path2 + ".join",
2758
2965
  expected: "(string | undefined)",
2759
2966
  value: input3.join
@@ -2761,11 +2968,31 @@ var validCategoriesRequest = (input) => {
2761
2968
  path: _path2 + ".isnot",
2762
2969
  expected: "(boolean | undefined)",
2763
2970
  value: input3.isnot
2971
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2972
+ path: _path2 + ".bar_by_grade",
2973
+ expected: "(boolean | undefined)",
2974
+ value: input3.bar_by_grade
2975
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2976
+ path: _path2 + ".bar_by_children",
2977
+ expected: "(boolean | undefined)",
2978
+ value: input3.bar_by_children
2979
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2980
+ path: _path2 + ".value_by_max_grade",
2981
+ expected: "(boolean | undefined)",
2982
+ value: input3.value_by_max_grade
2983
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2984
+ path: _path2 + ".value_by_most_recent",
2985
+ expected: "(boolean | undefined)",
2986
+ value: input3.value_by_most_recent
2987
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2988
+ path: _path2 + ".value_by_computable_grade",
2989
+ expected: "(boolean | undefined)",
2990
+ value: input3.value_by_computable_grade
2764
2991
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2765
2992
  path: _path2 + ".term",
2766
2993
  expected: "(CategoricalTermCollection | NumericTermCollection)",
2767
2994
  value: input3.term
2768
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2995
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2769
2996
  path: _path2 + ".term",
2770
2997
  expected: "(CategoricalTermCollection | NumericTermCollection)",
2771
2998
  value: input3.term
@@ -2774,7 +3001,7 @@ var validCategoriesRequest = (input) => {
2774
3001
  expected: "number",
2775
3002
  value: input3.ratio
2776
3003
  })].every((flag) => flag);
2777
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3004
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2778
3005
  path: _path2 + ".id",
2779
3006
  expected: "string",
2780
3007
  value: input3.id
@@ -2790,8 +3017,8 @@ var validCategoriesRequest = (input) => {
2790
3017
  path: _path2 + ".child_types",
2791
3018
  expected: "(Array<string> | undefined)",
2792
3019
  value: input3.child_types
2793
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2794
- path: _path2 + ".child_types[" + _index49 + "]",
3020
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3021
+ path: _path2 + ".child_types[" + _index52 + "]",
2795
3022
  expected: "string",
2796
3023
  value: elem
2797
3024
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2806,8 +3033,8 @@ var validCategoriesRequest = (input) => {
2806
3033
  path: _path2 + ".included_types",
2807
3034
  expected: "(Array<string> | undefined)",
2808
3035
  value: input3.included_types
2809
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2810
- path: _path2 + ".included_types[" + _index50 + "]",
3036
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3037
+ path: _path2 + ".included_types[" + _index53 + "]",
2811
3038
  expected: "string",
2812
3039
  value: elem
2813
3040
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2838,16 +3065,12 @@ var validCategoriesRequest = (input) => {
2838
3065
  path: _path2 + ".valueConversion",
2839
3066
  expected: "(__type.o2 | undefined)",
2840
3067
  value: input3.valueConversion
2841
- }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2842
- path: _path2 + ".collectionId",
2843
- expected: "(string | undefined)",
2844
- value: input3.collectionId
2845
3068
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
2846
3069
  path: _path2 + ".termIds",
2847
3070
  expected: "(Array<string> | undefined)",
2848
3071
  value: input3.termIds
2849
- })) && input3.termIds.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2850
- path: _path2 + ".termIds[" + _index51 + "]",
3072
+ })) && input3.termIds.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3073
+ path: _path2 + ".termIds[" + _index54 + "]",
2851
3074
  expected: "string",
2852
3075
  value: elem
2853
3076
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2858,12 +3081,12 @@ var validCategoriesRequest = (input) => {
2858
3081
  path: _path2 + ".termlst",
2859
3082
  expected: "Array<BaseTerm>",
2860
3083
  value: input3.termlst
2861
- })) && input3.termlst.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2862
- path: _path2 + ".termlst[" + _index52 + "]",
3084
+ })) && input3.termlst.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3085
+ path: _path2 + ".termlst[" + _index55 + "]",
2863
3086
  expected: "BaseTerm",
2864
3087
  value: elem
2865
- })) && $vo47(elem, _path2 + ".termlst[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2866
- path: _path2 + ".termlst[" + _index52 + "]",
3088
+ })) && $vo49(elem, _path2 + ".termlst[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3089
+ path: _path2 + ".termlst[" + _index55 + "]",
2867
3090
  expected: "BaseTerm",
2868
3091
  value: elem
2869
3092
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2876,11 +3099,11 @@ var validCategoriesRequest = (input) => {
2876
3099
  value: input3.newTvs
2877
3100
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
2878
3101
  path: _path2 + ".propsByTermId",
2879
- expected: "__type.o7",
3102
+ expected: "__type.o8",
2880
3103
  value: input3.propsByTermId
2881
- })) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3104
+ })) && $vo50(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2882
3105
  path: _path2 + ".propsByTermId",
2883
- expected: "__type.o7",
3106
+ expected: "__type.o8",
2884
3107
  value: input3.propsByTermId
2885
3108
  }), "numeric" === input3.memberType || $report(_exceptionable2, {
2886
3109
  path: _path2 + ".memberType",
@@ -2890,8 +3113,8 @@ var validCategoriesRequest = (input) => {
2890
3113
  path: _path2 + ".numerators",
2891
3114
  expected: "(Array<string> | undefined)",
2892
3115
  value: input3.numerators
2893
- })) && input3.numerators.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2894
- path: _path2 + ".numerators[" + _index53 + "]",
3116
+ })) && input3.numerators.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3117
+ path: _path2 + ".numerators[" + _index56 + "]",
2895
3118
  expected: "string",
2896
3119
  value: elem
2897
3120
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2899,7 +3122,7 @@ var validCategoriesRequest = (input) => {
2899
3122
  expected: "(Array<string> | undefined)",
2900
3123
  value: input3.numerators
2901
3124
  })].every((flag) => flag);
2902
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3125
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2903
3126
  path: _path2 + ".id",
2904
3127
  expected: "string",
2905
3128
  value: input3.id
@@ -2915,8 +3138,8 @@ var validCategoriesRequest = (input) => {
2915
3138
  path: _path2 + ".child_types",
2916
3139
  expected: "(Array<string> | undefined)",
2917
3140
  value: input3.child_types
2918
- })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2919
- path: _path2 + ".child_types[" + _index54 + "]",
3141
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3142
+ path: _path2 + ".child_types[" + _index57 + "]",
2920
3143
  expected: "string",
2921
3144
  value: elem
2922
3145
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2931,8 +3154,8 @@ var validCategoriesRequest = (input) => {
2931
3154
  path: _path2 + ".included_types",
2932
3155
  expected: "(Array<string> | undefined)",
2933
3156
  value: input3.included_types
2934
- })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2935
- path: _path2 + ".included_types[" + _index55 + "]",
3157
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3158
+ path: _path2 + ".included_types[" + _index58 + "]",
2936
3159
  expected: "string",
2937
3160
  value: elem
2938
3161
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2964,23 +3187,23 @@ var validCategoriesRequest = (input) => {
2964
3187
  expected: "(__type.o2 | undefined)",
2965
3188
  value: input3.valueConversion
2966
3189
  })].every((flag) => flag);
2967
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3190
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2968
3191
  const value = input3[key];
2969
3192
  if (void 0 === value)
2970
3193
  return true;
2971
3194
  if (RegExp(/(.*)/).test(key))
2972
3195
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
2973
3196
  path: _path2 + $join(key),
2974
- expected: "__type.o8",
3197
+ expected: "__type.o9",
2975
3198
  value
2976
- })) && $vo49(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3199
+ })) && $vo51(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2977
3200
  path: _path2 + $join(key),
2978
- expected: "__type.o8",
3201
+ expected: "__type.o9",
2979
3202
  value
2980
3203
  });
2981
3204
  return true;
2982
3205
  }).every((flag) => flag)].every((flag) => flag);
2983
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3206
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2984
3207
  const value = input3[key];
2985
3208
  if (void 0 === value)
2986
3209
  return true;
@@ -2988,7 +3211,7 @@ var validCategoriesRequest = (input) => {
2988
3211
  return true;
2989
3212
  return true;
2990
3213
  }).every((flag) => flag)].every((flag) => flag);
2991
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3214
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2992
3215
  path: _path2 + ".id",
2993
3216
  expected: "string",
2994
3217
  value: input3.id
@@ -3004,8 +3227,8 @@ var validCategoriesRequest = (input) => {
3004
3227
  path: _path2 + ".child_types",
3005
3228
  expected: "(Array<string> | undefined)",
3006
3229
  value: input3.child_types
3007
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3008
- path: _path2 + ".child_types[" + _index56 + "]",
3230
+ })) && input3.child_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3231
+ path: _path2 + ".child_types[" + _index59 + "]",
3009
3232
  expected: "string",
3010
3233
  value: elem
3011
3234
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3020,8 +3243,8 @@ var validCategoriesRequest = (input) => {
3020
3243
  path: _path2 + ".included_types",
3021
3244
  expected: "(Array<string> | undefined)",
3022
3245
  value: input3.included_types
3023
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3024
- path: _path2 + ".included_types[" + _index57 + "]",
3246
+ })) && input3.included_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3247
+ path: _path2 + ".included_types[" + _index60 + "]",
3025
3248
  expected: "string",
3026
3249
  value: elem
3027
3250
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3052,16 +3275,12 @@ var validCategoriesRequest = (input) => {
3052
3275
  path: _path2 + ".valueConversion",
3053
3276
  expected: "(__type.o2 | undefined)",
3054
3277
  value: input3.valueConversion
3055
- }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
3056
- path: _path2 + ".collectionId",
3057
- expected: "(string | undefined)",
3058
- value: input3.collectionId
3059
3278
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3060
3279
  path: _path2 + ".termIds",
3061
3280
  expected: "(Array<string> | undefined)",
3062
3281
  value: input3.termIds
3063
- })) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3064
- path: _path2 + ".termIds[" + _index58 + "]",
3282
+ })) && input3.termIds.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3283
+ path: _path2 + ".termIds[" + _index61 + "]",
3065
3284
  expected: "string",
3066
3285
  value: elem
3067
3286
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3072,12 +3291,12 @@ var validCategoriesRequest = (input) => {
3072
3291
  path: _path2 + ".termlst",
3073
3292
  expected: "Array<BaseTerm>",
3074
3293
  value: input3.termlst
3075
- })) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3076
- path: _path2 + ".termlst[" + _index59 + "]",
3294
+ })) && input3.termlst.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3295
+ path: _path2 + ".termlst[" + _index62 + "]",
3077
3296
  expected: "BaseTerm",
3078
3297
  value: elem
3079
- })) && $vo47(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3080
- path: _path2 + ".termlst[" + _index59 + "]",
3298
+ })) && $vo49(elem, _path2 + ".termlst[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3299
+ path: _path2 + ".termlst[" + _index62 + "]",
3081
3300
  expected: "BaseTerm",
3082
3301
  value: elem
3083
3302
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3090,11 +3309,11 @@ var validCategoriesRequest = (input) => {
3090
3309
  value: input3.newTvs
3091
3310
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3092
3311
  path: _path2 + ".propsByTermId",
3093
- expected: "__type.o7",
3312
+ expected: "__type.o8",
3094
3313
  value: input3.propsByTermId
3095
- })) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3314
+ })) && $vo50(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3096
3315
  path: _path2 + ".propsByTermId",
3097
- expected: "__type.o7",
3316
+ expected: "__type.o8",
3098
3317
  value: input3.propsByTermId
3099
3318
  }), "categorical" === input3.memberType || $report(_exceptionable2, {
3100
3319
  path: _path2 + ".memberType",
@@ -3104,12 +3323,12 @@ var validCategoriesRequest = (input) => {
3104
3323
  path: _path2 + ".categoryKeys",
3105
3324
  expected: "Array<CategoryKey>",
3106
3325
  value: input3.categoryKeys
3107
- })) && input3.categoryKeys.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3108
- path: _path2 + ".categoryKeys[" + _index60 + "]",
3326
+ })) && input3.categoryKeys.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3327
+ path: _path2 + ".categoryKeys[" + _index63 + "]",
3109
3328
  expected: "CategoryKey",
3110
3329
  value: elem
3111
- })) && $vo51(elem, _path2 + ".categoryKeys[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3112
- path: _path2 + ".categoryKeys[" + _index60 + "]",
3330
+ })) && $vo53(elem, _path2 + ".categoryKeys[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
3331
+ path: _path2 + ".categoryKeys[" + _index63 + "]",
3113
3332
  expected: "CategoryKey",
3114
3333
  value: elem
3115
3334
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3117,7 +3336,7 @@ var validCategoriesRequest = (input) => {
3117
3336
  expected: "Array<CategoryKey>",
3118
3337
  value: input3.categoryKeys
3119
3338
  })].every((flag) => flag);
3120
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3339
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3121
3340
  path: _path2 + ".key",
3122
3341
  expected: "string",
3123
3342
  value: input3.key
@@ -3126,7 +3345,7 @@ var validCategoriesRequest = (input) => {
3126
3345
  expected: "boolean",
3127
3346
  value: input3.shown
3128
3347
  })].every((flag) => flag);
3129
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3348
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3130
3349
  path: _path2 + ".id",
3131
3350
  expected: "string",
3132
3351
  value: input3.id
@@ -3142,8 +3361,8 @@ var validCategoriesRequest = (input) => {
3142
3361
  path: _path2 + ".child_types",
3143
3362
  expected: "(Array<string> | undefined)",
3144
3363
  value: input3.child_types
3145
- })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3146
- path: _path2 + ".child_types[" + _index61 + "]",
3364
+ })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3365
+ path: _path2 + ".child_types[" + _index64 + "]",
3147
3366
  expected: "string",
3148
3367
  value: elem
3149
3368
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3158,8 +3377,8 @@ var validCategoriesRequest = (input) => {
3158
3377
  path: _path2 + ".included_types",
3159
3378
  expected: "(Array<string> | undefined)",
3160
3379
  value: input3.included_types
3161
- })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3162
- path: _path2 + ".included_types[" + _index62 + "]",
3380
+ })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3381
+ path: _path2 + ".included_types[" + _index65 + "]",
3163
3382
  expected: "string",
3164
3383
  value: elem
3165
3384
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3210,8 +3429,8 @@ var validCategoriesRequest = (input) => {
3210
3429
  path: _path2 + ".alt",
3211
3430
  expected: "Array<string>",
3212
3431
  value: input3.alt
3213
- })) && input3.alt.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3214
- path: _path2 + ".alt[" + _index63 + "]",
3432
+ })) && input3.alt.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
3433
+ path: _path2 + ".alt[" + _index66 + "]",
3215
3434
  expected: "string",
3216
3435
  value: elem
3217
3436
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3222,12 +3441,12 @@ var validCategoriesRequest = (input) => {
3222
3441
  path: _path2 + ".groupsetting",
3223
3442
  expected: "TermGroupSetting",
3224
3443
  value: input3.groupsetting
3225
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3444
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3226
3445
  path: _path2 + ".groupsetting",
3227
3446
  expected: "TermGroupSetting",
3228
3447
  value: input3.groupsetting
3229
3448
  })].every((flag) => flag);
3230
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3449
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3231
3450
  path: _path2 + ".id",
3232
3451
  expected: "string",
3233
3452
  value: input3.id
@@ -3243,8 +3462,8 @@ var validCategoriesRequest = (input) => {
3243
3462
  path: _path2 + ".child_types",
3244
3463
  expected: "(Array<string> | undefined)",
3245
3464
  value: input3.child_types
3246
- })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3247
- path: _path2 + ".child_types[" + _index64 + "]",
3465
+ })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3466
+ path: _path2 + ".child_types[" + _index67 + "]",
3248
3467
  expected: "string",
3249
3468
  value: elem
3250
3469
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3259,8 +3478,8 @@ var validCategoriesRequest = (input) => {
3259
3478
  path: _path2 + ".included_types",
3260
3479
  expected: "(Array<string> | undefined)",
3261
3480
  value: input3.included_types
3262
- })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3263
- path: _path2 + ".included_types[" + _index65 + "]",
3481
+ })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3482
+ path: _path2 + ".included_types[" + _index68 + "]",
3264
3483
  expected: "string",
3265
3484
  value: elem
3266
3485
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3295,7 +3514,7 @@ var validCategoriesRequest = (input) => {
3295
3514
  path: _path2 + ".sample",
3296
3515
  expected: "object",
3297
3516
  value: input3.sample
3298
- })) && $vo54(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3517
+ })) && $vo56(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3299
3518
  path: _path2 + ".sample",
3300
3519
  expected: "object",
3301
3520
  value: input3.sample
@@ -3307,13 +3526,13 @@ var validCategoriesRequest = (input) => {
3307
3526
  path: _path2 + ".groupsetting",
3308
3527
  expected: "TermGroupSetting",
3309
3528
  value: input3.groupsetting
3310
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3529
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3311
3530
  path: _path2 + ".groupsetting",
3312
3531
  expected: "TermGroupSetting",
3313
3532
  value: input3.groupsetting
3314
3533
  })].every((flag) => flag);
3315
- const $vo54 = (input3, _path2, _exceptionable2 = true) => true;
3316
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3534
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => true;
3535
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3317
3536
  path: _path2 + ".hiddenValues",
3318
3537
  expected: "(HiddenValues | undefined)",
3319
3538
  value: input3.hiddenValues
@@ -3342,7 +3561,7 @@ var validCategoriesRequest = (input) => {
3342
3561
  expected: '"values"',
3343
3562
  value: input3.type
3344
3563
  })].every((flag) => flag);
3345
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3564
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3346
3565
  path: _path2 + ".id",
3347
3566
  expected: "(string | undefined)",
3348
3567
  value: input3.id
@@ -3370,7 +3589,7 @@ var validCategoriesRequest = (input) => {
3370
3589
  path: _path2 + ".term",
3371
3590
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3372
3591
  value: input3.term
3373
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3592
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3374
3593
  path: _path2 + ".term",
3375
3594
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3376
3595
  value: input3.term
@@ -3378,7 +3597,7 @@ var validCategoriesRequest = (input) => {
3378
3597
  path: _path2 + ".q",
3379
3598
  expected: "PredefinedGroupSettingQ",
3380
3599
  value: input3.q
3381
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3600
+ })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3382
3601
  path: _path2 + ".q",
3383
3602
  expected: "PredefinedGroupSettingQ",
3384
3603
  value: input3.q
@@ -3387,7 +3606,7 @@ var validCategoriesRequest = (input) => {
3387
3606
  expected: '"QualTWPredefinedGS"',
3388
3607
  value: input3.type
3389
3608
  })].every((flag) => flag);
3390
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3609
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3391
3610
  path: _path2 + ".hiddenValues",
3392
3611
  expected: "(HiddenValues | undefined)",
3393
3612
  value: input3.hiddenValues
@@ -3420,7 +3639,7 @@ var validCategoriesRequest = (input) => {
3420
3639
  expected: "number",
3421
3640
  value: input3.predefined_groupset_idx
3422
3641
  })].every((flag) => flag);
3423
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3642
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3424
3643
  path: _path2 + ".id",
3425
3644
  expected: "(string | undefined)",
3426
3645
  value: input3.id
@@ -3448,7 +3667,7 @@ var validCategoriesRequest = (input) => {
3448
3667
  path: _path2 + ".term",
3449
3668
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3450
3669
  value: input3.term
3451
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3670
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3452
3671
  path: _path2 + ".term",
3453
3672
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3454
3673
  value: input3.term
@@ -3456,7 +3675,7 @@ var validCategoriesRequest = (input) => {
3456
3675
  path: _path2 + ".q",
3457
3676
  expected: "CustomGroupSettingQ",
3458
3677
  value: input3.q
3459
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3678
+ })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3460
3679
  path: _path2 + ".q",
3461
3680
  expected: "CustomGroupSettingQ",
3462
3681
  value: input3.q
@@ -3465,7 +3684,7 @@ var validCategoriesRequest = (input) => {
3465
3684
  expected: '"QualTWCustomGS"',
3466
3685
  value: input3.type
3467
3686
  })].every((flag) => flag);
3468
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3687
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3469
3688
  path: _path2 + ".hiddenValues",
3470
3689
  expected: "(HiddenValues | undefined)",
3471
3690
  value: input3.hiddenValues
@@ -3497,21 +3716,21 @@ var validCategoriesRequest = (input) => {
3497
3716
  path: _path2 + ".customset",
3498
3717
  expected: "BaseGroupSet",
3499
3718
  value: input3.customset
3500
- })) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3719
+ })) && $vo62(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3501
3720
  path: _path2 + ".customset",
3502
3721
  expected: "BaseGroupSet",
3503
3722
  value: input3.customset
3504
3723
  })].every((flag) => flag);
3505
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3724
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3506
3725
  path: _path2 + ".groups",
3507
3726
  expected: "Array<GroupEntry>",
3508
3727
  value: input3.groups
3509
- })) && input3.groups.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3510
- path: _path2 + ".groups[" + _index66 + "]",
3728
+ })) && input3.groups.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3729
+ path: _path2 + ".groups[" + _index69 + "]",
3511
3730
  expected: "(FilterGroup | ValuesGroup)",
3512
3731
  value: elem
3513
- })) && $vu3(elem, _path2 + ".groups[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3514
- path: _path2 + ".groups[" + _index66 + "]",
3732
+ })) && $vu3(elem, _path2 + ".groups[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
3733
+ path: _path2 + ".groups[" + _index69 + "]",
3515
3734
  expected: "(FilterGroup | ValuesGroup)",
3516
3735
  value: elem
3517
3736
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3519,7 +3738,7 @@ var validCategoriesRequest = (input) => {
3519
3738
  expected: "Array<GroupEntry>",
3520
3739
  value: input3.groups
3521
3740
  })].every((flag) => flag);
3522
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3741
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3523
3742
  path: _path2 + ".id",
3524
3743
  expected: "(string | undefined)",
3525
3744
  value: input3.id
@@ -3551,7 +3770,7 @@ var validCategoriesRequest = (input) => {
3551
3770
  path: _path2 + ".term",
3552
3771
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3553
3772
  value: input3.term
3554
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3773
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3555
3774
  path: _path2 + ".term",
3556
3775
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3557
3776
  value: input3.term
@@ -3564,7 +3783,7 @@ var validCategoriesRequest = (input) => {
3564
3783
  expected: "RegularNumericBinConfig",
3565
3784
  value: input3.q
3566
3785
  })].every((flag) => flag);
3567
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3786
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3568
3787
  path: _path2 + ".id",
3569
3788
  expected: "(string | undefined)",
3570
3789
  value: input3.id
@@ -3596,7 +3815,7 @@ var validCategoriesRequest = (input) => {
3596
3815
  path: _path2 + ".term",
3597
3816
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3598
3817
  value: input3.term
3599
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3818
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3600
3819
  path: _path2 + ".term",
3601
3820
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3602
3821
  value: input3.term
@@ -3609,7 +3828,7 @@ var validCategoriesRequest = (input) => {
3609
3828
  expected: "CustomNumericBinConfig",
3610
3829
  value: input3.q
3611
3830
  })].every((flag) => flag);
3612
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3831
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3613
3832
  path: _path2 + ".id",
3614
3833
  expected: "(string | undefined)",
3615
3834
  value: input3.id
@@ -3641,7 +3860,7 @@ var validCategoriesRequest = (input) => {
3641
3860
  path: _path2 + ".term",
3642
3861
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3643
3862
  value: input3.term
3644
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3863
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3645
3864
  path: _path2 + ".term",
3646
3865
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3647
3866
  value: input3.term
@@ -3649,12 +3868,12 @@ var validCategoriesRequest = (input) => {
3649
3868
  path: _path2 + ".q",
3650
3869
  expected: "BinaryNumericQ",
3651
3870
  value: input3.q
3652
- })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3871
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3653
3872
  path: _path2 + ".q",
3654
3873
  expected: "BinaryNumericQ",
3655
3874
  value: input3.q
3656
3875
  })].every((flag) => flag);
3657
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3876
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3658
3877
  path: _path2 + ".hiddenValues",
3659
3878
  expected: "(HiddenValues | undefined)",
3660
3879
  value: input3.hiddenValues
@@ -3695,7 +3914,7 @@ var validCategoriesRequest = (input) => {
3695
3914
  path: _path2 + ".lst[0]",
3696
3915
  expected: "(FullyBoundedBin | StartUnboundedBin)",
3697
3916
  value: input3.lst[0]
3698
- })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
3917
+ })) && $vu5(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
3699
3918
  path: _path2 + ".lst[0]",
3700
3919
  expected: "(FullyBoundedBin | StartUnboundedBin)",
3701
3920
  value: input3.lst[0]
@@ -3704,7 +3923,7 @@ var validCategoriesRequest = (input) => {
3704
3923
  path: _path2 + ".lst[1]",
3705
3924
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3706
3925
  value: input3.lst[1]
3707
- })) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
3926
+ })) && $vu6(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
3708
3927
  path: _path2 + ".lst[1]",
3709
3928
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3710
3929
  value: input3.lst[1]
@@ -3722,7 +3941,7 @@ var validCategoriesRequest = (input) => {
3722
3941
  expected: "(number | undefined)",
3723
3942
  value: input3.cutoffPercentile
3724
3943
  })].every((flag) => flag);
3725
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3944
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3726
3945
  path: _path2 + ".id",
3727
3946
  expected: "(string | undefined)",
3728
3947
  value: input3.id
@@ -3754,7 +3973,7 @@ var validCategoriesRequest = (input) => {
3754
3973
  path: _path2 + ".term",
3755
3974
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3756
3975
  value: input3.term
3757
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3976
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3758
3977
  path: _path2 + ".term",
3759
3978
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3760
3979
  value: input3.term
@@ -3762,12 +3981,12 @@ var validCategoriesRequest = (input) => {
3762
3981
  path: _path2 + ".q",
3763
3982
  expected: "ContinuousNumericQ",
3764
3983
  value: input3.q
3765
- })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3984
+ })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3766
3985
  path: _path2 + ".q",
3767
3986
  expected: "ContinuousNumericQ",
3768
3987
  value: input3.q
3769
3988
  })].every((flag) => flag);
3770
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3989
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3771
3990
  path: _path2 + ".hiddenValues",
3772
3991
  expected: "(HiddenValues | undefined)",
3773
3992
  value: input3.hiddenValues
@@ -3808,7 +4027,7 @@ var validCategoriesRequest = (input) => {
3808
4027
  expected: "(number | undefined)",
3809
4028
  value: input3.scale
3810
4029
  })].every((flag) => flag);
3811
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4030
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3812
4031
  path: _path2 + ".id",
3813
4032
  expected: "(string | undefined)",
3814
4033
  value: input3.id
@@ -3840,7 +4059,7 @@ var validCategoriesRequest = (input) => {
3840
4059
  path: _path2 + ".term",
3841
4060
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3842
4061
  value: input3.term
3843
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4062
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3844
4063
  path: _path2 + ".term",
3845
4064
  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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3846
4065
  value: input3.term
@@ -3848,12 +4067,12 @@ var validCategoriesRequest = (input) => {
3848
4067
  path: _path2 + ".q",
3849
4068
  expected: "SplineNumericQ",
3850
4069
  value: input3.q
3851
- })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4070
+ })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3852
4071
  path: _path2 + ".q",
3853
4072
  expected: "SplineNumericQ",
3854
4073
  value: input3.q
3855
4074
  })].every((flag) => flag);
3856
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4075
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3857
4076
  path: _path2 + ".hiddenValues",
3858
4077
  expected: "(HiddenValues | undefined)",
3859
4078
  value: input3.hiddenValues
@@ -3881,13 +4100,13 @@ var validCategoriesRequest = (input) => {
3881
4100
  path: _path2 + ".knots",
3882
4101
  expected: "Array<__type>.o3",
3883
4102
  value: input3.knots
3884
- })) && input3.knots.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3885
- path: _path2 + ".knots[" + _index67 + "]",
3886
- expected: "__type.o9",
4103
+ })) && input3.knots.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4104
+ path: _path2 + ".knots[" + _index70 + "]",
4105
+ expected: "__type.o10",
3887
4106
  value: elem
3888
- })) && $vo69(elem, _path2 + ".knots[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3889
- path: _path2 + ".knots[" + _index67 + "]",
3890
- expected: "__type.o9",
4107
+ })) && $vo71(elem, _path2 + ".knots[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4108
+ path: _path2 + ".knots[" + _index70 + "]",
4109
+ expected: "__type.o10",
3891
4110
  value: elem
3892
4111
  })).every((flag) => flag) || $report(_exceptionable2, {
3893
4112
  path: _path2 + ".knots",
@@ -3902,12 +4121,12 @@ var validCategoriesRequest = (input) => {
3902
4121
  expected: "undefined",
3903
4122
  value: input3.type
3904
4123
  }))].every((flag) => flag);
3905
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4124
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3906
4125
  path: _path2 + ".value",
3907
4126
  expected: "number",
3908
4127
  value: input3.value
3909
4128
  })].every((flag) => flag);
3910
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4129
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3911
4130
  path: _path2 + ".id",
3912
4131
  expected: "(string | undefined)",
3913
4132
  value: input3.id
@@ -3939,7 +4158,7 @@ var validCategoriesRequest = (input) => {
3939
4158
  path: _path2 + ".term",
3940
4159
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3941
4160
  value: input3.term
3942
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4161
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3943
4162
  path: _path2 + ".term",
3944
4163
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3945
4164
  value: input3.term
@@ -3947,12 +4166,12 @@ var validCategoriesRequest = (input) => {
3947
4166
  path: _path2 + ".q",
3948
4167
  expected: "GvValuesQ",
3949
4168
  value: input3.q
3950
- })) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4169
+ })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3951
4170
  path: _path2 + ".q",
3952
4171
  expected: "GvValuesQ",
3953
4172
  value: input3.q
3954
4173
  })].every((flag) => flag);
3955
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4174
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3956
4175
  path: _path2 + ".id",
3957
4176
  expected: "string",
3958
4177
  value: input3.id
@@ -3968,8 +4187,8 @@ var validCategoriesRequest = (input) => {
3968
4187
  path: _path2 + ".child_types",
3969
4188
  expected: "(Array<string> | undefined)",
3970
4189
  value: input3.child_types
3971
- })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3972
- path: _path2 + ".child_types[" + _index68 + "]",
4190
+ })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4191
+ path: _path2 + ".child_types[" + _index71 + "]",
3973
4192
  expected: "string",
3974
4193
  value: elem
3975
4194
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3984,8 +4203,8 @@ var validCategoriesRequest = (input) => {
3984
4203
  path: _path2 + ".included_types",
3985
4204
  expected: "(Array<string> | undefined)",
3986
4205
  value: input3.included_types
3987
- })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
3988
- path: _path2 + ".included_types[" + _index69 + "]",
4206
+ })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4207
+ path: _path2 + ".included_types[" + _index72 + "]",
3989
4208
  expected: "string",
3990
4209
  value: elem
3991
4210
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4040,12 +4259,12 @@ var validCategoriesRequest = (input) => {
4040
4259
  path: _path2 + ".genes",
4041
4260
  expected: "Array<GvGeneTerm>",
4042
4261
  value: input3.genes
4043
- })) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4044
- path: _path2 + ".genes[" + _index70 + "]",
4262
+ })) && input3.genes.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4263
+ path: _path2 + ".genes[" + _index73 + "]",
4045
4264
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4046
4265
  value: elem
4047
- })) && $vu2(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4048
- path: _path2 + ".genes[" + _index70 + "]",
4266
+ })) && $vu2(elem, _path2 + ".genes[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4267
+ path: _path2 + ".genes[" + _index73 + "]",
4049
4268
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4050
4269
  value: elem
4051
4270
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4056,7 +4275,7 @@ var validCategoriesRequest = (input) => {
4056
4275
  path: _path2 + ".groupsetting",
4057
4276
  expected: "TermGroupSetting",
4058
4277
  value: input3.groupsetting
4059
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4278
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4060
4279
  path: _path2 + ".groupsetting",
4061
4280
  expected: "TermGroupSetting",
4062
4281
  value: input3.groupsetting
@@ -4064,12 +4283,12 @@ var validCategoriesRequest = (input) => {
4064
4283
  path: _path2 + ".childTerms",
4065
4284
  expected: "Array<DtTerm>",
4066
4285
  value: input3.childTerms
4067
- })) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4068
- path: _path2 + ".childTerms[" + _index71 + "]",
4286
+ })) && input3.childTerms.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4287
+ path: _path2 + ".childTerms[" + _index74 + "]",
4069
4288
  expected: "DtTerm",
4070
4289
  value: elem
4071
- })) && $vo34(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
4072
- path: _path2 + ".childTerms[" + _index71 + "]",
4290
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4291
+ path: _path2 + ".childTerms[" + _index74 + "]",
4073
4292
  expected: "DtTerm",
4074
4293
  value: elem
4075
4294
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4077,7 +4296,7 @@ var validCategoriesRequest = (input) => {
4077
4296
  expected: "Array<DtTerm>",
4078
4297
  value: input3.childTerms
4079
4298
  })].every((flag) => flag);
4080
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4299
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4081
4300
  path: _path2 + ".id",
4082
4301
  expected: "string",
4083
4302
  value: input3.id
@@ -4093,8 +4312,8 @@ var validCategoriesRequest = (input) => {
4093
4312
  path: _path2 + ".child_types",
4094
4313
  expected: "(Array<string> | undefined)",
4095
4314
  value: input3.child_types
4096
- })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4097
- path: _path2 + ".child_types[" + _index72 + "]",
4315
+ })) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
4316
+ path: _path2 + ".child_types[" + _index75 + "]",
4098
4317
  expected: "string",
4099
4318
  value: elem
4100
4319
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4109,8 +4328,8 @@ var validCategoriesRequest = (input) => {
4109
4328
  path: _path2 + ".included_types",
4110
4329
  expected: "(Array<string> | undefined)",
4111
4330
  value: input3.included_types
4112
- })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
4113
- path: _path2 + ".included_types[" + _index73 + "]",
4331
+ })) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
4332
+ path: _path2 + ".included_types[" + _index76 + "]",
4114
4333
  expected: "string",
4115
4334
  value: elem
4116
4335
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4161,12 +4380,12 @@ var validCategoriesRequest = (input) => {
4161
4380
  path: _path2 + ".genes",
4162
4381
  expected: "Array<GvGeneTerm>",
4163
4382
  value: input3.genes
4164
- })) && input3.genes.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4165
- path: _path2 + ".genes[" + _index74 + "]",
4383
+ })) && input3.genes.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4384
+ path: _path2 + ".genes[" + _index77 + "]",
4166
4385
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4167
4386
  value: elem
4168
- })) && $vu2(elem, _path2 + ".genes[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4169
- path: _path2 + ".genes[" + _index74 + "]",
4387
+ })) && $vu2(elem, _path2 + ".genes[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
4388
+ path: _path2 + ".genes[" + _index77 + "]",
4170
4389
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4171
4390
  value: elem
4172
4391
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4177,7 +4396,7 @@ var validCategoriesRequest = (input) => {
4177
4396
  path: _path2 + ".groupsetting",
4178
4397
  expected: "TermGroupSetting",
4179
4398
  value: input3.groupsetting
4180
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4399
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4181
4400
  path: _path2 + ".groupsetting",
4182
4401
  expected: "TermGroupSetting",
4183
4402
  value: input3.groupsetting
@@ -4185,12 +4404,12 @@ var validCategoriesRequest = (input) => {
4185
4404
  path: _path2 + ".childTerms",
4186
4405
  expected: "Array<DtTerm>",
4187
4406
  value: input3.childTerms
4188
- })) && input3.childTerms.map((elem, _index75) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4189
- path: _path2 + ".childTerms[" + _index75 + "]",
4407
+ })) && input3.childTerms.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4408
+ path: _path2 + ".childTerms[" + _index78 + "]",
4190
4409
  expected: "DtTerm",
4191
4410
  value: elem
4192
- })) && $vo34(elem, _path2 + ".childTerms[" + _index75 + "]", _exceptionable2) || $report(_exceptionable2, {
4193
- path: _path2 + ".childTerms[" + _index75 + "]",
4411
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4412
+ path: _path2 + ".childTerms[" + _index78 + "]",
4194
4413
  expected: "DtTerm",
4195
4414
  value: elem
4196
4415
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4198,7 +4417,7 @@ var validCategoriesRequest = (input) => {
4198
4417
  expected: "Array<DtTerm>",
4199
4418
  value: input3.childTerms
4200
4419
  })].every((flag) => flag);
4201
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4420
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4202
4421
  path: _path2 + ".hiddenValues",
4203
4422
  expected: "(HiddenValues | undefined)",
4204
4423
  value: input3.hiddenValues
@@ -4239,7 +4458,7 @@ var validCategoriesRequest = (input) => {
4239
4458
  expected: '"values"',
4240
4459
  value: input3.type
4241
4460
  })].every((flag) => flag);
4242
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4461
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4243
4462
  path: _path2 + ".id",
4244
4463
  expected: "(string | undefined)",
4245
4464
  value: input3.id
@@ -4271,7 +4490,7 @@ var validCategoriesRequest = (input) => {
4271
4490
  path: _path2 + ".term",
4272
4491
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4273
4492
  value: input3.term
4274
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4493
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4275
4494
  path: _path2 + ".term",
4276
4495
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4277
4496
  value: input3.term
@@ -4279,12 +4498,12 @@ var validCategoriesRequest = (input) => {
4279
4498
  path: _path2 + ".q",
4280
4499
  expected: "GvPredefinedGsQ",
4281
4500
  value: input3.q
4282
- })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4501
+ })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4283
4502
  path: _path2 + ".q",
4284
4503
  expected: "GvPredefinedGsQ",
4285
4504
  value: input3.q
4286
4505
  })].every((flag) => flag);
4287
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4506
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4288
4507
  path: _path2 + ".hiddenValues",
4289
4508
  expected: "(HiddenValues | undefined)",
4290
4509
  value: input3.hiddenValues
@@ -4333,7 +4552,7 @@ var validCategoriesRequest = (input) => {
4333
4552
  expected: "Array<any>",
4334
4553
  value: input3.dtLst
4335
4554
  })].every((flag) => flag);
4336
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4555
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4337
4556
  path: _path2 + ".id",
4338
4557
  expected: "(string | undefined)",
4339
4558
  value: input3.id
@@ -4365,7 +4584,7 @@ var validCategoriesRequest = (input) => {
4365
4584
  path: _path2 + ".term",
4366
4585
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4367
4586
  value: input3.term
4368
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4587
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4369
4588
  path: _path2 + ".term",
4370
4589
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4371
4590
  value: input3.term
@@ -4373,12 +4592,12 @@ var validCategoriesRequest = (input) => {
4373
4592
  path: _path2 + ".q",
4374
4593
  expected: "GvCustomGsQ",
4375
4594
  value: input3.q
4376
- })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4595
+ })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4377
4596
  path: _path2 + ".q",
4378
4597
  expected: "GvCustomGsQ",
4379
4598
  value: input3.q
4380
4599
  })].every((flag) => flag);
4381
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4600
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4382
4601
  path: _path2 + ".hiddenValues",
4383
4602
  expected: "(HiddenValues | undefined)",
4384
4603
  value: input3.hiddenValues
@@ -4422,7 +4641,7 @@ var validCategoriesRequest = (input) => {
4422
4641
  path: _path2 + ".customset",
4423
4642
  expected: "BaseGroupSet",
4424
4643
  value: input3.customset
4425
- })) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4644
+ })) && $vo62(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4426
4645
  path: _path2 + ".customset",
4427
4646
  expected: "BaseGroupSet",
4428
4647
  value: input3.customset
@@ -4431,7 +4650,7 @@ var validCategoriesRequest = (input) => {
4431
4650
  expected: "Array<any>",
4432
4651
  value: input3.dtLst
4433
4652
  })].every((flag) => flag);
4434
- const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4653
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4435
4654
  path: _path2 + ".id",
4436
4655
  expected: "(string | undefined)",
4437
4656
  value: input3.id
@@ -4463,7 +4682,7 @@ var validCategoriesRequest = (input) => {
4463
4682
  path: _path2 + ".term",
4464
4683
  expected: "ConditionTerm",
4465
4684
  value: input3.term
4466
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4685
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4467
4686
  path: _path2 + ".term",
4468
4687
  expected: "ConditionTerm",
4469
4688
  value: input3.term
@@ -4471,12 +4690,12 @@ var validCategoriesRequest = (input) => {
4471
4690
  path: _path2 + ".q",
4472
4691
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4473
4692
  value: input3.q
4474
- })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4693
+ })) && $vu15(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4475
4694
  path: _path2 + ".q",
4476
4695
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4477
4696
  value: input3.q
4478
4697
  })].every((flag) => flag);
4479
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4698
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4480
4699
  path: _path2 + ".hiddenValues",
4481
4700
  expected: "(HiddenValues | undefined)",
4482
4701
  value: input3.hiddenValues
@@ -4516,8 +4735,8 @@ var validCategoriesRequest = (input) => {
4516
4735
  path: _path2 + ".breaks",
4517
4736
  expected: "(Array<number> | undefined)",
4518
4737
  value: input3.breaks
4519
- })) && input3.breaks.map((elem, _index76) => "number" === typeof elem || $report(_exceptionable2, {
4520
- path: _path2 + ".breaks[" + _index76 + "]",
4738
+ })) && input3.breaks.map((elem, _index79) => "number" === typeof elem || $report(_exceptionable2, {
4739
+ path: _path2 + ".breaks[" + _index79 + "]",
4521
4740
  expected: "number",
4522
4741
  value: elem
4523
4742
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4537,7 +4756,7 @@ var validCategoriesRequest = (input) => {
4537
4756
  expected: "(boolean | undefined)",
4538
4757
  value: input3.value_by_computable_grade
4539
4758
  }), true].every((flag) => flag);
4540
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4759
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4541
4760
  path: _path2 + ".hiddenValues",
4542
4761
  expected: "(HiddenValues | undefined)",
4543
4762
  value: input3.hiddenValues
@@ -4570,7 +4789,7 @@ var validCategoriesRequest = (input) => {
4570
4789
  expected: "true",
4571
4790
  value: input3.bar_by_children
4572
4791
  }), true].every((flag) => flag);
4573
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4792
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4574
4793
  path: _path2 + ".id",
4575
4794
  expected: "(string | undefined)",
4576
4795
  value: input3.id
@@ -4602,7 +4821,7 @@ var validCategoriesRequest = (input) => {
4602
4821
  path: _path2 + ".q",
4603
4822
  expected: "SnpsQ",
4604
4823
  value: input3.q
4605
- })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4824
+ })) && $vo84(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4606
4825
  path: _path2 + ".q",
4607
4826
  expected: "SnpsQ",
4608
4827
  value: input3.q
@@ -4610,12 +4829,12 @@ var validCategoriesRequest = (input) => {
4610
4829
  path: _path2 + ".term",
4611
4830
  expected: "SnpsTerm",
4612
4831
  value: input3.term
4613
- })) && $vo84(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4832
+ })) && $vo86(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4614
4833
  path: _path2 + ".term",
4615
4834
  expected: "SnpsTerm",
4616
4835
  value: input3.term
4617
4836
  })].every((flag) => flag);
4618
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4837
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4619
4838
  path: _path2 + ".hiddenValues",
4620
4839
  expected: "(HiddenValues | undefined)",
4621
4840
  value: input3.hiddenValues
@@ -4663,7 +4882,7 @@ var validCategoriesRequest = (input) => {
4663
4882
  path: _path2 + ".restrictAncestry",
4664
4883
  expected: "RestrictAncestry",
4665
4884
  value: input3.restrictAncestry
4666
- })) && $vo83(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4885
+ })) && $vo85(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4667
4886
  path: _path2 + ".restrictAncestry",
4668
4887
  expected: "RestrictAncestry",
4669
4888
  value: input3.restrictAncestry
@@ -4688,7 +4907,7 @@ var validCategoriesRequest = (input) => {
4688
4907
  expected: "number",
4689
4908
  value: input3.stop
4690
4909
  })].every((flag) => flag);
4691
- const $vo83 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4910
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4692
4911
  path: _path2 + ".name",
4693
4912
  expected: "string",
4694
4913
  value: input3.name
@@ -4696,12 +4915,12 @@ var validCategoriesRequest = (input) => {
4696
4915
  path: _path2 + ".tvs",
4697
4916
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4698
4917
  value: input3.tvs
4699
- })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
4918
+ })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
4700
4919
  path: _path2 + ".tvs",
4701
4920
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4702
4921
  value: input3.tvs
4703
4922
  })].every((flag) => flag);
4704
- const $vo84 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4923
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4705
4924
  path: _path2 + ".id",
4706
4925
  expected: "string",
4707
4926
  value: input3.id
@@ -4717,8 +4936,8 @@ var validCategoriesRequest = (input) => {
4717
4936
  path: _path2 + ".child_types",
4718
4937
  expected: "(Array<string> | undefined)",
4719
4938
  value: input3.child_types
4720
- })) && input3.child_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
4721
- path: _path2 + ".child_types[" + _index77 + "]",
4939
+ })) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4940
+ path: _path2 + ".child_types[" + _index80 + "]",
4722
4941
  expected: "string",
4723
4942
  value: elem
4724
4943
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4733,8 +4952,8 @@ var validCategoriesRequest = (input) => {
4733
4952
  path: _path2 + ".included_types",
4734
4953
  expected: "(Array<string> | undefined)",
4735
4954
  value: input3.included_types
4736
- })) && input3.included_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
4737
- path: _path2 + ".included_types[" + _index78 + "]",
4955
+ })) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
4956
+ path: _path2 + ".included_types[" + _index81 + "]",
4738
4957
  expected: "string",
4739
4958
  value: elem
4740
4959
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4773,12 +4992,12 @@ var validCategoriesRequest = (input) => {
4773
4992
  path: _path2 + ".snps",
4774
4993
  expected: "(Array<SnpsEntry> | undefined)",
4775
4994
  value: input3.snps
4776
- })) && input3.snps.map((elem, _index79) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4777
- path: _path2 + ".snps[" + _index79 + "]",
4995
+ })) && input3.snps.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4996
+ path: _path2 + ".snps[" + _index82 + "]",
4778
4997
  expected: "SnpsEntry",
4779
4998
  value: elem
4780
- })) && $vo85(elem, _path2 + ".snps[" + _index79 + "]", _exceptionable2) || $report(_exceptionable2, {
4781
- path: _path2 + ".snps[" + _index79 + "]",
4999
+ })) && $vo87(elem, _path2 + ".snps[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
5000
+ path: _path2 + ".snps[" + _index82 + "]",
4782
5001
  expected: "SnpsEntry",
4783
5002
  value: elem
4784
5003
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4786,12 +5005,12 @@ var validCategoriesRequest = (input) => {
4786
5005
  expected: "(Array<SnpsEntry> | undefined)",
4787
5006
  value: input3.snps
4788
5007
  })].every((flag) => flag);
4789
- const $vo85 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5008
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4790
5009
  path: _path2 + ".altAlleles",
4791
5010
  expected: "(Array<string> | undefined)",
4792
5011
  value: input3.altAlleles
4793
- })) && input3.altAlleles.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4794
- path: _path2 + ".altAlleles[" + _index80 + "]",
5012
+ })) && input3.altAlleles.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
5013
+ path: _path2 + ".altAlleles[" + _index83 + "]",
4795
5014
  expected: "string",
4796
5015
  value: elem
4797
5016
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4802,12 +5021,12 @@ var validCategoriesRequest = (input) => {
4802
5021
  path: _path2 + ".alleles",
4803
5022
  expected: "(Array<AllelesEntry> | undefined)",
4804
5023
  value: input3.alleles
4805
- })) && input3.alleles.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4806
- path: _path2 + ".alleles[" + _index81 + "]",
5024
+ })) && input3.alleles.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5025
+ path: _path2 + ".alleles[" + _index84 + "]",
4807
5026
  expected: "AllelesEntry",
4808
5027
  value: elem
4809
- })) && $vo86(elem, _path2 + ".alleles[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
4810
- path: _path2 + ".alleles[" + _index81 + "]",
5028
+ })) && $vo88(elem, _path2 + ".alleles[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
5029
+ path: _path2 + ".alleles[" + _index84 + "]",
4811
5030
  expected: "AllelesEntry",
4812
5031
  value: elem
4813
5032
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4820,11 +5039,11 @@ var validCategoriesRequest = (input) => {
4820
5039
  value: input3.effectAllele
4821
5040
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
4822
5041
  path: _path2 + ".gt2count",
4823
- expected: "(__type.o10 | undefined)",
5042
+ expected: "(__type.o11 | undefined)",
4824
5043
  value: input3.gt2count
4825
- })) && $vo87(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5044
+ })) && $vo89(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4826
5045
  path: _path2 + ".gt2count",
4827
- expected: "(__type.o10 | undefined)",
5046
+ expected: "(__type.o11 | undefined)",
4828
5047
  value: input3.gt2count
4829
5048
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
4830
5049
  path: _path2 + ".invalid",
@@ -4851,7 +5070,7 @@ var validCategoriesRequest = (input) => {
4851
5070
  expected: "(number | undefined)",
4852
5071
  value: input3.pos
4853
5072
  })].every((flag) => flag);
4854
- const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5073
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4855
5074
  path: _path2 + ".allele",
4856
5075
  expected: "string",
4857
5076
  value: input3.allele
@@ -4864,7 +5083,7 @@ var validCategoriesRequest = (input) => {
4864
5083
  expected: "boolean",
4865
5084
  value: input3.isRef
4866
5085
  })].every((flag) => flag);
4867
- const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5086
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4868
5087
  path: _path2 + ".k",
4869
5088
  expected: "string",
4870
5089
  value: input3.k
@@ -4873,7 +5092,7 @@ var validCategoriesRequest = (input) => {
4873
5092
  expected: "(number | string)",
4874
5093
  value: input3.v
4875
5094
  })].every((flag) => flag);
4876
- const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5095
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4877
5096
  path: _path2 + ".id",
4878
5097
  expected: "(string | undefined)",
4879
5098
  value: input3.id
@@ -4905,7 +5124,7 @@ var validCategoriesRequest = (input) => {
4905
5124
  path: _path2 + ".term",
4906
5125
  expected: "NumericTermCollection",
4907
5126
  value: input3.term
4908
- })) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5127
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4909
5128
  path: _path2 + ".term",
4910
5129
  expected: "NumericTermCollection",
4911
5130
  value: input3.term
@@ -4913,12 +5132,12 @@ var validCategoriesRequest = (input) => {
4913
5132
  path: _path2 + ".q",
4914
5133
  expected: "TermCollectionQCont",
4915
5134
  value: input3.q
4916
- })) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5135
+ })) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4917
5136
  path: _path2 + ".q",
4918
5137
  expected: "TermCollectionQCont",
4919
5138
  value: input3.q
4920
5139
  })].every((flag) => flag);
4921
- const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5140
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4922
5141
  path: _path2 + ".hiddenValues",
4923
5142
  expected: "(HiddenValues | undefined)",
4924
5143
  value: input3.hiddenValues
@@ -4950,8 +5169,8 @@ var validCategoriesRequest = (input) => {
4950
5169
  path: _path2 + ".lst",
4951
5170
  expected: "Array<string>",
4952
5171
  value: input3.lst
4953
- })) && input3.lst.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
4954
- path: _path2 + ".lst[" + _index82 + "]",
5172
+ })) && input3.lst.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
5173
+ path: _path2 + ".lst[" + _index85 + "]",
4955
5174
  expected: "string",
4956
5175
  value: elem
4957
5176
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4962,8 +5181,8 @@ var validCategoriesRequest = (input) => {
4962
5181
  path: _path2 + ".numerators",
4963
5182
  expected: "(Array<string> | undefined)",
4964
5183
  value: input3.numerators
4965
- })) && input3.numerators.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
4966
- path: _path2 + ".numerators[" + _index83 + "]",
5184
+ })) && input3.numerators.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
5185
+ path: _path2 + ".numerators[" + _index86 + "]",
4967
5186
  expected: "string",
4968
5187
  value: elem
4969
5188
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4971,7 +5190,7 @@ var validCategoriesRequest = (input) => {
4971
5190
  expected: "(Array<string> | undefined)",
4972
5191
  value: input3.numerators
4973
5192
  })].every((flag) => flag);
4974
- const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5193
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4975
5194
  path: _path2 + ".id",
4976
5195
  expected: "(string | undefined)",
4977
5196
  value: input3.id
@@ -5003,7 +5222,7 @@ var validCategoriesRequest = (input) => {
5003
5222
  path: _path2 + ".term",
5004
5223
  expected: "CategoricalTermCollection",
5005
5224
  value: input3.term
5006
- })) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5225
+ })) && $vo52(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5007
5226
  path: _path2 + ".term",
5008
5227
  expected: "CategoricalTermCollection",
5009
5228
  value: input3.term
@@ -5011,12 +5230,12 @@ var validCategoriesRequest = (input) => {
5011
5230
  path: _path2 + ".q",
5012
5231
  expected: "TermCollectionQQual",
5013
5232
  value: input3.q
5014
- })) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5233
+ })) && $vo93(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5015
5234
  path: _path2 + ".q",
5016
5235
  expected: "TermCollectionQQual",
5017
5236
  value: input3.q
5018
5237
  })].every((flag) => flag);
5019
- const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5238
+ const $vo93 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5020
5239
  path: _path2 + ".hiddenValues",
5021
5240
  expected: "(HiddenValues | undefined)",
5022
5241
  value: input3.hiddenValues
@@ -5048,8 +5267,8 @@ var validCategoriesRequest = (input) => {
5048
5267
  path: _path2 + ".lst",
5049
5268
  expected: "Array<string>",
5050
5269
  value: input3.lst
5051
- })) && input3.lst.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
5052
- path: _path2 + ".lst[" + _index84 + "]",
5270
+ })) && input3.lst.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
5271
+ path: _path2 + ".lst[" + _index87 + "]",
5053
5272
  expected: "string",
5054
5273
  value: elem
5055
5274
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5060,12 +5279,12 @@ var validCategoriesRequest = (input) => {
5060
5279
  path: _path2 + ".categoryKeys",
5061
5280
  expected: "(Array<CategoryKey> | undefined)",
5062
5281
  value: input3.categoryKeys
5063
- })) && input3.categoryKeys.map((elem, _index85) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5064
- path: _path2 + ".categoryKeys[" + _index85 + "]",
5282
+ })) && input3.categoryKeys.map((elem, _index88) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5283
+ path: _path2 + ".categoryKeys[" + _index88 + "]",
5065
5284
  expected: "CategoryKey",
5066
5285
  value: elem
5067
- })) && $vo51(elem, _path2 + ".categoryKeys[" + _index85 + "]", _exceptionable2) || $report(_exceptionable2, {
5068
- path: _path2 + ".categoryKeys[" + _index85 + "]",
5286
+ })) && $vo53(elem, _path2 + ".categoryKeys[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5287
+ path: _path2 + ".categoryKeys[" + _index88 + "]",
5069
5288
  expected: "CategoryKey",
5070
5289
  value: elem
5071
5290
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5089,13 +5308,15 @@ var validCategoriesRequest = (input) => {
5089
5308
  return $vo16(input3, _path2, _exceptionable2);
5090
5309
  if (true === input3.stopunbounded)
5091
5310
  return $vo18(input3, _path2, _exceptionable2);
5311
+ if (void 0 !== input3.value)
5312
+ return $vo29(input3, _path2, _exceptionable2);
5092
5313
  return $vo17(input3, _path2, _exceptionable2);
5093
5314
  })();
5094
5315
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
5095
5316
  if ("gene" === input3.kind)
5096
- return $vo36(input3, _path2, _exceptionable2);
5317
+ return $vo38(input3, _path2, _exceptionable2);
5097
5318
  if ("coord" === input3.kind)
5098
- return $vo37(input3, _path2, _exceptionable2);
5319
+ return $vo39(input3, _path2, _exceptionable2);
5099
5320
  return $report(_exceptionable2, {
5100
5321
  path: _path2,
5101
5322
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5104,9 +5325,9 @@ var validCategoriesRequest = (input) => {
5104
5325
  })();
5105
5326
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5106
5327
  if ("string" === typeof input3.type)
5107
- return $vo40(input3, _path2, _exceptionable2);
5108
- if ("filter" === input3.type)
5109
5328
  return $vo42(input3, _path2, _exceptionable2);
5329
+ if ("filter" === input3.type)
5330
+ return $vo44(input3, _path2, _exceptionable2);
5110
5331
  return $report(_exceptionable2, {
5111
5332
  path: _path2,
5112
5333
  expected: "(ValuesGroup | FilterGroup)",
@@ -5114,6 +5335,13 @@ var validCategoriesRequest = (input) => {
5114
5335
  });
5115
5336
  })();
5116
5337
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
5338
+ if (true === input3.startunbounded)
5339
+ return $vo16(input3, _path2, _exceptionable2);
5340
+ if (true === input3.stopunbounded)
5341
+ return $vo18(input3, _path2, _exceptionable2);
5342
+ return $vo17(input3, _path2, _exceptionable2);
5343
+ })();
5344
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5117
5345
  if (true === input3.startunbounded)
5118
5346
  return $vo16(input3, _path2, _exceptionable2);
5119
5347
  if (void 0 !== input3.start)
@@ -5124,7 +5352,7 @@ var validCategoriesRequest = (input) => {
5124
5352
  value: input3
5125
5353
  });
5126
5354
  })();
5127
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5355
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5128
5356
  if (void 0 !== input3.stop)
5129
5357
  return $vo17(input3, _path2, _exceptionable2);
5130
5358
  if (true === input3.stopunbounded)
@@ -5135,35 +5363,35 @@ var validCategoriesRequest = (input) => {
5135
5363
  value: input3
5136
5364
  });
5137
5365
  })();
5138
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5366
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5139
5367
  if ("TermCollectionTWQual" === input3.type)
5140
- return $vo90(input3, _path2, _exceptionable2);
5368
+ return $vo92(input3, _path2, _exceptionable2);
5141
5369
  if ("TermCollectionTWCont" === input3.type)
5142
- return $vo88(input3, _path2, _exceptionable2);
5370
+ return $vo90(input3, _path2, _exceptionable2);
5143
5371
  if ("SnpsTW" === input3.type)
5144
- return $vo81(input3, _path2, _exceptionable2);
5372
+ return $vo83(input3, _path2, _exceptionable2);
5145
5373
  if ("ConditionTW" === input3.type)
5146
- return $vo78(input3, _path2, _exceptionable2);
5374
+ return $vo80(input3, _path2, _exceptionable2);
5147
5375
  if ("GvCustomGsTW" === input3.type)
5148
- return $vo76(input3, _path2, _exceptionable2);
5376
+ return $vo78(input3, _path2, _exceptionable2);
5149
5377
  if ("GvPredefinedGsTW" === input3.type)
5150
- return $vo74(input3, _path2, _exceptionable2);
5378
+ return $vo76(input3, _path2, _exceptionable2);
5151
5379
  if ("GvValuesTW" === input3.type)
5152
- return $vo70(input3, _path2, _exceptionable2);
5380
+ return $vo72(input3, _path2, _exceptionable2);
5153
5381
  if ("NumTWSpline" === input3.type)
5154
- return $vo67(input3, _path2, _exceptionable2);
5382
+ return $vo69(input3, _path2, _exceptionable2);
5155
5383
  if ("NumTWCont" === input3.type)
5156
- return $vo65(input3, _path2, _exceptionable2);
5384
+ return $vo67(input3, _path2, _exceptionable2);
5157
5385
  if ("NumTWBinary" === input3.type)
5158
- return $vo63(input3, _path2, _exceptionable2);
5386
+ return $vo65(input3, _path2, _exceptionable2);
5159
5387
  if ("NumTWCustomBin" === input3.type)
5160
- return $vo62(input3, _path2, _exceptionable2);
5388
+ return $vo64(input3, _path2, _exceptionable2);
5161
5389
  if ("NumTWRegularBin" === input3.type)
5162
- return $vo61(input3, _path2, _exceptionable2);
5390
+ return $vo63(input3, _path2, _exceptionable2);
5163
5391
  if ("QualTWCustomGS" === input3.type)
5164
- return $vo58(input3, _path2, _exceptionable2);
5392
+ return $vo60(input3, _path2, _exceptionable2);
5165
5393
  if ("QualTWPredefinedGS" === input3.type)
5166
- return $vo56(input3, _path2, _exceptionable2);
5394
+ return $vo58(input3, _path2, _exceptionable2);
5167
5395
  if ("QualTWValues" === input3.type)
5168
5396
  return $vo1(input3, _path2, _exceptionable2);
5169
5397
  return $report(_exceptionable2, {
@@ -5172,27 +5400,27 @@ var validCategoriesRequest = (input) => {
5172
5400
  value: input3
5173
5401
  });
5174
5402
  })();
5175
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5403
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5176
5404
  if ("categorical" === input3.type)
5177
5405
  return $vo3(input3, _path2, _exceptionable2);
5178
5406
  if ("snp" === input3.type)
5179
- return $vo52(input3, _path2, _exceptionable2);
5407
+ return $vo54(input3, _path2, _exceptionable2);
5180
5408
  if ("singleCellCellType" === input3.type)
5181
- return $vo53(input3, _path2, _exceptionable2);
5409
+ return $vo55(input3, _path2, _exceptionable2);
5182
5410
  return $report(_exceptionable2, {
5183
5411
  path: _path2,
5184
5412
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
5185
5413
  value: input3
5186
5414
  });
5187
5415
  })();
5188
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5416
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5189
5417
  if (void 0 !== input3.ranges)
5190
5418
  return $vo9(input3, _path2, _exceptionable2);
5191
5419
  if (void 0 !== input3.ratio)
5192
- return $vo45(input3, _path2, _exceptionable2);
5193
- return $vo8(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
5420
+ return $vo47(input3, _path2, _exceptionable2);
5421
+ return $vo8(input3, _path2, false) || $vo31(input3, _path2, false) || $vo35(input3, _path2, false);
5194
5422
  })();
5195
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5423
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5196
5424
  if ("integer" === input3.type || "float" === input3.type)
5197
5425
  return $vo10(input3, _path2, _exceptionable2);
5198
5426
  if ("metaboliteIntensity" === input3.type)
@@ -5207,7 +5435,7 @@ var validCategoriesRequest = (input) => {
5207
5435
  return $vo26(input3, _path2, _exceptionable2);
5208
5436
  return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $vo28(input3, _path2, false) || $vo27(input3, _path2, false);
5209
5437
  })();
5210
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5438
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5211
5439
  if ("regular-bin" === input3.type)
5212
5440
  return $vo14(input3, _path2, _exceptionable2);
5213
5441
  if ("custom-bin" === input3.type)
@@ -5218,44 +5446,44 @@ var validCategoriesRequest = (input) => {
5218
5446
  value: input3
5219
5447
  });
5220
5448
  })();
5221
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5449
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5222
5450
  if ("gene" === input3.kind)
5223
- return $vo35(input3, _path2, _exceptionable2);
5451
+ return $vo37(input3, _path2, _exceptionable2);
5224
5452
  if ("coord" === input3.kind)
5225
- return $vo43(input3, _path2, _exceptionable2);
5453
+ return $vo45(input3, _path2, _exceptionable2);
5226
5454
  return $report(_exceptionable2, {
5227
5455
  path: _path2,
5228
5456
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
5229
5457
  value: input3
5230
5458
  });
5231
5459
  })();
5232
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5460
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5233
5461
  if ("numeric" === input3.memberType)
5234
- return $vo46(input3, _path2, _exceptionable2);
5462
+ return $vo48(input3, _path2, _exceptionable2);
5235
5463
  if ("categorical" === input3.memberType)
5236
- return $vo50(input3, _path2, _exceptionable2);
5464
+ return $vo52(input3, _path2, _exceptionable2);
5237
5465
  return $report(_exceptionable2, {
5238
5466
  path: _path2,
5239
5467
  expected: "(NumericTermCollection | CategoricalTermCollection)",
5240
5468
  value: input3
5241
5469
  });
5242
5470
  })();
5243
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5471
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5244
5472
  if ("gene" === input3.kind)
5245
- return $vo71(input3, _path2, _exceptionable2);
5473
+ return $vo73(input3, _path2, _exceptionable2);
5246
5474
  if ("coord" === input3.kind)
5247
- return $vo72(input3, _path2, _exceptionable2);
5475
+ return $vo74(input3, _path2, _exceptionable2);
5248
5476
  return $report(_exceptionable2, {
5249
5477
  path: _path2,
5250
5478
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
5251
5479
  value: input3
5252
5480
  });
5253
5481
  })();
5254
- const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5482
+ const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5255
5483
  if ("grade" === input3.valueFor)
5256
- return $vo79(input3, _path2, _exceptionable2);
5484
+ return $vo81(input3, _path2, _exceptionable2);
5257
5485
  if ("children" === input3.valueFor)
5258
- return $vo80(input3, _path2, _exceptionable2);
5486
+ return $vo82(input3, _path2, _exceptionable2);
5259
5487
  return $report(_exceptionable2, {
5260
5488
  path: _path2,
5261
5489
  expected: "(ConditionGradeQ | ConditionChildrenQ)",