@sjcrh/proteinpaint-types 2.182.0 → 2.182.1

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 (39) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-2QTCQFYE.js → chunk-2NINVZOB.js} +47 -11
  3. package/dist/{chunk-UBAJYDGK.js → chunk-734AZGID.js} +15 -3
  4. package/dist/{chunk-KNDCWQJD.js → chunk-INIT6CVR.js} +728 -580
  5. package/dist/{chunk-DDMUMMOL.js → chunk-LDLZU2QY.js} +15 -3
  6. package/dist/{chunk-URYAC364.js → chunk-LOFBLGRE.js} +311 -163
  7. package/dist/{chunk-UYKWZWCU.js → chunk-M7WMC7GC.js} +411 -199
  8. package/dist/{chunk-K6W2WEPW.js → chunk-NO3ZZD3L.js} +15 -3
  9. package/dist/{chunk-ZRTB7SRA.js → chunk-ONNT3XV7.js} +32 -8
  10. package/dist/{chunk-VUNM6QTX.js → chunk-QMEKJW2A.js} +15 -3
  11. package/dist/{chunk-J55IQXT7.js → chunk-TI565XIR.js} +470 -418
  12. package/dist/{chunk-ZKO7LMCC.js → chunk-TUM3OZ7K.js} +15 -3
  13. package/dist/{chunk-45VA4Y6L.js → chunk-UWK6LBTQ.js} +877 -778
  14. package/dist/chunk-W3F3CLYP.js +61 -0
  15. package/dist/{chunk-C5ECCXOT.js → chunk-WNUWRPXG.js} +733 -585
  16. package/dist/{chunk-3DA4MJ2U.js → chunk-Y6FNAG22.js} +372 -175
  17. package/dist/correlationVolcano.js +1 -1
  18. package/dist/grin2.js +1 -1
  19. package/dist/index.js +31 -23
  20. package/dist/termdb.categories.js +1 -1
  21. package/dist/termdb.chat.js +15 -3
  22. package/dist/termdb.chat2.js +1 -1
  23. package/dist/termdb.cluster.js +1 -1
  24. package/dist/termdb.descrstats.js +1 -1
  25. package/dist/termdb.dmr.js +1 -1
  26. package/dist/termdb.numericcategories.js +1 -1
  27. package/dist/termdb.percentile.js +1 -1
  28. package/dist/termdb.proteome.js +11 -0
  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.violinBox.js +1 -1
  33. package/package.json +1 -1
  34. package/src/dataset.ts +9 -3
  35. package/src/index.ts +1 -0
  36. package/src/routes/termdb.proteome.ts +13 -0
  37. package/src/terms/dnaMethylation.ts +12 -3
  38. package/src/terms/termCollection.ts +7 -1
  39. package/src/terms/tw.ts +1 -0
@@ -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 && $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 && $io61(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 && $io7(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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(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,28 +68,36 @@ 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 && $io43(input3.groupsetting));
72
- const $io4 = (input3) => Object.keys(input3).every((key) => {
71
+ const $io3 = (input3) => Object.keys(input3).every((key) => {
73
72
  const value = input3[key];
74
73
  if (void 0 === value)
75
74
  return true;
76
75
  if (RegExp(/(.*)/).test(key))
77
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io5(value);
76
+ return true;
77
+ return true;
78
+ });
79
+ const $io4 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting));
80
+ const $io5 = (input3) => Object.keys(input3).every((key) => {
81
+ const value = input3[key];
82
+ if (void 0 === value)
83
+ return true;
84
+ if (RegExp(/(.*)/).test(key))
85
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io6(value);
78
86
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
79
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io5(value);
87
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io6(value);
80
88
  return true;
81
89
  });
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))) && (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 && $io33(elem)));
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
- const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
89
- const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
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
- const $io15 = (input3) => Object.keys(input3).every((key) => {
90
+ const $io6 = (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 && $io7(input3.filter));
91
+ const $io7 = (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);
92
+ const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
93
+ 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 && $io4(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) && $io6(elem))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
94
+ const $io10 = (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 && $io34(elem)));
95
+ const $io11 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
96
+ const $io12 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
97
+ const $io13 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
98
+ const $io14 = (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);
99
+ const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
100
+ const $io16 = (input3) => Object.keys(input3).every((key) => {
93
101
  const value = input3[key];
94
102
  if (void 0 === value)
95
103
  return true;
@@ -97,27 +105,27 @@ var validCategoriesRequest = (input) => {
97
105
  return "number" === typeof value;
98
106
  return true;
99
107
  });
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
- 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
- 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] && $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
- 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
- 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
- const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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 || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "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);
107
- const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
108
- const $io24 = (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));
109
- const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === 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.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
110
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.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));
111
- const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.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.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
112
- const $io29 = (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));
113
- const $io30 = (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);
114
- const $io31 = (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;
115
- const $io32 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
116
- const $io33 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
117
- const $io34 = (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 && $io35(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 && $io36(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
118
- const $io35 = (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));
119
- const $io36 = (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;
120
- const $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
108
+ const $io17 = (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);
109
+ const $io18 = (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);
110
+ const $io19 = (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);
111
+ const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
112
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(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);
113
+ const $io22 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(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;
114
+ const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "string" === typeof input3.gene) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
115
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
116
+ const $io25 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(input3.bins));
117
+ const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
118
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
119
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
120
+ const $io30 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
121
+ const $io31 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(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);
122
+ const $io32 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(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 && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
123
+ const $io33 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
124
+ const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
125
+ 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)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
126
+ const $io36 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
127
+ const $io37 = (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;
128
+ const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
121
129
  if (["key", "label"].some((prop) => key === prop))
122
130
  return true;
123
131
  const value = input3[key];
@@ -127,30 +135,30 @@ var validCategoriesRequest = (input) => {
127
135
  return true;
128
136
  return true;
129
137
  });
130
- const $io38 = (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 && $io39(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io49(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);
131
- const $io39 = (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));
132
- const $io40 = (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 && $io43(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
133
- const $io41 = (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);
134
- const $io42 = (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;
135
- const $io43 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io44(elem)));
136
- const $io44 = (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)));
137
- const $io45 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io46(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
138
- const $io46 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
139
- const $io47 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
140
- const $io48 = (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 && $io43(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
141
- const $io49 = (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);
142
- const $io50 = (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;
143
- const $io51 = (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 && $io52(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io53(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io55(input3.valueTransform));
144
- const $io52 = (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));
145
- const $io53 = (input3) => Object.keys(input3).every((key) => {
138
+ const $io39 = (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 && $io40(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io50(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);
139
+ const $io40 = (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) && $io5(input3.values));
140
+ const $io41 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io44(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
141
+ const $io42 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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);
142
+ const $io43 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
143
+ const $io44 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io45(elem)));
144
+ const $io45 = (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)));
145
+ const $io46 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
146
+ const $io47 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
147
+ const $io48 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
148
+ const $io49 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io44(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
149
+ const $io50 = (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);
150
+ const $io51 = (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;
151
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io53(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io54(input3.propsByTermId)) && (void 0 === input3.isCustom || "boolean" === typeof input3.isCustom) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io56(input3.valueTransform));
152
+ const $io53 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
153
+ const $io54 = (input3) => Object.keys(input3).every((key) => {
146
154
  const value = input3[key];
147
155
  if (void 0 === value)
148
156
  return true;
149
157
  if (RegExp(/(.*)/).test(key))
150
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io54(value);
158
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io55(value);
151
159
  return true;
152
160
  });
153
- const $io54 = (input3) => Object.keys(input3).every((key) => {
161
+ const $io55 = (input3) => Object.keys(input3).every((key) => {
154
162
  const value = input3[key];
155
163
  if (void 0 === value)
156
164
  return true;
@@ -158,218 +166,218 @@ var validCategoriesRequest = (input) => {
158
166
  return true;
159
167
  return true;
160
168
  });
161
- const $io55 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
162
- const $io56 = (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 && $io52(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io53(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io57(elem)));
163
- const $io57 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
164
- const $io58 = (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 && $io43(input3.groupsetting));
165
- const $io59 = (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 && $io43(input3.groupsetting));
166
- 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) && "values" === input3.type;
167
- 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 && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWPredefinedGS" === input3.type;
168
- const $io63 = (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;
169
- 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 && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && "QualTWCustomGS" === input3.type;
170
- const $io65 = (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 && $io66(input3.customset));
171
- const $io66 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
172
- 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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
173
- const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
174
- 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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
175
- 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) && "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);
176
- const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "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) && $io72(input3.q));
177
- const $io72 = (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);
178
- const $io73 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io74(input3.q));
179
- const $io74 = (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 && $io75(elem))) && (null !== input3.type && void 0 === input3.type);
180
- const $io75 = (input3) => "number" === typeof input3.value;
181
- 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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
182
- const $io77 = (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 && $io43(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
183
- const $io78 = (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 && $io43(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
184
- 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) && "values" === input3.type;
185
- 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 && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
186
- 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) && (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);
187
- const $io82 = (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 && $io83(input3.q));
188
- const $io83 = (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 && $io66(input3.customset)) && Array.isArray(input3.dtLst);
189
- const $io84 = (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 && $io35(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
190
- const $io85 = (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;
191
- const $io86 = (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;
192
- const $io87 = (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 && $io88(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io90(input3.term));
193
- const $io88 = (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 && $io89(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;
194
- const $io89 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
195
- const $io90 = (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 && $io91(elem)));
196
- const $io91 = (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 && $io92(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io93(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);
197
- const $io92 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
198
- const $io93 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
199
- const $io94 = (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 && $io51(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io95(input3.q));
200
- const $io95 = (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));
201
- const $io96 = (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 && $io56(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io97(input3.q));
202
- const $io97 = (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 && $io57(elem)));
169
+ const $io56 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
170
+ const $io57 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io53(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io54(input3.propsByTermId)) && (void 0 === input3.isCustom || "boolean" === typeof input3.isCustom) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io58(elem)));
171
+ const $io58 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
172
+ const $io59 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io44(input3.groupsetting));
173
+ const $io60 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io44(input3.groupsetting));
174
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
175
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q)) && "QualTWPredefinedGS" === input3.type;
176
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
177
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && "QualTWCustomGS" === input3.type;
178
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io67(input3.customset));
179
+ const $io67 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
180
+ const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io15(input3.q));
181
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
182
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io71(input3.q));
183
+ const $io71 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
184
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "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) && $io73(input3.q));
185
+ const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
186
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
187
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io76(elem))) && (null !== input3.type && void 0 === input3.type);
188
+ const $io76 = (input3) => "number" === typeof input3.value;
189
+ const $io77 = (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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io80(input3.q));
190
+ const $io78 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io44(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
191
+ const $io79 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io44(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
192
+ const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
193
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q));
194
+ const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
195
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io84(input3.q));
196
+ const $io84 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io67(input3.customset)) && Array.isArray(input3.dtLst);
197
+ const $io85 = (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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
198
+ const $io86 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
199
+ const $io87 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
200
+ 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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io89(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io91(input3.term));
201
+ const $io89 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io90(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io7(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
202
+ const $io90 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
203
+ const $io91 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(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 && $io92(elem)));
204
+ const $io92 = (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 && $io93(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io94(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);
205
+ const $io93 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
206
+ const $io94 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
207
+ const $io95 = (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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io52(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io96(input3.q));
208
+ const $io96 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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));
209
+ const $io97 = (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 && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io3(input3.values)) && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io57(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io98(input3.q));
210
+ const $io98 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io58(elem)));
203
211
  const $iu0 = (input3) => (() => {
204
212
  if ("tvslst" === input3.type)
205
- return $io6(input3);
206
- if ("tvs" === input3.type)
207
213
  return $io7(input3);
214
+ if ("tvs" === input3.type)
215
+ return $io8(input3);
208
216
  return false;
209
217
  })();
210
218
  const $iu1 = (input3) => (() => {
211
219
  if (true === input3.startunbounded)
212
- return $io16(input3);
220
+ return $io17(input3);
213
221
  if (true === input3.stopunbounded)
214
- return $io18(input3);
222
+ return $io19(input3);
215
223
  if (void 0 !== input3.value)
216
- return $io32(input3);
217
- return $io17(input3);
224
+ return $io33(input3);
225
+ return $io18(input3);
218
226
  })();
219
227
  const $iu2 = (input3) => (() => {
220
228
  if ("gene" === input3.kind)
221
- return $io41(input3);
222
- if ("coord" === input3.kind)
223
229
  return $io42(input3);
230
+ if ("coord" === input3.kind)
231
+ return $io43(input3);
224
232
  return false;
225
233
  })();
226
234
  const $iu3 = (input3) => (() => {
227
235
  if ("string" === typeof input3.type)
228
- return $io45(input3);
236
+ return $io46(input3);
229
237
  if ("filter" === input3.type)
230
- return $io47(input3);
238
+ return $io48(input3);
231
239
  return false;
232
240
  })();
233
241
  const $iu4 = (input3) => (() => {
234
242
  if (true === input3.startunbounded)
235
- return $io16(input3);
243
+ return $io17(input3);
236
244
  if (true === input3.stopunbounded)
237
- return $io18(input3);
238
- return $io17(input3);
245
+ return $io19(input3);
246
+ return $io18(input3);
239
247
  })();
240
248
  const $iu5 = (input3) => (() => {
241
249
  if (true === input3.startunbounded)
242
- return $io16(input3);
243
- if (void 0 !== input3.start)
244
250
  return $io17(input3);
251
+ if (void 0 !== input3.start)
252
+ return $io18(input3);
245
253
  return false;
246
254
  })();
247
255
  const $iu6 = (input3) => (() => {
248
256
  if (void 0 !== input3.stop)
249
- return $io17(input3);
250
- if (true === input3.stopunbounded)
251
257
  return $io18(input3);
258
+ if (true === input3.stopunbounded)
259
+ return $io19(input3);
252
260
  return false;
253
261
  })();
254
262
  const $iu7 = (input3) => (() => {
255
263
  if ("TermCollectionTWQual" === input3.type)
256
- return $io96(input3);
264
+ return $io97(input3);
257
265
  if ("TermCollectionTWCont" === input3.type)
258
- return $io94(input3);
266
+ return $io95(input3);
259
267
  if ("SnpsTW" === input3.type)
260
- return $io87(input3);
268
+ return $io88(input3);
261
269
  if ("ConditionTW" === input3.type)
262
- return $io84(input3);
270
+ return $io85(input3);
263
271
  if ("GvCustomGsTW" === input3.type)
264
- return $io82(input3);
272
+ return $io83(input3);
265
273
  if ("GvPredefinedGsTW" === input3.type)
266
- return $io80(input3);
274
+ return $io81(input3);
267
275
  if ("GvValuesTW" === input3.type)
268
- return $io76(input3);
276
+ return $io77(input3);
269
277
  if ("NumTWSpline" === input3.type)
270
- return $io73(input3);
278
+ return $io74(input3);
271
279
  if ("NumTWCont" === input3.type)
272
- return $io71(input3);
280
+ return $io72(input3);
273
281
  if ("NumTWBinary" === input3.type)
274
- return $io69(input3);
282
+ return $io70(input3);
275
283
  if ("NumTWCustomBin" === input3.type)
276
- return $io68(input3);
284
+ return $io69(input3);
277
285
  if ("NumTWRegularBin" === input3.type)
278
- return $io67(input3);
286
+ return $io68(input3);
279
287
  if ("QualTWCustomGS" === input3.type)
280
- return $io64(input3);
288
+ return $io65(input3);
281
289
  if ("QualTWPredefinedGS" === input3.type)
282
- return $io62(input3);
290
+ return $io63(input3);
283
291
  if ("QualTWValues" === input3.type)
284
292
  return $io1(input3);
285
293
  return false;
286
294
  })();
287
295
  const $iu8 = (input3) => (() => {
288
296
  if ("categorical" === input3.type)
289
- return $io3(input3);
297
+ return $io4(input3);
290
298
  if ("snp" === input3.type)
291
- return $io58(input3);
292
- if ("singleCellCellType" === input3.type)
293
299
  return $io59(input3);
300
+ if ("singleCellCellType" === input3.type)
301
+ return $io60(input3);
294
302
  return false;
295
303
  })();
296
304
  const $iu9 = (input3) => (() => {
297
305
  if (void 0 !== input3.ranges)
298
- return $io9(input3);
306
+ return $io10(input3);
299
307
  if (void 0 !== input3.ratio)
300
- return $io50(input3);
308
+ return $io51(input3);
301
309
  return (() => {
302
- if ($io8(input3))
303
- return $io8(input3);
304
- if ($io34(input3))
305
- return $io34(input3);
306
- if ($io38(input3))
307
- return $io38(input3);
310
+ if ($io9(input3))
311
+ return $io9(input3);
312
+ if ($io35(input3))
313
+ return $io35(input3);
314
+ if ($io39(input3))
315
+ return $io39(input3);
308
316
  return false;
309
317
  })();
310
318
  })();
311
319
  const $iu10 = (input3) => (() => {
312
320
  if ("integer" === input3.type || "float" === input3.type)
313
- return $io10(input3);
321
+ return $io11(input3);
314
322
  if ("metaboliteIntensity" === input3.type)
315
- return $io24(input3);
316
- if ("proteomeAbundance" === input3.type)
317
323
  return $io25(input3);
324
+ if ("proteomeAbundance" === input3.type)
325
+ return $io26(input3);
318
326
  if ("date" === input3.type)
319
- return $io27(input3);
320
- if ("ssGSEA" === input3.type)
321
327
  return $io28(input3);
322
- if ("dnaMethylation" === input3.type)
328
+ if ("ssGSEA" === input3.type)
323
329
  return $io29(input3);
330
+ if ("dnaMethylation" === input3.type)
331
+ return $io30(input3);
324
332
  return (() => {
333
+ if ($io22(input3))
334
+ return $io22(input3);
325
335
  if ($io21(input3))
326
336
  return $io21(input3);
327
- if ($io20(input3))
328
- return $io20(input3);
337
+ if ($io24(input3))
338
+ return $io24(input3);
329
339
  if ($io23(input3))
330
340
  return $io23(input3);
331
- if ($io22(input3))
332
- return $io22(input3);
341
+ if ($io32(input3))
342
+ return $io32(input3);
333
343
  if ($io31(input3))
334
344
  return $io31(input3);
335
- if ($io30(input3))
336
- return $io30(input3);
337
345
  return false;
338
346
  })();
339
347
  })();
340
348
  const $iu11 = (input3) => (() => {
341
349
  if ("regular-bin" === input3.type)
342
- return $io14(input3);
350
+ return $io15(input3);
343
351
  if ("custom-bin" === input3.type)
344
- return $io19(input3);
352
+ return $io20(input3);
345
353
  return false;
346
354
  })();
347
355
  const $iu12 = (input3) => (() => {
348
356
  if ("gene" === input3.kind)
349
- return $io40(input3);
357
+ return $io41(input3);
350
358
  if ("coord" === input3.kind)
351
- return $io48(input3);
359
+ return $io49(input3);
352
360
  return false;
353
361
  })();
354
362
  const $iu13 = (input3) => (() => {
355
363
  if ("numeric" === input3.memberType)
356
- return $io51(input3);
364
+ return $io52(input3);
357
365
  if ("categorical" === input3.memberType)
358
- return $io56(input3);
366
+ return $io57(input3);
359
367
  return false;
360
368
  })();
361
369
  const $iu14 = (input3) => (() => {
362
370
  if ("gene" === input3.kind)
363
- return $io77(input3);
364
- if ("coord" === input3.kind)
365
371
  return $io78(input3);
372
+ if ("coord" === input3.kind)
373
+ return $io79(input3);
366
374
  return false;
367
375
  })();
368
376
  const $iu15 = (input3) => (() => {
369
377
  if ("grade" === input3.valueFor)
370
- return $io85(input3);
371
- if ("children" === input3.valueFor)
372
378
  return $io86(input3);
379
+ if ("children" === input3.valueFor)
380
+ return $io87(input3);
373
381
  return false;
374
382
  })();
375
383
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -402,7 +410,7 @@ var validCategoriesRequest = (input) => {
402
410
  path: _path2 + ".filter",
403
411
  expected: "(Filter | undefined)",
404
412
  value: input3.filter
405
- })) && $vo6(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
413
+ })) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
406
414
  path: _path2 + ".filter",
407
415
  expected: "(Filter | undefined)",
408
416
  value: input3.filter
@@ -443,7 +451,15 @@ var validCategoriesRequest = (input) => {
443
451
  path: _path2 + ".minNumSamples",
444
452
  expected: "(number | undefined)",
445
453
  value: input3.minNumSamples
446
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
454
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
455
+ path: _path2 + ".values",
456
+ expected: "(__type.o1 | undefined)",
457
+ value: input3.values
458
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
459
+ path: _path2 + ".values",
460
+ expected: "(__type.o1 | undefined)",
461
+ value: input3.values
462
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
447
463
  path: _path2 + ".term",
448
464
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
449
465
  value: input3.term
@@ -455,7 +471,7 @@ var validCategoriesRequest = (input) => {
455
471
  path: _path2 + ".q",
456
472
  expected: "ValuesQ",
457
473
  value: input3.q
458
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
474
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
459
475
  path: _path2 + ".q",
460
476
  expected: "ValuesQ",
461
477
  value: input3.q
@@ -472,7 +488,15 @@ var validCategoriesRequest = (input) => {
472
488
  return true;
473
489
  return true;
474
490
  }).every((flag) => flag)].every((flag) => flag);
475
- const $vo3 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
491
+ const $vo3 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
492
+ const value = input3[key];
493
+ if (void 0 === value)
494
+ return true;
495
+ if (RegExp(/(.*)/).test(key))
496
+ return true;
497
+ return true;
498
+ }).every((flag) => flag)].every((flag) => flag);
499
+ const $vo4 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
476
500
  path: _path2 + ".id",
477
501
  expected: "string",
478
502
  value: input3.id
@@ -520,7 +544,7 @@ var validCategoriesRequest = (input) => {
520
544
  path: _path2 + ".values",
521
545
  expected: "(TermValues | undefined)",
522
546
  value: input3.values
523
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
547
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
524
548
  path: _path2 + ".values",
525
549
  expected: "(TermValues | undefined)",
526
550
  value: input3.values
@@ -530,22 +554,22 @@ var validCategoriesRequest = (input) => {
530
554
  value: input3.skipValuesBuild
531
555
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
532
556
  path: _path2 + ".valueConversion",
533
- expected: "(__type.o2 | undefined)",
557
+ expected: "(__type.o3 | undefined)",
534
558
  value: input3.valueConversion
535
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
559
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
536
560
  path: _path2 + ".valueConversion",
537
- expected: "(__type.o2 | undefined)",
561
+ expected: "(__type.o3 | undefined)",
538
562
  value: input3.valueConversion
539
563
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
540
564
  path: _path2 + ".groupsetting",
541
565
  expected: "TermGroupSetting",
542
566
  value: input3.groupsetting
543
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
567
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
544
568
  path: _path2 + ".groupsetting",
545
569
  expected: "TermGroupSetting",
546
570
  value: input3.groupsetting
547
571
  })].every((flag) => flag);
548
- const $vo4 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
572
+ const $vo5 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
549
573
  const value = input3[key];
550
574
  if (void 0 === value)
551
575
  return true;
@@ -554,7 +578,7 @@ var validCategoriesRequest = (input) => {
554
578
  path: _path2 + $join(key),
555
579
  expected: "BaseValue",
556
580
  value
557
- })) && $vo5(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
581
+ })) && $vo6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
558
582
  path: _path2 + $join(key),
559
583
  expected: "BaseValue",
560
584
  value
@@ -564,14 +588,14 @@ var validCategoriesRequest = (input) => {
564
588
  path: _path2 + $join(key),
565
589
  expected: "BaseValue",
566
590
  value
567
- })) && $vo5(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
591
+ })) && $vo6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
568
592
  path: _path2 + $join(key),
569
593
  expected: "BaseValue",
570
594
  value
571
595
  });
572
596
  return true;
573
597
  }).every((flag) => flag)].every((flag) => flag);
574
- const $vo5 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
598
+ const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
575
599
  path: _path2 + ".key",
576
600
  expected: "(string | undefined)",
577
601
  value: input3.key
@@ -599,12 +623,12 @@ var validCategoriesRequest = (input) => {
599
623
  path: _path2 + ".filter",
600
624
  expected: "(Filter | undefined)",
601
625
  value: input3.filter
602
- })) && $vo6(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
626
+ })) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
603
627
  path: _path2 + ".filter",
604
628
  expected: "(Filter | undefined)",
605
629
  value: input3.filter
606
630
  })].every((flag) => flag);
607
- const $vo6 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
631
+ const $vo7 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
608
632
  path: _path2 + ".type",
609
633
  expected: '"tvslst"',
610
634
  value: input3.type
@@ -626,11 +650,11 @@ var validCategoriesRequest = (input) => {
626
650
  value: input3.lst
627
651
  })) && input3.lst.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
628
652
  path: _path2 + ".lst[" + _index4 + "]",
629
- expected: "(Filter | __type.o1)",
653
+ expected: "(Filter | __type.o2)",
630
654
  value: elem
631
655
  })) && $vu0(elem, _path2 + ".lst[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
632
656
  path: _path2 + ".lst[" + _index4 + "]",
633
- expected: "(Filter | __type.o1)",
657
+ expected: "(Filter | __type.o2)",
634
658
  value: elem
635
659
  })).every((flag) => flag) || $report(_exceptionable2, {
636
660
  path: _path2 + ".lst",
@@ -641,7 +665,7 @@ var validCategoriesRequest = (input) => {
641
665
  expected: "(string | undefined)",
642
666
  value: input3.$id
643
667
  })].every((flag) => flag);
644
- const $vo7 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
668
+ const $vo8 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
645
669
  path: _path2 + ".type",
646
670
  expected: '"tvs"',
647
671
  value: input3.type
@@ -654,7 +678,7 @@ var validCategoriesRequest = (input) => {
654
678
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
655
679
  value: input3.tvs
656
680
  })].every((flag) => flag);
657
- const $vo8 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
681
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
658
682
  path: _path2 + ".join",
659
683
  expected: "(string | undefined)",
660
684
  value: input3.join
@@ -686,7 +710,7 @@ var validCategoriesRequest = (input) => {
686
710
  path: _path2 + ".term",
687
711
  expected: "CategoricalTerm",
688
712
  value: input3.term
689
- })) && $vo3(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
713
+ })) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
690
714
  path: _path2 + ".term",
691
715
  expected: "CategoricalTerm",
692
716
  value: input3.term
@@ -702,7 +726,7 @@ var validCategoriesRequest = (input) => {
702
726
  path: _path2 + ".values[" + _index5 + "]",
703
727
  expected: "BaseValue",
704
728
  value: elem
705
- })) && $vo5(elem, _path2 + ".values[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
729
+ })) && $vo6(elem, _path2 + ".values[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
706
730
  path: _path2 + ".values[" + _index5 + "]",
707
731
  expected: "BaseValue",
708
732
  value: elem
@@ -715,7 +739,7 @@ var validCategoriesRequest = (input) => {
715
739
  expected: "(Set<any> | undefined)",
716
740
  value: input3.valueset
717
741
  })].every((flag) => flag);
718
- const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
742
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
719
743
  path: _path2 + ".join",
720
744
  expected: "(string | undefined)",
721
745
  value: input3.join
@@ -757,11 +781,11 @@ var validCategoriesRequest = (input) => {
757
781
  value: input3.ranges
758
782
  })) && input3.ranges.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
759
783
  path: _path2 + ".ranges[" + _index6 + "]",
760
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
784
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o5)",
761
785
  value: elem
762
786
  })) && $vu1(elem, _path2 + ".ranges[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
763
787
  path: _path2 + ".ranges[" + _index6 + "]",
764
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
788
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o5)",
765
789
  value: elem
766
790
  })).every((flag) => flag) || $report(_exceptionable2, {
767
791
  path: _path2 + ".ranges",
@@ -773,18 +797,18 @@ var validCategoriesRequest = (input) => {
773
797
  value: input3.values
774
798
  })) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
775
799
  path: _path2 + ".values[" + _index7 + "]",
776
- expected: "__type.o5",
800
+ expected: "__type.o6",
777
801
  value: elem
778
- })) && $vo33(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
802
+ })) && $vo34(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
779
803
  path: _path2 + ".values[" + _index7 + "]",
780
- expected: "__type.o5",
804
+ expected: "__type.o6",
781
805
  value: elem
782
806
  })).every((flag) => flag) || $report(_exceptionable2, {
783
807
  path: _path2 + ".values",
784
808
  expected: "(Array<__type> | undefined)",
785
809
  value: input3.values
786
810
  })].every((flag) => flag);
787
- const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
811
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
788
812
  path: _path2 + ".id",
789
813
  expected: "string",
790
814
  value: input3.id
@@ -832,7 +856,7 @@ var validCategoriesRequest = (input) => {
832
856
  path: _path2 + ".values",
833
857
  expected: "(TermValues | undefined)",
834
858
  value: input3.values
835
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
859
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
836
860
  path: _path2 + ".values",
837
861
  expected: "(TermValues | undefined)",
838
862
  value: input3.values
@@ -842,19 +866,19 @@ var validCategoriesRequest = (input) => {
842
866
  value: input3.skipValuesBuild
843
867
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
844
868
  path: _path2 + ".valueConversion",
845
- expected: "(__type.o2 | undefined)",
869
+ expected: "(__type.o3 | undefined)",
846
870
  value: input3.valueConversion
847
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
871
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
848
872
  path: _path2 + ".valueConversion",
849
- expected: "(__type.o2 | undefined)",
873
+ expected: "(__type.o3 | undefined)",
850
874
  value: input3.valueConversion
851
875
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
852
876
  path: _path2 + ".continuousColorScale",
853
- expected: "(__type.o3 | undefined)",
877
+ expected: "(__type.o4 | undefined)",
854
878
  value: input3.continuousColorScale
855
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
879
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
856
880
  path: _path2 + ".continuousColorScale",
857
- expected: "(__type.o3 | undefined)",
881
+ expected: "(__type.o4 | undefined)",
858
882
  value: input3.continuousColorScale
859
883
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
860
884
  path: _path2 + ".unit",
@@ -864,12 +888,12 @@ var validCategoriesRequest = (input) => {
864
888
  path: _path2 + ".bins",
865
889
  expected: "PresetNumericBins",
866
890
  value: input3.bins
867
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
891
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
868
892
  path: _path2 + ".bins",
869
893
  expected: "PresetNumericBins",
870
894
  value: input3.bins
871
895
  })].every((flag) => flag);
872
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
896
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
873
897
  path: _path2 + ".fromUnit",
874
898
  expected: "string",
875
899
  value: input3.fromUnit
@@ -882,7 +906,7 @@ var validCategoriesRequest = (input) => {
882
906
  expected: "string",
883
907
  value: input3.scaleFactor
884
908
  })].every((flag) => flag);
885
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
909
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
886
910
  path: _path2 + ".minColor",
887
911
  expected: "string",
888
912
  value: input3.minColor
@@ -891,7 +915,7 @@ var validCategoriesRequest = (input) => {
891
915
  expected: "string",
892
916
  value: input3.maxColor
893
917
  })].every((flag) => flag);
894
- const $vo13 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
918
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
895
919
  path: _path2 + '["default"]',
896
920
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
897
921
  value: input3["default"]
@@ -928,11 +952,11 @@ var validCategoriesRequest = (input) => {
928
952
  expected: "(number | undefined)",
929
953
  value: input3.max
930
954
  })].every((flag) => flag);
931
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
955
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
932
956
  path: _path2 + ".hiddenValues",
933
957
  expected: "(HiddenValues | undefined)",
934
958
  value: input3.hiddenValues
935
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
959
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
936
960
  path: _path2 + ".hiddenValues",
937
961
  expected: "(HiddenValues | undefined)",
938
962
  value: input3.hiddenValues
@@ -997,7 +1021,7 @@ var validCategoriesRequest = (input) => {
997
1021
  expected: "(boolean | undefined)",
998
1022
  value: input3.isDummyPreset
999
1023
  })].every((flag) => flag);
1000
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1024
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1001
1025
  const value = input3[key];
1002
1026
  if (void 0 === value)
1003
1027
  return true;
@@ -1009,7 +1033,7 @@ var validCategoriesRequest = (input) => {
1009
1033
  });
1010
1034
  return true;
1011
1035
  }).every((flag) => flag)].every((flag) => flag);
1012
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1036
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1013
1037
  path: _path2 + ".startunbounded",
1014
1038
  expected: "true",
1015
1039
  value: input3.startunbounded
@@ -1038,7 +1062,7 @@ var validCategoriesRequest = (input) => {
1038
1062
  expected: "(string | undefined)",
1039
1063
  value: input3.range
1040
1064
  })].every((flag) => flag);
1041
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1065
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1042
1066
  path: _path2 + ".startunbounded",
1043
1067
  expected: "(false | undefined)",
1044
1068
  value: input3.startunbounded
@@ -1071,7 +1095,7 @@ var validCategoriesRequest = (input) => {
1071
1095
  expected: "(string | undefined)",
1072
1096
  value: input3.range
1073
1097
  })].every((flag) => flag);
1074
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1098
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1075
1099
  path: _path2 + ".start",
1076
1100
  expected: "number",
1077
1101
  value: input3.start
@@ -1100,11 +1124,11 @@ var validCategoriesRequest = (input) => {
1100
1124
  expected: "(string | undefined)",
1101
1125
  value: input3.range
1102
1126
  })].every((flag) => flag);
1103
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1127
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1104
1128
  path: _path2 + ".hiddenValues",
1105
1129
  expected: "(HiddenValues | undefined)",
1106
1130
  value: input3.hiddenValues
1107
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1131
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1108
1132
  path: _path2 + ".hiddenValues",
1109
1133
  expected: "(HiddenValues | undefined)",
1110
1134
  value: input3.hiddenValues
@@ -1171,7 +1195,7 @@ var validCategoriesRequest = (input) => {
1171
1195
  expected: "(boolean | undefined)",
1172
1196
  value: input3.isDummyPreset
1173
1197
  })].every((flag) => flag);
1174
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1198
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1175
1199
  path: _path2 + ".id",
1176
1200
  expected: "string",
1177
1201
  value: input3.id
@@ -1219,7 +1243,7 @@ var validCategoriesRequest = (input) => {
1219
1243
  path: _path2 + ".values",
1220
1244
  expected: "(TermValues | undefined)",
1221
1245
  value: input3.values
1222
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1246
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1223
1247
  path: _path2 + ".values",
1224
1248
  expected: "(TermValues | undefined)",
1225
1249
  value: input3.values
@@ -1229,19 +1253,19 @@ var validCategoriesRequest = (input) => {
1229
1253
  value: input3.skipValuesBuild
1230
1254
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1231
1255
  path: _path2 + ".valueConversion",
1232
- expected: "(__type.o2 | undefined)",
1256
+ expected: "(__type.o3 | undefined)",
1233
1257
  value: input3.valueConversion
1234
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1258
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1235
1259
  path: _path2 + ".valueConversion",
1236
- expected: "(__type.o2 | undefined)",
1260
+ expected: "(__type.o3 | undefined)",
1237
1261
  value: input3.valueConversion
1238
1262
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1239
1263
  path: _path2 + ".continuousColorScale",
1240
- expected: "(__type.o3 | undefined)",
1264
+ expected: "(__type.o4 | undefined)",
1241
1265
  value: input3.continuousColorScale
1242
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1266
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1243
1267
  path: _path2 + ".continuousColorScale",
1244
- expected: "(__type.o3 | undefined)",
1268
+ expected: "(__type.o4 | undefined)",
1245
1269
  value: input3.continuousColorScale
1246
1270
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1247
1271
  path: _path2 + ".unit",
@@ -1251,7 +1275,7 @@ var validCategoriesRequest = (input) => {
1251
1275
  path: _path2 + ".bins",
1252
1276
  expected: "(PresetNumericBins | undefined)",
1253
1277
  value: input3.bins
1254
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1278
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1255
1279
  path: _path2 + ".bins",
1256
1280
  expected: "(PresetNumericBins | undefined)",
1257
1281
  value: input3.bins
@@ -1276,7 +1300,7 @@ var validCategoriesRequest = (input) => {
1276
1300
  expected: "(number | undefined)",
1277
1301
  value: input3.stop
1278
1302
  })].every((flag) => flag);
1279
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1303
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1280
1304
  path: _path2 + ".id",
1281
1305
  expected: "string",
1282
1306
  value: input3.id
@@ -1324,7 +1348,7 @@ var validCategoriesRequest = (input) => {
1324
1348
  path: _path2 + ".values",
1325
1349
  expected: "(TermValues | undefined)",
1326
1350
  value: input3.values
1327
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1351
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1328
1352
  path: _path2 + ".values",
1329
1353
  expected: "(TermValues | undefined)",
1330
1354
  value: input3.values
@@ -1334,19 +1358,19 @@ var validCategoriesRequest = (input) => {
1334
1358
  value: input3.skipValuesBuild
1335
1359
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1336
1360
  path: _path2 + ".valueConversion",
1337
- expected: "(__type.o2 | undefined)",
1361
+ expected: "(__type.o3 | undefined)",
1338
1362
  value: input3.valueConversion
1339
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1363
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1340
1364
  path: _path2 + ".valueConversion",
1341
- expected: "(__type.o2 | undefined)",
1365
+ expected: "(__type.o3 | undefined)",
1342
1366
  value: input3.valueConversion
1343
1367
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1344
1368
  path: _path2 + ".continuousColorScale",
1345
- expected: "(__type.o3 | undefined)",
1369
+ expected: "(__type.o4 | undefined)",
1346
1370
  value: input3.continuousColorScale
1347
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1371
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1348
1372
  path: _path2 + ".continuousColorScale",
1349
- expected: "(__type.o3 | undefined)",
1373
+ expected: "(__type.o4 | undefined)",
1350
1374
  value: input3.continuousColorScale
1351
1375
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1352
1376
  path: _path2 + ".unit",
@@ -1356,7 +1380,7 @@ var validCategoriesRequest = (input) => {
1356
1380
  path: _path2 + ".bins",
1357
1381
  expected: "(PresetNumericBins | undefined)",
1358
1382
  value: input3.bins
1359
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1383
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1360
1384
  path: _path2 + ".bins",
1361
1385
  expected: "(PresetNumericBins | undefined)",
1362
1386
  value: input3.bins
@@ -1381,7 +1405,7 @@ var validCategoriesRequest = (input) => {
1381
1405
  expected: "number",
1382
1406
  value: input3.stop
1383
1407
  })].every((flag) => flag);
1384
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1408
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1385
1409
  path: _path2 + ".id",
1386
1410
  expected: "string",
1387
1411
  value: input3.id
@@ -1429,7 +1453,7 @@ var validCategoriesRequest = (input) => {
1429
1453
  path: _path2 + ".values",
1430
1454
  expected: "(TermValues | undefined)",
1431
1455
  value: input3.values
1432
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1456
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1433
1457
  path: _path2 + ".values",
1434
1458
  expected: "(TermValues | undefined)",
1435
1459
  value: input3.values
@@ -1439,19 +1463,19 @@ var validCategoriesRequest = (input) => {
1439
1463
  value: input3.skipValuesBuild
1440
1464
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1441
1465
  path: _path2 + ".valueConversion",
1442
- expected: "(__type.o2 | undefined)",
1466
+ expected: "(__type.o3 | undefined)",
1443
1467
  value: input3.valueConversion
1444
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1468
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1445
1469
  path: _path2 + ".valueConversion",
1446
- expected: "(__type.o2 | undefined)",
1470
+ expected: "(__type.o3 | undefined)",
1447
1471
  value: input3.valueConversion
1448
1472
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1449
1473
  path: _path2 + ".continuousColorScale",
1450
- expected: "(__type.o3 | undefined)",
1474
+ expected: "(__type.o4 | undefined)",
1451
1475
  value: input3.continuousColorScale
1452
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1476
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1453
1477
  path: _path2 + ".continuousColorScale",
1454
- expected: "(__type.o3 | undefined)",
1478
+ expected: "(__type.o4 | undefined)",
1455
1479
  value: input3.continuousColorScale
1456
1480
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1457
1481
  path: _path2 + ".unit",
@@ -1461,7 +1485,7 @@ var validCategoriesRequest = (input) => {
1461
1485
  path: _path2 + ".bins",
1462
1486
  expected: "(PresetNumericBins | undefined)",
1463
1487
  value: input3.bins
1464
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1488
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1465
1489
  path: _path2 + ".bins",
1466
1490
  expected: "(PresetNumericBins | undefined)",
1467
1491
  value: input3.bins
@@ -1490,7 +1514,7 @@ var validCategoriesRequest = (input) => {
1490
1514
  expected: "(number | undefined)",
1491
1515
  value: input3.stop
1492
1516
  })].every((flag) => flag);
1493
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1517
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1494
1518
  path: _path2 + ".id",
1495
1519
  expected: "string",
1496
1520
  value: input3.id
@@ -1538,7 +1562,7 @@ var validCategoriesRequest = (input) => {
1538
1562
  path: _path2 + ".values",
1539
1563
  expected: "(TermValues | undefined)",
1540
1564
  value: input3.values
1541
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1565
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1542
1566
  path: _path2 + ".values",
1543
1567
  expected: "(TermValues | undefined)",
1544
1568
  value: input3.values
@@ -1548,19 +1572,19 @@ var validCategoriesRequest = (input) => {
1548
1572
  value: input3.skipValuesBuild
1549
1573
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1550
1574
  path: _path2 + ".valueConversion",
1551
- expected: "(__type.o2 | undefined)",
1575
+ expected: "(__type.o3 | undefined)",
1552
1576
  value: input3.valueConversion
1553
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1577
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1554
1578
  path: _path2 + ".valueConversion",
1555
- expected: "(__type.o2 | undefined)",
1579
+ expected: "(__type.o3 | undefined)",
1556
1580
  value: input3.valueConversion
1557
1581
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1558
1582
  path: _path2 + ".continuousColorScale",
1559
- expected: "(__type.o3 | undefined)",
1583
+ expected: "(__type.o4 | undefined)",
1560
1584
  value: input3.continuousColorScale
1561
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1585
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1562
1586
  path: _path2 + ".continuousColorScale",
1563
- expected: "(__type.o3 | undefined)",
1587
+ expected: "(__type.o4 | undefined)",
1564
1588
  value: input3.continuousColorScale
1565
1589
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1566
1590
  path: _path2 + ".unit",
@@ -1570,7 +1594,7 @@ var validCategoriesRequest = (input) => {
1570
1594
  path: _path2 + ".bins",
1571
1595
  expected: "(PresetNumericBins | undefined)",
1572
1596
  value: input3.bins
1573
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1597
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1574
1598
  path: _path2 + ".bins",
1575
1599
  expected: "(PresetNumericBins | undefined)",
1576
1600
  value: input3.bins
@@ -1599,7 +1623,7 @@ var validCategoriesRequest = (input) => {
1599
1623
  expected: "number",
1600
1624
  value: input3.stop
1601
1625
  })].every((flag) => flag);
1602
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1626
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1603
1627
  path: _path2 + ".id",
1604
1628
  expected: "string",
1605
1629
  value: input3.id
@@ -1647,7 +1671,7 @@ var validCategoriesRequest = (input) => {
1647
1671
  path: _path2 + ".values",
1648
1672
  expected: "(TermValues | undefined)",
1649
1673
  value: input3.values
1650
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1674
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1651
1675
  path: _path2 + ".values",
1652
1676
  expected: "(TermValues | undefined)",
1653
1677
  value: input3.values
@@ -1657,19 +1681,19 @@ var validCategoriesRequest = (input) => {
1657
1681
  value: input3.skipValuesBuild
1658
1682
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1659
1683
  path: _path2 + ".valueConversion",
1660
- expected: "(__type.o2 | undefined)",
1684
+ expected: "(__type.o3 | undefined)",
1661
1685
  value: input3.valueConversion
1662
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1686
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1663
1687
  path: _path2 + ".valueConversion",
1664
- expected: "(__type.o2 | undefined)",
1688
+ expected: "(__type.o3 | undefined)",
1665
1689
  value: input3.valueConversion
1666
1690
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1667
1691
  path: _path2 + ".continuousColorScale",
1668
- expected: "(__type.o3 | undefined)",
1692
+ expected: "(__type.o4 | undefined)",
1669
1693
  value: input3.continuousColorScale
1670
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1694
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1671
1695
  path: _path2 + ".continuousColorScale",
1672
- expected: "(__type.o3 | undefined)",
1696
+ expected: "(__type.o4 | undefined)",
1673
1697
  value: input3.continuousColorScale
1674
1698
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1675
1699
  path: _path2 + ".unit",
@@ -1683,12 +1707,12 @@ var validCategoriesRequest = (input) => {
1683
1707
  path: _path2 + ".bins",
1684
1708
  expected: "(PresetNumericBins | undefined)",
1685
1709
  value: input3.bins
1686
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1710
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1687
1711
  path: _path2 + ".bins",
1688
1712
  expected: "(PresetNumericBins | undefined)",
1689
1713
  value: input3.bins
1690
1714
  })].every((flag) => flag);
1691
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1715
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1692
1716
  path: _path2 + ".id",
1693
1717
  expected: "string",
1694
1718
  value: input3.id
@@ -1736,7 +1760,7 @@ var validCategoriesRequest = (input) => {
1736
1760
  path: _path2 + ".values",
1737
1761
  expected: "(TermValues | undefined)",
1738
1762
  value: input3.values
1739
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1763
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1740
1764
  path: _path2 + ".values",
1741
1765
  expected: "(TermValues | undefined)",
1742
1766
  value: input3.values
@@ -1746,19 +1770,19 @@ var validCategoriesRequest = (input) => {
1746
1770
  value: input3.skipValuesBuild
1747
1771
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1748
1772
  path: _path2 + ".valueConversion",
1749
- expected: "(__type.o2 | undefined)",
1773
+ expected: "(__type.o3 | undefined)",
1750
1774
  value: input3.valueConversion
1751
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1775
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1752
1776
  path: _path2 + ".valueConversion",
1753
- expected: "(__type.o2 | undefined)",
1777
+ expected: "(__type.o3 | undefined)",
1754
1778
  value: input3.valueConversion
1755
1779
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1756
1780
  path: _path2 + ".continuousColorScale",
1757
- expected: "(__type.o3 | undefined)",
1781
+ expected: "(__type.o4 | undefined)",
1758
1782
  value: input3.continuousColorScale
1759
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1783
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1760
1784
  path: _path2 + ".continuousColorScale",
1761
- expected: "(__type.o3 | undefined)",
1785
+ expected: "(__type.o4 | undefined)",
1762
1786
  value: input3.continuousColorScale
1763
1787
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1764
1788
  path: _path2 + ".unit",
@@ -1772,7 +1796,7 @@ var validCategoriesRequest = (input) => {
1772
1796
  path: _path2 + ".bins",
1773
1797
  expected: "(PresetNumericBins | undefined)",
1774
1798
  value: input3.bins
1775
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1799
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1776
1800
  path: _path2 + ".bins",
1777
1801
  expected: "(PresetNumericBins | undefined)",
1778
1802
  value: input3.bins
@@ -1780,12 +1804,12 @@ var validCategoriesRequest = (input) => {
1780
1804
  path: _path2 + ".proteomeDetails",
1781
1805
  expected: "ProteomeDetails",
1782
1806
  value: input3.proteomeDetails
1783
- })) && $vo26(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1807
+ })) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1784
1808
  path: _path2 + ".proteomeDetails",
1785
1809
  expected: "ProteomeDetails",
1786
1810
  value: input3.proteomeDetails
1787
1811
  })].every((flag) => flag);
1788
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1812
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1789
1813
  path: _path2 + ".assay",
1790
1814
  expected: "string",
1791
1815
  value: input3.assay
@@ -1794,7 +1818,7 @@ var validCategoriesRequest = (input) => {
1794
1818
  expected: "string",
1795
1819
  value: input3.cohort
1796
1820
  })].every((flag) => flag);
1797
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1821
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1798
1822
  path: _path2 + ".id",
1799
1823
  expected: "string",
1800
1824
  value: input3.id
@@ -1842,7 +1866,7 @@ var validCategoriesRequest = (input) => {
1842
1866
  path: _path2 + ".values",
1843
1867
  expected: "(TermValues | undefined)",
1844
1868
  value: input3.values
1845
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1869
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1846
1870
  path: _path2 + ".values",
1847
1871
  expected: "(TermValues | undefined)",
1848
1872
  value: input3.values
@@ -1852,19 +1876,19 @@ var validCategoriesRequest = (input) => {
1852
1876
  value: input3.skipValuesBuild
1853
1877
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1854
1878
  path: _path2 + ".valueConversion",
1855
- expected: "(__type.o2 | undefined)",
1879
+ expected: "(__type.o3 | undefined)",
1856
1880
  value: input3.valueConversion
1857
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1881
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1858
1882
  path: _path2 + ".valueConversion",
1859
- expected: "(__type.o2 | undefined)",
1883
+ expected: "(__type.o3 | undefined)",
1860
1884
  value: input3.valueConversion
1861
1885
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1862
1886
  path: _path2 + ".continuousColorScale",
1863
- expected: "(__type.o3 | undefined)",
1887
+ expected: "(__type.o4 | undefined)",
1864
1888
  value: input3.continuousColorScale
1865
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1889
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1866
1890
  path: _path2 + ".continuousColorScale",
1867
- expected: "(__type.o3 | undefined)",
1891
+ expected: "(__type.o4 | undefined)",
1868
1892
  value: input3.continuousColorScale
1869
1893
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1870
1894
  path: _path2 + ".unit",
@@ -1874,12 +1898,12 @@ var validCategoriesRequest = (input) => {
1874
1898
  path: _path2 + ".bins",
1875
1899
  expected: "(PresetNumericBins | undefined)",
1876
1900
  value: input3.bins
1877
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1901
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1878
1902
  path: _path2 + ".bins",
1879
1903
  expected: "(PresetNumericBins | undefined)",
1880
1904
  value: input3.bins
1881
1905
  })].every((flag) => flag);
1882
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1906
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1883
1907
  path: _path2 + ".id",
1884
1908
  expected: "string",
1885
1909
  value: input3.id
@@ -1927,7 +1951,7 @@ var validCategoriesRequest = (input) => {
1927
1951
  path: _path2 + ".values",
1928
1952
  expected: "(TermValues | undefined)",
1929
1953
  value: input3.values
1930
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1954
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1931
1955
  path: _path2 + ".values",
1932
1956
  expected: "(TermValues | undefined)",
1933
1957
  value: input3.values
@@ -1937,19 +1961,19 @@ var validCategoriesRequest = (input) => {
1937
1961
  value: input3.skipValuesBuild
1938
1962
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1939
1963
  path: _path2 + ".valueConversion",
1940
- expected: "(__type.o2 | undefined)",
1964
+ expected: "(__type.o3 | undefined)",
1941
1965
  value: input3.valueConversion
1942
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1966
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1943
1967
  path: _path2 + ".valueConversion",
1944
- expected: "(__type.o2 | undefined)",
1968
+ expected: "(__type.o3 | undefined)",
1945
1969
  value: input3.valueConversion
1946
1970
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1947
1971
  path: _path2 + ".continuousColorScale",
1948
- expected: "(__type.o3 | undefined)",
1972
+ expected: "(__type.o4 | undefined)",
1949
1973
  value: input3.continuousColorScale
1950
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1974
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1951
1975
  path: _path2 + ".continuousColorScale",
1952
- expected: "(__type.o3 | undefined)",
1976
+ expected: "(__type.o4 | undefined)",
1953
1977
  value: input3.continuousColorScale
1954
1978
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1955
1979
  path: _path2 + ".unit",
@@ -1971,12 +1995,12 @@ var validCategoriesRequest = (input) => {
1971
1995
  path: _path2 + ".bins",
1972
1996
  expected: "(PresetNumericBins | undefined)",
1973
1997
  value: input3.bins
1974
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1998
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1975
1999
  path: _path2 + ".bins",
1976
2000
  expected: "(PresetNumericBins | undefined)",
1977
2001
  value: input3.bins
1978
2002
  })].every((flag) => flag);
1979
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2003
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1980
2004
  path: _path2 + ".id",
1981
2005
  expected: "string",
1982
2006
  value: input3.id
@@ -2024,7 +2048,7 @@ var validCategoriesRequest = (input) => {
2024
2048
  path: _path2 + ".values",
2025
2049
  expected: "(TermValues | undefined)",
2026
2050
  value: input3.values
2027
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2051
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2028
2052
  path: _path2 + ".values",
2029
2053
  expected: "(TermValues | undefined)",
2030
2054
  value: input3.values
@@ -2034,19 +2058,19 @@ var validCategoriesRequest = (input) => {
2034
2058
  value: input3.skipValuesBuild
2035
2059
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2036
2060
  path: _path2 + ".valueConversion",
2037
- expected: "(__type.o2 | undefined)",
2061
+ expected: "(__type.o3 | undefined)",
2038
2062
  value: input3.valueConversion
2039
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2063
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2040
2064
  path: _path2 + ".valueConversion",
2041
- expected: "(__type.o2 | undefined)",
2065
+ expected: "(__type.o3 | undefined)",
2042
2066
  value: input3.valueConversion
2043
2067
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2044
2068
  path: _path2 + ".continuousColorScale",
2045
- expected: "(__type.o3 | undefined)",
2069
+ expected: "(__type.o4 | undefined)",
2046
2070
  value: input3.continuousColorScale
2047
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2071
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2048
2072
  path: _path2 + ".continuousColorScale",
2049
- expected: "(__type.o3 | undefined)",
2073
+ expected: "(__type.o4 | undefined)",
2050
2074
  value: input3.continuousColorScale
2051
2075
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2052
2076
  path: _path2 + ".unit",
@@ -2064,16 +2088,20 @@ var validCategoriesRequest = (input) => {
2064
2088
  path: _path2 + ".stop",
2065
2089
  expected: "number",
2066
2090
  value: input3.stop
2091
+ }), "gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType || $report(_exceptionable2, {
2092
+ path: _path2 + ".genomicFeatureType",
2093
+ expected: '("enhancer" | "gene" | "promoter" | "region")',
2094
+ value: input3.genomicFeatureType
2067
2095
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2068
2096
  path: _path2 + ".bins",
2069
2097
  expected: "(PresetNumericBins | undefined)",
2070
2098
  value: input3.bins
2071
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2099
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2072
2100
  path: _path2 + ".bins",
2073
2101
  expected: "(PresetNumericBins | undefined)",
2074
2102
  value: input3.bins
2075
2103
  })].every((flag) => flag);
2076
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2104
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2077
2105
  path: _path2 + ".id",
2078
2106
  expected: "string",
2079
2107
  value: input3.id
@@ -2121,7 +2149,7 @@ var validCategoriesRequest = (input) => {
2121
2149
  path: _path2 + ".values",
2122
2150
  expected: "(TermValues | undefined)",
2123
2151
  value: input3.values
2124
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2152
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2125
2153
  path: _path2 + ".values",
2126
2154
  expected: "(TermValues | undefined)",
2127
2155
  value: input3.values
@@ -2131,19 +2159,19 @@ var validCategoriesRequest = (input) => {
2131
2159
  value: input3.skipValuesBuild
2132
2160
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2133
2161
  path: _path2 + ".valueConversion",
2134
- expected: "(__type.o2 | undefined)",
2162
+ expected: "(__type.o3 | undefined)",
2135
2163
  value: input3.valueConversion
2136
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2164
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2137
2165
  path: _path2 + ".valueConversion",
2138
- expected: "(__type.o2 | undefined)",
2166
+ expected: "(__type.o3 | undefined)",
2139
2167
  value: input3.valueConversion
2140
2168
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2141
2169
  path: _path2 + ".continuousColorScale",
2142
- expected: "(__type.o3 | undefined)",
2170
+ expected: "(__type.o4 | undefined)",
2143
2171
  value: input3.continuousColorScale
2144
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2172
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2145
2173
  path: _path2 + ".continuousColorScale",
2146
- expected: "(__type.o3 | undefined)",
2174
+ expected: "(__type.o4 | undefined)",
2147
2175
  value: input3.continuousColorScale
2148
2176
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2149
2177
  path: _path2 + ".unit",
@@ -2161,7 +2189,7 @@ var validCategoriesRequest = (input) => {
2161
2189
  path: _path2 + ".bins",
2162
2190
  expected: "(PresetNumericBins | undefined)",
2163
2191
  value: input3.bins
2164
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2192
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2165
2193
  path: _path2 + ".bins",
2166
2194
  expected: "(PresetNumericBins | undefined)",
2167
2195
  value: input3.bins
@@ -2182,7 +2210,7 @@ var validCategoriesRequest = (input) => {
2182
2210
  expected: "(number | undefined)",
2183
2211
  value: input3.stop
2184
2212
  })].every((flag) => flag);
2185
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2213
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2186
2214
  path: _path2 + ".id",
2187
2215
  expected: "string",
2188
2216
  value: input3.id
@@ -2230,7 +2258,7 @@ var validCategoriesRequest = (input) => {
2230
2258
  path: _path2 + ".values",
2231
2259
  expected: "(TermValues | undefined)",
2232
2260
  value: input3.values
2233
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2261
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2234
2262
  path: _path2 + ".values",
2235
2263
  expected: "(TermValues | undefined)",
2236
2264
  value: input3.values
@@ -2240,19 +2268,19 @@ var validCategoriesRequest = (input) => {
2240
2268
  value: input3.skipValuesBuild
2241
2269
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2242
2270
  path: _path2 + ".valueConversion",
2243
- expected: "(__type.o2 | undefined)",
2271
+ expected: "(__type.o3 | undefined)",
2244
2272
  value: input3.valueConversion
2245
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2273
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2246
2274
  path: _path2 + ".valueConversion",
2247
- expected: "(__type.o2 | undefined)",
2275
+ expected: "(__type.o3 | undefined)",
2248
2276
  value: input3.valueConversion
2249
2277
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2250
2278
  path: _path2 + ".continuousColorScale",
2251
- expected: "(__type.o3 | undefined)",
2279
+ expected: "(__type.o4 | undefined)",
2252
2280
  value: input3.continuousColorScale
2253
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2281
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2254
2282
  path: _path2 + ".continuousColorScale",
2255
- expected: "(__type.o3 | undefined)",
2283
+ expected: "(__type.o4 | undefined)",
2256
2284
  value: input3.continuousColorScale
2257
2285
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2258
2286
  path: _path2 + ".unit",
@@ -2270,7 +2298,7 @@ var validCategoriesRequest = (input) => {
2270
2298
  path: _path2 + ".bins",
2271
2299
  expected: "(PresetNumericBins | undefined)",
2272
2300
  value: input3.bins
2273
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2301
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2274
2302
  path: _path2 + ".bins",
2275
2303
  expected: "(PresetNumericBins | undefined)",
2276
2304
  value: input3.bins
@@ -2291,7 +2319,7 @@ var validCategoriesRequest = (input) => {
2291
2319
  expected: "number",
2292
2320
  value: input3.stop
2293
2321
  })].every((flag) => flag);
2294
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2322
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2295
2323
  path: _path2 + ".value",
2296
2324
  expected: "number",
2297
2325
  value: input3.value
@@ -2304,7 +2332,7 @@ var validCategoriesRequest = (input) => {
2304
2332
  expected: "(string | undefined)",
2305
2333
  value: input3.name
2306
2334
  })].every((flag) => flag);
2307
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2335
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2308
2336
  path: _path2 + ".key",
2309
2337
  expected: "string",
2310
2338
  value: input3.key
@@ -2321,7 +2349,7 @@ var validCategoriesRequest = (input) => {
2321
2349
  expected: "(string | undefined)",
2322
2350
  value: input3.label
2323
2351
  })].every((flag) => flag);
2324
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2352
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2325
2353
  path: _path2 + ".join",
2326
2354
  expected: "(string | undefined)",
2327
2355
  value: input3.join
@@ -2353,7 +2381,7 @@ var validCategoriesRequest = (input) => {
2353
2381
  path: _path2 + ".term",
2354
2382
  expected: "ConditionTerm",
2355
2383
  value: input3.term
2356
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2384
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2357
2385
  path: _path2 + ".term",
2358
2386
  expected: "ConditionTerm",
2359
2387
  value: input3.term
@@ -2365,7 +2393,7 @@ var validCategoriesRequest = (input) => {
2365
2393
  path: _path2 + ".grade_and_child[" + _index34 + "]",
2366
2394
  expected: "GradeAndChildEntry",
2367
2395
  value: elem
2368
- })) && $vo36(elem, _path2 + ".grade_and_child[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2396
+ })) && $vo37(elem, _path2 + ".grade_and_child[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2369
2397
  path: _path2 + ".grade_and_child[" + _index34 + "]",
2370
2398
  expected: "GradeAndChildEntry",
2371
2399
  value: elem
@@ -2379,18 +2407,18 @@ var validCategoriesRequest = (input) => {
2379
2407
  value: input3.values
2380
2408
  })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2381
2409
  path: _path2 + ".values[" + _index35 + "]",
2382
- expected: "__type.o6",
2410
+ expected: "__type.o7",
2383
2411
  value: elem
2384
- })) && $vo37(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2412
+ })) && $vo38(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2385
2413
  path: _path2 + ".values[" + _index35 + "]",
2386
- expected: "__type.o6",
2414
+ expected: "__type.o7",
2387
2415
  value: elem
2388
2416
  })).every((flag) => flag) || $report(_exceptionable2, {
2389
2417
  path: _path2 + ".values",
2390
2418
  expected: "Array<__type>.o1",
2391
2419
  value: input3.values
2392
2420
  })].every((flag) => flag);
2393
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2421
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2394
2422
  path: _path2 + ".id",
2395
2423
  expected: "string",
2396
2424
  value: input3.id
@@ -2438,7 +2466,7 @@ var validCategoriesRequest = (input) => {
2438
2466
  path: _path2 + ".values",
2439
2467
  expected: "(TermValues | undefined)",
2440
2468
  value: input3.values
2441
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2469
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2442
2470
  path: _path2 + ".values",
2443
2471
  expected: "(TermValues | undefined)",
2444
2472
  value: input3.values
@@ -2448,14 +2476,14 @@ var validCategoriesRequest = (input) => {
2448
2476
  value: input3.skipValuesBuild
2449
2477
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2450
2478
  path: _path2 + ".valueConversion",
2451
- expected: "(__type.o2 | undefined)",
2479
+ expected: "(__type.o3 | undefined)",
2452
2480
  value: input3.valueConversion
2453
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2481
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2454
2482
  path: _path2 + ".valueConversion",
2455
- expected: "(__type.o2 | undefined)",
2483
+ expected: "(__type.o3 | undefined)",
2456
2484
  value: input3.valueConversion
2457
2485
  })].every((flag) => flag);
2458
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2486
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2459
2487
  path: _path2 + ".grade",
2460
2488
  expected: "number",
2461
2489
  value: input3.grade
@@ -2472,7 +2500,7 @@ var validCategoriesRequest = (input) => {
2472
2500
  expected: "string",
2473
2501
  value: input3.child_label
2474
2502
  })].every((flag) => flag);
2475
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2503
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2476
2504
  path: _path2 + ".key",
2477
2505
  expected: "(number | string)",
2478
2506
  value: input3.key
@@ -2490,7 +2518,7 @@ var validCategoriesRequest = (input) => {
2490
2518
  return true;
2491
2519
  return true;
2492
2520
  }).every((flag) => flag)].every((flag) => flag);
2493
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2521
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2494
2522
  path: _path2 + ".join",
2495
2523
  expected: "(string | undefined)",
2496
2524
  value: input3.join
@@ -2522,7 +2550,7 @@ var validCategoriesRequest = (input) => {
2522
2550
  path: _path2 + ".term",
2523
2551
  expected: "DtTerm",
2524
2552
  value: input3.term
2525
- })) && $vo39(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2553
+ })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2526
2554
  path: _path2 + ".term",
2527
2555
  expected: "DtTerm",
2528
2556
  value: input3.term
@@ -2534,7 +2562,7 @@ var validCategoriesRequest = (input) => {
2534
2562
  path: _path2 + ".values[" + _index38 + "]",
2535
2563
  expected: "GeneVariantValue",
2536
2564
  value: elem
2537
- })) && $vo49(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2565
+ })) && $vo50(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2538
2566
  path: _path2 + ".values[" + _index38 + "]",
2539
2567
  expected: "GeneVariantValue",
2540
2568
  value: elem
@@ -2583,7 +2611,7 @@ var validCategoriesRequest = (input) => {
2583
2611
  expected: "(number | undefined)",
2584
2612
  value: input3.fractionOverlap
2585
2613
  })].every((flag) => flag);
2586
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2614
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2587
2615
  path: _path2 + ".id",
2588
2616
  expected: "string",
2589
2617
  value: input3.id
@@ -2627,12 +2655,12 @@ var validCategoriesRequest = (input) => {
2627
2655
  path: _path2 + ".values",
2628
2656
  expected: "TermValues",
2629
2657
  value: input3.values
2630
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2658
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2631
2659
  path: _path2 + ".values",
2632
2660
  expected: "TermValues",
2633
2661
  value: input3.values
2634
2662
  })].every((flag) => flag);
2635
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2663
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2636
2664
  path: _path2 + ".id",
2637
2665
  expected: "string",
2638
2666
  value: input3.id
@@ -2680,7 +2708,7 @@ var validCategoriesRequest = (input) => {
2680
2708
  path: _path2 + ".values",
2681
2709
  expected: "(TermValues | undefined)",
2682
2710
  value: input3.values
2683
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2711
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2684
2712
  path: _path2 + ".values",
2685
2713
  expected: "(TermValues | undefined)",
2686
2714
  value: input3.values
@@ -2690,11 +2718,11 @@ var validCategoriesRequest = (input) => {
2690
2718
  value: input3.skipValuesBuild
2691
2719
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2692
2720
  path: _path2 + ".valueConversion",
2693
- expected: "(__type.o2 | undefined)",
2721
+ expected: "(__type.o3 | undefined)",
2694
2722
  value: input3.valueConversion
2695
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2723
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2696
2724
  path: _path2 + ".valueConversion",
2697
- expected: "(__type.o2 | undefined)",
2725
+ expected: "(__type.o3 | undefined)",
2698
2726
  value: input3.valueConversion
2699
2727
  }), "gene" === input3.kind || $report(_exceptionable2, {
2700
2728
  path: _path2 + ".kind",
@@ -2736,7 +2764,7 @@ var validCategoriesRequest = (input) => {
2736
2764
  path: _path2 + ".groupsetting",
2737
2765
  expected: "(TermGroupSetting | undefined)",
2738
2766
  value: input3.groupsetting
2739
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2767
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2740
2768
  path: _path2 + ".groupsetting",
2741
2769
  expected: "(TermGroupSetting | undefined)",
2742
2770
  value: input3.groupsetting
@@ -2748,7 +2776,7 @@ var validCategoriesRequest = (input) => {
2748
2776
  path: _path2 + ".childTerms[" + _index42 + "]",
2749
2777
  expected: "DtTerm",
2750
2778
  value: elem
2751
- })) && $vo39(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2779
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2752
2780
  path: _path2 + ".childTerms[" + _index42 + "]",
2753
2781
  expected: "DtTerm",
2754
2782
  value: elem
@@ -2757,7 +2785,7 @@ var validCategoriesRequest = (input) => {
2757
2785
  expected: "(Array<DtTerm> | undefined)",
2758
2786
  value: input3.childTerms
2759
2787
  })].every((flag) => flag);
2760
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2788
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2761
2789
  path: _path2 + ".id",
2762
2790
  expected: "string",
2763
2791
  value: input3.id
@@ -2805,7 +2833,7 @@ var validCategoriesRequest = (input) => {
2805
2833
  path: _path2 + ".values",
2806
2834
  expected: "(TermValues | undefined)",
2807
2835
  value: input3.values
2808
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2836
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2809
2837
  path: _path2 + ".values",
2810
2838
  expected: "(TermValues | undefined)",
2811
2839
  value: input3.values
@@ -2815,11 +2843,11 @@ var validCategoriesRequest = (input) => {
2815
2843
  value: input3.skipValuesBuild
2816
2844
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2817
2845
  path: _path2 + ".valueConversion",
2818
- expected: "(__type.o2 | undefined)",
2846
+ expected: "(__type.o3 | undefined)",
2819
2847
  value: input3.valueConversion
2820
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2848
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2821
2849
  path: _path2 + ".valueConversion",
2822
- expected: "(__type.o2 | undefined)",
2850
+ expected: "(__type.o3 | undefined)",
2823
2851
  value: input3.valueConversion
2824
2852
  }), "gene" === input3.kind || $report(_exceptionable2, {
2825
2853
  path: _path2 + ".kind",
@@ -2842,7 +2870,7 @@ var validCategoriesRequest = (input) => {
2842
2870
  expected: "(number | undefined)",
2843
2871
  value: input3.stop
2844
2872
  })].every((flag) => flag);
2845
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2873
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2846
2874
  path: _path2 + ".id",
2847
2875
  expected: "string",
2848
2876
  value: input3.id
@@ -2890,7 +2918,7 @@ var validCategoriesRequest = (input) => {
2890
2918
  path: _path2 + ".values",
2891
2919
  expected: "(TermValues | undefined)",
2892
2920
  value: input3.values
2893
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2921
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2894
2922
  path: _path2 + ".values",
2895
2923
  expected: "(TermValues | undefined)",
2896
2924
  value: input3.values
@@ -2900,11 +2928,11 @@ var validCategoriesRequest = (input) => {
2900
2928
  value: input3.skipValuesBuild
2901
2929
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2902
2930
  path: _path2 + ".valueConversion",
2903
- expected: "(__type.o2 | undefined)",
2931
+ expected: "(__type.o3 | undefined)",
2904
2932
  value: input3.valueConversion
2905
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2933
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2906
2934
  path: _path2 + ".valueConversion",
2907
- expected: "(__type.o2 | undefined)",
2935
+ expected: "(__type.o3 | undefined)",
2908
2936
  value: input3.valueConversion
2909
2937
  }), "coord" === input3.kind || $report(_exceptionable2, {
2910
2938
  path: _path2 + ".kind",
@@ -2923,7 +2951,7 @@ var validCategoriesRequest = (input) => {
2923
2951
  expected: "number",
2924
2952
  value: input3.stop
2925
2953
  })].every((flag) => flag);
2926
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2954
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2927
2955
  path: _path2 + ".disabled",
2928
2956
  expected: "boolean",
2929
2957
  value: input3.disabled
@@ -2935,7 +2963,7 @@ var validCategoriesRequest = (input) => {
2935
2963
  path: _path2 + ".lst[" + _index47 + "]",
2936
2964
  expected: "Groupset",
2937
2965
  value: elem
2938
- })) && $vo44(elem, _path2 + ".lst[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2966
+ })) && $vo45(elem, _path2 + ".lst[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2939
2967
  path: _path2 + ".lst[" + _index47 + "]",
2940
2968
  expected: "Groupset",
2941
2969
  value: elem
@@ -2944,7 +2972,7 @@ var validCategoriesRequest = (input) => {
2944
2972
  expected: "(Array<Groupset> | undefined)",
2945
2973
  value: input3.lst
2946
2974
  })].every((flag) => flag);
2947
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2975
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2948
2976
  path: _path2 + ".name",
2949
2977
  expected: "string",
2950
2978
  value: input3.name
@@ -2977,7 +3005,7 @@ var validCategoriesRequest = (input) => {
2977
3005
  expected: "Array<GroupEntry>",
2978
3006
  value: input3.groups
2979
3007
  })].every((flag) => flag);
2980
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3008
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2981
3009
  path: _path2 + ".name",
2982
3010
  expected: "string",
2983
3011
  value: input3.name
@@ -2991,11 +3019,11 @@ var validCategoriesRequest = (input) => {
2991
3019
  value: input3.values
2992
3020
  })) && input3.values.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2993
3021
  path: _path2 + ".values[" + _index49 + "]",
2994
- expected: "__type.o7",
3022
+ expected: "__type.o8",
2995
3023
  value: elem
2996
- })) && $vo46(elem, _path2 + ".values[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3024
+ })) && $vo47(elem, _path2 + ".values[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2997
3025
  path: _path2 + ".values[" + _index49 + "]",
2998
- expected: "__type.o7",
3026
+ expected: "__type.o8",
2999
3027
  value: elem
3000
3028
  })).every((flag) => flag) || $report(_exceptionable2, {
3001
3029
  path: _path2 + ".values",
@@ -3006,7 +3034,7 @@ var validCategoriesRequest = (input) => {
3006
3034
  expected: "(boolean | undefined)",
3007
3035
  value: input3.uncomputable
3008
3036
  })].every((flag) => flag);
3009
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
3037
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
3010
3038
  path: _path2 + ".key",
3011
3039
  expected: "(number | string)",
3012
3040
  value: input3.key
@@ -3015,7 +3043,7 @@ var validCategoriesRequest = (input) => {
3015
3043
  expected: "string",
3016
3044
  value: input3.label
3017
3045
  })].every((flag) => flag);
3018
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3046
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3019
3047
  path: _path2 + ".name",
3020
3048
  expected: "string",
3021
3049
  value: input3.name
@@ -3027,7 +3055,7 @@ var validCategoriesRequest = (input) => {
3027
3055
  path: _path2 + ".filter",
3028
3056
  expected: "Filter",
3029
3057
  value: input3.filter
3030
- })) && $vo6(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
3058
+ })) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
3031
3059
  path: _path2 + ".filter",
3032
3060
  expected: "Filter",
3033
3061
  value: input3.filter
@@ -3036,7 +3064,7 @@ var validCategoriesRequest = (input) => {
3036
3064
  expected: "string",
3037
3065
  value: input3.color
3038
3066
  })].every((flag) => flag);
3039
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3067
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3040
3068
  path: _path2 + ".id",
3041
3069
  expected: "string",
3042
3070
  value: input3.id
@@ -3084,7 +3112,7 @@ var validCategoriesRequest = (input) => {
3084
3112
  path: _path2 + ".values",
3085
3113
  expected: "(TermValues | undefined)",
3086
3114
  value: input3.values
3087
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3115
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3088
3116
  path: _path2 + ".values",
3089
3117
  expected: "(TermValues | undefined)",
3090
3118
  value: input3.values
@@ -3094,11 +3122,11 @@ var validCategoriesRequest = (input) => {
3094
3122
  value: input3.skipValuesBuild
3095
3123
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3096
3124
  path: _path2 + ".valueConversion",
3097
- expected: "(__type.o2 | undefined)",
3125
+ expected: "(__type.o3 | undefined)",
3098
3126
  value: input3.valueConversion
3099
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3127
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3100
3128
  path: _path2 + ".valueConversion",
3101
- expected: "(__type.o2 | undefined)",
3129
+ expected: "(__type.o3 | undefined)",
3102
3130
  value: input3.valueConversion
3103
3131
  }), "coord" === input3.kind || $report(_exceptionable2, {
3104
3132
  path: _path2 + ".kind",
@@ -3136,7 +3164,7 @@ var validCategoriesRequest = (input) => {
3136
3164
  path: _path2 + ".groupsetting",
3137
3165
  expected: "(TermGroupSetting | undefined)",
3138
3166
  value: input3.groupsetting
3139
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3167
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3140
3168
  path: _path2 + ".groupsetting",
3141
3169
  expected: "(TermGroupSetting | undefined)",
3142
3170
  value: input3.groupsetting
@@ -3148,7 +3176,7 @@ var validCategoriesRequest = (input) => {
3148
3176
  path: _path2 + ".childTerms[" + _index53 + "]",
3149
3177
  expected: "DtTerm",
3150
3178
  value: elem
3151
- })) && $vo39(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3179
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3152
3180
  path: _path2 + ".childTerms[" + _index53 + "]",
3153
3181
  expected: "DtTerm",
3154
3182
  value: elem
@@ -3157,7 +3185,7 @@ var validCategoriesRequest = (input) => {
3157
3185
  expected: "(Array<DtTerm> | undefined)",
3158
3186
  value: input3.childTerms
3159
3187
  })].every((flag) => flag);
3160
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3188
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3161
3189
  path: _path2 + ".key",
3162
3190
  expected: "(string | undefined)",
3163
3191
  value: input3.key
@@ -3202,7 +3230,7 @@ var validCategoriesRequest = (input) => {
3202
3230
  expected: "(string | undefined)",
3203
3231
  value: input3.origin
3204
3232
  })].every((flag) => flag);
3205
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3233
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3206
3234
  path: _path2 + ".join",
3207
3235
  expected: "(string | undefined)",
3208
3236
  value: input3.join
@@ -3243,7 +3271,7 @@ var validCategoriesRequest = (input) => {
3243
3271
  expected: "number",
3244
3272
  value: input3.ratio
3245
3273
  })].every((flag) => flag);
3246
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3274
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3247
3275
  path: _path2 + ".id",
3248
3276
  expected: "string",
3249
3277
  value: input3.id
@@ -3291,7 +3319,7 @@ var validCategoriesRequest = (input) => {
3291
3319
  path: _path2 + ".values",
3292
3320
  expected: "(TermValues | undefined)",
3293
3321
  value: input3.values
3294
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3322
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3295
3323
  path: _path2 + ".values",
3296
3324
  expected: "(TermValues | undefined)",
3297
3325
  value: input3.values
@@ -3301,11 +3329,11 @@ var validCategoriesRequest = (input) => {
3301
3329
  value: input3.skipValuesBuild
3302
3330
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3303
3331
  path: _path2 + ".valueConversion",
3304
- expected: "(__type.o2 | undefined)",
3332
+ expected: "(__type.o3 | undefined)",
3305
3333
  value: input3.valueConversion
3306
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3334
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3307
3335
  path: _path2 + ".valueConversion",
3308
- expected: "(__type.o2 | undefined)",
3336
+ expected: "(__type.o3 | undefined)",
3309
3337
  value: input3.valueConversion
3310
3338
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3311
3339
  path: _path2 + ".termIds",
@@ -3327,7 +3355,7 @@ var validCategoriesRequest = (input) => {
3327
3355
  path: _path2 + ".termlst[" + _index59 + "]",
3328
3356
  expected: "BaseTerm",
3329
3357
  value: elem
3330
- })) && $vo52(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3358
+ })) && $vo53(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3331
3359
  path: _path2 + ".termlst[" + _index59 + "]",
3332
3360
  expected: "BaseTerm",
3333
3361
  value: elem
@@ -3341,12 +3369,16 @@ var validCategoriesRequest = (input) => {
3341
3369
  value: input3.newTvs
3342
3370
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3343
3371
  path: _path2 + ".propsByTermId",
3344
- expected: "__type.o8",
3372
+ expected: "__type.o9",
3345
3373
  value: input3.propsByTermId
3346
- })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3374
+ })) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3347
3375
  path: _path2 + ".propsByTermId",
3348
- expected: "__type.o8",
3376
+ expected: "__type.o9",
3349
3377
  value: input3.propsByTermId
3378
+ }), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
3379
+ path: _path2 + ".isCustom",
3380
+ expected: "(boolean | undefined)",
3381
+ value: input3.isCustom
3350
3382
  }), "numeric" === input3.memberType || $report(_exceptionable2, {
3351
3383
  path: _path2 + ".memberType",
3352
3384
  expected: '"numeric"',
@@ -3365,14 +3397,14 @@ var validCategoriesRequest = (input) => {
3365
3397
  value: input3.numerators
3366
3398
  }), void 0 === input3.valueTransform || ("object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) || $report(_exceptionable2, {
3367
3399
  path: _path2 + ".valueTransform",
3368
- expected: "(__type.o10 | undefined)",
3400
+ expected: "(__type.o11 | undefined)",
3369
3401
  value: input3.valueTransform
3370
- })) && $vo55(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3402
+ })) && $vo56(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3371
3403
  path: _path2 + ".valueTransform",
3372
- expected: "(__type.o10 | undefined)",
3404
+ expected: "(__type.o11 | undefined)",
3373
3405
  value: input3.valueTransform
3374
3406
  })].every((flag) => flag);
3375
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3407
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3376
3408
  path: _path2 + ".id",
3377
3409
  expected: "string",
3378
3410
  value: input3.id
@@ -3420,7 +3452,7 @@ var validCategoriesRequest = (input) => {
3420
3452
  path: _path2 + ".values",
3421
3453
  expected: "(TermValues | undefined)",
3422
3454
  value: input3.values
3423
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3455
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3424
3456
  path: _path2 + ".values",
3425
3457
  expected: "(TermValues | undefined)",
3426
3458
  value: input3.values
@@ -3430,30 +3462,30 @@ var validCategoriesRequest = (input) => {
3430
3462
  value: input3.skipValuesBuild
3431
3463
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3432
3464
  path: _path2 + ".valueConversion",
3433
- expected: "(__type.o2 | undefined)",
3465
+ expected: "(__type.o3 | undefined)",
3434
3466
  value: input3.valueConversion
3435
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3467
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3436
3468
  path: _path2 + ".valueConversion",
3437
- expected: "(__type.o2 | undefined)",
3469
+ expected: "(__type.o3 | undefined)",
3438
3470
  value: input3.valueConversion
3439
3471
  })].every((flag) => flag);
3440
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3472
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3441
3473
  const value = input3[key];
3442
3474
  if (void 0 === value)
3443
3475
  return true;
3444
3476
  if (RegExp(/(.*)/).test(key))
3445
3477
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
3446
3478
  path: _path2 + $join(key),
3447
- expected: "__type.o9",
3479
+ expected: "__type.o10",
3448
3480
  value
3449
- })) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3481
+ })) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3450
3482
  path: _path2 + $join(key),
3451
- expected: "__type.o9",
3483
+ expected: "__type.o10",
3452
3484
  value
3453
3485
  });
3454
3486
  return true;
3455
3487
  }).every((flag) => flag)].every((flag) => flag);
3456
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3488
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3457
3489
  const value = input3[key];
3458
3490
  if (void 0 === value)
3459
3491
  return true;
@@ -3461,12 +3493,12 @@ var validCategoriesRequest = (input) => {
3461
3493
  return true;
3462
3494
  return true;
3463
3495
  }).every((flag) => flag)].every((flag) => flag);
3464
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3496
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3465
3497
  path: _path2 + ".offset",
3466
3498
  expected: "(number | undefined)",
3467
3499
  value: input3.offset
3468
3500
  })].every((flag) => flag);
3469
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3501
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3470
3502
  path: _path2 + ".id",
3471
3503
  expected: "string",
3472
3504
  value: input3.id
@@ -3514,7 +3546,7 @@ var validCategoriesRequest = (input) => {
3514
3546
  path: _path2 + ".values",
3515
3547
  expected: "(TermValues | undefined)",
3516
3548
  value: input3.values
3517
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3549
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3518
3550
  path: _path2 + ".values",
3519
3551
  expected: "(TermValues | undefined)",
3520
3552
  value: input3.values
@@ -3524,11 +3556,11 @@ var validCategoriesRequest = (input) => {
3524
3556
  value: input3.skipValuesBuild
3525
3557
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3526
3558
  path: _path2 + ".valueConversion",
3527
- expected: "(__type.o2 | undefined)",
3559
+ expected: "(__type.o3 | undefined)",
3528
3560
  value: input3.valueConversion
3529
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3561
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3530
3562
  path: _path2 + ".valueConversion",
3531
- expected: "(__type.o2 | undefined)",
3563
+ expected: "(__type.o3 | undefined)",
3532
3564
  value: input3.valueConversion
3533
3565
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3534
3566
  path: _path2 + ".termIds",
@@ -3550,7 +3582,7 @@ var validCategoriesRequest = (input) => {
3550
3582
  path: _path2 + ".termlst[" + _index66 + "]",
3551
3583
  expected: "BaseTerm",
3552
3584
  value: elem
3553
- })) && $vo52(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3585
+ })) && $vo53(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3554
3586
  path: _path2 + ".termlst[" + _index66 + "]",
3555
3587
  expected: "BaseTerm",
3556
3588
  value: elem
@@ -3564,12 +3596,16 @@ var validCategoriesRequest = (input) => {
3564
3596
  value: input3.newTvs
3565
3597
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3566
3598
  path: _path2 + ".propsByTermId",
3567
- expected: "__type.o8",
3599
+ expected: "__type.o9",
3568
3600
  value: input3.propsByTermId
3569
- })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3601
+ })) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3570
3602
  path: _path2 + ".propsByTermId",
3571
- expected: "__type.o8",
3603
+ expected: "__type.o9",
3572
3604
  value: input3.propsByTermId
3605
+ }), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
3606
+ path: _path2 + ".isCustom",
3607
+ expected: "(boolean | undefined)",
3608
+ value: input3.isCustom
3573
3609
  }), "categorical" === input3.memberType || $report(_exceptionable2, {
3574
3610
  path: _path2 + ".memberType",
3575
3611
  expected: '"categorical"',
@@ -3582,7 +3618,7 @@ var validCategoriesRequest = (input) => {
3582
3618
  path: _path2 + ".categoryKeys[" + _index67 + "]",
3583
3619
  expected: "CategoryKey",
3584
3620
  value: elem
3585
- })) && $vo57(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3621
+ })) && $vo58(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3586
3622
  path: _path2 + ".categoryKeys[" + _index67 + "]",
3587
3623
  expected: "CategoryKey",
3588
3624
  value: elem
@@ -3591,7 +3627,7 @@ var validCategoriesRequest = (input) => {
3591
3627
  expected: "Array<CategoryKey>",
3592
3628
  value: input3.categoryKeys
3593
3629
  })].every((flag) => flag);
3594
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3630
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3595
3631
  path: _path2 + ".key",
3596
3632
  expected: "string",
3597
3633
  value: input3.key
@@ -3600,7 +3636,7 @@ var validCategoriesRequest = (input) => {
3600
3636
  expected: "boolean",
3601
3637
  value: input3.shown
3602
3638
  })].every((flag) => flag);
3603
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3639
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3604
3640
  path: _path2 + ".id",
3605
3641
  expected: "string",
3606
3642
  value: input3.id
@@ -3648,7 +3684,7 @@ var validCategoriesRequest = (input) => {
3648
3684
  path: _path2 + ".values",
3649
3685
  expected: "(TermValues | undefined)",
3650
3686
  value: input3.values
3651
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3687
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3652
3688
  path: _path2 + ".values",
3653
3689
  expected: "(TermValues | undefined)",
3654
3690
  value: input3.values
@@ -3658,11 +3694,11 @@ var validCategoriesRequest = (input) => {
3658
3694
  value: input3.skipValuesBuild
3659
3695
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3660
3696
  path: _path2 + ".valueConversion",
3661
- expected: "(__type.o2 | undefined)",
3697
+ expected: "(__type.o3 | undefined)",
3662
3698
  value: input3.valueConversion
3663
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3699
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3664
3700
  path: _path2 + ".valueConversion",
3665
- expected: "(__type.o2 | undefined)",
3701
+ expected: "(__type.o3 | undefined)",
3666
3702
  value: input3.valueConversion
3667
3703
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
3668
3704
  path: _path2 + ".chr",
@@ -3696,12 +3732,12 @@ var validCategoriesRequest = (input) => {
3696
3732
  path: _path2 + ".groupsetting",
3697
3733
  expected: "TermGroupSetting",
3698
3734
  value: input3.groupsetting
3699
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3735
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3700
3736
  path: _path2 + ".groupsetting",
3701
3737
  expected: "TermGroupSetting",
3702
3738
  value: input3.groupsetting
3703
3739
  })].every((flag) => flag);
3704
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3740
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3705
3741
  path: _path2 + ".id",
3706
3742
  expected: "string",
3707
3743
  value: input3.id
@@ -3749,7 +3785,7 @@ var validCategoriesRequest = (input) => {
3749
3785
  path: _path2 + ".values",
3750
3786
  expected: "(TermValues | undefined)",
3751
3787
  value: input3.values
3752
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3788
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3753
3789
  path: _path2 + ".values",
3754
3790
  expected: "(TermValues | undefined)",
3755
3791
  value: input3.values
@@ -3759,17 +3795,17 @@ var validCategoriesRequest = (input) => {
3759
3795
  value: input3.skipValuesBuild
3760
3796
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3761
3797
  path: _path2 + ".valueConversion",
3762
- expected: "(__type.o2 | undefined)",
3798
+ expected: "(__type.o3 | undefined)",
3763
3799
  value: input3.valueConversion
3764
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3800
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3765
3801
  path: _path2 + ".valueConversion",
3766
- expected: "(__type.o2 | undefined)",
3802
+ expected: "(__type.o3 | undefined)",
3767
3803
  value: input3.valueConversion
3768
3804
  }), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
3769
3805
  path: _path2 + ".sample",
3770
3806
  expected: "object",
3771
3807
  value: input3.sample
3772
- })) && $vo60(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3808
+ })) && $vo61(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3773
3809
  path: _path2 + ".sample",
3774
3810
  expected: "object",
3775
3811
  value: input3.sample
@@ -3781,17 +3817,17 @@ var validCategoriesRequest = (input) => {
3781
3817
  path: _path2 + ".groupsetting",
3782
3818
  expected: "TermGroupSetting",
3783
3819
  value: input3.groupsetting
3784
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3820
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3785
3821
  path: _path2 + ".groupsetting",
3786
3822
  expected: "TermGroupSetting",
3787
3823
  value: input3.groupsetting
3788
3824
  })].every((flag) => flag);
3789
- const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
3790
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3825
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
3826
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3791
3827
  path: _path2 + ".hiddenValues",
3792
3828
  expected: "(HiddenValues | undefined)",
3793
3829
  value: input3.hiddenValues
3794
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3830
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3795
3831
  path: _path2 + ".hiddenValues",
3796
3832
  expected: "(HiddenValues | undefined)",
3797
3833
  value: input3.hiddenValues
@@ -3816,7 +3852,7 @@ var validCategoriesRequest = (input) => {
3816
3852
  expected: '"values"',
3817
3853
  value: input3.type
3818
3854
  })].every((flag) => flag);
3819
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3855
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3820
3856
  path: _path2 + ".id",
3821
3857
  expected: "(string | undefined)",
3822
3858
  value: input3.id
@@ -3840,7 +3876,15 @@ var validCategoriesRequest = (input) => {
3840
3876
  path: _path2 + ".minNumSamples",
3841
3877
  expected: "(number | undefined)",
3842
3878
  value: input3.minNumSamples
3843
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3879
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3880
+ path: _path2 + ".values",
3881
+ expected: "(__type.o1 | undefined)",
3882
+ value: input3.values
3883
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3884
+ path: _path2 + ".values",
3885
+ expected: "(__type.o1 | undefined)",
3886
+ value: input3.values
3887
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3844
3888
  path: _path2 + ".term",
3845
3889
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3846
3890
  value: input3.term
@@ -3852,7 +3896,7 @@ var validCategoriesRequest = (input) => {
3852
3896
  path: _path2 + ".q",
3853
3897
  expected: "PredefinedGroupSettingQ",
3854
3898
  value: input3.q
3855
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3899
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3856
3900
  path: _path2 + ".q",
3857
3901
  expected: "PredefinedGroupSettingQ",
3858
3902
  value: input3.q
@@ -3861,11 +3905,11 @@ var validCategoriesRequest = (input) => {
3861
3905
  expected: '"QualTWPredefinedGS"',
3862
3906
  value: input3.type
3863
3907
  })].every((flag) => flag);
3864
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3908
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3865
3909
  path: _path2 + ".hiddenValues",
3866
3910
  expected: "(HiddenValues | undefined)",
3867
3911
  value: input3.hiddenValues
3868
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3912
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3869
3913
  path: _path2 + ".hiddenValues",
3870
3914
  expected: "(HiddenValues | undefined)",
3871
3915
  value: input3.hiddenValues
@@ -3894,7 +3938,7 @@ var validCategoriesRequest = (input) => {
3894
3938
  expected: "number",
3895
3939
  value: input3.predefined_groupset_idx
3896
3940
  })].every((flag) => flag);
3897
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3941
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3898
3942
  path: _path2 + ".id",
3899
3943
  expected: "(string | undefined)",
3900
3944
  value: input3.id
@@ -3918,7 +3962,15 @@ var validCategoriesRequest = (input) => {
3918
3962
  path: _path2 + ".minNumSamples",
3919
3963
  expected: "(number | undefined)",
3920
3964
  value: input3.minNumSamples
3921
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3965
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3966
+ path: _path2 + ".values",
3967
+ expected: "(__type.o1 | undefined)",
3968
+ value: input3.values
3969
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3970
+ path: _path2 + ".values",
3971
+ expected: "(__type.o1 | undefined)",
3972
+ value: input3.values
3973
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3922
3974
  path: _path2 + ".term",
3923
3975
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3924
3976
  value: input3.term
@@ -3930,7 +3982,7 @@ var validCategoriesRequest = (input) => {
3930
3982
  path: _path2 + ".q",
3931
3983
  expected: "CustomGroupSettingQ",
3932
3984
  value: input3.q
3933
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3985
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3934
3986
  path: _path2 + ".q",
3935
3987
  expected: "CustomGroupSettingQ",
3936
3988
  value: input3.q
@@ -3939,11 +3991,11 @@ var validCategoriesRequest = (input) => {
3939
3991
  expected: '"QualTWCustomGS"',
3940
3992
  value: input3.type
3941
3993
  })].every((flag) => flag);
3942
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3994
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3943
3995
  path: _path2 + ".hiddenValues",
3944
3996
  expected: "(HiddenValues | undefined)",
3945
3997
  value: input3.hiddenValues
3946
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3998
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3947
3999
  path: _path2 + ".hiddenValues",
3948
4000
  expected: "(HiddenValues | undefined)",
3949
4001
  value: input3.hiddenValues
@@ -3971,12 +4023,12 @@ var validCategoriesRequest = (input) => {
3971
4023
  path: _path2 + ".customset",
3972
4024
  expected: "BaseGroupSet",
3973
4025
  value: input3.customset
3974
- })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4026
+ })) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3975
4027
  path: _path2 + ".customset",
3976
4028
  expected: "BaseGroupSet",
3977
4029
  value: input3.customset
3978
4030
  })].every((flag) => flag);
3979
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
4031
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3980
4032
  path: _path2 + ".groups",
3981
4033
  expected: "Array<GroupEntry>",
3982
4034
  value: input3.groups
@@ -3993,7 +4045,7 @@ var validCategoriesRequest = (input) => {
3993
4045
  expected: "Array<GroupEntry>",
3994
4046
  value: input3.groups
3995
4047
  })].every((flag) => flag);
3996
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4048
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3997
4049
  path: _path2 + ".id",
3998
4050
  expected: "(string | undefined)",
3999
4051
  value: input3.id
@@ -4017,7 +4069,15 @@ var validCategoriesRequest = (input) => {
4017
4069
  path: _path2 + ".minNumSamples",
4018
4070
  expected: "(number | undefined)",
4019
4071
  value: input3.minNumSamples
4020
- }), true, "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
4072
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4073
+ path: _path2 + ".values",
4074
+ expected: "(__type.o1 | undefined)",
4075
+ value: input3.values
4076
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4077
+ path: _path2 + ".values",
4078
+ expected: "(__type.o1 | undefined)",
4079
+ value: input3.values
4080
+ }), "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
4021
4081
  path: _path2 + ".type",
4022
4082
  expected: '"NumTWRegularBin"',
4023
4083
  value: input3.type
@@ -4033,12 +4093,12 @@ var validCategoriesRequest = (input) => {
4033
4093
  path: _path2 + ".q",
4034
4094
  expected: "RegularNumericBinConfig",
4035
4095
  value: input3.q
4036
- })) && $vo14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4096
+ })) && $vo15(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4037
4097
  path: _path2 + ".q",
4038
4098
  expected: "RegularNumericBinConfig",
4039
4099
  value: input3.q
4040
4100
  })].every((flag) => flag);
4041
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4101
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4042
4102
  path: _path2 + ".id",
4043
4103
  expected: "(string | undefined)",
4044
4104
  value: input3.id
@@ -4062,7 +4122,15 @@ var validCategoriesRequest = (input) => {
4062
4122
  path: _path2 + ".minNumSamples",
4063
4123
  expected: "(number | undefined)",
4064
4124
  value: input3.minNumSamples
4065
- }), true, "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
4125
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4126
+ path: _path2 + ".values",
4127
+ expected: "(__type.o1 | undefined)",
4128
+ value: input3.values
4129
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4130
+ path: _path2 + ".values",
4131
+ expected: "(__type.o1 | undefined)",
4132
+ value: input3.values
4133
+ }), "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
4066
4134
  path: _path2 + ".type",
4067
4135
  expected: '"NumTWCustomBin"',
4068
4136
  value: input3.type
@@ -4078,12 +4146,12 @@ var validCategoriesRequest = (input) => {
4078
4146
  path: _path2 + ".q",
4079
4147
  expected: "CustomNumericBinConfig",
4080
4148
  value: input3.q
4081
- })) && $vo19(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4149
+ })) && $vo20(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4082
4150
  path: _path2 + ".q",
4083
4151
  expected: "CustomNumericBinConfig",
4084
4152
  value: input3.q
4085
4153
  })].every((flag) => flag);
4086
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4154
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4087
4155
  path: _path2 + ".id",
4088
4156
  expected: "(string | undefined)",
4089
4157
  value: input3.id
@@ -4107,7 +4175,15 @@ var validCategoriesRequest = (input) => {
4107
4175
  path: _path2 + ".minNumSamples",
4108
4176
  expected: "(number | undefined)",
4109
4177
  value: input3.minNumSamples
4110
- }), true, "NumTWBinary" === input3.type || $report(_exceptionable2, {
4178
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4179
+ path: _path2 + ".values",
4180
+ expected: "(__type.o1 | undefined)",
4181
+ value: input3.values
4182
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4183
+ path: _path2 + ".values",
4184
+ expected: "(__type.o1 | undefined)",
4185
+ value: input3.values
4186
+ }), "NumTWBinary" === input3.type || $report(_exceptionable2, {
4111
4187
  path: _path2 + ".type",
4112
4188
  expected: '"NumTWBinary"',
4113
4189
  value: input3.type
@@ -4123,16 +4199,16 @@ var validCategoriesRequest = (input) => {
4123
4199
  path: _path2 + ".q",
4124
4200
  expected: "BinaryNumericQ",
4125
4201
  value: input3.q
4126
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4202
+ })) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4127
4203
  path: _path2 + ".q",
4128
4204
  expected: "BinaryNumericQ",
4129
4205
  value: input3.q
4130
4206
  })].every((flag) => flag);
4131
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4207
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4132
4208
  path: _path2 + ".hiddenValues",
4133
4209
  expected: "(HiddenValues | undefined)",
4134
4210
  value: input3.hiddenValues
4135
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4211
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4136
4212
  path: _path2 + ".hiddenValues",
4137
4213
  expected: "(HiddenValues | undefined)",
4138
4214
  value: input3.hiddenValues
@@ -4196,7 +4272,7 @@ var validCategoriesRequest = (input) => {
4196
4272
  expected: "(number | undefined)",
4197
4273
  value: input3.cutoffPercentile
4198
4274
  })].every((flag) => flag);
4199
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4275
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4200
4276
  path: _path2 + ".id",
4201
4277
  expected: "(string | undefined)",
4202
4278
  value: input3.id
@@ -4220,7 +4296,15 @@ var validCategoriesRequest = (input) => {
4220
4296
  path: _path2 + ".minNumSamples",
4221
4297
  expected: "(number | undefined)",
4222
4298
  value: input3.minNumSamples
4223
- }), true, "NumTWCont" === input3.type || $report(_exceptionable2, {
4299
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4300
+ path: _path2 + ".values",
4301
+ expected: "(__type.o1 | undefined)",
4302
+ value: input3.values
4303
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4304
+ path: _path2 + ".values",
4305
+ expected: "(__type.o1 | undefined)",
4306
+ value: input3.values
4307
+ }), "NumTWCont" === input3.type || $report(_exceptionable2, {
4224
4308
  path: _path2 + ".type",
4225
4309
  expected: '"NumTWCont"',
4226
4310
  value: input3.type
@@ -4236,16 +4320,16 @@ var validCategoriesRequest = (input) => {
4236
4320
  path: _path2 + ".q",
4237
4321
  expected: "ContinuousNumericQ",
4238
4322
  value: input3.q
4239
- })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4323
+ })) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4240
4324
  path: _path2 + ".q",
4241
4325
  expected: "ContinuousNumericQ",
4242
4326
  value: input3.q
4243
4327
  })].every((flag) => flag);
4244
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4328
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4245
4329
  path: _path2 + ".hiddenValues",
4246
4330
  expected: "(HiddenValues | undefined)",
4247
4331
  value: input3.hiddenValues
4248
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4332
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4249
4333
  path: _path2 + ".hiddenValues",
4250
4334
  expected: "(HiddenValues | undefined)",
4251
4335
  value: input3.hiddenValues
@@ -4282,7 +4366,7 @@ var validCategoriesRequest = (input) => {
4282
4366
  expected: "(number | undefined)",
4283
4367
  value: input3.scale
4284
4368
  })].every((flag) => flag);
4285
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4369
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4286
4370
  path: _path2 + ".id",
4287
4371
  expected: "(string | undefined)",
4288
4372
  value: input3.id
@@ -4306,7 +4390,15 @@ var validCategoriesRequest = (input) => {
4306
4390
  path: _path2 + ".minNumSamples",
4307
4391
  expected: "(number | undefined)",
4308
4392
  value: input3.minNumSamples
4309
- }), true, "NumTWSpline" === input3.type || $report(_exceptionable2, {
4393
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4394
+ path: _path2 + ".values",
4395
+ expected: "(__type.o1 | undefined)",
4396
+ value: input3.values
4397
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4398
+ path: _path2 + ".values",
4399
+ expected: "(__type.o1 | undefined)",
4400
+ value: input3.values
4401
+ }), "NumTWSpline" === input3.type || $report(_exceptionable2, {
4310
4402
  path: _path2 + ".type",
4311
4403
  expected: '"NumTWSpline"',
4312
4404
  value: input3.type
@@ -4322,16 +4414,16 @@ var validCategoriesRequest = (input) => {
4322
4414
  path: _path2 + ".q",
4323
4415
  expected: "SplineNumericQ",
4324
4416
  value: input3.q
4325
- })) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4417
+ })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4326
4418
  path: _path2 + ".q",
4327
4419
  expected: "SplineNumericQ",
4328
4420
  value: input3.q
4329
4421
  })].every((flag) => flag);
4330
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4422
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4331
4423
  path: _path2 + ".hiddenValues",
4332
4424
  expected: "(HiddenValues | undefined)",
4333
4425
  value: input3.hiddenValues
4334
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4426
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4335
4427
  path: _path2 + ".hiddenValues",
4336
4428
  expected: "(HiddenValues | undefined)",
4337
4429
  value: input3.hiddenValues
@@ -4357,11 +4449,11 @@ var validCategoriesRequest = (input) => {
4357
4449
  value: input3.knots
4358
4450
  })) && input3.knots.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4359
4451
  path: _path2 + ".knots[" + _index74 + "]",
4360
- expected: "__type.o11",
4452
+ expected: "__type.o12",
4361
4453
  value: elem
4362
- })) && $vo75(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4454
+ })) && $vo76(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4363
4455
  path: _path2 + ".knots[" + _index74 + "]",
4364
- expected: "__type.o11",
4456
+ expected: "__type.o12",
4365
4457
  value: elem
4366
4458
  })).every((flag) => flag) || $report(_exceptionable2, {
4367
4459
  path: _path2 + ".knots",
@@ -4376,12 +4468,12 @@ var validCategoriesRequest = (input) => {
4376
4468
  expected: "undefined",
4377
4469
  value: input3.type
4378
4470
  }))].every((flag) => flag);
4379
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4471
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4380
4472
  path: _path2 + ".value",
4381
4473
  expected: "number",
4382
4474
  value: input3.value
4383
4475
  })].every((flag) => flag);
4384
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4476
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4385
4477
  path: _path2 + ".id",
4386
4478
  expected: "(string | undefined)",
4387
4479
  value: input3.id
@@ -4405,7 +4497,15 @@ var validCategoriesRequest = (input) => {
4405
4497
  path: _path2 + ".minNumSamples",
4406
4498
  expected: "(number | undefined)",
4407
4499
  value: input3.minNumSamples
4408
- }), true, "GvValuesTW" === input3.type || $report(_exceptionable2, {
4500
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4501
+ path: _path2 + ".values",
4502
+ expected: "(__type.o1 | undefined)",
4503
+ value: input3.values
4504
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4505
+ path: _path2 + ".values",
4506
+ expected: "(__type.o1 | undefined)",
4507
+ value: input3.values
4508
+ }), "GvValuesTW" === input3.type || $report(_exceptionable2, {
4409
4509
  path: _path2 + ".type",
4410
4510
  expected: '"GvValuesTW"',
4411
4511
  value: input3.type
@@ -4421,12 +4521,12 @@ var validCategoriesRequest = (input) => {
4421
4521
  path: _path2 + ".q",
4422
4522
  expected: "GvValuesQ",
4423
4523
  value: input3.q
4424
- })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4524
+ })) && $vo80(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4425
4525
  path: _path2 + ".q",
4426
4526
  expected: "GvValuesQ",
4427
4527
  value: input3.q
4428
4528
  })].every((flag) => flag);
4429
- const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4529
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4430
4530
  path: _path2 + ".id",
4431
4531
  expected: "string",
4432
4532
  value: input3.id
@@ -4474,7 +4574,7 @@ var validCategoriesRequest = (input) => {
4474
4574
  path: _path2 + ".values",
4475
4575
  expected: "(TermValues | undefined)",
4476
4576
  value: input3.values
4477
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4577
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4478
4578
  path: _path2 + ".values",
4479
4579
  expected: "(TermValues | undefined)",
4480
4580
  value: input3.values
@@ -4484,11 +4584,11 @@ var validCategoriesRequest = (input) => {
4484
4584
  value: input3.skipValuesBuild
4485
4585
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
4486
4586
  path: _path2 + ".valueConversion",
4487
- expected: "(__type.o2 | undefined)",
4587
+ expected: "(__type.o3 | undefined)",
4488
4588
  value: input3.valueConversion
4489
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4589
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4490
4590
  path: _path2 + ".valueConversion",
4491
- expected: "(__type.o2 | undefined)",
4591
+ expected: "(__type.o3 | undefined)",
4492
4592
  value: input3.valueConversion
4493
4593
  }), "gene" === input3.kind || $report(_exceptionable2, {
4494
4594
  path: _path2 + ".kind",
@@ -4530,7 +4630,7 @@ var validCategoriesRequest = (input) => {
4530
4630
  path: _path2 + ".groupsetting",
4531
4631
  expected: "TermGroupSetting",
4532
4632
  value: input3.groupsetting
4533
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4633
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4534
4634
  path: _path2 + ".groupsetting",
4535
4635
  expected: "TermGroupSetting",
4536
4636
  value: input3.groupsetting
@@ -4542,7 +4642,7 @@ var validCategoriesRequest = (input) => {
4542
4642
  path: _path2 + ".childTerms[" + _index78 + "]",
4543
4643
  expected: "DtTerm",
4544
4644
  value: elem
4545
- })) && $vo39(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4645
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4546
4646
  path: _path2 + ".childTerms[" + _index78 + "]",
4547
4647
  expected: "DtTerm",
4548
4648
  value: elem
@@ -4551,7 +4651,7 @@ var validCategoriesRequest = (input) => {
4551
4651
  expected: "Array<DtTerm>",
4552
4652
  value: input3.childTerms
4553
4653
  })].every((flag) => flag);
4554
- const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4654
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4555
4655
  path: _path2 + ".id",
4556
4656
  expected: "string",
4557
4657
  value: input3.id
@@ -4599,7 +4699,7 @@ var validCategoriesRequest = (input) => {
4599
4699
  path: _path2 + ".values",
4600
4700
  expected: "(TermValues | undefined)",
4601
4701
  value: input3.values
4602
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4702
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4603
4703
  path: _path2 + ".values",
4604
4704
  expected: "(TermValues | undefined)",
4605
4705
  value: input3.values
@@ -4609,11 +4709,11 @@ var validCategoriesRequest = (input) => {
4609
4709
  value: input3.skipValuesBuild
4610
4710
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
4611
4711
  path: _path2 + ".valueConversion",
4612
- expected: "(__type.o2 | undefined)",
4712
+ expected: "(__type.o3 | undefined)",
4613
4713
  value: input3.valueConversion
4614
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4714
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4615
4715
  path: _path2 + ".valueConversion",
4616
- expected: "(__type.o2 | undefined)",
4716
+ expected: "(__type.o3 | undefined)",
4617
4717
  value: input3.valueConversion
4618
4718
  }), "coord" === input3.kind || $report(_exceptionable2, {
4619
4719
  path: _path2 + ".kind",
@@ -4651,7 +4751,7 @@ var validCategoriesRequest = (input) => {
4651
4751
  path: _path2 + ".groupsetting",
4652
4752
  expected: "TermGroupSetting",
4653
4753
  value: input3.groupsetting
4654
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4754
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4655
4755
  path: _path2 + ".groupsetting",
4656
4756
  expected: "TermGroupSetting",
4657
4757
  value: input3.groupsetting
@@ -4663,7 +4763,7 @@ var validCategoriesRequest = (input) => {
4663
4763
  path: _path2 + ".childTerms[" + _index82 + "]",
4664
4764
  expected: "DtTerm",
4665
4765
  value: elem
4666
- })) && $vo39(elem, _path2 + ".childTerms[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
4766
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
4667
4767
  path: _path2 + ".childTerms[" + _index82 + "]",
4668
4768
  expected: "DtTerm",
4669
4769
  value: elem
@@ -4672,11 +4772,11 @@ var validCategoriesRequest = (input) => {
4672
4772
  expected: "Array<DtTerm>",
4673
4773
  value: input3.childTerms
4674
4774
  })].every((flag) => flag);
4675
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4775
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4676
4776
  path: _path2 + ".hiddenValues",
4677
4777
  expected: "(HiddenValues | undefined)",
4678
4778
  value: input3.hiddenValues
4679
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4779
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4680
4780
  path: _path2 + ".hiddenValues",
4681
4781
  expected: "(HiddenValues | undefined)",
4682
4782
  value: input3.hiddenValues
@@ -4713,7 +4813,7 @@ var validCategoriesRequest = (input) => {
4713
4813
  expected: '"values"',
4714
4814
  value: input3.type
4715
4815
  })].every((flag) => flag);
4716
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4816
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4717
4817
  path: _path2 + ".id",
4718
4818
  expected: "(string | undefined)",
4719
4819
  value: input3.id
@@ -4737,7 +4837,15 @@ var validCategoriesRequest = (input) => {
4737
4837
  path: _path2 + ".minNumSamples",
4738
4838
  expected: "(number | undefined)",
4739
4839
  value: input3.minNumSamples
4740
- }), true, "GvPredefinedGsTW" === input3.type || $report(_exceptionable2, {
4840
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4841
+ path: _path2 + ".values",
4842
+ expected: "(__type.o1 | undefined)",
4843
+ value: input3.values
4844
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4845
+ path: _path2 + ".values",
4846
+ expected: "(__type.o1 | undefined)",
4847
+ value: input3.values
4848
+ }), "GvPredefinedGsTW" === input3.type || $report(_exceptionable2, {
4741
4849
  path: _path2 + ".type",
4742
4850
  expected: '"GvPredefinedGsTW"',
4743
4851
  value: input3.type
@@ -4753,16 +4861,16 @@ var validCategoriesRequest = (input) => {
4753
4861
  path: _path2 + ".q",
4754
4862
  expected: "GvPredefinedGsQ",
4755
4863
  value: input3.q
4756
- })) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4864
+ })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4757
4865
  path: _path2 + ".q",
4758
4866
  expected: "GvPredefinedGsQ",
4759
4867
  value: input3.q
4760
4868
  })].every((flag) => flag);
4761
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4869
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4762
4870
  path: _path2 + ".hiddenValues",
4763
4871
  expected: "(HiddenValues | undefined)",
4764
4872
  value: input3.hiddenValues
4765
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4873
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4766
4874
  path: _path2 + ".hiddenValues",
4767
4875
  expected: "(HiddenValues | undefined)",
4768
4876
  value: input3.hiddenValues
@@ -4807,7 +4915,7 @@ var validCategoriesRequest = (input) => {
4807
4915
  expected: "Array<any>",
4808
4916
  value: input3.dtLst
4809
4917
  })].every((flag) => flag);
4810
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4918
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4811
4919
  path: _path2 + ".id",
4812
4920
  expected: "(string | undefined)",
4813
4921
  value: input3.id
@@ -4831,7 +4939,15 @@ var validCategoriesRequest = (input) => {
4831
4939
  path: _path2 + ".minNumSamples",
4832
4940
  expected: "(number | undefined)",
4833
4941
  value: input3.minNumSamples
4834
- }), true, "GvCustomGsTW" === input3.type || $report(_exceptionable2, {
4942
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4943
+ path: _path2 + ".values",
4944
+ expected: "(__type.o1 | undefined)",
4945
+ value: input3.values
4946
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4947
+ path: _path2 + ".values",
4948
+ expected: "(__type.o1 | undefined)",
4949
+ value: input3.values
4950
+ }), "GvCustomGsTW" === input3.type || $report(_exceptionable2, {
4835
4951
  path: _path2 + ".type",
4836
4952
  expected: '"GvCustomGsTW"',
4837
4953
  value: input3.type
@@ -4847,16 +4963,16 @@ var validCategoriesRequest = (input) => {
4847
4963
  path: _path2 + ".q",
4848
4964
  expected: "GvCustomGsQ",
4849
4965
  value: input3.q
4850
- })) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4966
+ })) && $vo84(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4851
4967
  path: _path2 + ".q",
4852
4968
  expected: "GvCustomGsQ",
4853
4969
  value: input3.q
4854
4970
  })].every((flag) => flag);
4855
- const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4971
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4856
4972
  path: _path2 + ".hiddenValues",
4857
4973
  expected: "(HiddenValues | undefined)",
4858
4974
  value: input3.hiddenValues
4859
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4975
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4860
4976
  path: _path2 + ".hiddenValues",
4861
4977
  expected: "(HiddenValues | undefined)",
4862
4978
  value: input3.hiddenValues
@@ -4896,7 +5012,7 @@ var validCategoriesRequest = (input) => {
4896
5012
  path: _path2 + ".customset",
4897
5013
  expected: "BaseGroupSet",
4898
5014
  value: input3.customset
4899
- })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
5015
+ })) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4900
5016
  path: _path2 + ".customset",
4901
5017
  expected: "BaseGroupSet",
4902
5018
  value: input3.customset
@@ -4905,7 +5021,7 @@ var validCategoriesRequest = (input) => {
4905
5021
  expected: "Array<any>",
4906
5022
  value: input3.dtLst
4907
5023
  })].every((flag) => flag);
4908
- const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5024
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4909
5025
  path: _path2 + ".id",
4910
5026
  expected: "(string | undefined)",
4911
5027
  value: input3.id
@@ -4929,7 +5045,15 @@ var validCategoriesRequest = (input) => {
4929
5045
  path: _path2 + ".minNumSamples",
4930
5046
  expected: "(number | undefined)",
4931
5047
  value: input3.minNumSamples
4932
- }), true, "ConditionTW" === input3.type || $report(_exceptionable2, {
5048
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
5049
+ path: _path2 + ".values",
5050
+ expected: "(__type.o1 | undefined)",
5051
+ value: input3.values
5052
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5053
+ path: _path2 + ".values",
5054
+ expected: "(__type.o1 | undefined)",
5055
+ value: input3.values
5056
+ }), "ConditionTW" === input3.type || $report(_exceptionable2, {
4933
5057
  path: _path2 + ".type",
4934
5058
  expected: '"ConditionTW"',
4935
5059
  value: input3.type
@@ -4937,7 +5061,7 @@ var validCategoriesRequest = (input) => {
4937
5061
  path: _path2 + ".term",
4938
5062
  expected: "ConditionTerm",
4939
5063
  value: input3.term
4940
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5064
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4941
5065
  path: _path2 + ".term",
4942
5066
  expected: "ConditionTerm",
4943
5067
  value: input3.term
@@ -4950,11 +5074,11 @@ var validCategoriesRequest = (input) => {
4950
5074
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4951
5075
  value: input3.q
4952
5076
  })].every((flag) => flag);
4953
- const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5077
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4954
5078
  path: _path2 + ".hiddenValues",
4955
5079
  expected: "(HiddenValues | undefined)",
4956
5080
  value: input3.hiddenValues
4957
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5081
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4958
5082
  path: _path2 + ".hiddenValues",
4959
5083
  expected: "(HiddenValues | undefined)",
4960
5084
  value: input3.hiddenValues
@@ -5011,11 +5135,11 @@ var validCategoriesRequest = (input) => {
5011
5135
  expected: "(boolean | undefined)",
5012
5136
  value: input3.value_by_computable_grade
5013
5137
  }), true].every((flag) => flag);
5014
- const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5138
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5015
5139
  path: _path2 + ".hiddenValues",
5016
5140
  expected: "(HiddenValues | undefined)",
5017
5141
  value: input3.hiddenValues
5018
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5142
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5019
5143
  path: _path2 + ".hiddenValues",
5020
5144
  expected: "(HiddenValues | undefined)",
5021
5145
  value: input3.hiddenValues
@@ -5044,7 +5168,7 @@ var validCategoriesRequest = (input) => {
5044
5168
  expected: "true",
5045
5169
  value: input3.bar_by_children
5046
5170
  }), true].every((flag) => flag);
5047
- const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5171
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5048
5172
  path: _path2 + ".id",
5049
5173
  expected: "(string | undefined)",
5050
5174
  value: input3.id
@@ -5068,7 +5192,15 @@ var validCategoriesRequest = (input) => {
5068
5192
  path: _path2 + ".minNumSamples",
5069
5193
  expected: "(number | undefined)",
5070
5194
  value: input3.minNumSamples
5071
- }), true, "SnpsTW" === input3.type || $report(_exceptionable2, {
5195
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
5196
+ path: _path2 + ".values",
5197
+ expected: "(__type.o1 | undefined)",
5198
+ value: input3.values
5199
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5200
+ path: _path2 + ".values",
5201
+ expected: "(__type.o1 | undefined)",
5202
+ value: input3.values
5203
+ }), "SnpsTW" === input3.type || $report(_exceptionable2, {
5072
5204
  path: _path2 + ".type",
5073
5205
  expected: '"SnpsTW"',
5074
5206
  value: input3.type
@@ -5076,7 +5208,7 @@ var validCategoriesRequest = (input) => {
5076
5208
  path: _path2 + ".q",
5077
5209
  expected: "SnpsQ",
5078
5210
  value: input3.q
5079
- })) && $vo88(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5211
+ })) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5080
5212
  path: _path2 + ".q",
5081
5213
  expected: "SnpsQ",
5082
5214
  value: input3.q
@@ -5084,16 +5216,16 @@ var validCategoriesRequest = (input) => {
5084
5216
  path: _path2 + ".term",
5085
5217
  expected: "SnpsTerm",
5086
5218
  value: input3.term
5087
- })) && $vo90(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5219
+ })) && $vo91(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5088
5220
  path: _path2 + ".term",
5089
5221
  expected: "SnpsTerm",
5090
5222
  value: input3.term
5091
5223
  })].every((flag) => flag);
5092
- const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5224
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5093
5225
  path: _path2 + ".hiddenValues",
5094
5226
  expected: "(HiddenValues | undefined)",
5095
5227
  value: input3.hiddenValues
5096
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5228
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5097
5229
  path: _path2 + ".hiddenValues",
5098
5230
  expected: "(HiddenValues | undefined)",
5099
5231
  value: input3.hiddenValues
@@ -5137,7 +5269,7 @@ var validCategoriesRequest = (input) => {
5137
5269
  path: _path2 + ".restrictAncestry",
5138
5270
  expected: "RestrictAncestry",
5139
5271
  value: input3.restrictAncestry
5140
- })) && $vo89(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
5272
+ })) && $vo90(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
5141
5273
  path: _path2 + ".restrictAncestry",
5142
5274
  expected: "RestrictAncestry",
5143
5275
  value: input3.restrictAncestry
@@ -5145,7 +5277,7 @@ var validCategoriesRequest = (input) => {
5145
5277
  path: _path2 + ".variant_filter",
5146
5278
  expected: "Filter",
5147
5279
  value: input3.variant_filter
5148
- })) && $vo6(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
5280
+ })) && $vo7(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
5149
5281
  path: _path2 + ".variant_filter",
5150
5282
  expected: "Filter",
5151
5283
  value: input3.variant_filter
@@ -5162,7 +5294,7 @@ var validCategoriesRequest = (input) => {
5162
5294
  expected: "number",
5163
5295
  value: input3.stop
5164
5296
  })].every((flag) => flag);
5165
- const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
5297
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
5166
5298
  path: _path2 + ".name",
5167
5299
  expected: "string",
5168
5300
  value: input3.name
@@ -5175,7 +5307,7 @@ var validCategoriesRequest = (input) => {
5175
5307
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
5176
5308
  value: input3.tvs
5177
5309
  })].every((flag) => flag);
5178
- const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5310
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5179
5311
  path: _path2 + ".id",
5180
5312
  expected: "string",
5181
5313
  value: input3.id
@@ -5223,7 +5355,7 @@ var validCategoriesRequest = (input) => {
5223
5355
  path: _path2 + ".values",
5224
5356
  expected: "(TermValues | undefined)",
5225
5357
  value: input3.values
5226
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5358
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5227
5359
  path: _path2 + ".values",
5228
5360
  expected: "(TermValues | undefined)",
5229
5361
  value: input3.values
@@ -5233,11 +5365,11 @@ var validCategoriesRequest = (input) => {
5233
5365
  value: input3.skipValuesBuild
5234
5366
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
5235
5367
  path: _path2 + ".valueConversion",
5236
- expected: "(__type.o2 | undefined)",
5368
+ expected: "(__type.o3 | undefined)",
5237
5369
  value: input3.valueConversion
5238
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
5370
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
5239
5371
  path: _path2 + ".valueConversion",
5240
- expected: "(__type.o2 | undefined)",
5372
+ expected: "(__type.o3 | undefined)",
5241
5373
  value: input3.valueConversion
5242
5374
  }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
5243
5375
  path: _path2 + ".reachedVariantLimit",
@@ -5251,7 +5383,7 @@ var validCategoriesRequest = (input) => {
5251
5383
  path: _path2 + ".snps[" + _index86 + "]",
5252
5384
  expected: "SnpsEntry",
5253
5385
  value: elem
5254
- })) && $vo91(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
5386
+ })) && $vo92(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
5255
5387
  path: _path2 + ".snps[" + _index86 + "]",
5256
5388
  expected: "SnpsEntry",
5257
5389
  value: elem
@@ -5260,7 +5392,7 @@ var validCategoriesRequest = (input) => {
5260
5392
  expected: "(Array<SnpsEntry> | undefined)",
5261
5393
  value: input3.snps
5262
5394
  })].every((flag) => flag);
5263
- const $vo91 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5395
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5264
5396
  path: _path2 + ".altAlleles",
5265
5397
  expected: "(Array<string> | undefined)",
5266
5398
  value: input3.altAlleles
@@ -5280,7 +5412,7 @@ var validCategoriesRequest = (input) => {
5280
5412
  path: _path2 + ".alleles[" + _index88 + "]",
5281
5413
  expected: "AllelesEntry",
5282
5414
  value: elem
5283
- })) && $vo92(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5415
+ })) && $vo93(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5284
5416
  path: _path2 + ".alleles[" + _index88 + "]",
5285
5417
  expected: "AllelesEntry",
5286
5418
  value: elem
@@ -5294,11 +5426,11 @@ var validCategoriesRequest = (input) => {
5294
5426
  value: input3.effectAllele
5295
5427
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
5296
5428
  path: _path2 + ".gt2count",
5297
- expected: "(__type.o12 | undefined)",
5429
+ expected: "(__type.o13 | undefined)",
5298
5430
  value: input3.gt2count
5299
- })) && $vo93(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5431
+ })) && $vo94(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5300
5432
  path: _path2 + ".gt2count",
5301
- expected: "(__type.o12 | undefined)",
5433
+ expected: "(__type.o13 | undefined)",
5302
5434
  value: input3.gt2count
5303
5435
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
5304
5436
  path: _path2 + ".invalid",
@@ -5325,7 +5457,7 @@ var validCategoriesRequest = (input) => {
5325
5457
  expected: "(number | undefined)",
5326
5458
  value: input3.pos
5327
5459
  })].every((flag) => flag);
5328
- const $vo92 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5460
+ const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5329
5461
  path: _path2 + ".allele",
5330
5462
  expected: "string",
5331
5463
  value: input3.allele
@@ -5338,7 +5470,7 @@ var validCategoriesRequest = (input) => {
5338
5470
  expected: "boolean",
5339
5471
  value: input3.isRef
5340
5472
  })].every((flag) => flag);
5341
- const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5473
+ const $vo94 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5342
5474
  path: _path2 + ".k",
5343
5475
  expected: "string",
5344
5476
  value: input3.k
@@ -5347,7 +5479,7 @@ var validCategoriesRequest = (input) => {
5347
5479
  expected: "(number | string)",
5348
5480
  value: input3.v
5349
5481
  })].every((flag) => flag);
5350
- const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5482
+ const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5351
5483
  path: _path2 + ".id",
5352
5484
  expected: "(string | undefined)",
5353
5485
  value: input3.id
@@ -5371,7 +5503,15 @@ var validCategoriesRequest = (input) => {
5371
5503
  path: _path2 + ".minNumSamples",
5372
5504
  expected: "(number | undefined)",
5373
5505
  value: input3.minNumSamples
5374
- }), true, "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
5506
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
5507
+ path: _path2 + ".values",
5508
+ expected: "(__type.o1 | undefined)",
5509
+ value: input3.values
5510
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5511
+ path: _path2 + ".values",
5512
+ expected: "(__type.o1 | undefined)",
5513
+ value: input3.values
5514
+ }), "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
5375
5515
  path: _path2 + ".type",
5376
5516
  expected: '"TermCollectionTWCont"',
5377
5517
  value: input3.type
@@ -5379,7 +5519,7 @@ var validCategoriesRequest = (input) => {
5379
5519
  path: _path2 + ".term",
5380
5520
  expected: "NumericTermCollection",
5381
5521
  value: input3.term
5382
- })) && $vo51(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5522
+ })) && $vo52(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5383
5523
  path: _path2 + ".term",
5384
5524
  expected: "NumericTermCollection",
5385
5525
  value: input3.term
@@ -5387,16 +5527,16 @@ var validCategoriesRequest = (input) => {
5387
5527
  path: _path2 + ".q",
5388
5528
  expected: "TermCollectionQCont",
5389
5529
  value: input3.q
5390
- })) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5530
+ })) && $vo96(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5391
5531
  path: _path2 + ".q",
5392
5532
  expected: "TermCollectionQCont",
5393
5533
  value: input3.q
5394
5534
  })].every((flag) => flag);
5395
- const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5535
+ const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5396
5536
  path: _path2 + ".hiddenValues",
5397
5537
  expected: "(HiddenValues | undefined)",
5398
5538
  value: input3.hiddenValues
5399
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5539
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5400
5540
  path: _path2 + ".hiddenValues",
5401
5541
  expected: "(HiddenValues | undefined)",
5402
5542
  value: input3.hiddenValues
@@ -5445,7 +5585,7 @@ var validCategoriesRequest = (input) => {
5445
5585
  expected: "(Array<string> | undefined)",
5446
5586
  value: input3.numerators
5447
5587
  })].every((flag) => flag);
5448
- const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5588
+ const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5449
5589
  path: _path2 + ".id",
5450
5590
  expected: "(string | undefined)",
5451
5591
  value: input3.id
@@ -5469,7 +5609,15 @@ var validCategoriesRequest = (input) => {
5469
5609
  path: _path2 + ".minNumSamples",
5470
5610
  expected: "(number | undefined)",
5471
5611
  value: input3.minNumSamples
5472
- }), true, "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
5612
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
5613
+ path: _path2 + ".values",
5614
+ expected: "(__type.o1 | undefined)",
5615
+ value: input3.values
5616
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5617
+ path: _path2 + ".values",
5618
+ expected: "(__type.o1 | undefined)",
5619
+ value: input3.values
5620
+ }), "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
5473
5621
  path: _path2 + ".type",
5474
5622
  expected: '"TermCollectionTWQual"',
5475
5623
  value: input3.type
@@ -5477,7 +5625,7 @@ var validCategoriesRequest = (input) => {
5477
5625
  path: _path2 + ".term",
5478
5626
  expected: "CategoricalTermCollection",
5479
5627
  value: input3.term
5480
- })) && $vo56(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5628
+ })) && $vo57(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5481
5629
  path: _path2 + ".term",
5482
5630
  expected: "CategoricalTermCollection",
5483
5631
  value: input3.term
@@ -5485,16 +5633,16 @@ var validCategoriesRequest = (input) => {
5485
5633
  path: _path2 + ".q",
5486
5634
  expected: "TermCollectionQQual",
5487
5635
  value: input3.q
5488
- })) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5636
+ })) && $vo98(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5489
5637
  path: _path2 + ".q",
5490
5638
  expected: "TermCollectionQQual",
5491
5639
  value: input3.q
5492
5640
  })].every((flag) => flag);
5493
- const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5641
+ const $vo98 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5494
5642
  path: _path2 + ".hiddenValues",
5495
5643
  expected: "(HiddenValues | undefined)",
5496
5644
  value: input3.hiddenValues
5497
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5645
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5498
5646
  path: _path2 + ".hiddenValues",
5499
5647
  expected: "(HiddenValues | undefined)",
5500
5648
  value: input3.hiddenValues
@@ -5538,7 +5686,7 @@ var validCategoriesRequest = (input) => {
5538
5686
  path: _path2 + ".categoryKeys[" + _index92 + "]",
5539
5687
  expected: "CategoryKey",
5540
5688
  value: elem
5541
- })) && $vo57(elem, _path2 + ".categoryKeys[" + _index92 + "]", _exceptionable2) || $report(_exceptionable2, {
5689
+ })) && $vo58(elem, _path2 + ".categoryKeys[" + _index92 + "]", _exceptionable2) || $report(_exceptionable2, {
5542
5690
  path: _path2 + ".categoryKeys[" + _index92 + "]",
5543
5691
  expected: "CategoryKey",
5544
5692
  value: elem
@@ -5549,29 +5697,29 @@ var validCategoriesRequest = (input) => {
5549
5697
  })].every((flag) => flag);
5550
5698
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
5551
5699
  if ("tvslst" === input3.type)
5552
- return $vo6(input3, _path2, _exceptionable2);
5553
- if ("tvs" === input3.type)
5554
5700
  return $vo7(input3, _path2, _exceptionable2);
5701
+ if ("tvs" === input3.type)
5702
+ return $vo8(input3, _path2, _exceptionable2);
5555
5703
  return $report(_exceptionable2, {
5556
5704
  path: _path2,
5557
- expected: "(Filter | __type.o1)",
5705
+ expected: "(Filter | __type.o2)",
5558
5706
  value: input3
5559
5707
  });
5560
5708
  })();
5561
5709
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
5562
5710
  if (true === input3.startunbounded)
5563
- return $vo16(input3, _path2, _exceptionable2);
5711
+ return $vo17(input3, _path2, _exceptionable2);
5564
5712
  if (true === input3.stopunbounded)
5565
- return $vo18(input3, _path2, _exceptionable2);
5713
+ return $vo19(input3, _path2, _exceptionable2);
5566
5714
  if (void 0 !== input3.value)
5567
- return $vo32(input3, _path2, _exceptionable2);
5568
- return $vo17(input3, _path2, _exceptionable2);
5715
+ return $vo33(input3, _path2, _exceptionable2);
5716
+ return $vo18(input3, _path2, _exceptionable2);
5569
5717
  })();
5570
5718
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
5571
5719
  if ("gene" === input3.kind)
5572
- return $vo41(input3, _path2, _exceptionable2);
5573
- if ("coord" === input3.kind)
5574
5720
  return $vo42(input3, _path2, _exceptionable2);
5721
+ if ("coord" === input3.kind)
5722
+ return $vo43(input3, _path2, _exceptionable2);
5575
5723
  return $report(_exceptionable2, {
5576
5724
  path: _path2,
5577
5725
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5580,9 +5728,9 @@ var validCategoriesRequest = (input) => {
5580
5728
  })();
5581
5729
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5582
5730
  if ("string" === typeof input3.type)
5583
- return $vo45(input3, _path2, _exceptionable2);
5731
+ return $vo46(input3, _path2, _exceptionable2);
5584
5732
  if ("filter" === input3.type)
5585
- return $vo47(input3, _path2, _exceptionable2);
5733
+ return $vo48(input3, _path2, _exceptionable2);
5586
5734
  return $report(_exceptionable2, {
5587
5735
  path: _path2,
5588
5736
  expected: "(ValuesGroup | FilterGroup)",
@@ -5591,16 +5739,16 @@ var validCategoriesRequest = (input) => {
5591
5739
  })();
5592
5740
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
5593
5741
  if (true === input3.startunbounded)
5594
- return $vo16(input3, _path2, _exceptionable2);
5742
+ return $vo17(input3, _path2, _exceptionable2);
5595
5743
  if (true === input3.stopunbounded)
5596
- return $vo18(input3, _path2, _exceptionable2);
5597
- return $vo17(input3, _path2, _exceptionable2);
5744
+ return $vo19(input3, _path2, _exceptionable2);
5745
+ return $vo18(input3, _path2, _exceptionable2);
5598
5746
  })();
5599
5747
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5600
5748
  if (true === input3.startunbounded)
5601
- return $vo16(input3, _path2, _exceptionable2);
5602
- if (void 0 !== input3.start)
5603
5749
  return $vo17(input3, _path2, _exceptionable2);
5750
+ if (void 0 !== input3.start)
5751
+ return $vo18(input3, _path2, _exceptionable2);
5604
5752
  return $report(_exceptionable2, {
5605
5753
  path: _path2,
5606
5754
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -5609,9 +5757,9 @@ var validCategoriesRequest = (input) => {
5609
5757
  })();
5610
5758
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5611
5759
  if (void 0 !== input3.stop)
5612
- return $vo17(input3, _path2, _exceptionable2);
5613
- if (true === input3.stopunbounded)
5614
5760
  return $vo18(input3, _path2, _exceptionable2);
5761
+ if (true === input3.stopunbounded)
5762
+ return $vo19(input3, _path2, _exceptionable2);
5615
5763
  return $report(_exceptionable2, {
5616
5764
  path: _path2,
5617
5765
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -5620,33 +5768,33 @@ var validCategoriesRequest = (input) => {
5620
5768
  })();
5621
5769
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5622
5770
  if ("TermCollectionTWQual" === input3.type)
5623
- return $vo96(input3, _path2, _exceptionable2);
5771
+ return $vo97(input3, _path2, _exceptionable2);
5624
5772
  if ("TermCollectionTWCont" === input3.type)
5625
- return $vo94(input3, _path2, _exceptionable2);
5773
+ return $vo95(input3, _path2, _exceptionable2);
5626
5774
  if ("SnpsTW" === input3.type)
5627
- return $vo87(input3, _path2, _exceptionable2);
5775
+ return $vo88(input3, _path2, _exceptionable2);
5628
5776
  if ("ConditionTW" === input3.type)
5629
- return $vo84(input3, _path2, _exceptionable2);
5777
+ return $vo85(input3, _path2, _exceptionable2);
5630
5778
  if ("GvCustomGsTW" === input3.type)
5631
- return $vo82(input3, _path2, _exceptionable2);
5779
+ return $vo83(input3, _path2, _exceptionable2);
5632
5780
  if ("GvPredefinedGsTW" === input3.type)
5633
- return $vo80(input3, _path2, _exceptionable2);
5781
+ return $vo81(input3, _path2, _exceptionable2);
5634
5782
  if ("GvValuesTW" === input3.type)
5635
- return $vo76(input3, _path2, _exceptionable2);
5783
+ return $vo77(input3, _path2, _exceptionable2);
5636
5784
  if ("NumTWSpline" === input3.type)
5637
- return $vo73(input3, _path2, _exceptionable2);
5785
+ return $vo74(input3, _path2, _exceptionable2);
5638
5786
  if ("NumTWCont" === input3.type)
5639
- return $vo71(input3, _path2, _exceptionable2);
5787
+ return $vo72(input3, _path2, _exceptionable2);
5640
5788
  if ("NumTWBinary" === input3.type)
5641
- return $vo69(input3, _path2, _exceptionable2);
5789
+ return $vo70(input3, _path2, _exceptionable2);
5642
5790
  if ("NumTWCustomBin" === input3.type)
5643
- return $vo68(input3, _path2, _exceptionable2);
5791
+ return $vo69(input3, _path2, _exceptionable2);
5644
5792
  if ("NumTWRegularBin" === input3.type)
5645
- return $vo67(input3, _path2, _exceptionable2);
5793
+ return $vo68(input3, _path2, _exceptionable2);
5646
5794
  if ("QualTWCustomGS" === input3.type)
5647
- return $vo64(input3, _path2, _exceptionable2);
5795
+ return $vo65(input3, _path2, _exceptionable2);
5648
5796
  if ("QualTWPredefinedGS" === input3.type)
5649
- return $vo62(input3, _path2, _exceptionable2);
5797
+ return $vo63(input3, _path2, _exceptionable2);
5650
5798
  if ("QualTWValues" === input3.type)
5651
5799
  return $vo1(input3, _path2, _exceptionable2);
5652
5800
  return $report(_exceptionable2, {
@@ -5657,11 +5805,11 @@ var validCategoriesRequest = (input) => {
5657
5805
  })();
5658
5806
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5659
5807
  if ("categorical" === input3.type)
5660
- return $vo3(input3, _path2, _exceptionable2);
5808
+ return $vo4(input3, _path2, _exceptionable2);
5661
5809
  if ("snp" === input3.type)
5662
- return $vo58(input3, _path2, _exceptionable2);
5663
- if ("singleCellCellType" === input3.type)
5664
5810
  return $vo59(input3, _path2, _exceptionable2);
5811
+ if ("singleCellCellType" === input3.type)
5812
+ return $vo60(input3, _path2, _exceptionable2);
5665
5813
  return $report(_exceptionable2, {
5666
5814
  path: _path2,
5667
5815
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -5670,31 +5818,31 @@ var validCategoriesRequest = (input) => {
5670
5818
  })();
5671
5819
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5672
5820
  if (void 0 !== input3.ranges)
5673
- return $vo9(input3, _path2, _exceptionable2);
5821
+ return $vo10(input3, _path2, _exceptionable2);
5674
5822
  if (void 0 !== input3.ratio)
5675
- return $vo50(input3, _path2, _exceptionable2);
5676
- return $vo8(input3, _path2, false) || $vo34(input3, _path2, false) || $vo38(input3, _path2, false);
5823
+ return $vo51(input3, _path2, _exceptionable2);
5824
+ return $vo9(input3, _path2, false) || $vo35(input3, _path2, false) || $vo39(input3, _path2, false);
5677
5825
  })();
5678
5826
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5679
5827
  if ("integer" === input3.type || "float" === input3.type)
5680
- return $vo10(input3, _path2, _exceptionable2);
5828
+ return $vo11(input3, _path2, _exceptionable2);
5681
5829
  if ("metaboliteIntensity" === input3.type)
5682
- return $vo24(input3, _path2, _exceptionable2);
5683
- if ("proteomeAbundance" === input3.type)
5684
5830
  return $vo25(input3, _path2, _exceptionable2);
5831
+ if ("proteomeAbundance" === input3.type)
5832
+ return $vo26(input3, _path2, _exceptionable2);
5685
5833
  if ("date" === input3.type)
5686
- return $vo27(input3, _path2, _exceptionable2);
5687
- if ("ssGSEA" === input3.type)
5688
5834
  return $vo28(input3, _path2, _exceptionable2);
5689
- if ("dnaMethylation" === input3.type)
5835
+ if ("ssGSEA" === input3.type)
5690
5836
  return $vo29(input3, _path2, _exceptionable2);
5691
- return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $vo23(input3, _path2, false) || $vo22(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false);
5837
+ if ("dnaMethylation" === input3.type)
5838
+ return $vo30(input3, _path2, _exceptionable2);
5839
+ return $vo22(input3, _path2, false) || $vo21(input3, _path2, false) || $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false);
5692
5840
  })();
5693
5841
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5694
5842
  if ("regular-bin" === input3.type)
5695
- return $vo14(input3, _path2, _exceptionable2);
5843
+ return $vo15(input3, _path2, _exceptionable2);
5696
5844
  if ("custom-bin" === input3.type)
5697
- return $vo19(input3, _path2, _exceptionable2);
5845
+ return $vo20(input3, _path2, _exceptionable2);
5698
5846
  return $report(_exceptionable2, {
5699
5847
  path: _path2,
5700
5848
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -5703,9 +5851,9 @@ var validCategoriesRequest = (input) => {
5703
5851
  })();
5704
5852
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5705
5853
  if ("gene" === input3.kind)
5706
- return $vo40(input3, _path2, _exceptionable2);
5854
+ return $vo41(input3, _path2, _exceptionable2);
5707
5855
  if ("coord" === input3.kind)
5708
- return $vo48(input3, _path2, _exceptionable2);
5856
+ return $vo49(input3, _path2, _exceptionable2);
5709
5857
  return $report(_exceptionable2, {
5710
5858
  path: _path2,
5711
5859
  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; })',
@@ -5714,9 +5862,9 @@ var validCategoriesRequest = (input) => {
5714
5862
  })();
5715
5863
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5716
5864
  if ("numeric" === input3.memberType)
5717
- return $vo51(input3, _path2, _exceptionable2);
5865
+ return $vo52(input3, _path2, _exceptionable2);
5718
5866
  if ("categorical" === input3.memberType)
5719
- return $vo56(input3, _path2, _exceptionable2);
5867
+ return $vo57(input3, _path2, _exceptionable2);
5720
5868
  return $report(_exceptionable2, {
5721
5869
  path: _path2,
5722
5870
  expected: "(NumericTermCollection | CategoricalTermCollection)",
@@ -5725,9 +5873,9 @@ var validCategoriesRequest = (input) => {
5725
5873
  })();
5726
5874
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5727
5875
  if ("gene" === input3.kind)
5728
- return $vo77(input3, _path2, _exceptionable2);
5729
- if ("coord" === input3.kind)
5730
5876
  return $vo78(input3, _path2, _exceptionable2);
5877
+ if ("coord" === input3.kind)
5878
+ return $vo79(input3, _path2, _exceptionable2);
5731
5879
  return $report(_exceptionable2, {
5732
5880
  path: _path2,
5733
5881
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -5736,9 +5884,9 @@ var validCategoriesRequest = (input) => {
5736
5884
  })();
5737
5885
  const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5738
5886
  if ("grade" === input3.valueFor)
5739
- return $vo85(input3, _path2, _exceptionable2);
5740
- if ("children" === input3.valueFor)
5741
5887
  return $vo86(input3, _path2, _exceptionable2);
5888
+ if ("children" === input3.valueFor)
5889
+ return $vo87(input3, _path2, _exceptionable2);
5742
5890
  return $report(_exceptionable2, {
5743
5891
  path: _path2,
5744
5892
  expected: "(ConditionGradeQ | ConditionChildrenQ)",